Fix i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f78f6b3a9a
commit
4094d24071
30 changed files with 98078 additions and 117 deletions
File diff suppressed because it is too large
Load diff
|
@ -1381,7 +1381,6 @@
|
||||||
"click_for_info": "Klicke für mehr Infos",
|
"click_for_info": "Klicke für mehr Infos",
|
||||||
"currently_experimental": "Aktuell experimentell.",
|
"currently_experimental": "Aktuell experimentell.",
|
||||||
"custom_themes": "Selbstdefinierte Designs",
|
"custom_themes": "Selbstdefinierte Designs",
|
||||||
"dehydration": "Offline verschlüsselte Kommunikation mit Hilfe von dehydrierten Geräten",
|
|
||||||
"dynamic_room_predecessors": "Veränderbare Raumvorgänger",
|
"dynamic_room_predecessors": "Veränderbare Raumvorgänger",
|
||||||
"dynamic_room_predecessors_description": "MSC3946 aktivieren (zur Verknüpfung von Raumarchiven nach der Raumerstellung)",
|
"dynamic_room_predecessors_description": "MSC3946 aktivieren (zur Verknüpfung von Raumarchiven nach der Raumerstellung)",
|
||||||
"element_call_video_rooms": "Element Call-Videoräume",
|
"element_call_video_rooms": "Element Call-Videoräume",
|
||||||
|
@ -3159,8 +3158,6 @@
|
||||||
"voice_call_unsupported": "%(senderName)s hat einen Sprachanruf getätigt. (Nicht von diesem Browser unterstützt)"
|
"voice_call_unsupported": "%(senderName)s hat einen Sprachanruf getätigt. (Nicht von diesem Browser unterstützt)"
|
||||||
},
|
},
|
||||||
"m.file": {
|
"m.file": {
|
||||||
"decrypt_label": "%(text)s entschlüsseln",
|
|
||||||
"download_label": "%(text)s herunterladen",
|
|
||||||
"error_decrypting": "Fehler beim Entschlüsseln des Anhangs",
|
"error_decrypting": "Fehler beim Entschlüsseln des Anhangs",
|
||||||
"error_invalid": "Ungültige Datei%(extra)s"
|
"error_invalid": "Ungültige Datei%(extra)s"
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -907,6 +907,10 @@
|
||||||
"export_unsupported": "Your browser does not support the required cryptography extensions",
|
"export_unsupported": "Your browser does not support the required cryptography extensions",
|
||||||
"import_invalid_keyfile": "Not a valid %(brand)s keyfile",
|
"import_invalid_keyfile": "Not a valid %(brand)s keyfile",
|
||||||
"import_invalid_passphrase": "Authentication check failed: incorrect password?",
|
"import_invalid_passphrase": "Authentication check failed: incorrect password?",
|
||||||
|
"incompatible_database_description": "You've previously used a newer version of %(brand)s with this session. To use this version again with end to end encryption, you will need to sign out and back in again.",
|
||||||
|
"incompatible_database_disable": "Continue With Encryption Disabled",
|
||||||
|
"incompatible_database_sign_out_description": "To avoid losing your chat history, you must export your room keys before logging out. You will need to go back to the newer version of %(brand)s to do this",
|
||||||
|
"incompatible_database_title": "Incompatible Database",
|
||||||
"messages_not_secure": {
|
"messages_not_secure": {
|
||||||
"cause_1": "Your homeserver",
|
"cause_1": "Your homeserver",
|
||||||
"cause_2": "The homeserver the user you're verifying is connected to",
|
"cause_2": "The homeserver the user you're verifying is connected to",
|
||||||
|
@ -2564,6 +2568,7 @@
|
||||||
"msisdn_verification_field_label": "Verification code",
|
"msisdn_verification_field_label": "Verification code",
|
||||||
"msisdn_verification_instructions": "Please enter verification code sent via text.",
|
"msisdn_verification_instructions": "Please enter verification code sent via text.",
|
||||||
"msisdns_heading": "Phone numbers",
|
"msisdns_heading": "Phone numbers",
|
||||||
|
"name_placeholder": "No display name",
|
||||||
"oidc_manage_button": "Manage account",
|
"oidc_manage_button": "Manage account",
|
||||||
"password_change_section": "Set a new account password…",
|
"password_change_section": "Set a new account password…",
|
||||||
"password_change_success": "Your password was successfully changed.",
|
"password_change_success": "Your password was successfully changed.",
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue