Skip to content

Commit

Permalink
Translated using Weblate (German)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (242 of 242 strings)

Translation: commetchat/commet
Translate-URL: https://hosted.weblate.org/projects/commetchat/commet/de/
  • Loading branch information
skdubg authored and weblate committed Jun 2, 2024
1 parent 9a62544 commit 7434957
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions commet/assets/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1381,5 +1381,115 @@
"user": {},
"emote": {}
}
},
"labelMatrixPermissionsSpaceManageChildrenDescription": "Ermöglicht dem Benutzer die Verwaltung der Räume, die zu diesem Raum gehören",
"@labelMatrixPermissionsSpaceManageChildrenDescription": {
"description": "Describes the permission to manage child rooms",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsRoomDeleteMessagesDescription": "rmöglicht es dem Benutzer, von anderen gesendete Nachrichten zu löschen",
"@labelMatrixPermissionsRoomDeleteMessagesDescription": {
"description": "Describes the permission to delete messages",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsRoomHistoryVisibilityDescription": "Ermöglicht es dem Benutzer, die Sichtbarkeit des Chatverlaufs in diesem Raum zu ändern",
"@labelMatrixPermissionsRoomHistoryVisibilityDescription": {
"description": "describes the permission to change room history settings",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsRoomSendMessagesDescription": "Ermöglicht es einem Benutzer, Nachrichten in diesem Raum zu senden",
"@labelMatrixPermissionsRoomSendMessagesDescription": {
"description": "Describes the permission to send messages",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsRoomAvatarDescription": "Avatarbild des Raums ändern",
"@labelMatrixPermissionsRoomAvatarDescription": {
"description": "Title for the permission to add change the rooms avatar image",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsChangeRoomNameDescription": "Ermöglicht es dem Benutzer, den Namen des Raums zu ändern",
"@labelMatrixPermissionsChangeRoomNameDescription": {
"description": "Description for the permission to add change the rooms name",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsChangeRoomTopicDescription": "Ermöglicht es dem Benutzer, das Thema des Raums zu ändern",
"@labelMatrixPermissionsChangeRoomTopicDescription": {
"description": "Description for the permission to add change the rooms topic",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsChangeRoomPermissionsDescription": "Ermöglicht es dem Benutzer, die Berechtigungseinstellungen zu ändern",
"@labelMatrixPermissionsChangeRoomPermissionsDescription": {
"description": "Description for the permission to change permissions of the room",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsKickUserTitle": "Benutzer rauswerfen",
"@labelMatrixPermissionsKickUserTitle": {
"description": "Title for the permission to kick other users out of the room",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsKickUserDescription": "Andere Benutzer aus dem Raum werfen",
"@labelMatrixPermissionsKickUserDescription": {
"description": "Description for the permission to kick other users out of the room",
"type": "text",
"placeholders": {}
},
"labelMatrixPermissionsBanUserDescription": "Andere Benutzer aus dem Raum verbannen",
"@labelMatrixPermissionsBanUserDescription": {
"description": "Description for the permission to ban other users from the room",
"type": "text",
"placeholders": {}
},
"labelThemeAmoled": "AMOLED",
"@labelThemeAmoled": {
"description": "Label for the light theme",
"type": "text",
"placeholders": {}
},
"labelEncryptedPreview": "URL-Vorschau in verschlüsselten Chats (experimentell)",
"@labelEncryptedPreview": {
"description": "Label for the toggle for enabling and disabling encrypted url preview",
"type": "text",
"placeholders": {}
},
"labelStickerCompatibility": "Kompatibilität von Stickern",
"@labelStickerCompatibility": {
"description": "Header for the settings to enable sticker compatibility mode",
"type": "text",
"placeholders": {}
},
"labelHomeInvitationBody": "hat dich zu einem Raum eingeladen",
"@labelHomeInvitationBody": {
"description": "Displays a short description explaining that an invitation to a room was received. Does not need to contain the name of the room or inviter",
"type": "text",
"placeholders": {}
},
"cantSentMessagePrompt": "Es fehlt die Berechtigung, um eine Nachricht in diesen Raum zu senden",
"@cantSentMessagePrompt": {
"description": "Text that explains the user cannot send a message in this room",
"type": "text",
"placeholders": {}
},
"labelEncryptedPreviewDescription": "Aktiviere die Verwendung eines Proxy-Servers ({proxyUrl}), um eine URL-Vorschau in einem verschlüsselten Chat zu erhalten. Der Inhalt dieser Anfragen wird mit Hilfe von Commets 'verschlüsselter URL-Vorschau' vor deinem Homeserver verborgen.\nMehr erfahren: https://github.com/commetchat/encrypted_url_preview",
"@labelEncryptedPreviewDescription": {
"description": "Explains briefly how encrypted url preview works",
"type": "text",
"placeholders": {
"proxyUrl": {}
}
},
"labelSettingsStickerCompatibilityExplanation": "In einigen Matrix-Clients führt das Senden eines Stickers als „m.sticker“ dazu, dass der Sticker nicht korrekt geladen wird. Wenn du diese Einstellung aktivierst, werden die Sticker als „m.image“ gesendet, so dass sie korrekt gerendert werden können",
"@labelSettingsStickerCompatibilityExplanation": {
"description": "Explains what sticker compatibility mode does",
"type": "text",
"placeholders": {}
}
}

0 comments on commit 7434957

Please sign in to comment.