From 7434957fe053ccec27ec402b588ae2e383829ba7 Mon Sep 17 00:00:00 2001 From: skdubg Date: Thu, 30 May 2024 07:26:33 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (242 of 242 strings) Translation: commetchat/commet Translate-URL: https://hosted.weblate.org/projects/commetchat/commet/de/ --- commet/assets/l10n/intl_de.arb | 110 +++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/commet/assets/l10n/intl_de.arb b/commet/assets/l10n/intl_de.arb index 1110193b..ac60cdac 100644 --- a/commet/assets/l10n/intl_de.arb +++ b/commet/assets/l10n/intl_de.arb @@ -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": {} } }