From 586de1f5ba28a5866847802bf13a326a7743c2c7 Mon Sep 17 00:00:00 2001 From: bannert <58707896+bannert1337@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:31:13 +0200 Subject: [PATCH] feat(i18n): unify German translations and remove formal/informal versions --- .../de-DE/{translation-formal.json => translation.json} | 4 ++-- src/lib/i18n/locales/languages.json | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) rename src/lib/i18n/locales/de-DE/{translation-formal.json => translation.json} (99%) diff --git a/src/lib/i18n/locales/de-DE/translation-formal.json b/src/lib/i18n/locales/de-DE/translation.json similarity index 99% rename from src/lib/i18n/locales/de-DE/translation-formal.json rename to src/lib/i18n/locales/de-DE/translation.json index 63766cf67..557d51908 100644 --- a/src/lib/i18n/locales/de-DE/translation-formal.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -208,9 +208,9 @@ "Embedding Model": "Embedding-Modell", "Embedding Model Engine": "Embedding-Modell-Engine", "Embedding model set to \"{{embedding_model}}\"": "Embedding-Modell auf \"{{embedding_model}}\" gesetzt", - "Enable Chat History": "Chat-Verlauf aktivieren", + "Enable Chat History": "Unterhaltungshistorie aktivieren", "Enable Community Sharing": "Community-Freigabe aktivieren", - "Enable New Sign Ups": "Neue Anmeldungen aktivieren", + "Enable New Sign Ups": "Registrierung erlauben", "Enable Web Search": "Websuche aktivieren", "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.", "Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein", diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json index 0143db3d1..8d502e90c 100644 --- a/src/lib/i18n/locales/languages.json +++ b/src/lib/i18n/locales/languages.json @@ -28,12 +28,8 @@ "title": "Cebuano (Filipino)" }, { - "code": "de-DE-formal", - "title": "German (Deutsch - Sie)" - }, - { - "code": "de-DE-informal", - "title": "German (Deutsch - Du)" + "code": "de-DE", + "title": "German (Deutsch)" }, { "code": "es-ES",