From e0bdef85abad22b01fe21ceeba96f1af4300cbed Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 17 Feb 2026 01:11:48 -0600 Subject: [PATCH] chore: format --- package-lock.json | 4 +- package.json | 2 +- src/lib/components/chat/Chat.svelte | 6 ++- .../chat/ModelSelector/ModelItemMenu.svelte | 4 +- .../components/common/ToolCallDisplay.svelte | 4 +- .../components/playground/Completions.svelte | 44 +++++++++---------- src/lib/i18n/locales/ar-BH/translation.json | 6 +-- src/lib/i18n/locales/ar/translation.json | 6 +-- src/lib/i18n/locales/bg-BG/translation.json | 6 +-- src/lib/i18n/locales/bn-BD/translation.json | 6 +-- src/lib/i18n/locales/bo-TB/translation.json | 6 +-- src/lib/i18n/locales/bs-BA/translation.json | 6 +-- src/lib/i18n/locales/ca-ES/translation.json | 6 +-- src/lib/i18n/locales/ceb-PH/translation.json | 6 +-- src/lib/i18n/locales/cs-CZ/translation.json | 6 +-- src/lib/i18n/locales/da-DK/translation.json | 6 +-- src/lib/i18n/locales/de-DE/translation.json | 6 +-- src/lib/i18n/locales/dg-DG/translation.json | 6 +-- src/lib/i18n/locales/el-GR/translation.json | 6 +-- src/lib/i18n/locales/en-GB/translation.json | 6 +-- src/lib/i18n/locales/en-US/translation.json | 6 +-- src/lib/i18n/locales/es-ES/translation.json | 6 +-- src/lib/i18n/locales/et-EE/translation.json | 6 +-- src/lib/i18n/locales/eu-ES/translation.json | 6 +-- src/lib/i18n/locales/fa-IR/translation.json | 6 +-- src/lib/i18n/locales/fi-FI/translation.json | 6 +-- src/lib/i18n/locales/fr-CA/translation.json | 6 +-- src/lib/i18n/locales/fr-FR/translation.json | 6 +-- src/lib/i18n/locales/gl-ES/translation.json | 6 +-- src/lib/i18n/locales/he-IL/translation.json | 6 +-- src/lib/i18n/locales/hi-IN/translation.json | 6 +-- src/lib/i18n/locales/hr-HR/translation.json | 6 +-- src/lib/i18n/locales/hu-HU/translation.json | 6 +-- src/lib/i18n/locales/id-ID/translation.json | 6 +-- src/lib/i18n/locales/ie-GA/translation.json | 6 +-- src/lib/i18n/locales/it-IT/translation.json | 6 +-- src/lib/i18n/locales/ja-JP/translation.json | 6 +-- src/lib/i18n/locales/ka-GE/translation.json | 6 +-- src/lib/i18n/locales/kab-DZ/translation.json | 6 +-- src/lib/i18n/locales/ko-KR/translation.json | 6 +-- src/lib/i18n/locales/lt-LT/translation.json | 6 +-- src/lib/i18n/locales/lv-LV/translation.json | 6 +-- src/lib/i18n/locales/ms-MY/translation.json | 6 +-- src/lib/i18n/locales/nb-NO/translation.json | 6 +-- src/lib/i18n/locales/nl-NL/translation.json | 6 +-- src/lib/i18n/locales/pa-IN/translation.json | 6 +-- src/lib/i18n/locales/pl-PL/translation.json | 6 +-- src/lib/i18n/locales/pt-BR/translation.json | 6 +-- src/lib/i18n/locales/pt-PT/translation.json | 6 +-- src/lib/i18n/locales/ro-RO/translation.json | 6 +-- src/lib/i18n/locales/ru-RU/translation.json | 6 +-- src/lib/i18n/locales/sk-SK/translation.json | 6 +-- src/lib/i18n/locales/sr-RS/translation.json | 6 +-- src/lib/i18n/locales/sv-SE/translation.json | 6 +-- src/lib/i18n/locales/th-TH/translation.json | 6 +-- src/lib/i18n/locales/tk-TM/translation.json | 6 +-- src/lib/i18n/locales/tr-TR/translation.json | 6 +-- src/lib/i18n/locales/ug-CN/translation.json | 6 +-- src/lib/i18n/locales/uk-UA/translation.json | 6 +-- src/lib/i18n/locales/ur-PK/translation.json | 6 +-- .../i18n/locales/uz-Cyrl-UZ/translation.json | 6 +-- .../i18n/locales/uz-Latn-Uz/translation.json | 6 +-- src/lib/i18n/locales/vi-VN/translation.json | 6 +-- src/lib/i18n/locales/zh-CN/translation.json | 6 +-- src/lib/i18n/locales/zh-TW/translation.json | 6 +-- 65 files changed, 211 insertions(+), 207 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6588fbed7c..c00d8c1c3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.8.2", + "version": "0.8.3", "dependencies": { "@azure/msal-browser": "^4.5.0", "@codemirror/lang-javascript": "^6.2.2", diff --git a/package.json b/package.json index 7b66b5f30f..5c6198522f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.8.2", + "version": "0.8.3", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host", diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 4ca7a1d2a4..06b63b074d 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2085,7 +2085,11 @@ ), features: getFeatures(), variables: { - ...getPromptVariables($user?.name, $settings?.userLocation ? userLocation : undefined, $user?.email) + ...getPromptVariables( + $user?.name, + $settings?.userLocation ? userLocation : undefined, + $user?.email + ) }, model_item: $models.find((m) => m.id === model.id), diff --git a/src/lib/components/chat/ModelSelector/ModelItemMenu.svelte b/src/lib/components/chat/ModelSelector/ModelItemMenu.svelte index 2eccbb9b7e..87e57eb80d 100644 --- a/src/lib/components/chat/ModelSelector/ModelItemMenu.svelte +++ b/src/lib/components/chat/ModelSelector/ModelItemMenu.svelte @@ -54,7 +54,7 @@ align="end" transition={flyAndScale} > - {#if (model?.preset || model?.info?.base_model_id) ? model?.info?.user_id === $user?.id : $user?.role === 'admin'} + {#if model?.preset || model?.info?.base_model_id ? model?.info?.user_id === $user?.id : $user?.role === 'admin'} {$i18n.t('Copy Link')} - - {#if $config?.features.enable_community_sharing}
diff --git a/src/lib/components/common/ToolCallDisplay.svelte b/src/lib/components/common/ToolCallDisplay.svelte index c4add74af4..9c2ed0932e 100644 --- a/src/lib/components/common/ToolCallDisplay.svelte +++ b/src/lib/components/common/ToolCallDisplay.svelte @@ -182,7 +182,9 @@ {key} - {typeof value === 'object' ? JSON.stringify(value) : value} + {typeof value === 'object' ? JSON.stringify(value) : value} {/each} diff --git a/src/lib/components/playground/Completions.svelte b/src/lib/components/playground/Completions.svelte index 4687e462f2..622ff1a5d7 100644 --- a/src/lib/components/playground/Completions.svelte +++ b/src/lib/components/playground/Completions.svelte @@ -161,30 +161,30 @@
-
- {#if !loading} - - {:else} - - {/if} +
+ {#if !loading} + + {:else} + + {/if} +
- diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 8fb2e250f1..76250bab3a 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "يستطيع حذف المحادثات", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "الطلبات المتزامنة", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)", "Export chat (.json)": "", "Export Chats": "تصدير جميع الدردشات", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "استيراد الدردشات", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/ar/translation.json b/src/lib/i18n/locales/ar/translation.json index bd6ab547ec..b4297c2fd4 100644 --- a/src/lib/i18n/locales/ar/translation.json +++ b/src/lib/i18n/locales/ar/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "السماح بوسائل التحكم في المحادثة", "Allow Chat Delete": "السماح بحذف المحادثة", - "Allow Chat Deletion": "السماح بحذف المحادثة", "Allow Chat Edit": "السماح بتعديل المحادثة", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "الإكمالات", "Compress Images in Channels": "", "Concurrent Requests": "الطلبات المتزامنة", + "Config": "", "Config imported successfully": "", "Configure": "تكوين", "Confirm": "تأكيد", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)", "Export chat (.json)": "تصدير المحادثة (.json)", "Export Chats": "تصدير جميع الدردشات", - "Export Config to JSON File": "تصدير الإعدادات إلى ملف JSON", + "Export Config": "", "Export Models": "", "Export Presets": "تصدير الإعدادات المسبقة", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "استيراد الدردشات", - "Import Config from JSON File": "استيراد الإعدادات من ملف JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "استيراد الإعدادات المسبقة", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index cf1063c1d0..f3a63b1af1 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Разреши контроли на чата", "Allow Chat Delete": "Разреши изтриване на чат", - "Allow Chat Deletion": "Позволи Изтриване на Чат", "Allow Chat Edit": "Разреши редактиране на чат", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Довършвания", "Compress Images in Channels": "", "Concurrent Requests": "Едновременни заявки", + "Config": "", "Config imported successfully": "", "Configure": "Конфигуриране", "Confirm": "Потвърди", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Експортване на всички чатове (за всички потребители)", "Export chat (.json)": "Експортиране на чат (.json)", "Export Chats": "Експортване на чатове", - "Export Config to JSON File": "Експортиране на конфигурацията в JSON файл", + "Export Config": "", "Export Models": "", "Export Presets": "Експортиране на предварителни настройки", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Импортване на чатове", - "Import Config from JSON File": "Импортиране на конфигурация от JSON файл", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Импортиране на предварителни настройки", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 72e2cdd2cf..df72d76f15 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "চ্যাট ডিলিট করতে দিন", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "সমকালীন অনুরোধ", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)", "Export chat (.json)": "", "Export Chats": "চ্যাটগুলো এক্সপোর্ট করুন", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "চ্যাটগুলি ইমপোর্ট করুন", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/bo-TB/translation.json b/src/lib/i18n/locales/bo-TB/translation.json index 343e64bba9..6317633412 100644 --- a/src/lib/i18n/locales/bo-TB/translation.json +++ b/src/lib/i18n/locales/bo-TB/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "ཁ་བརྡའི་ཚོད་འཛིན་ལ་གནང་བ་སྤྲོད་པ།", "Allow Chat Delete": "ཁ་བརྡ་བསུབ་པར་གནང་བ་སྤྲོད་པ།", - "Allow Chat Deletion": "ཁ་བརྡ་བསུབ་པར་གནང་བ་སྤྲོད་པ།", "Allow Chat Edit": "ཁ་བརྡ་ཞུ་དག་ལ་གནང་བ་སྤྲོད་པ།", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "འགྲུབ་པ།", "Compress Images in Channels": "", "Concurrent Requests": "མཉམ་ལས་རེ་ཞུ།", + "Config": "", "Config imported successfully": "", "Configure": "སྒྲིག་འགོད།", "Confirm": "གཏན་འཁེལ།", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་གཏོང་། (བེད་སྤྱོད་མཁན་ཡོངས་)", "Export chat (.json)": "ཁ་བརྡ་ཕྱིར་གཏོང་ (.json)", "Export Chats": "ཁ་བརྡ་ཕྱིར་གཏོང་།", - "Export Config to JSON File": "སྒྲིག་འགོད་ JSON ཡིག་ཆར་ཕྱིར་གཏོང་།", + "Export Config": "", "Export Models": "", "Export Presets": "སྔོན་སྒྲིག་ཕྱིར་གཏོང་།", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "ཁ་བརྡ་ནང་འདྲེན།", - "Import Config from JSON File": "JSON ཡིག་ཆ་ནས་སྒྲིག་འགོད་ནང་འདྲེན།", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "སྔོན་སྒྲིག་ནང་འདྲེན།", diff --git a/src/lib/i18n/locales/bs-BA/translation.json b/src/lib/i18n/locales/bs-BA/translation.json index 95cd1a9c2a..645fde5b06 100644 --- a/src/lib/i18n/locales/bs-BA/translation.json +++ b/src/lib/i18n/locales/bs-BA/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Dozvoli poziv", "Allow Chat Controls": "Dozvoli kontrolu razgovora", "Allow Chat Delete": "Dozvoli brisanaje razgovora", - "Allow Chat Deletion": "Dopusti brisanje razgovora", "Allow Chat Edit": "Dozvoli uredjivanje razgovora", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Istodobni zahtjevi", + "Config": "", "Config imported successfully": "", "Configure": "Promijeni", "Confirm": "Potvrdi", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)", "Export chat (.json)": "Izvoz četa (.json)", "Export Chats": "Izvoz razgovora", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Uvoz razgovora", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index a3a7c5117b..d602ab6a02 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Permetre la trucada", "Allow Chat Controls": "Permetre els controls de xat", "Allow Chat Delete": "Permetre eliminar el xat", - "Allow Chat Deletion": "Permetre la supressió del xat", "Allow Chat Edit": "Permetre editar el xat", "Allow Chat Export": "Permetre exportar el xat", "Allow Chat Params": "Permetre els paràmetres de xat", @@ -346,6 +345,7 @@ "Completions": "Completaments", "Compress Images in Channels": "Comprimir imatges en els canals", "Concurrent Requests": "Peticions simultànies", + "Config": "", "Config imported successfully": "Configuració importada correctament", "Configure": "Configurar", "Confirm": "Confirmar", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportar tots els xats (Tots els usuaris)", "Export chat (.json)": "Exportar el xat (.json)", "Export Chats": "Exportar els xats", - "Export Config to JSON File": "Exportar la configuració a un arxiu JSON", + "Export Config": "", "Export Models": "Exportar els models", "Export Presets": "Exportar les configuracions", "Export Prompts": "Exportar les indicacions", @@ -976,7 +976,7 @@ "Images": "Imatges", "Import": "Importar", "Import Chats": "Importar xats", - "Import Config from JSON File": "Importar la configuració des d'un arxiu JSON", + "Import Config": "", "Import From Link": "Importar des d'un enllaç", "Import Models": "Importar models", "Import Presets": "Importar configuracions", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 14c1cd4f4b..873ff9c682 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Tugoti nga mapapas ang mga chat", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "I-export ang tanan nga mga chat (Tanan nga tiggamit)", "Export chat (.json)": "", "Export Chats": "I-export ang mga chat", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Import nga mga chat", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index 749d2c0207..4b95a817c3 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Povolit volání", "Allow Chat Controls": "Povolit ovládací prvky chatu", "Allow Chat Delete": "Povolit smazání konverzace", - "Allow Chat Deletion": "Povolit smazání konverzace", "Allow Chat Edit": "Povolit úpravu konverzace", "Allow Chat Export": "Povolit export konverzace", "Allow Chat Params": "Povolit parametry chatu", @@ -346,6 +345,7 @@ "Completions": "Dokončení", "Compress Images in Channels": "Komprimovat obrázky v kanálech", "Concurrent Requests": "Souběžné požadavky", + "Config": "", "Config imported successfully": "Konfigurace byla úspěšně importována", "Configure": "Konfigurovat", "Confirm": "Potvrdit", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportovat všechny konverzace (všichni uživatelé)", "Export chat (.json)": "Exportovat konverzaci (.json)", "Export Chats": "Exportovat konverzace", - "Export Config to JSON File": "Exportovat konfiguraci do souboru JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Exportovat předvolby", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importovat", "Import Chats": "Importovat konverzace", - "Import Config from JSON File": "Importovat konfiguraci ze souboru JSON", + "Import Config": "", "Import From Link": "Importovat z odkazu", "Import Models": "", "Import Presets": "Importovat předvolby", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index 0c7c92776b..6ef72b0931 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Tillad kald", "Allow Chat Controls": "Tillad kontrol af chats", "Allow Chat Delete": "Tillad sletning af chats", - "Allow Chat Deletion": "Tillad sletning af chats", "Allow Chat Edit": "Tillad redigering af chats", "Allow Chat Export": "Tillad eksport af chats", "Allow Chat Params": "Tillad parametre i chats", @@ -346,6 +345,7 @@ "Completions": "Completions", "Compress Images in Channels": "Komprimér billeder i kanaler", "Concurrent Requests": "Concurrent requests", + "Config": "", "Config imported successfully": "Konfiguration importeret", "Configure": "Konfigurer", "Confirm": "Bekræft", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksportér alle chats (alle brugere)", "Export chat (.json)": "Eksportér chat (.json)", "Export Chats": "Eksportér chats", - "Export Config to JSON File": "Eksportér konfiguration til JSON-fil", + "Export Config": "", "Export Models": "Eksportér modeller", "Export Presets": "Eksportér indstillinger", "Export Prompts": "Eksportér prompter", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importer", "Import Chats": "Importer chats", - "Import Config from JSON File": "Importer konfiguration fra JSON-fil", + "Import Config": "", "Import From Link": "Importer fra et link", "Import Models": "Importer modeller", "Import Presets": "Importer Presets", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 2d4e8b1203..5fc86380fe 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Anruffunktion erlauben", "Allow Chat Controls": "Chat-Steuerung erlauben", "Allow Chat Delete": "Löschen von Chats erlauben", - "Allow Chat Deletion": "Löschen von Chats erlauben", "Allow Chat Edit": "Bearbeiten von Chats erlauben", "Allow Chat Export": "Chat-Export erlauben", "Allow Chat Params": "Chat-Parameter erlauben", @@ -346,6 +345,7 @@ "Completions": "Vervollständigungen", "Compress Images in Channels": "Bilder in Kanälen komprimieren", "Concurrent Requests": "Gleichzeitige Anfragen", + "Config": "", "Config imported successfully": "Konfiguration erfolgreich importiert", "Configure": "Konfigurieren", "Confirm": "Bestätigen", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Alle Chats exportieren (Alle Benutzer)", "Export chat (.json)": "Chat exportieren (.json)", "Export Chats": "Chats exportieren", - "Export Config to JSON File": "Konfiguration als JSON exportieren", + "Export Config": "", "Export Models": "Modelle exportieren", "Export Presets": "Vorlagen exportieren", "Export Prompts": "Prompts exportieren", @@ -976,7 +976,7 @@ "Images": "Bilder", "Import": "Importieren", "Import Chats": "Chats importieren", - "Import Config from JSON File": "Konfiguration aus JSON importieren", + "Import Config": "", "Import From Link": "Von Link importieren", "Import Models": "Modelle importieren", "Import Presets": "Vorlagen importieren", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 2b1ef3cdd7..3d1f7a8372 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Allow Delete Chats", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Export All Chats (All Doggos)", "Export chat (.json)": "", "Export Chats": "Export Barks", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Import Barks", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index 056ca9c411..b09f7dd7ff 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Επιτρέπεται η Κλήση", "Allow Chat Controls": "Επιτρέπεται ο Έλεγχος Συνομιλίας", "Allow Chat Delete": "Επιτρέπεται η διαγραφή συνομιλίας", - "Allow Chat Deletion": "Επιτρέπεται η Διαγραφή Συνομιλίας", "Allow Chat Edit": "Επιτρέπεται η Επεξεργασία Συνομιλίας", "Allow Chat Export": "Επιτρέπεται η Εξαγωγή Συνομιλίας", "Allow Chat Params": "Επιτρέπονται οι Παράμετροι Συνομιλίας", @@ -346,6 +345,7 @@ "Completions": "Ολοκληρώσεις", "Compress Images in Channels": "Συμπίεση εικόνων σε κανάλια", "Concurrent Requests": "Ταυτόχρονες Αιτήσεις", + "Config": "", "Config imported successfully": "", "Configure": "Διαμόρφωση", "Confirm": "Επιβεβαίωση", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Εξαγωγή Όλων των Συνομιλιών (Όλοι οι Χρήστες)", "Export chat (.json)": "Εξαγωγή συνομιλίας (.json)", "Export Chats": "Εξαγωγή Συνομιλιών", - "Export Config to JSON File": "Εξαγωγή Διαμόρφωσης σε Αρχείο JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Εξαγωγή Προκαθορισμένων", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Εισαγωγή", "Import Chats": "Εισαγωγή Συνομιλιών", - "Import Config from JSON File": "Εισαγωγή Διαμόρφωσης από Αρχείο JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Εισαγωγή Προκαθορισμένων", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index f80c10dd8f..bcf0e0a80d 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "", "Export chat (.json)": "", "Export Chats": "", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index c3696f48ce..d879a3545a 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "", "Export chat (.json)": "", "Export Chats": "", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index d401f1544d..adec3fe4fe 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Permitir Llamada", "Allow Chat Controls": "Permitir Controles del Chat", "Allow Chat Delete": "Permitir Borrar Chat", - "Allow Chat Deletion": "Permitir Borrado de Chat", "Allow Chat Edit": "Permitir Editar Chat", "Allow Chat Export": "Permitir Exportar Chat", "Allow Chat Params": "Permitir Parametros en Chat", @@ -346,6 +345,7 @@ "Completions": "Cumplimientos", "Compress Images in Channels": "Comprimir Imágenes en Canales", "Concurrent Requests": "Número de Solicitudes Concurrentes", + "Config": "", "Config imported successfully": "Configuración importada correctamente", "Configure": "Configurar", "Confirm": "Confirmar", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportar Todos los Chats (Todos los Usuarios)", "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", - "Export Config to JSON File": "Exportar Configuración a archivo JSON", + "Export Config": "", "Export Models": "Exportar Modelos", "Export Presets": "Exportar Preajustes", "Export Prompts": "Exportar Indicadores", @@ -976,7 +976,7 @@ "Images": "Imágenes", "Import": "Importar", "Import Chats": "Importar Chats", - "Import Config from JSON File": "Importar Config desde Archivo JSON", + "Import Config": "", "Import From Link": "Importar desde Enlace", "Import Models": "Importar Modelos", "Import Presets": "Importar Preajustes", diff --git a/src/lib/i18n/locales/et-EE/translation.json b/src/lib/i18n/locales/et-EE/translation.json index 48fb8acaf1..bdbbbd4ef8 100644 --- a/src/lib/i18n/locales/et-EE/translation.json +++ b/src/lib/i18n/locales/et-EE/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Luba kõne", "Allow Chat Controls": "Luba vestluse kontrollnupud", "Allow Chat Delete": "Luba vestluse kustutamine", - "Allow Chat Deletion": "Luba vestluse kustutamine", "Allow Chat Edit": "Luba vestluse muutmine", "Allow Chat Export": "Luba vestluse eksport", "Allow Chat Params": "Luba vestluse parameetrid", @@ -346,6 +345,7 @@ "Completions": "Lõpetamised", "Compress Images in Channels": "Tihenda pildid kanalites", "Concurrent Requests": "Samaaegsed päringud", + "Config": "", "Config imported successfully": "Seadistus edukalt imporditud", "Configure": "Konfigureeri", "Confirm": "Kinnita", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Ekspordi kõik vestlused (kõik kasutajad)", "Export chat (.json)": "Ekspordi vestlus (.json)", "Export Chats": "Ekspordi vestlused", - "Export Config to JSON File": "Ekspordi seadistus JSON-failina", + "Export Config": "", "Export Models": "", "Export Presets": "Ekspordi eelseadistused", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Impordi", "Import Chats": "Impordi vestlused", - "Import Config from JSON File": "Impordi seadistus JSON-failist", + "Import Config": "", "Import From Link": "Impordi lingist", "Import Models": "", "Import Presets": "Impordi eelseadistused", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index 3f3a9f89b5..c8b865adee 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "Baimendu Txata Ezabatzea", - "Allow Chat Deletion": "Baimendu Txata Ezabatzea", "Allow Chat Edit": "Baimendu Txata Editatzea", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Osatzeak", "Compress Images in Channels": "", "Concurrent Requests": "Eskari Konkurrenteak", + "Config": "", "Config imported successfully": "", "Configure": "Konfiguratu", "Confirm": "Berretsi", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Esportatu Txat Guztiak (Erabiltzaile Guztiak)", "Export chat (.json)": "Esportatu txata (.json)", "Export Chats": "Esportatu Txatak", - "Export Config to JSON File": "Esportatu Konfigurazioa JSON Fitxategira", + "Export Config": "", "Export Models": "", "Export Presets": "Esportatu Aurrezarpenak", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Inportatu Txatak", - "Import Config from JSON File": "Inportatu Konfigurazioa JSON Fitxategitik", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Inportatu Aurrezarpenak", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 20c457476c..6c30ac8779 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "اجازه تماس", "Allow Chat Controls": "اجازه کنترل\u200cهای گفتگو", "Allow Chat Delete": "اجازه حذف گفتگو", - "Allow Chat Deletion": "اجازهٔ حذف گفتگو", "Allow Chat Edit": "اجازه ویرایش گفتگو", "Allow Chat Export": "مجاز کردن خروجی گرفتن از چت", "Allow Chat Params": "مجاز کردن پارامترهای چت", @@ -346,6 +345,7 @@ "Completions": "تکمیل\u200cها", "Compress Images in Channels": "فشرده\u200cسازی تصاویر در کانال\u200cها", "Concurrent Requests": "درخواست های همزمان", + "Config": "", "Config imported successfully": "پیکربندی با موفقیت وارد شد", "Configure": "پیکربندی", "Confirm": "تایید", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "خروجی گرفتن همه گفتگو\u200cها (همه کاربران)", "Export chat (.json)": "خروجی گرفتن گفتگو (json)", "Export Chats": "خروجی گرفتن گفتگوها", - "Export Config to JSON File": "برون\u200cریزی پیکربندی به پروندهٔ JSON", + "Export Config": "", "Export Models": "", "Export Presets": "برون\u200cریزی پیش\u200cتنظیم\u200cها", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "وارد کردن", "Import Chats": "درون\u200cریزی گفتگوها", - "Import Config from JSON File": "درون\u200cریزی از پروندهٔ JSON", + "Import Config": "", "Import From Link": "وارد کردن از لینک", "Import Models": "", "Import Presets": "درون\u200cریزی پیش\u200cتنظیم\u200cها", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 8f13d4fe31..c0396719a2 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Salli puhelut", "Allow Chat Controls": "Salli keskustelujen hallinta", "Allow Chat Delete": "Salli keskustelujen poisto", - "Allow Chat Deletion": "Salli keskustelujen poisto", "Allow Chat Edit": "Salli keskustelujen muokkaus", "Allow Chat Export": "Salli keskustelujen vienti", "Allow Chat Params": "Salli keskustelujen parametrit", @@ -346,6 +345,7 @@ "Completions": "Täydennykset", "Compress Images in Channels": "Pakkaa kuvat kanavissa", "Concurrent Requests": "Samanaikaiset pyynnöt", + "Config": "", "Config imported successfully": "Määritysten tuonti onnistui", "Configure": "Määritä", "Confirm": "Vahvista", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)", "Export chat (.json)": "Vie keskustelu (.json)", "Export Chats": "Vie keskustelut", - "Export Config to JSON File": "Vie asetukset JSON-tiedostoon", + "Export Config": "", "Export Models": "Vie mallit", "Export Presets": "Vie esiasetukset", "Export Prompts": "Vie kehoitteet", @@ -976,7 +976,7 @@ "Images": "Kuvat", "Import": "Tuo", "Import Chats": "Tuo keskustelut", - "Import Config from JSON File": "Tuo asetukset JSON-tiedostosta", + "Import Config": "", "Import From Link": "Tuo verkko-osoitteesta", "Import Models": "Tuo mallit", "Import Presets": "Tuo esiasetuksia", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 40e1e49217..358a3cdc50 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Autoriser les appels", "Allow Chat Controls": "Autoriser les contrôles de la conversation", "Allow Chat Delete": "Autoriser la suppression de la conversation", - "Allow Chat Deletion": "Autoriser la suppression de l'historique de la conversation", "Allow Chat Edit": "Autoriser la modification de la conversation", "Allow Chat Export": "Autoriser l'exportation de la conversation", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Complétions", "Compress Images in Channels": "", "Concurrent Requests": "Demandes concurrentes", + "Config": "", "Config imported successfully": "", "Configure": "Configurer", "Confirm": "Confirmer", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exporter toutes les conversations (de tous les utilisateurs)", "Export chat (.json)": "Exporter la conversation (.json)", "Export Chats": "Exporter les conversations", - "Export Config to JSON File": "Exporter la configuration vers un fichier JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Exporter les préréglages", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importer", "Import Chats": "Importer les conversations", - "Import Config from JSON File": "Importer la configuration depuis un fichier JSON", + "Import Config": "", "Import From Link": "Importer depuis le lien", "Import Models": "", "Import Presets": "Importer les préréglages", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 2bd4a1e538..e44f3791dd 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Autoriser les appels", "Allow Chat Controls": "Autoriser les contrôles de la conversation", "Allow Chat Delete": "Autoriser la suppression de la conversation", - "Allow Chat Deletion": "Autoriser la suppression de l'historique de la conversation", "Allow Chat Edit": "Autoriser la modification de la conversation", "Allow Chat Export": "Autoriser l'exportation de la conversation", "Allow Chat Params": "Autoriser les paramètres de discussion", @@ -346,6 +345,7 @@ "Completions": "Complétions", "Compress Images in Channels": "Compresser les images dans les canaux", "Concurrent Requests": "Demandes concurrentes", + "Config": "", "Config imported successfully": "Configuration importée avec succès", "Configure": "Configurer", "Confirm": "Confirmer", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exporter toutes les conversations (de tous les utilisateurs)", "Export chat (.json)": "Exporter la conversation (.json)", "Export Chats": "Exporter les conversations", - "Export Config to JSON File": "Exporter la configuration vers un fichier JSON", + "Export Config": "", "Export Models": "Exporter les modèles", "Export Presets": "Exporter les préréglages", "Export Prompts": "Exporter les prompts", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importer", "Import Chats": "Importer les conversations", - "Import Config from JSON File": "Importer la configuration depuis un fichier JSON", + "Import Config": "", "Import From Link": "Importer depuis le lien", "Import Models": "Importer les modèles", "Import Presets": "Importer les préréglages", diff --git a/src/lib/i18n/locales/gl-ES/translation.json b/src/lib/i18n/locales/gl-ES/translation.json index 186a004c56..ee1f660b86 100644 --- a/src/lib/i18n/locales/gl-ES/translation.json +++ b/src/lib/i18n/locales/gl-ES/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Permitir Control dos Chats", "Allow Chat Delete": "Permitir Borrar Chat", - "Allow Chat Deletion": "Permitir Borrar Chats", "Allow Chat Edit": "Pemritir Editar Chat", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Respostas autoxeradas", "Compress Images in Channels": "", "Concurrent Requests": "Solicitudes simultáneas", + "Config": "", "Config imported successfully": "", "Configure": "Configurar", "Confirm": "Confirmar", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportar todos os chats (Todos os usuarios)", "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", - "Export Config to JSON File": "Exportar configuración a Arquivo JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Exportar ajustes preestablecidos", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importar chats", - "Import Config from JSON File": "Importar configuración desde Arquivo JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Importar ajustes preestablecidos", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index f5c25492db..1a405ba49b 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "אפשר מחיקת צ'אט", "Allow Chat Edit": "אפשר עריכת צ'אט", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "בקשות בו-זמניות", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)", "Export chat (.json)": "", "Export Chats": "ייצוא צ'אטים", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "יבוא צ'אטים", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index cf7ceabf71..0555da57e7 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "चैट हटाने की अनुमति दें", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "समवर्ती अनुरोध", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)", "Export chat (.json)": "", "Export Chats": "चैट निर्यात करें", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "चैट आयात करें", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 8fee9156f5..131aff92aa 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Dopusti brisanje razgovora", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Istodobni zahtjevi", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)", "Export chat (.json)": "Izvoz četa (.json)", "Export Chats": "Izvoz razgovora", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Uvoz razgovora", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index 6d7590df87..79943640f4 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Csevegésvezérlők engedélyezése", "Allow Chat Delete": "Csevegés törlésének engedélyezése", - "Allow Chat Deletion": "Beszélgetések törlésének engedélyezése", "Allow Chat Edit": "Csevegés szerkesztésének engedélyezése", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Kiegészítések", "Compress Images in Channels": "", "Concurrent Requests": "Párhuzamos kérések", + "Config": "", "Config imported successfully": "", "Configure": "Konfigurálás", "Confirm": "Megerősítés", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Minden beszélgetés exportálása (minden felhasználó)", "Export chat (.json)": "Beszélgetés exportálása (.json)", "Export Chats": "Beszélgetések exportálása", - "Export Config to JSON File": "Konfiguráció exportálása JSON fájlba", + "Export Config": "", "Export Models": "", "Export Presets": "Előre beállított exportálás", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Beszélgetések importálása", - "Import Config from JSON File": "Konfiguráció importálása JSON fájlból", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Előre beállított importálás", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 4de14dad37..0e6ca0cc1d 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Izinkan Penghapusan Obrolan", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Permintaan Bersamaan", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "Konfirmasi", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Ekspor Semua Obrolan (Semua Pengguna)", "Export chat (.json)": "Ekspor obrolan (.json)", "Export Chats": "Ekspor Obrolan", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Impor Obrolan", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index 9b8cd16c99..9d0c6f9cee 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Ceadaigh Glao", "Allow Chat Controls": "Ceadaigh Rialuithe Comhrá", "Allow Chat Delete": "Ceadaigh Comhrá a Scriosadh", - "Allow Chat Deletion": "Cead Scriosadh Comhrá", "Allow Chat Edit": "Ceadaigh Eagarthóireacht Comhrá", "Allow Chat Export": "Ceadaigh Easpórtáil Comhrá", "Allow Chat Params": "Ceadaigh Paraiméadair Comhrá", @@ -346,6 +345,7 @@ "Completions": "Críochnaithe", "Compress Images in Channels": "Comhbhrúigh Íomhánna i gCainéil", "Concurrent Requests": "Iarrataí Comhthéime", + "Config": "", "Config imported successfully": "Cumraíocht allmhairithe go rathúil", "Configure": "Cumraigh", "Confirm": "Deimhnigh", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Easpórtáil gach comhrá (Gach Úsáideoir)", "Export chat (.json)": "Easpórtáil comhrá (.json)", "Export Chats": "Comhráite Easpórtá", - "Export Config to JSON File": "Easpórtáil Cumraíocht chuig Comhad JSON", + "Export Config": "", "Export Models": "Samhlacha Easpórtála", "Export Presets": "Easpórtáil Gach Comhrá Cartlainne", "Export Prompts": "Leideanna Easpórtála", @@ -976,7 +976,7 @@ "Images": "Íomhánna", "Import": "Iompórtáil", "Import Chats": "Comhráite iompórtá", - "Import Config from JSON File": "Cumraíocht Iompórtáil ó Chomhad JSON", + "Import Config": "", "Import From Link": "Iompórtáil Ó Nasc", "Import Models": "Iompórtáil Samhlacha", "Import Presets": "Réamhshocruithe Iompórtáil", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index b63d3502f3..3a913b8203 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Consenti chiamata", "Allow Chat Controls": "Consenti controlli chat", "Allow Chat Delete": "Consenti eliminazione chat", - "Allow Chat Deletion": "Consenti l'eliminazione della chat", "Allow Chat Edit": "Consenti modifica chat", "Allow Chat Export": "Consenti esportazione chat", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Completamenti", "Compress Images in Channels": "", "Concurrent Requests": "Richieste simultanee", + "Config": "", "Config imported successfully": "", "Configure": "Configura", "Confirm": "Conferma", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Esporta Tutte le Chat (Tutti gli Utenti)", "Export chat (.json)": "Esporta chat (.json)", "Export Chats": "Esporta Chat", - "Export Config to JSON File": "Esporta Configurazione in file JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Esporta Preset", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importa", "Import Chats": "Importa Chat", - "Import Config from JSON File": "Importa Configurazione da File JSON", + "Import Config": "", "Import From Link": "Importa dai link", "Import Models": "", "Import Presets": "Importa Preset", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 962526fd52..a17d1c51de 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -98,7 +98,6 @@ "Allow Call": "コールを許可", "Allow Chat Controls": "チャットコントロールを許可", "Allow Chat Delete": "チャットの削除を許可", - "Allow Chat Deletion": "チャットの削除を許可", "Allow Chat Edit": "チャットの編集を許可", "Allow Chat Export": "チャットのエクスポートを許可", "Allow Chat Params": "チャットパラメータを許可", @@ -346,6 +345,7 @@ "Completions": "Completions", "Compress Images in Channels": "チャンネルで画像を圧縮する", "Concurrent Requests": "同時リクエスト", + "Config": "", "Config imported successfully": "設定のインポートに成功しました", "Configure": "設定", "Confirm": "確認", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)", "Export chat (.json)": "チャットをエクスポート(.json)", "Export Chats": "チャットをエクスポート", - "Export Config to JSON File": "設定をJSONファイルでエクスポート", + "Export Config": "", "Export Models": "", "Export Presets": "プリセットのエクスポート", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "インポート", "Import Chats": "チャットをインポート", - "Import Config from JSON File": "設定をJSONファイルからインポート", + "Import Config": "", "Import From Link": "リンクからインポート", "Import Models": "", "Import Presets": "プリセットをインポート", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 979ddaae83..9e155d59a2 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -98,7 +98,6 @@ "Allow Call": "გამოძახების დაშვება", "Allow Chat Controls": "ჩატის კონტროლის ელემენტების დაშვება", "Allow Chat Delete": "ჩატის წაშლის დაშვება", - "Allow Chat Deletion": "ჩატის წაშლის დაშვება", "Allow Chat Edit": "ჩატის ჩასწორების დაშვება", "Allow Chat Export": "ჩატის გატანის დაშვება", "Allow Chat Params": "ჩატის პარამეტრების დაშვება", @@ -346,6 +345,7 @@ "Completions": "დასრულებები", "Compress Images in Channels": "გამოსახულებების შეკუმშვა არხებში", "Concurrent Requests": "ერთდროული მოთხოვნები", + "Config": "", "Config imported successfully": "კონფიგურაცია წარმატებით იქნა შემოტანილი", "Configure": "მორგება", "Confirm": "დადასტურება", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "ყველა ჩატის გატანა (ყველა მომხმარებელი)", "Export chat (.json)": "", "Export Chats": "ჩატების გატანა", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "პრესეტების გატანა", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "შემოტანა", "Import Chats": "ჩატების შემოტანა", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "შემოტანა ბმულიდან", "Import Models": "", "Import Presets": "პრესეტების შემოტანა", diff --git a/src/lib/i18n/locales/kab-DZ/translation.json b/src/lib/i18n/locales/kab-DZ/translation.json index 340125e557..9a874d8b03 100644 --- a/src/lib/i18n/locales/kab-DZ/translation.json +++ b/src/lib/i18n/locales/kab-DZ/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Sireg asiwel", "Allow Chat Controls": "Sireg isenqaden n usqerdec", "Allow Chat Delete": "Sireg tukksa n yidiwenniyen", - "Allow Chat Deletion": "Sireg tukksa n uzray n usqerdec", "Allow Chat Edit": "Sireg asenfel n usqerdec", "Allow Chat Export": "Sireg asifeḍ n usqerdec", "Allow Chat Params": "Sireg iɣewwaren n udiwenni", @@ -346,6 +345,7 @@ "Completions": "Tisemdiyin", "Compress Images in Channels": "Skussem tugniwin deg Yibuda", "Concurrent Requests": "Tuttriwin timiranin", + "Config": "", "Config imported successfully": "Tawila tettwakekter-d akken iwata", "Configure": "Swel", "Confirm": "Sentem", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Kter akk idiwenniyen (n yiseqdacen akk)", "Export chat (.json)": "Kter asqerdec (.json)", "Export Chats": "Sifeḍ idiwenniyen", - "Export Config to JSON File": "Sifeḍ asesteb ɣer ufaylu JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Sifeḍ isestab uzwiren", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Kter", "Import Chats": "Asifeḍ n yidiwenniyen", - "Import Config from JSON File": "Kter-d Config seg ufaylu JSON", + "Import Config": "", "Import From Link": "Kter seg useɣwen", "Import Models": "", "Import Presets": "Kter iɣewwaren uzwiren", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index ca881eb781..5da5759c92 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "음성 통화 허용", "Allow Chat Controls": "채팅 제어 허용", "Allow Chat Delete": "채팅 삭제 허용", - "Allow Chat Deletion": "채팅 삭제 허용", "Allow Chat Edit": "채팅 수정 허용", "Allow Chat Export": "채팅 내보내기 허용", "Allow Chat Params": "채팅 매개변수 허용", @@ -346,6 +345,7 @@ "Completions": "완성됨", "Compress Images in Channels": "채널에 이미지들 압축하기", "Concurrent Requests": "동시 요청 수", + "Config": "", "Config imported successfully": "구성을 성공적으로 가져왔습니다", "Configure": "구성", "Confirm": "확인", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "모든 채팅 내보내기(모든 사용자)", "Export chat (.json)": "채팅 내보내기 (.json)", "Export Chats": "채팅 내보내기", - "Export Config to JSON File": "Config를 JSON 파일로 내보내기", + "Export Config": "", "Export Models": "모델 내보내기", "Export Presets": "프리셋 내보내기", "Export Prompts": "프롬프트 내보내기", @@ -976,7 +976,7 @@ "Images": "", "Import": "가져오기", "Import Chats": "채팅 가져오기", - "Import Config from JSON File": "JSON 파일에서 설정 가져오기", + "Import Config": "", "Import From Link": "링크에서 가져오기", "Import Models": "", "Import Presets": "프리셋 가져오기", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 1c0ce79e83..a6a7e14542 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Leisti pokalbių ištrynimą", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Kelios užklausos vienu metu", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "Patvrtinti", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksportuoti visų naudotojų visus pokalbius", "Export chat (.json)": "Eksportuoti pokalbį (.json)", "Export Chats": "Eksportuoti pokalbius", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importuoti pokalbius", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/lv-LV/translation.json b/src/lib/i18n/locales/lv-LV/translation.json index 5a4696c61c..1b60a6a086 100644 --- a/src/lib/i18n/locales/lv-LV/translation.json +++ b/src/lib/i18n/locales/lv-LV/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Atļaut zvanu", "Allow Chat Controls": "Atļaut tērzēšanas vadības", "Allow Chat Delete": "Atļaut tērzēšanas dzēšanu", - "Allow Chat Deletion": "Atļaut tērzēšanas dzēšanu", "Allow Chat Edit": "Atļaut tērzēšanas rediģēšanu", "Allow Chat Export": "Atļaut tērzēšanas eksportēšanu", "Allow Chat Params": "Atļaut tērzēšanas parametrus", @@ -346,6 +345,7 @@ "Completions": "Pabeigšanas", "Compress Images in Channels": "Saspiest attēlus kanālos", "Concurrent Requests": "Vienlaicīgie pieprasījumi", + "Config": "", "Config imported successfully": "Konfigurācija veiksmīgi importēta", "Configure": "Konfigurēt", "Confirm": "Apstiprināt", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksportēt visas tērzēšanas (visi lietotāji)", "Export chat (.json)": "Eksportēt tērzēšanu (.json)", "Export Chats": "Eksportēt tērzēšanas", - "Export Config to JSON File": "Eksportēt konfigurāciju JSON failā", + "Export Config": "", "Export Models": "Eksportēt modeļus", "Export Presets": "Eksportēt iestatījumu kopas", "Export Prompts": "Eksportēt uzvednes", @@ -976,7 +976,7 @@ "Images": "Attēli", "Import": "Importēt", "Import Chats": "Importēt tērzēšanas", - "Import Config from JSON File": "Importēt konfigurāciju no JSON faila", + "Import Config": "", "Import From Link": "Importēt no saites", "Import Models": "Importēt modeļus", "Import Presets": "Importēt iestatījumu kopas", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index d253acd1f0..790ad64d63 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Benarkan Penghapusan Perbualan", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Permintaan Serentak", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "Sahkan", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksport Semua Perbualan (Semua Pengguna)", "Export chat (.json)": "Eksport perbualan (.json)", "Export Chats": "Eksport Perbualan", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Import Perbualan", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 0e7471167c..5ec8e2968b 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Tillatt chatkontroller", "Allow Chat Delete": "Tillat sletting av chatter", - "Allow Chat Deletion": "Tillat sletting av chatter", "Allow Chat Edit": "Tillat redigering av chatter", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Fullføringer", "Compress Images in Channels": "", "Concurrent Requests": "Samtidige forespørsler", + "Config": "", "Config imported successfully": "", "Configure": "Konfigurer", "Confirm": "Bekreft", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksporter alle chatter (alle brukere)", "Export chat (.json)": "Eksporter chat (.json)", "Export Chats": "Eksporter chatter", - "Export Config to JSON File": "Ekporter konfigurasjon til en JSON-fil", + "Export Config": "", "Export Models": "", "Export Presets": "Eksporter forhåndsinnstillinger", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importer chatter", - "Import Config from JSON File": "Importer konfigurasjon fra en JSON-fil", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Importer forhåndsinnstillinger", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index fee2d29d8b..568a5b9d1d 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Bellen toestaan", "Allow Chat Controls": "Chatbesturing toestaan", "Allow Chat Delete": "Chatverwijdering toestaan", - "Allow Chat Deletion": "Chatverwijdering toestaan", "Allow Chat Edit": "Chatwijziging toestaan", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Voltooiingen", "Compress Images in Channels": "", "Concurrent Requests": "Gelijktijdige verzoeken", + "Config": "", "Config imported successfully": "", "Configure": "Configureer", "Confirm": "Bevestigen", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exporteer alle chats (Alle gebruikers)", "Export chat (.json)": "Exporteer chat (.json)", "Export Chats": "Exporteer chats", - "Export Config to JSON File": "Exporteer configuratie naar JSON-bestand", + "Export Config": "", "Export Models": "", "Export Presets": "Exporteer voorinstellingen", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importeer Chats", - "Import Config from JSON File": "Importeer configuratie vanuit JSON-bestand", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Importeer voorinstellingen", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index f341c2054c..303157c7fb 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "ਗੱਲਬਾਤ ਮਿਟਾਉਣ ਦੀ ਆਗਿਆ ਦਿਓ", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "ਸਮਕਾਲੀ ਬੇਨਤੀਆਂ", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)", "Export chat (.json)": "", "Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "ਗੱਲਾਂ ਆਯਾਤ ਕਰੋ", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index d5ad239ed4..7fe6438833 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Zezwól na rozmowy głosowe", "Allow Chat Controls": "Zezwól na ustawienia czatu", "Allow Chat Delete": "Zezwól na usuwanie czatu", - "Allow Chat Deletion": "Zezwól na usuwanie czatu", "Allow Chat Edit": "Zezwól na edycję czatu", "Allow Chat Export": "Zezwól na eksport czatu", "Allow Chat Params": "Zezwól na parametry czatu", @@ -346,6 +345,7 @@ "Completions": "Completions (Uzupełnianie)", "Compress Images in Channels": "Kompresuj obrazy w kanałach", "Concurrent Requests": "Jednoczesne żądania", + "Config": "", "Config imported successfully": "Konfiguracja zaimportowana pomyślnie", "Configure": "Konfiguruj", "Confirm": "Potwierdź", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Eksportuj wszystkie czaty (Wszyscy użytkownicy)", "Export chat (.json)": "Eksportuj czat (.json)", "Export Chats": "Eksportuj czaty", - "Export Config to JSON File": "Eksportuj konfigurację do JSON", + "Export Config": "", "Export Models": "Eksportuj modele", "Export Presets": "Eksportuj ustawienia (Presets)", "Export Prompts": "Eksportuj prompty", @@ -976,7 +976,7 @@ "Images": "Obrazy", "Import": "Importuj", "Import Chats": "Importuj czaty", - "Import Config from JSON File": "Importuj konfigurację z JSON", + "Import Config": "", "Import From Link": "Importuj z linku", "Import Models": "Importuj modele", "Import Presets": "Importuj ustawienia (Presets)", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 52c5785efd..b3cea4aad6 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Permitir chamada", "Allow Chat Controls": "Permitir Controles de Chats", "Allow Chat Delete": "Permitir Exclusão de Chats", - "Allow Chat Deletion": "Permitir Exclusão de Chats", "Allow Chat Edit": "Permitir Edição de Chats", "Allow Chat Export": "Permitir Exportação de Chat", "Allow Chat Params": "Permitir Parâmetros de Chat", @@ -346,6 +345,7 @@ "Completions": "Completions", "Compress Images in Channels": "Comprimir imagens em canais", "Concurrent Requests": "Solicitações simultâneas", + "Config": "", "Config imported successfully": "Configuração importada com sucesso", "Configure": "Configurar", "Confirm": "Confirmar", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportar Todos os Chats (Todos os Usuários)", "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", - "Export Config to JSON File": "Exportar Configuração para Arquivo JSON", + "Export Config": "", "Export Models": "Exportar Modelos", "Export Presets": "Exportar Presets", "Export Prompts": "Exportar Prompts", @@ -976,7 +976,7 @@ "Images": "Imagens", "Import": "Importar", "Import Chats": "Importar Chats", - "Import Config from JSON File": "Importar Configurações de JSON", + "Import Config": "", "Import From Link": "Importar do link", "Import Models": "Importar Modelos", "Import Presets": "Importar Presets", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index e45392bada..130e92f748 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Permitir Exclusão de Conversa", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Solicitações simultâneas", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportar Todas as Conversas (Todos os Utilizadores)", "Export chat (.json)": "Exportar Conversa (.json)", "Export Chats": "Exportar Conversas", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importar Conversas", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index a9540cbbaa..efe5b2ab96 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Permite apelarea", "Allow Chat Controls": "Permite controalele chat-ului", "Allow Chat Delete": "Permite ștergerea chat-ului", - "Allow Chat Deletion": "Permite ștergerea conversațiilor", "Allow Chat Edit": "Permite editarea chat-ului", "Allow Chat Export": "Permite exportul conversației", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Completări", "Compress Images in Channels": "", "Concurrent Requests": "Cereri Concurente", + "Config": "", "Config imported successfully": "", "Configure": "Configurează", "Confirm": "Confirmă", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportă Toate Conversațiile (Toți Utilizatorii)", "Export chat (.json)": "Exportă conversația (.json)", "Export Chats": "Exportă Conversațiile", - "Export Config to JSON File": "Exportă Configurația în Fișier JSON", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importă Conversațiile", - "Import Config from JSON File": "Importarea configurației dintr-un fișier JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index d81638cd12..55b14cf2b1 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Разрешить звонки", "Allow Chat Controls": "Разрешить управление чатом", "Allow Chat Delete": "Разрешить удаление чата", - "Allow Chat Deletion": "Разрешить удаление чата", "Allow Chat Edit": "Разрешить редактирование чата", "Allow Chat Export": "Разрешить экспорт чата", "Allow Chat Params": "Разрешить параметры чата", @@ -346,6 +345,7 @@ "Completions": "Завершения", "Compress Images in Channels": "Сжимать изображения в каналах", "Concurrent Requests": "Одновременные запросы", + "Config": "", "Config imported successfully": "Конфигурация успешно импортирована", "Configure": "Настроить", "Confirm": "Подтвердить", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Экспортировать все чаты (всех пользователей)", "Export chat (.json)": "Экспортировать чат (.json)", "Export Chats": "Экспортировать чаты", - "Export Config to JSON File": "Экспорт конфигурации в JSON-файл", + "Export Config": "", "Export Models": "", "Export Presets": "Экспорт Пресетов", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Импорт", "Import Chats": "Импортировать чаты", - "Import Config from JSON File": "Импорт конфигурации из JSON-файла", + "Import Config": "", "Import From Link": "Импортировать по ссылке", "Import Models": "", "Import Presets": "Импортировать Пресеты", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index d85be4a0e7..7f27481315 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "Povoliť odstránenie chatu", - "Allow Chat Deletion": "Povoliť odstránenie chatu", "Allow Chat Edit": "Povoliť úpravu chatu", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Doplnenia", "Compress Images in Channels": "", "Concurrent Requests": "Súčasné požiadavky", + "Config": "", "Config imported successfully": "", "Configure": "Konfigurovať", "Confirm": "Potvrdiť", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportovať všetky konverzácie (všetci užívatelia)", "Export chat (.json)": "Exportovať konverzáciu (.json)", "Export Chats": "Exportovať konverzácie", - "Export Config to JSON File": "Exportujte konfiguráciu do súboru JSON", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Importovať konverzácie", - "Import Config from JSON File": "Importovanie konfigurácie z JSON súboru", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index dde9534020..2dd608e97a 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Дозволи контроле ћаскања", "Allow Chat Delete": "Дозволи брисање ћаскања", - "Allow Chat Deletion": "Дозволи брисање ћаскања", "Allow Chat Edit": "Дозволи измену ћаскања", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Допуне", "Compress Images in Channels": "", "Concurrent Requests": "Упоредни захтеви", + "Config": "", "Config imported successfully": "", "Configure": "Подеси", "Confirm": "Потврди", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)", "Export chat (.json)": "Извези ћаскање (.json)", "Export Chats": "Извези ћаскања", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Увези ћаскања", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index 71a596fdaa..3d12b60b1a 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Tillåt samtal", "Allow Chat Controls": "Tillåt chattkontroller", "Allow Chat Delete": "Tillåt radering av chatt", - "Allow Chat Deletion": "Tillåt chattborttagning", "Allow Chat Edit": "Tillåt redigering av chatt", "Allow Chat Export": "Tillåt export av chatt", "Allow Chat Params": "Tillåt chattparametrar", @@ -346,6 +345,7 @@ "Completions": "Slutföranden", "Compress Images in Channels": "Komprimera bilder i kanaler", "Concurrent Requests": "Parallella anrop", + "Config": "", "Config imported successfully": "Konfigurationen importerad framgångsrikt", "Configure": "Konfigurera", "Confirm": "Bekräfta", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Exportera alla chattar (alla användare)", "Export chat (.json)": "Exportera chatt (.json)", "Export Chats": "Exportera chattar", - "Export Config to JSON File": "Exportera konfiguration till JSON-fil", + "Export Config": "", "Export Models": "", "Export Presets": "Exportera förinställningar", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Importera", "Import Chats": "Importera chattar", - "Import Config from JSON File": "Importera konfiguration från JSON-fil", + "Import Config": "", "Import From Link": "Importera från länk", "Import Models": "", "Import Presets": "Importera förinställningar", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index a92f47aae9..ff46f49a68 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -98,7 +98,6 @@ "Allow Call": "อนุญาตให้โทร", "Allow Chat Controls": "อนุญาตการควบคุมแชท", "Allow Chat Delete": "อนุญาตให้ลบแชท", - "Allow Chat Deletion": "อนุญาตให้ลบการสนทนา", "Allow Chat Edit": "อนุญาตให้แก้ไขแชท", "Allow Chat Export": "อนุญาตให้ส่งออกแชท", "Allow Chat Params": "อนุญาตพารามิเตอร์แชท", @@ -346,6 +345,7 @@ "Completions": "การเติมข้อความ", "Compress Images in Channels": "บีบอัดรูปภาพในช่อง", "Concurrent Requests": "คำขอพร้อมกัน", + "Config": "", "Config imported successfully": "นำเข้าไฟล์กำหนดค่าสำเร็จแล้ว", "Configure": "กำหนดค่า", "Confirm": "ยืนยัน", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "ส่งออกการแชททั้งหมด (ผู้ใช้ทั้งหมด)", "Export chat (.json)": "ส่งออกการสนทนา (.json)", "Export Chats": "ส่งออกการสนทนา", - "Export Config to JSON File": "ส่งออกการตั้งค่าเป็นไฟล์ JSON", + "Export Config": "", "Export Models": "", "Export Presets": "ส่งออกพรีเซ็ต", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "นำเข้า", "Import Chats": "นำเข้าการสนทนา", - "Import Config from JSON File": "นำเข้า Config จากไฟล์ JSON", + "Import Config": "", "Import From Link": "นำเข้าโดยใช้ลิงก์", "Import Models": "", "Import Presets": "นำเข้าพรีเซ็ต", diff --git a/src/lib/i18n/locales/tk-TM/translation.json b/src/lib/i18n/locales/tk-TM/translation.json index ae91d6e6ab..b75bf54904 100644 --- a/src/lib/i18n/locales/tk-TM/translation.json +++ b/src/lib/i18n/locales/tk-TM/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "Çaty öçürmäge rugsat ber", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "", "Compress Images in Channels": "", "Concurrent Requests": "Meňzeş Haýyşlar", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "", "Export chat (.json)": "", "Export Chats": "", - "Export Config to JSON File": "", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Import", "Import Chats": "", - "Import Config from JSON File": "", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 1573099372..acc02a63b9 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Sohbet Kontrollerine İzin Ver", "Allow Chat Delete": "Sohbet Silmeye İzin Ver", - "Allow Chat Deletion": "Sohbet Silmeye İzin Ver", "Allow Chat Edit": "Sohbet Silmeye İzin Ver", "Allow Chat Export": "Sohbetin Dışa Aktarımına İzin Ver", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Tamamlamalar", "Compress Images in Channels": "", "Concurrent Requests": "Eşzamanlı İstekler", + "Config": "", "Config imported successfully": "", "Configure": "Yapılandırma", "Confirm": "Onayla", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)", "Export chat (.json)": "Sohbeti dışa aktar (.json)", "Export Chats": "Sohbetleri Dışa Aktar", - "Export Config to JSON File": "Yapılandırmayı JSON Dosyasına Aktar", + "Export Config": "", "Export Models": "", "Export Presets": "Ön Ayarları Dışa Aktar", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "İçe Aktar", "Import Chats": "Sohbetleri İçe Aktar", - "Import Config from JSON File": "Yapılandırmayı JSON Dosyasından İçe Aktar", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Ön Ayarları İçe Aktar", diff --git a/src/lib/i18n/locales/ug-CN/translation.json b/src/lib/i18n/locales/ug-CN/translation.json index 6feb7787ac..5e7b674d21 100644 --- a/src/lib/i18n/locales/ug-CN/translation.json +++ b/src/lib/i18n/locales/ug-CN/translation.json @@ -98,7 +98,6 @@ "Allow Call": "چاقىرىشقا ئىجازەت", "Allow Chat Controls": "سۆھبەت باشقۇرۇشقا ئىجازەت", "Allow Chat Delete": "سۆھبەت ئۆچۈرۈشكى ئىجازەت", - "Allow Chat Deletion": "سۆھبەت ئۆچۈرۈشكە ئىجازەت", "Allow Chat Edit": "سۆھبەت تەھرىرلەشكە ئىجازەت", "Allow Chat Export": "سۆھبەت چىقىرىشقا ئىجازەت", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "تولۇقلىنىشلار", "Compress Images in Channels": "", "Concurrent Requests": "پاراللىل تەلەپلەر", + "Config": "", "Config imported successfully": "", "Configure": "تەڭشەك", "Confirm": "جەزملەش", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "بارلىق سۆھبەتلەرنى چىقىرىش (بارلىق ئىشلەتكۈچىلەر)", "Export chat (.json)": "سۆھبەت چىقىرىش (.json)", "Export Chats": "سۆھبەتلەرنى چىقىرىش", - "Export Config to JSON File": "تەڭشەك چىقىرىش (JSON ھۆججىتى)", + "Export Config": "", "Export Models": "", "Export Presets": "ئالدىن تەڭشەك چىقىرىش", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "ئىمپورت قىلىش", "Import Chats": "سۆھبەتلەرنى ئىمپورت قىلىش", - "Import Config from JSON File": "JSON ھۆججىتىدىن تەڭشەك ئىمپورت قىلىش", + "Import Config": "", "Import From Link": "ئۇلانمىدىن ئىمپورت قىلىش", "Import Models": "", "Import Presets": "ئالدىن تەڭشەك ئىمپورت قىلىش", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 9c189ece2b..860ac29f2e 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Дозволити керування чатом", "Allow Chat Delete": "Дозволити видалення чату", - "Allow Chat Deletion": "Дозволити видалення чату", "Allow Chat Edit": "Дозволити редагування чату", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Завершення", "Compress Images in Channels": "", "Concurrent Requests": "Одночасні запити", + "Config": "", "Config imported successfully": "", "Configure": "Налаштувати", "Confirm": "Підтвердити", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Експорт всіх чатів (всіх користувачів)", "Export chat (.json)": "Експорт чату (.json)", "Export Chats": "Експорт чатів", - "Export Config to JSON File": "Експорт конфігурації у файл JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Експорт пресетів", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Імпорт чатів", - "Import Config from JSON File": "Імпорт конфігурації з файлу JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Імпорт пресетів", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index 04c2a8f335..f45acdaa07 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "", "Allow Chat Delete": "", - "Allow Chat Deletion": "چیٹ کو حذف کرنے کی اجازت دیں", "Allow Chat Edit": "", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "تکمیل", "Compress Images in Channels": "", "Concurrent Requests": "ہم وقت درخواستیں", + "Config": "", "Config imported successfully": "", "Configure": "", "Confirm": "تصدیق کریں", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "تمام چیٹس برآمد کریں (تمام صارفین)", "Export chat (.json)": "چیٹ برآمد کریں (.json)", "Export Chats": "چیٹس برآمد کریں", - "Export Config to JSON File": "کنفیگ کو JSON فائل میں ایکسپورٹ کریں", + "Export Config": "", "Export Models": "", "Export Presets": "", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "چیٹس درآمد کریں", - "Import Config from JSON File": "JSON فائل سے تشکیلات درآمد کریں", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "", diff --git a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json index 816fbbb63e..ea28c6a21c 100644 --- a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json +++ b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Қўнғироққа рухсат бериш", "Allow Chat Controls": "Чат бошқарувига рухсат беринг", "Allow Chat Delete": "Чатни ўчиришга рухсат беринг", - "Allow Chat Deletion": "Чатни ўчиришга рухсат беринг", "Allow Chat Edit": "Чатни таҳрирлашга рухсат беринг", "Allow Chat Export": "Чат экспортига рухсат беринг", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Тугаллашлар", "Compress Images in Channels": "", "Concurrent Requests": "Бир вақтнинг ўзида сўровлар", + "Config": "", "Config imported successfully": "", "Configure": "Созланг", "Confirm": "Тасдиқланг", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Барча суҳбатларни экспорт қилиш (барча фойдаланувчилар)", "Export chat (.json)": "Чатни экспорт қилиш (.жсон)", "Export Chats": "Чатларни экспорт қилиш", - "Export Config to JSON File": "Конфигурацияни ЖСОН файлига экспорт қилинг", + "Export Config": "", "Export Models": "", "Export Presets": "Олдиндан созламаларни экспорт қилиш", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Импорт", "Import Chats": "Чатларни импорт қилиш", - "Import Config from JSON File": "ЖСОН файлидан конфигурацияни импорт қилинг", + "Import Config": "", "Import From Link": "Ҳаволадан импорт қилиш", "Import Models": "", "Import Presets": "Олдиндан созламаларни импорт қилиш", diff --git a/src/lib/i18n/locales/uz-Latn-Uz/translation.json b/src/lib/i18n/locales/uz-Latn-Uz/translation.json index 911f3f1755..328233e4fb 100644 --- a/src/lib/i18n/locales/uz-Latn-Uz/translation.json +++ b/src/lib/i18n/locales/uz-Latn-Uz/translation.json @@ -98,7 +98,6 @@ "Allow Call": "Qo'ng'iroqqa ruxsat berish", "Allow Chat Controls": "Chat boshqaruviga ruxsat bering", "Allow Chat Delete": "Chatni oʻchirishga ruxsat bering", - "Allow Chat Deletion": "Chatni oʻchirishga ruxsat bering", "Allow Chat Edit": "Chatni tahrirlashga ruxsat bering", "Allow Chat Export": "Chat eksportiga ruxsat bering", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Tugallashlar", "Compress Images in Channels": "", "Concurrent Requests": "Bir vaqtning o'zida so'rovlar", + "Config": "", "Config imported successfully": "", "Configure": "Sozlang", "Confirm": "Tasdiqlang", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Barcha suhbatlarni eksport qilish (barcha foydalanuvchilar)", "Export chat (.json)": "Chatni eksport qilish (.json)", "Export Chats": "Chatlarni eksport qilish", - "Export Config to JSON File": "Konfiguratsiyani JSON fayliga eksport qiling", + "Export Config": "", "Export Models": "", "Export Presets": "Oldindan sozlamalarni eksport qilish", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "Import", "Import Chats": "Chatlarni import qilish", - "Import Config from JSON File": "JSON faylidan konfiguratsiyani import qiling", + "Import Config": "", "Import From Link": "Havoladan import qilish", "Import Models": "", "Import Presets": "Oldindan sozlamalarni import qilish", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index a861a4101f..49b8fafdce 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -98,7 +98,6 @@ "Allow Call": "", "Allow Chat Controls": "Cho phép Điều khiển Chat", "Allow Chat Delete": "Cho phép Xóa Chat", - "Allow Chat Deletion": "Cho phép Xóa nội dung chat", "Allow Chat Edit": "Cho phép Chỉnh sửa Chat", "Allow Chat Export": "", "Allow Chat Params": "", @@ -346,6 +345,7 @@ "Completions": "Hoàn thành", "Compress Images in Channels": "", "Concurrent Requests": "Các truy vấn đồng thời", + "Config": "", "Config imported successfully": "", "Configure": "Cấu hình", "Confirm": "Xác nhận", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)", "Export chat (.json)": "Tải chat (.json)", "Export Chats": "Tải nội dung chat về máy", - "Export Config to JSON File": "Xuất Cấu hình ra Tệp JSON", + "Export Config": "", "Export Models": "", "Export Presets": "Xuất các Preset", "Export Prompts": "", @@ -976,7 +976,7 @@ "Images": "", "Import": "", "Import Chats": "Nạp lại nội dung chat", - "Import Config from JSON File": "Nhập Cấu hình từ Tệp JSON", + "Import Config": "", "Import From Link": "", "Import Models": "", "Import Presets": "Nhập các Preset", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index cbac14e0d9..b155142d87 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -98,7 +98,6 @@ "Allow Call": "允许语音通话", "Allow Chat Controls": "允许使用对话高级设置", "Allow Chat Delete": "允许删除对话记录", - "Allow Chat Deletion": "允许删除对话记录", "Allow Chat Edit": "允许编辑对话记录", "Allow Chat Export": "允许导出对话", "Allow Chat Params": "允许设置模型高级参数", @@ -346,6 +345,7 @@ "Completions": "续写", "Compress Images in Channels": "压缩频道中的图片", "Concurrent Requests": "并发请求", + "Config": "", "Config imported successfully": "配置导入成功", "Configure": "配置", "Confirm": "确认", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "导出所有用户对话", "Export chat (.json)": "JSON 文件 (.json)", "Export Chats": "导出对话", - "Export Config to JSON File": "将配置信息导出为 JSON 文件", + "Export Config": "", "Export Models": "导出模型配置", "Export Presets": "导出预设", "Export Prompts": "导出提示词", @@ -976,7 +976,7 @@ "Images": "图片", "Import": "导入", "Import Chats": "导入对话记录", - "Import Config from JSON File": "从 JSON 文件中导入配置信息", + "Import Config": "", "Import From Link": "从链接导入", "Import Models": "导入模型配置", "Import Presets": "导入预设", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index a22845eb06..b4f702c05e 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -98,7 +98,6 @@ "Allow Call": "允許通話", "Allow Chat Controls": "允許控制對話", "Allow Chat Delete": "允許刪除對話", - "Allow Chat Deletion": "允許刪除對話紀錄", "Allow Chat Edit": "允許編輯對話", "Allow Chat Export": "允許匯出對話", "Allow Chat Params": "允許設定模型進階參數", @@ -346,6 +345,7 @@ "Completions": "自動完成", "Compress Images in Channels": "壓縮頻道中的圖片", "Concurrent Requests": "平行請求", + "Config": "", "Config imported successfully": "成功匯入設定", "Configure": "設定", "Confirm": "確認", @@ -769,7 +769,7 @@ "Export All Chats (All Users)": "匯出所有對話紀錄(所有使用者)", "Export chat (.json)": "匯出對話紀錄(.json)", "Export Chats": "匯出對話紀錄", - "Export Config to JSON File": "將設定匯出為 JSON 檔案", + "Export Config": "", "Export Models": "匯出模型", "Export Presets": "匯出預設集", "Export Prompts": "匯出提示詞", @@ -976,7 +976,7 @@ "Images": "圖片", "Import": "匯入", "Import Chats": "匯入對話紀錄", - "Import Config from JSON File": "從 JSON 檔案匯入設定", + "Import Config": "", "Import From Link": "從連結匯入", "Import Models": "匯入模型", "Import Presets": "匯入預設集",