From c8d1331aa42da5695abd160278603402efcd3ca1 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Wed, 3 Apr 2024 22:55:54 +0200 Subject: [PATCH] fixes chinese translation naming --- web/src/lib/i18n/locales/de.json | 2 +- web/src/lib/i18n/locales/en.json | 2 +- web/src/lib/i18n/locales/fr.json | 2 +- web/src/lib/i18n/locales/hu.json | 2 +- web/src/lib/i18n/locales/nl.json | 2 +- web/src/lib/i18n/locales/pl.json | 2 +- web/src/lib/i18n/locales/pt.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index f1aa9866..6b6a9b63 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -17,7 +17,7 @@ "category": "Kategorie", "change": "Ändern", "changelog": "Changelog", - "chinese": "Chinesisch", + "chinese": "Chinesisch (vereinfacht)", "completed": "Abgeschlossen", "completion-status": "Abschlussstatus", "contribute": "Mitwirken", diff --git a/web/src/lib/i18n/locales/en.json b/web/src/lib/i18n/locales/en.json index 2a39185f..625d2cfa 100644 --- a/web/src/lib/i18n/locales/en.json +++ b/web/src/lib/i18n/locales/en.json @@ -17,7 +17,7 @@ "category": "Category", "change": "Change", "changelog": "Changelog", - "chinese": "Chinese", + "chinese": "Chinese (simplified)", "completed": "Completed", "completion-status": "Completion Status", "contribute": "Contribute", diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 4d40a94b..06655680 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -17,7 +17,7 @@ "category": "Catégorie", "change": "Changement", "changelog": "Journal des modifications", - "chinese": "Chinois", + "chinese": "Chinois (simplifié)", "completed": "Compléter", "completion-status": "L'état d'achèvement", "contribute": "Contribuer", diff --git a/web/src/lib/i18n/locales/hu.json b/web/src/lib/i18n/locales/hu.json index 0cc02815..cfc7209e 100644 --- a/web/src/lib/i18n/locales/hu.json +++ b/web/src/lib/i18n/locales/hu.json @@ -17,7 +17,7 @@ "category": "Kategória", "change": "Változás", "changelog": "Változás napló", - "chinese": "kínai", + "chinese": "Kínai (egyszerűsítve)", "completed": "Teljesítve", "completion-status": "Befejezés állapota", "contribute": "Hozzájárulás", diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 21cc88ff..22f0b196 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -17,7 +17,7 @@ "category": "Categorie", "change": "Aanpassen", "changelog": "Changelog", - "chinese": "Chinese", + "chinese": "Versimpeld Chinees", "completed": "Voltooid", "completion-status": "Voltooiingsstatus", "contribute": "Bijdragen", diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 7b5314c2..f13e6e5c 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -17,7 +17,7 @@ "category": "Kategoria", "change": "Zmień", "changelog": "Dziennik zmian", - "chinese": "chiński", + "chinese": "Uproszczony chiński", "completed": "Zakończono", "completion-status": "Stan ukończenia", "contribute": "Kontrybuuj", diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index 8ee0230a..82d0e6f1 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -17,7 +17,7 @@ "category": "Categoria", "change": "Alterar", "changelog": "Registo de alterações", - "chinese": "chinês", + "chinese": "Chinês (simplificado)", "completed": "Completada", "completion-status": "Status de conclusão", "contribute": "Contribuir",