🌐(i18n) add German language support

Implement German translations throughout the application to better serve
German-speaking users. Expands language options beyond existing French,
English, and Dutch to improve accessibility for German counterparts.
This commit is contained in:
lebaudantoine
2025-05-13 12:23:12 +02:00
committed by aleb_the_flash
parent 60dc8bf174
commit 952104fd82
20 changed files with 903 additions and 417 deletions
+27 -27
View File
@@ -1,49 +1,49 @@
{
"account": {
"currentlyLoggedAs": "",
"heading": "",
"youAreNotLoggedIn": "",
"nameLabel": "",
"authentication": ""
"currentlyLoggedAs": "Sie sind derzeit angemeldet als <0>{{user}}</0>",
"heading": "Konto",
"youAreNotLoggedIn": "Sie sind nicht angemeldet.",
"nameLabel": "Ihr Name",
"authentication": "Authentifizierung"
},
"audio": {
"microphone": {
"heading": "",
"label": ""
"heading": "Mikrofon",
"label": "Wählen Sie Ihre Audioeingabe"
},
"speakers": {
"heading": "",
"label": "",
"test": "",
"ongoingTest": ""
"heading": "Lautsprecher",
"label": "Wählen Sie Ihre Audioausgabe",
"test": "Testen",
"ongoingTest": "Soundtest läuft…"
},
"permissionsRequired": ""
"permissionsRequired": "Berechtigungen erforderlich"
},
"notifications": {
"heading": "",
"label": "",
"heading": "Tonbenachrichtigungen",
"label": "Tonbenachrichtigungen für",
"actions": {
"disable": "",
"enable": ""
"disable": "Deaktivieren",
"enable": "Aktivieren"
},
"items": {
"participantJoined": "",
"handRaised": "",
"messageReceived": ""
"participantJoined": "Teilnehmer beigetreten",
"handRaised": "Hand gehoben",
"messageReceived": "Nachricht erhalten"
}
},
"dialog": {
"heading": ""
"heading": "Einstellungen"
},
"language": {
"heading": "",
"label": ""
"heading": "Sprache",
"label": "Sprache"
},
"settingsButtonLabel": "",
"settingsButtonLabel": "Einstellungen",
"tabs": {
"account": "",
"audio": "",
"general": "",
"notifications": ""
"account": "Profil",
"audio": "Audio",
"general": "Allgemein",
"notifications": "Benachrichtigungen"
}
}