From c1242f7f03e3310a9dbc04de2964211618542964 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Fri, 8 Oct 2021 18:52:54 +0200 Subject: [PATCH 1/6] New translations app_en.arb (French) --- app/lib/l10n/app_fr.arb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index a8e187f8021e..d16c1fa19815 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -50,5 +50,12 @@ "english": "Anglais", "french": "Français", "german": "Allemand", - "defaultLocale": "Langue par défaut" + "defaultLocale": "Langue par défaut", + "information": "Information", + "license": "License", + "imprint": "Imprint", + "privacypolicy": "Privacy policy", + "source": "Source", + "documentation": "Documentation", + "changelog": "Changelog" } \ No newline at end of file From 0172e719f2d058532d9eaf9fb4a10a03f81cf587 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Fri, 8 Oct 2021 18:52:55 +0200 Subject: [PATCH 2/6] New translations app_en.arb (German) --- app/lib/l10n/app_de.arb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index 5679a0c41c08..5059d7792e11 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -50,5 +50,12 @@ "english": "Englisch", "french": "Französisch", "german": "Deutsch", - "defaultLocale": "Standard-Gebietsschema" + "defaultLocale": "Standard-Gebietsschema", + "information": "Information", + "license": "License", + "imprint": "Imprint", + "privacypolicy": "Privacy policy", + "source": "Source", + "documentation": "Documentation", + "changelog": "Changelog" } \ No newline at end of file From 6b7adbe6f38fabec664944ba2d283572850a3a12 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:29:18 +0200 Subject: [PATCH 3/6] New translations app_en.arb (French) --- app/lib/l10n/app_fr.arb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index d16c1fa19815..27345a1f5f5b 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -57,5 +57,6 @@ "privacypolicy": "Privacy policy", "source": "Source", "documentation": "Documentation", - "changelog": "Changelog" + "changelog": "Changelog", + "existOverride": "This element already exist. Overwrite?" } \ No newline at end of file From fa06aab2741bbf1c1583ea9e3efbb19a8a91ca50 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:29:19 +0200 Subject: [PATCH 4/6] New translations app_en.arb (German) --- app/lib/l10n/app_de.arb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index 5059d7792e11..d6e6afc28fe1 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -57,5 +57,6 @@ "privacypolicy": "Privacy policy", "source": "Source", "documentation": "Documentation", - "changelog": "Changelog" + "changelog": "Changelog", + "existOverride": "This element already exist. Overwrite?" } \ No newline at end of file From aaf4ad83d1ca5a575e4a830943b8e295c8f1cc72 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Sun, 10 Oct 2021 18:39:41 +0200 Subject: [PATCH 5/6] New translations app_en.arb (French) --- app/lib/l10n/app_fr.arb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index 27345a1f5f5b..6f242849fa65 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -52,11 +52,11 @@ "german": "Allemand", "defaultLocale": "Langue par défaut", "information": "Information", - "license": "License", - "imprint": "Imprint", - "privacypolicy": "Privacy policy", + "license": "Licence", + "imprint": "Mentions légales", + "privacypolicy": "Politique de confidentialité", "source": "Source", "documentation": "Documentation", - "changelog": "Changelog", - "existOverride": "This element already exist. Overwrite?" + "changelog": "Historique des modifications", + "existOverride": "Cet élément existe déjà. Écraser ?" } \ No newline at end of file From afb091c8c4350960c5dbb686649598efb9decb71 Mon Sep 17 00:00:00 2001 From: CodeDoctor <20452814+CodeDoctorDE@users.noreply.github.com> Date: Sun, 10 Oct 2021 18:39:42 +0200 Subject: [PATCH 6/6] New translations app_en.arb (German) --- app/lib/l10n/app_de.arb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index d6e6afc28fe1..7f2930fc6aeb 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -51,12 +51,12 @@ "french": "Französisch", "german": "Deutsch", "defaultLocale": "Standard-Gebietsschema", - "information": "Information", - "license": "License", - "imprint": "Imprint", - "privacypolicy": "Privacy policy", - "source": "Source", - "documentation": "Documentation", + "information": "Informationen", + "license": "Lizenz", + "imprint": "Impressum", + "privacypolicy": "Datenschutzerklärung", + "source": "Quelle", + "documentation": "Dokumentation", "changelog": "Changelog", - "existOverride": "This element already exist. Overwrite?" + "existOverride": "Dieses Element existiert bereits. Überschreiben?" } \ No newline at end of file