diff --git a/src/lib/components/admin/Settings/Database.svelte b/src/lib/components/admin/Settings/Database.svelte
index ae3077be4..8d9cca3fd 100644
--- a/src/lib/components/admin/Settings/Database.svelte
+++ b/src/lib/components/admin/Settings/Database.svelte
@@ -126,7 +126,7 @@
/>
-
Export LiteLLM config.yaml
+ {$i18n.t('Export LiteLLM config.yaml')}
@@ -137,7 +137,7 @@
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
type="submit"
>
- Save
+ {$i18n.t('Save')}
-->
diff --git a/src/lib/components/admin/Settings/Pipelines.svelte b/src/lib/components/admin/Settings/Pipelines.svelte
index b3e20a05e..a830ee12d 100644
--- a/src/lib/components/admin/Settings/Pipelines.svelte
+++ b/src/lib/components/admin/Settings/Pipelines.svelte
@@ -509,7 +509,7 @@
{/if}
{:else}
- Pipelines Not Detected
+ {$i18n.t('Pipelines Not Detected')}
{/if}
{:else}
@@ -525,7 +525,7 @@
class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
type="submit"
>
- Save
+ {$i18n.t('Save')}
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json
index 2847b854d..a9834c886 100644
--- a/src/lib/i18n/locales/ar-BH/translation.json
+++ b/src/lib/i18n/locales/ar-BH/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "تصدير جميع الدردشات",
"Export Documents Mapping": "تصدير وثائق الخرائط",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "نماذج التصدير",
"Export Prompts": "مطالبات التصدير",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "{{error}} تم رفض الإذن عند الوصول إلى الميكروفون ",
"Personalization": "التخصيص",
"Pipelines": "خطوط الانابيب",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "صمامات خطوط الأنابيب",
"Plain text (.txt)": "نص عادي (.txt)",
"Playground": "مكان التجربة",
diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json
index fa534ef3e..5aa2585a6 100644
--- a/src/lib/i18n/locales/bg-BG/translation.json
+++ b/src/lib/i18n/locales/bg-BG/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Експортване на чатове",
"Export Documents Mapping": "Експортване на документен мапинг",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Експортиране на модели",
"Export Prompts": "Експортване на промптове",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
"Personalization": "Персонализация",
"Pipelines": "Тръбопроводи",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Тръбопроводи Вентили",
"Plain text (.txt)": "Plain text (.txt)",
"Playground": "Плейграунд",
diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json
index 27365e1fd..2d5af8cad 100644
--- a/src/lib/i18n/locales/bn-BD/translation.json
+++ b/src/lib/i18n/locales/bn-BD/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "চ্যাটগুলো এক্সপোর্ট করুন",
"Export Documents Mapping": "ডকুমেন্টসমূহ ম্যাপিং এক্সপোর্ট করুন",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "রপ্তানি মডেল",
"Export Prompts": "প্রম্পটগুলো একপোর্ট করুন",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "মাইক্রোফোন ব্যবহারের অনুমতি পাওয়া যায়নি: {{error}}",
"Personalization": "ডিজিটাল বাংলা",
"Pipelines": "পাইপলাইন",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "পাইপলাইন ভালভ",
"Plain text (.txt)": "প্লায়েন টেক্সট (.txt)",
"Playground": "খেলাঘর",
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index 336f3eeb1..7e24536fb 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exportar els xats",
"Export Documents Mapping": "Exportar el mapatge de documents",
"Export Functions": "Exportar funcions",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Exportar els models",
"Export Prompts": "Exportar les indicacions",
"Export Tools": "Exportar les eines",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permís denegat en accedir al micròfon: {{error}}",
"Personalization": "Personalització",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Vàlvules de les Pipelines",
"Plain text (.txt)": "Text pla (.txt)",
"Playground": "Zona de jocs",
diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json
index 1923ef56f..79f0ea987 100644
--- a/src/lib/i18n/locales/ceb-PH/translation.json
+++ b/src/lib/i18n/locales/ceb-PH/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "I-export ang mga chat",
"Export Documents Mapping": "I-export ang pagmapa sa dokumento",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "Export prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Gidili ang pagtugot sa dihang nag-access sa mikropono: {{error}}",
"Personalization": "",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Playground": "Dulaanan",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index 2d6c81831..863e2eea5 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Chats exportieren",
"Export Documents Mapping": "Dokumentenmapping exportieren",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modelle exportieren",
"Export Prompts": "Prompts exportieren",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Zugriff auf das Mikrofon verweigert: {{error}}",
"Personalization": "Personalisierung",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Rohrleitungen Ventile",
"Plain text (.txt)": "Nur Text (.txt)",
"Playground": "Testumgebung",
diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json
index 15840440e..168740ce6 100644
--- a/src/lib/i18n/locales/dg-DG/translation.json
+++ b/src/lib/i18n/locales/dg-DG/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Export Barks",
"Export Documents Mapping": "Export Mappings of Dogos",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "Export Promptos",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
"Personalization": "Personalization",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "Plain text (.txt)",
"Playground": "Playground",
diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json
index ad3109a95..b1f4d7206 100644
--- a/src/lib/i18n/locales/en-GB/translation.json
+++ b/src/lib/i18n/locales/en-GB/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "",
"Export Documents Mapping": "",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "",
"Personalization": "",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Playground": "",
diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json
index ad3109a95..b1f4d7206 100644
--- a/src/lib/i18n/locales/en-US/translation.json
+++ b/src/lib/i18n/locales/en-US/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "",
"Export Documents Mapping": "",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "",
"Personalization": "",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Playground": "",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index a928ace1f..4acabe8e0 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exportar Chats",
"Export Documents Mapping": "Exportar el mapeo de documentos",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modelos de exportación",
"Export Prompts": "Exportar Prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}",
"Personalization": "Personalización",
"Pipelines": "Tuberías",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Tuberías Válvulas",
"Plain text (.txt)": "Texto plano (.txt)",
"Playground": "Patio de juegos",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index 1cc8dae6f..1c19d5009 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "اکسپورت از گپ\u200cها",
"Export Documents Mapping": "اکسپورت از نگاشت اسناد",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "مدل های صادرات",
"Export Prompts": "اکسپورت از پرامپت\u200cها",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "هنگام دسترسی به میکروفون، اجازه داده نشد: {{error}}",
"Personalization": "شخصی سازی",
"Pipelines": "خط لوله",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "شیرالات خطوط لوله",
"Plain text (.txt)": "متن ساده (.txt)",
"Playground": "زمین بازی",
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index 1cb1453a6..a6b82e386 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Vie keskustelut",
"Export Documents Mapping": "Vie asiakirjakartoitus",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Vie malleja",
"Export Prompts": "Vie kehotteet",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Mikrofonin käyttöoikeus evätty: {{error}}",
"Personalization": "Henkilökohtaisuus",
"Pipelines": "Putkistot",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Putkistot Venttiilit",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Playground": "Leikkipaikka",
diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json
index 03b09764a..bfd8aab3b 100644
--- a/src/lib/i18n/locales/fr-CA/translation.json
+++ b/src/lib/i18n/locales/fr-CA/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exporter les discussions",
"Export Documents Mapping": "Exporter le mappage des documents",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modèles d’exportation",
"Export Prompts": "Exporter les prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
"Personalization": "Personnalisation",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Vannes de pipelines",
"Plain text (.txt)": "Texte brut (.txt)",
"Playground": "Aire de jeu",
diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json
index 021a20c46..5544a1c66 100644
--- a/src/lib/i18n/locales/fr-FR/translation.json
+++ b/src/lib/i18n/locales/fr-FR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exporter les Chats",
"Export Documents Mapping": "Exporter la Correspondance des Documents",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Exporter les Modèles",
"Export Prompts": "Exporter les Prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
"Personalization": "Personnalisation",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Vannes de pipelines",
"Plain text (.txt)": "Texte Brute (.txt)",
"Playground": "Aire de jeu",
diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json
index 7cad70c19..c8459c03c 100644
--- a/src/lib/i18n/locales/he-IL/translation.json
+++ b/src/lib/i18n/locales/he-IL/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "ייצוא צ'אטים",
"Export Documents Mapping": "ייצוא מיפוי מסמכים",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "ייצוא מודלים",
"Export Prompts": "ייצוא פקודות",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "ההרשאה נדחתה בעת גישה למיקרופון: {{error}}",
"Personalization": "תאור",
"Pipelines": "צינורות",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "צינורות שסתומים",
"Plain text (.txt)": "טקסט פשוט (.txt)",
"Playground": "אזור משחקים",
diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json
index 0cd959aa7..e3975d152 100644
--- a/src/lib/i18n/locales/hi-IN/translation.json
+++ b/src/lib/i18n/locales/hi-IN/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "चैट निर्यात करें",
"Export Documents Mapping": "निर्यात दस्तावेज़ मैपिंग",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "निर्यात मॉडल",
"Export Prompts": "प्रॉम्प्ट निर्यात करें",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "माइक्रोफ़ोन तक पहुँचने पर अनुमति अस्वीकृत: {{error}}",
"Personalization": "पेरसनलाइज़मेंट",
"Pipelines": "पाइपलाइनों",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "पाइपलाइन वाल्व",
"Plain text (.txt)": "सादा पाठ (.txt)",
"Playground": "कार्यक्षेत्र",
diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json
index 9f3412261..d111b4376 100644
--- a/src/lib/i18n/locales/hr-HR/translation.json
+++ b/src/lib/i18n/locales/hr-HR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Izvoz razgovora",
"Export Documents Mapping": "Izvoz mapiranja dokumenata",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Izvoz modela",
"Export Prompts": "Izvoz prompta",
"Export Tools": "Izvoz alata",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Pristup mikrofonu odbijen: {{error}}",
"Personalization": "Prilagodba",
"Pipelines": "Cjevovodi",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Ventili za cjevovode",
"Plain text (.txt)": "Običan tekst (.txt)",
"Playground": "Igralište",
diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json
index d414a04a4..239006b23 100644
--- a/src/lib/i18n/locales/it-IT/translation.json
+++ b/src/lib/i18n/locales/it-IT/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Esporta chat",
"Export Documents Mapping": "Esporta mappatura documenti",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Esporta modelli",
"Export Prompts": "Esporta prompt",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Autorizzazione negata durante l'accesso al microfono: {{error}}",
"Personalization": "Personalizzazione",
"Pipelines": "Condutture",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Valvole per tubazioni",
"Plain text (.txt)": "Testo normale (.txt)",
"Playground": "Terreno di gioco",
diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json
index 765294c02..3a636d33e 100644
--- a/src/lib/i18n/locales/ja-JP/translation.json
+++ b/src/lib/i18n/locales/ja-JP/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "チャットをエクスポート",
"Export Documents Mapping": "ドキュメントマッピングをエクスポート",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "モデルのエクスポート",
"Export Prompts": "プロンプトをエクスポート",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "マイクへのアクセス時に権限が拒否されました: {{error}}",
"Personalization": "個人化",
"Pipelines": "パイプライン",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "パイプラインバルブ",
"Plain text (.txt)": "プレーンテキスト (.txt)",
"Playground": "プレイグラウンド",
diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json
index c814420c1..640665e5d 100644
--- a/src/lib/i18n/locales/ka-GE/translation.json
+++ b/src/lib/i18n/locales/ka-GE/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "მიმოწერის ექსპორტირება",
"Export Documents Mapping": "დოკუმენტების კავშირის ექსპორტი",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "ექსპორტის მოდელები",
"Export Prompts": "მოთხოვნების ექსპორტი",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "ნებართვა უარყოფილია მიკროფონზე წვდომისას: {{error}}",
"Personalization": "პერსონალიზაცია",
"Pipelines": "მილსადენები",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "მილსადენების სარქველები",
"Plain text (.txt)": "ტექსტი (.txt)",
"Playground": "სათამაშო მოედანი",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index 7abccd7fd..e5148a431 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "채팅 내보내기",
"Export Documents Mapping": "문서 매핑 내보내기",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "모델 내보내기",
"Export Prompts": "프롬프트 내보내기",
"Export Tools": "도구 내보내기",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "마이크 액세스가 거부되었습니다: {{error}}",
"Personalization": "개인화",
"Pipelines": "파이프라인",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "파이프라인 밸브",
"Plain text (.txt)": "일반 텍스트(.txt)",
"Playground": "놀이터",
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
index 7d2652513..01ee7f297 100644
--- a/src/lib/i18n/locales/lt-LT/translation.json
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Eksportuoti pokalbius",
"Export Documents Mapping": "Eksportuoti dokumentų žemėlapį",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "Eksportuoti užklausas",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Leidimas naudoti mikrofoną atmestas: {{error}}",
"Personalization": "",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "Grynas tekstas (.txt)",
"Playground": "Eksperimentavimo erdvė",
diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json
index 8de6b0861..df78ce0ea 100644
--- a/src/lib/i18n/locales/nb-NO/translation.json
+++ b/src/lib/i18n/locales/nb-NO/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Eksporter chatter",
"Export Documents Mapping": "Eksporter dokumentkartlegging",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Eksporter modeller",
"Export Prompts": "Eksporter prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Tillatelse nektet ved tilgang til mikrofon: {{error}}",
"Personalization": "Personalisering",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Pipeline-ventiler",
"Plain text (.txt)": "Ren tekst (.txt)",
"Playground": "Lekeplass",
diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json
index 747658698..515f1cd4b 100644
--- a/src/lib/i18n/locales/nl-NL/translation.json
+++ b/src/lib/i18n/locales/nl-NL/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exporteer Chats",
"Export Documents Mapping": "Exporteer Documenten Mapping",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modellen exporteren",
"Export Prompts": "Exporteer Prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Toestemming geweigerd bij toegang tot microfoon: {{error}}",
"Personalization": "Personalisatie",
"Pipelines": "Pijpleidingen",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Pijpleidingen Kleppen",
"Plain text (.txt)": "Platte tekst (.txt)",
"Playground": "Speeltuin",
diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json
index f742492d1..a1dd80092 100644
--- a/src/lib/i18n/locales/pa-IN/translation.json
+++ b/src/lib/i18n/locales/pa-IN/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ",
"Export Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਨਿਰਯਾਤ ਕਰੋ",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "ਨਿਰਯਾਤ ਮਾਡਲ",
"Export Prompts": "ਪ੍ਰੰਪਟ ਨਿਰਯਾਤ ਕਰੋ",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "ਮਾਈਕ੍ਰੋਫ਼ੋਨ ਤੱਕ ਪਹੁੰਚਣ ਸਮੇਂ ਆਗਿਆ ਰੱਦ ਕੀਤੀ ਗਈ: {{error}}",
"Personalization": "ਪਰਸੋਨਲਿਸ਼ਮ",
"Pipelines": "ਪਾਈਪਲਾਈਨਾਂ",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "ਪਾਈਪਲਾਈਨਾਂ ਵਾਲਵ",
"Plain text (.txt)": "ਸਧਾਰਨ ਪਾਠ (.txt)",
"Playground": "ਖੇਡ ਦਾ ਮੈਦਾਨ",
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index 3573d7c81..5692d6bf9 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Eksportuj czaty",
"Export Documents Mapping": "Eksportuj mapowanie dokumentów",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Eksportuj modele",
"Export Prompts": "Eksportuj prompty",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Odmowa dostępu do mikrofonu: {{error}}",
"Personalization": "Personalizacja",
"Pipelines": "Rurociągów",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Rurociągi Zawory",
"Plain text (.txt)": "Zwykły tekst (.txt)",
"Playground": "Plac zabaw",
diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json
index ce40d80e4..94d691523 100644
--- a/src/lib/i18n/locales/pt-BR/translation.json
+++ b/src/lib/i18n/locales/pt-BR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exportar Bate-papos",
"Export Documents Mapping": "Exportar Mapeamento de Documentos",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modelos de Exportação",
"Export Prompts": "Exportar Prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
"Personalization": "Personalização",
"Pipelines": "Pipelines",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Válvulas de Dutos",
"Plain text (.txt)": "Texto sem formatação (.txt)",
"Playground": "Parque infantil",
diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json
index bb48b4b90..17215660f 100644
--- a/src/lib/i18n/locales/pt-PT/translation.json
+++ b/src/lib/i18n/locales/pt-PT/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exportar Conversas",
"Export Documents Mapping": "Exportar Mapeamento de Documentos",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modelos de Exportação",
"Export Prompts": "Exportar Prompts",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "A permissão foi negada ao aceder o microfone: {{error}}",
"Personalization": "Personalização",
"Pipelines": "Condutas",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Válvulas de Condutas",
"Plain text (.txt)": "Texto sem formatação (.txt)",
"Playground": "Recreio",
diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json
index 798795396..25595cfd1 100644
--- a/src/lib/i18n/locales/ru-RU/translation.json
+++ b/src/lib/i18n/locales/ru-RU/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Экспортировать чаты",
"Export Documents Mapping": "Экспортировать отображение документов",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Экспорт моделей",
"Export Prompts": "Экспортировать промты",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Отказано в доступе к микрофону: {{error}}",
"Personalization": "Персонализация",
"Pipelines": "Трубопроводов",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Трубопроводы Клапаны",
"Plain text (.txt)": "Текст в формате .txt",
"Playground": "Площадка",
diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json
index 5abaa9984..dcbaf7f4c 100644
--- a/src/lib/i18n/locales/sr-RS/translation.json
+++ b/src/lib/i18n/locales/sr-RS/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Извези ћаскања",
"Export Documents Mapping": "Извези мапирање докумената",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Извези моделе",
"Export Prompts": "Извези упите",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Приступ микрофону је одбијен: {{error}}",
"Personalization": "Прилагођавање",
"Pipelines": "Цевоводи",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Вентили за цевоводе",
"Plain text (.txt)": "Обичан текст (.txt)",
"Playground": "Игралиште",
diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json
index 618db37ac..c6cf433f9 100644
--- a/src/lib/i18n/locales/sv-SE/translation.json
+++ b/src/lib/i18n/locales/sv-SE/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Exportera chattar",
"Export Documents Mapping": "Exportera dokumentmappning",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Exportera modeller",
"Export Prompts": "Exportera instruktioner",
"Export Tools": "Exportera verktyg",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Tillstånd nekades vid åtkomst till mikrofon: {{error}}",
"Personalization": "Personalisering",
"Pipelines": "Rörledningar",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Ventiler för rörledningar",
"Plain text (.txt)": "Text (.txt)",
"Playground": "Lekplats",
diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json
index ad3109a95..b1f4d7206 100644
--- a/src/lib/i18n/locales/tk-TW/translation.json
+++ b/src/lib/i18n/locales/tk-TW/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "",
"Export Documents Mapping": "",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "",
"Export Prompts": "",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "",
"Personalization": "",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Playground": "",
diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json
index cb0ba78ae..6f677bb99 100644
--- a/src/lib/i18n/locales/tr-TR/translation.json
+++ b/src/lib/i18n/locales/tr-TR/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Sohbetleri Dışa Aktar",
"Export Documents Mapping": "Belge Eşlemesini Dışa Aktar",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Modelleri Dışa Aktar",
"Export Prompts": "Promptları Dışa Aktar",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Mikrofona erişim izni reddedildi: {{error}}",
"Personalization": "Kişiselleştirme",
"Pipelines": "Pipelinelar",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Pipeline Valvleri",
"Plain text (.txt)": "Düz metin (.txt)",
"Playground": "Oyun Alanı",
diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json
index 8a09f209b..0d5ffc026 100644
--- a/src/lib/i18n/locales/uk-UA/translation.json
+++ b/src/lib/i18n/locales/uk-UA/translation.json
@@ -166,13 +166,13 @@
"Description": "Опис",
"Didn't fully follow instructions": "Не повністю дотримувалися інструкцій",
"Discover a function": "Знайдіть функцію",
- "Discover a model": "Знайдіть модель",
- "Discover a prompt": "Знайдіть промт",
- "Discover a tool": "Знайдіть інструмент",
- "Discover, download, and explore custom functions": "Знайдіть, завантажте та досліджуйте налаштовані функції",
- "Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти",
- "Discover, download, and explore custom tools": "Знайдіть, завантажте та досліджуйте налаштовані інструменти",
- "Discover, download, and explore model presets": "Знайдіть, завантажте та досліджуйте налаштування моделей",
+ "Discover a model": "Знайдіть модель",
+ "Discover a prompt": "Знайдіть промт",
+ "Discover a tool": "Знайдіть інструмент",
+ "Discover, download, and explore custom functions": "Знайдіть, завантажте та досліджуйте налаштовані функції",
+ "Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти",
+ "Discover, download, and explore custom tools": "Знайдіть, завантажте та досліджуйте налаштовані інструменти",
+ "Discover, download, and explore model presets": "Знайдіть, завантажте та досліджуйте налаштування моделей",
"Dismissible": "Неприйнятно",
"Display Emoji in Call": "Відображати емодзі у викликах",
"Display the username instead of You in the Chat": "Показувати ім'я користувача замість 'Ви' в чаті",
@@ -238,6 +238,7 @@
"Export Chats": "Експортувати чати",
"Export Documents Mapping": "Експортувати відображення документів",
"Export Functions": "Експорт функцій ",
+ "Export LiteLLM config.yaml": "Експорт LiteLLM config.yaml",
"Export Models": "Експорт моделей",
"Export Prompts": "Експортувати промти",
"Export Tools": "Експортувати інструменти",
@@ -314,10 +315,10 @@
"Made by OpenWebUI Community": "Зроблено спільнотою OpenWebUI",
"Make sure to enclose them with": "Переконайтеся, що вони закриті",
"Manage": "Керувати",
- "Manage Models": "Керування моделями",
- "Manage Ollama Models": "Керування моделями Ollama",
- "Manage Pipelines": "Керування конвеєрами",
- "Manage Valves": "Керування клапанами",
+ "Manage Models": "Керування моделями",
+ "Manage Ollama Models": "Керування моделями Ollama",
+ "Manage Pipelines": "Керування конвеєрами",
+ "Manage Valves": "Керування клапанами",
"March": "Березень",
"Max Tokens (num_predict)": "Макс токенів (num_predict)",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 моделі можна завантажити одночасно. Будь ласка, спробуйте пізніше.",
@@ -397,7 +398,8 @@
"Permission denied when accessing microphone: {{error}}": "Доступ до мікрофона заборонено: {{error}}",
"Personalization": "Персоналізація",
"Pipelines": "Конвеєри",
- "Pipelines Valves": "Клапани конвеєрів",
+ "Pipelines Not Detected": "Конвеєрів не знайдено",
+ "Pipelines Valves": "Клапани конвеєрів",
"Plain text (.txt)": "Простий текст (.txt)",
"Playground": "Майданчик",
"Positive attitude": "Позитивне ставлення",
@@ -470,7 +472,7 @@
"Select a mode": "Оберіть режим",
"Select a model": "Оберіть модель",
"Select a pipeline": "Оберіть конвеєр",
- "Select a pipeline url": "Оберіть адресу конвеєра",
+ "Select a pipeline url": "Оберіть адресу конвеєра",
"Select a tool": "Оберіть інструмент",
"Select an Ollama instance": "Оберіть екземпляр Ollama",
"Select Documents": "Оберіть документи",
diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json
index 94c7ea22d..4632d7b70 100644
--- a/src/lib/i18n/locales/vi-VN/translation.json
+++ b/src/lib/i18n/locales/vi-VN/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "Tải nội dung chat về máy",
"Export Documents Mapping": "Tải cấu trúc tài liệu về máy",
"Export Functions": "",
+ "Export LiteLLM config.yaml": "",
"Export Models": "Tải Models về máy",
"Export Prompts": "Tải các prompt về máy",
"Export Tools": "",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "Quyền truy cập micrô bị từ chối: {{error}}",
"Personalization": "Cá nhân hóa",
"Pipelines": "",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "",
"Plain text (.txt)": "Văn bản thô (.txt)",
"Playground": "Thử nghiệm (Playground)",
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index 3863f8f8d..83ef80c6d 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "导出对话",
"Export Documents Mapping": "导出文档映射",
"Export Functions": "导出功能",
+ "Export LiteLLM config.yaml": "",
"Export Models": "导出模型",
"Export Prompts": "导出提示词",
"Export Tools": "导出工具",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "申请麦克风权限被拒绝:{{error}}",
"Personalization": "个性化",
"Pipelines": "Pipeline",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "Pipeline 值",
"Plain text (.txt)": "TXT 文档 (.txt)",
"Playground": "AI 对话游乐场",
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index 6ab58a4e0..f64c034b6 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -238,6 +238,7 @@
"Export Chats": "匯出聊天紀錄",
"Export Documents Mapping": "匯出文件對映",
"Export Functions": "匯出功能",
+ "Export LiteLLM config.yaml": "",
"Export Models": "匯出模型",
"Export Prompts": "匯出提示詞",
"Export Tools": "匯出工具",
@@ -397,6 +398,7 @@
"Permission denied when accessing microphone: {{error}}": "存取麥克風時被拒絕權限:{{error}}",
"Personalization": "個人化",
"Pipelines": "管線",
+ "Pipelines Not Detected": "",
"Pipelines Valves": "管線閥門",
"Plain text (.txt)": "純文字 (.txt)",
"Playground": "AI 對話遊樂場",