diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index 5679a0c41c08..7f2930fc6aeb 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -50,5 +50,13 @@ "english": "Englisch", "french": "Französisch", "german": "Deutsch", - "defaultLocale": "Standard-Gebietsschema" + "defaultLocale": "Standard-Gebietsschema", + "information": "Informationen", + "license": "Lizenz", + "imprint": "Impressum", + "privacypolicy": "Datenschutzerklärung", + "source": "Quelle", + "documentation": "Dokumentation", + "changelog": "Changelog", + "existOverride": "Dieses Element existiert bereits. Überschreiben?" } \ No newline at end of file diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index a8e187f8021e..6f242849fa65 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -50,5 +50,13 @@ "english": "Anglais", "french": "Français", "german": "Allemand", - "defaultLocale": "Langue par défaut" + "defaultLocale": "Langue par défaut", + "information": "Information", + "license": "Licence", + "imprint": "Mentions légales", + "privacypolicy": "Politique de confidentialité", + "source": "Source", + "documentation": "Documentation", + "changelog": "Historique des modifications", + "existOverride": "Cet élément existe déjà. Écraser ?" } \ No newline at end of file