From 8b5b3f165adc22050d2f8c86cd6f172f0c7eda06 Mon Sep 17 00:00:00 2001 From: Marko Henning Date: Mon, 10 Mar 2025 12:35:44 +0100 Subject: [PATCH] Add translation (partially) --- src/lib/i18n/locales/de-DE/translation.json | 1 + src/lib/i18n/locales/en-GB/translation.json | 1 + src/lib/i18n/locales/en-US/translation.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 7e721e838..15abaa70b 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -429,6 +429,7 @@ "Enter timeout in seconds": "", "Enter to Send": "", "Enter Top K": "Geben Sie Top K ein", + "Enter Top K Reranker": "Geben Sie Top K für Reranker ein", "Enter URL (e.g. http://127.0.0.1:7860/)": "Geben Sie die URL ein (z. B. http://127.0.0.1:7860/)", "Enter URL (e.g. http://localhost:11434)": "Geben Sie die URL ein (z. B. http://localhost:11434)", "Enter your current password": "Geben Sie Ihr aktuelles Passwort ein", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index e1f06f335..dc00a5836 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -429,6 +429,7 @@ "Enter timeout in seconds": "", "Enter to Send": "", "Enter Top K": "", + "Enter Top K Reranker": "", "Enter URL (e.g. http://127.0.0.1:7860/)": "", "Enter URL (e.g. http://localhost:11434)": "", "Enter your current password": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index e1f06f335..dc00a5836 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -429,6 +429,7 @@ "Enter timeout in seconds": "", "Enter to Send": "", "Enter Top K": "", + "Enter Top K Reranker": "", "Enter URL (e.g. http://127.0.0.1:7860/)": "", "Enter URL (e.g. http://localhost:11434)": "", "Enter your current password": "",