Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 94 additions & 1 deletion commet/assets/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"type": "text",
"placeholders": {}
},
"promptRoomAddress": "Raumadresse:",
"promptRoomAddress": "Raumadresse",
"@promptRoomAddress": {
"description": "Short label to prompt for the input of a room address",
"type": "text",
Expand Down Expand Up @@ -1877,5 +1877,98 @@
"description": "Label for creating a regular text based chat room",
"type": "text",
"placeholders": {}
},
"promptProfileSetBio": "Biografie schreiben",
"@promptProfileSetBio": {
"type": "text",
"placeholders": {}
},
"promptProfileClearBio": "Biografie leeren",
"@promptProfileClearBio": {
"type": "text",
"placeholders": {}
},
"promptProfileClearTimezone": "Zeitzone entfernen",
"@promptProfileClearTimezone": {
"description": "Prompt to remove the shared timezone from a users profile",
"type": "text",
"placeholders": {}
},
"promptProfileClearColorOverride": "Farbe wiederherstellen",
"@promptProfileClearColorOverride": {
"description": "Prompt to remove an override of the display color of a user",
"type": "text",
"placeholders": {}
},
"promptProfileSetColorOverride": "Farbe überschreiben",
"@promptProfileSetColorOverride": {
"description": "Prompt to override the display color of a user",
"type": "text",
"placeholders": {}
},
"promptProfileWriteBioHint": "Schreib etwas über dich",
"@promptProfileWriteBioHint": {
"description": "Hint text for the profile bio editor",
"type": "text",
"placeholders": {}
},
"labelVisibilityRestricted": "Eingeschränkt",
"@labelVisibilityRestricted": {
"description": "Short label for room visibility restricted",
"type": "text",
"placeholders": {}
},
"titleConfirmingDonation": "Bestätige Spende",
"@titleConfirmingDonation": {
"description": "Title for the popup shown while waiting for the user to finish the donation flow, which checks for completion of the donation",
"type": "text",
"placeholders": {}
},
"labelSettingsAppExperiments": "Experimente",
"@labelSettingsAppExperiments": {
"description": "Label for the App Experiments settings page",
"type": "text",
"placeholders": {}
},
"promptShortcutsClearKeyboardShortcut": "Tastaturkürzel entfernen",
"@promptShortcutsClearKeyboardShortcut": {
"description": "Prompt the user to clear a key combination shortcut",
"type": "text",
"placeholders": {}
},
"labelConfigureKeyboardShortcuts": "Tastaturkürzel konfigurieren",
"@labelConfigureKeyboardShortcuts": {
"description": "Label for the tile containing settings to configure system wide keyboard shortcuts, for muting, unmuting etc",
"type": "text",
"placeholders": {}
},
"promptSystemKeyboardShortcutsMoreInfo": "Weitere Informationen",
"@promptSystemKeyboardShortcutsMoreInfo": {
"description": "Prompt for a button on the system keyboard shortcut page, which opens a webpage that provides further information about keyboard shortcuts setup",
"type": "text",
"placeholders": {}
},
"labelSystemKeyboardShortcutsOutsourceDescription": "In deiner Umgebung musst du Tastaturkürzel in deinen Systemeinstellungen konfigurieren.",
"@labelSystemKeyboardShortcutsOutsourceDescription": {
"type": "text",
"placeholders": {}
},
"labelMediaSettings": "Medien",
"@labelMediaSettings": {
"description": "Header for the settings tile for for media",
"type": "text",
"placeholders": {}
},
"headerVoipSettingsDevices": "Geräte",
"@headerVoipSettingsDevices": {
"description": "Header for settings tile containing device configuration, for default audio / video inputs",
"type": "text",
"placeholders": {}
},
"labelSettingsShortcuts": "Tastaturkürzel",
"@labelSettingsShortcuts": {
"description": "Label for the Keyboard shortcuts settings page",
"type": "text",
"placeholders": {}
}
}
Loading