Ver Fonte

Add keys i18n

SimonOriginal há 1 ano atrás
pai
commit
06a337061b
39 ficheiros alterados com 91 adições e 17 exclusões
  1. 2 2
      src/lib/components/admin/Settings/Database.svelte
  2. 2 2
      src/lib/components/admin/Settings/Pipelines.svelte
  3. 2 0
      src/lib/i18n/locales/ar-BH/translation.json
  4. 2 0
      src/lib/i18n/locales/bg-BG/translation.json
  5. 2 0
      src/lib/i18n/locales/bn-BD/translation.json
  6. 2 0
      src/lib/i18n/locales/ca-ES/translation.json
  7. 2 0
      src/lib/i18n/locales/ceb-PH/translation.json
  8. 2 0
      src/lib/i18n/locales/de-DE/translation.json
  9. 2 0
      src/lib/i18n/locales/dg-DG/translation.json
  10. 2 0
      src/lib/i18n/locales/en-GB/translation.json
  11. 2 0
      src/lib/i18n/locales/en-US/translation.json
  12. 2 0
      src/lib/i18n/locales/es-ES/translation.json
  13. 2 0
      src/lib/i18n/locales/fa-IR/translation.json
  14. 2 0
      src/lib/i18n/locales/fi-FI/translation.json
  15. 2 0
      src/lib/i18n/locales/fr-CA/translation.json
  16. 2 0
      src/lib/i18n/locales/fr-FR/translation.json
  17. 2 0
      src/lib/i18n/locales/he-IL/translation.json
  18. 2 0
      src/lib/i18n/locales/hi-IN/translation.json
  19. 2 0
      src/lib/i18n/locales/hr-HR/translation.json
  20. 2 0
      src/lib/i18n/locales/it-IT/translation.json
  21. 2 0
      src/lib/i18n/locales/ja-JP/translation.json
  22. 2 0
      src/lib/i18n/locales/ka-GE/translation.json
  23. 2 0
      src/lib/i18n/locales/ko-KR/translation.json
  24. 2 0
      src/lib/i18n/locales/lt-LT/translation.json
  25. 2 0
      src/lib/i18n/locales/nb-NO/translation.json
  26. 2 0
      src/lib/i18n/locales/nl-NL/translation.json
  27. 2 0
      src/lib/i18n/locales/pa-IN/translation.json
  28. 2 0
      src/lib/i18n/locales/pl-PL/translation.json
  29. 2 0
      src/lib/i18n/locales/pt-BR/translation.json
  30. 2 0
      src/lib/i18n/locales/pt-PT/translation.json
  31. 2 0
      src/lib/i18n/locales/ru-RU/translation.json
  32. 2 0
      src/lib/i18n/locales/sr-RS/translation.json
  33. 2 0
      src/lib/i18n/locales/sv-SE/translation.json
  34. 2 0
      src/lib/i18n/locales/tk-TW/translation.json
  35. 2 0
      src/lib/i18n/locales/tr-TR/translation.json
  36. 15 13
      src/lib/i18n/locales/uk-UA/translation.json
  37. 2 0
      src/lib/i18n/locales/vi-VN/translation.json
  38. 2 0
      src/lib/i18n/locales/zh-CN/translation.json
  39. 2 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 2 - 2
src/lib/components/admin/Settings/Database.svelte

@@ -126,7 +126,7 @@
 							/>
 						</svg>
 					</div>
-					<div class=" self-center text-sm font-medium">Export LiteLLM config.yaml</div>
+					<div class=" self-center text-sm font-medium">{$i18n.t('Export LiteLLM config.yaml')}</div>
 				</button>
 			</div>
 		</div>
@@ -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')}
 		</button>
 
 	</div> -->

+ 2 - 2
src/lib/components/admin/Settings/Pipelines.svelte

@@ -509,7 +509,7 @@
 					</div>
 				{/if}
 			{:else}
-				<div>Pipelines Not Detected</div>
+				<div>{$i18n.t('Pipelines Not Detected')}</div>
 			{/if}
 		{:else}
 			<div class="flex justify-center h-full">
@@ -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')}
 		</button>
 	</div>
 </form>

+ 2 - 0
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": "مكان التجربة",

+ 2 - 0
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": "Плейграунд",

+ 2 - 0
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": "খেলাঘর",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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": "",

+ 2 - 0
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": "",

+ 2 - 0
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",

+ 2 - 0
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": "زمین بازی",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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": "אזור משחקים",

+ 2 - 0
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": "कार्यक्षेत्र",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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": "プレイグラウンド",

+ 2 - 0
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": "სათამაშო მოედანი",

+ 2 - 0
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": "놀이터",

+ 2 - 0
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ė",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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": "ਖੇਡ ਦਾ ਮੈਦਾਨ",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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",

+ 2 - 0
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": "Площадка",

+ 2 - 0
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": "Игралиште",

+ 2 - 0
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",

+ 2 - 0
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": "",

+ 2 - 0
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ı",

+ 15 - 13
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": "Оберіть документи",

+ 2 - 0
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)",

+ 2 - 0
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 对话游乐场",

+ 2 - 0
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 對話遊樂場",