mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 22:44:50 -06:00
fix(i18n): standardize title case for settings toggle labels (#25765)
This commit is contained in:
@@ -279,7 +279,7 @@
|
||||
{/if}
|
||||
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div class=" self-center text-xs font-medium">{$i18n.t('Auto-playback response')}</div>
|
||||
<div class=" self-center text-xs font-medium">{$i18n.t('Auto-Playback Response')}</div>
|
||||
|
||||
<button
|
||||
class="p-1 px-3 text-xs flex rounded-sm transition"
|
||||
|
||||
@@ -439,7 +439,7 @@
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div id="use-chat-title-as-tab-title-label" class=" self-center text-xs">
|
||||
{$i18n.t('Display chat title in tab')}
|
||||
{$i18n.t('Display Chat Title in Tab')}
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2 p-1">
|
||||
@@ -554,7 +554,7 @@
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div id="toast-notifications-label" class=" self-center text-xs">
|
||||
{$i18n.t('Toast notifications for new updates')}
|
||||
{$i18n.t('Toast Notifications for New Updates')}
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2 p-1">
|
||||
@@ -573,7 +573,7 @@
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div id="whats-new-label" class=" self-center text-xs">
|
||||
{$i18n.t(`Show "What's New" modal on login`)}
|
||||
{$i18n.t(`Show "What's New" Modal on Login`)}
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2 p-1">
|
||||
@@ -614,7 +614,7 @@
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div id="chat-direction-label" class=" self-center text-xs">
|
||||
{$i18n.t('Chat direction')}
|
||||
{$i18n.t('Chat Direction')}
|
||||
</div>
|
||||
|
||||
<button
|
||||
@@ -704,7 +704,7 @@
|
||||
<div>
|
||||
<div class=" py-0.5 flex w-full justify-between">
|
||||
<div id="chat-bubble-username-label" class=" self-center text-xs">
|
||||
{$i18n.t('Display the username instead of You in the Chat')}
|
||||
{$i18n.t('Display the Username Instead of You in the Chat')}
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2 p-1">
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة",
|
||||
"Auto-playback response": "استجابة التشغيل التلقائي",
|
||||
"Auto-Playback Response": "استجابة التشغيل التلقائي",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -335,7 +335,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "اتجاه المحادثة",
|
||||
"Chat Direction": "اتجاه المحادثة",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -631,10 +631,10 @@
|
||||
"Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
|
||||
"Display the Username Instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1938,7 +1938,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "عرض",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2148,7 +2148,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "اليوم",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "نسخ الرد تلقائيًا إلى الحافظة",
|
||||
"Auto-playback response": "تشغيل الرد تلقائيًا",
|
||||
"Auto-Playback Response": "تشغيل الرد تلقائيًا",
|
||||
"Autocomplete Generation": "توليد الإكمال التلقائي",
|
||||
"Autocomplete Generation Input Max Length": "الحد الأقصى لطول مدخل توليد الإكمال التلقائي",
|
||||
"Automatic1111": "Automatic1111 (أوتوماتيك 1111)",
|
||||
@@ -335,7 +335,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "اتجاه المحادثة",
|
||||
"Chat Direction": "اتجاه المحادثة",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -631,10 +631,10 @@
|
||||
"Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "العرض",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "عرض الرموز التعبيرية أثناء المكالمة",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
|
||||
"Display the Username Instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
|
||||
"Displays citations in the response": "عرض المراجع في الرد",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "انغمس في المعرفة",
|
||||
@@ -1938,7 +1938,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "عرض",
|
||||
"Show \"What's New\" modal on login": "عرض نافذة \"ما الجديد\" عند تسجيل الدخول",
|
||||
"Show \"What's New\" Modal on Login": "عرض نافذة \"ما الجديد\" عند تسجيل الدخول",
|
||||
"Show Admin Details in Account Pending Overlay": "عرض تفاصيل المشرف في نافذة \"الحساب قيد الانتظار\"",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2148,7 +2148,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "لمعرفة المزيد حول نقاط النهاية المتاحة، قم بزيارة الوثائق الخاصة بنا.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "لاختيار الأدوات هنا، أضفها أولاً إلى مساحة العمل \"الأدوات\".",
|
||||
"Toast notifications for new updates": "إشعارات منبثقة للتحديثات الجديدة",
|
||||
"Toast Notifications for New Updates": "إشعارات منبثقة للتحديثات الجديدة",
|
||||
"Today": "اليوم",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Avtomatik",
|
||||
"Auto (Random)": "Avto (Təsadüfi)",
|
||||
"Auto-Copy Response to Clipboard": "Cavabı mübadilə buferinə avtomatik kopyala",
|
||||
"Auto-playback response": "Cavabı avtomatik səsləndir",
|
||||
"Auto-Playback Response": "Cavabı avtomatik səsləndir",
|
||||
"Autocomplete Generation": "Avtomatik tamamlama yaradılması",
|
||||
"Autocomplete Generation Input Max Length": "Avtomatik tamamlama girişinin maksimum uzunluğu",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Çat tamamlamaları",
|
||||
"Chat Conversation": "Çat söhbəti",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Çat istiqaməti",
|
||||
"Chat Direction": "Çat istiqaməti",
|
||||
"Chat exported successfully": "Çat uğurla ixrac edildi",
|
||||
"Chat History": "Çat tarixçəsi",
|
||||
"Chat ID": "Çat ID-si",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Model ilkin ayarlarını (presets) kəşf edin, yükləyin və araşdırın",
|
||||
"Discussion channel where access is based on groups and permissions": "Girişin qruplara və icazələrə əsaslandığı müzakirə kanalı",
|
||||
"Display": "Görüntü",
|
||||
"Display chat title in tab": "Çat başlığını tab-da göstər",
|
||||
"Display Chat Title in Tab": "Çat başlığını tab-da göstər",
|
||||
"Display Emoji in Call": "Zəng zamanı emojiləri göstər",
|
||||
"Display Multi-model Responses in Tabs": "Çox-modelli cavabları tab-larda göstər",
|
||||
"Display the username instead of You in the Chat": "Çatda 'Siz' əvəzinə istifadəçi adını göstər",
|
||||
"Display the Username Instead of You in the Chat": "Çatda 'Siz' əvəzinə istifadəçi adını göstər",
|
||||
"Displays citations in the response": "Cavabda sitatları göstərir",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Cavabda status yeniləmələrini (məs. veb axtarış gedişatı) göstərir",
|
||||
"Dive into knowledge": "Biliklərə dalın",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Sizinlə paylaşılanlar",
|
||||
"Sharing Permissions": "Paylaşım İcazələri",
|
||||
"Show": "Göstər",
|
||||
"Show \"What's New\" modal on login": "Giriş zamanı \"Yeniliklər\" pəncərəsini göstər",
|
||||
"Show \"What's New\" Modal on Login": "Giriş zamanı \"Yeniliklər\" pəncərəsini göstər",
|
||||
"Show Admin Details in Account Pending Overlay": "Hesab gözləmə qatında admin məlumatlarını göstər",
|
||||
"Show All": "Hamısını Göstər",
|
||||
"Show all ({{COUNT}} characters)": "Hamısını göstər ({{COUNT}} simvol)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Mövcud son nöqtələr (endpoints) haqqında daha çox öyrənmək üçün sənədlərimizə baxın.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Bura bacarıqlar seçmək üçün əvvəlcə onları \"Bacarıqlar\" (Skills) iş sahəsinə əlavə edin.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Bura alət dəstləri seçmək üçün əvvəlcə onları \"Alətlər\" (Tools) iş sahəsinə əlavə edin.",
|
||||
"Toast notifications for new updates": "Yeni yeniləmələr üçün bildirişlər",
|
||||
"Toast Notifications for New Updates": "Yeni yeniləmələr üçün bildirişlər",
|
||||
"Today": "Bu gün",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Bu gün saat {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Авто",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Автоматично копиране на отговор в клипборда",
|
||||
"Auto-playback response": "Автоматично възпроизвеждане на отговора",
|
||||
"Auto-Playback Response": "Автоматично възпроизвеждане на отговора",
|
||||
"Autocomplete Generation": "Генериране на автоматично довършване",
|
||||
"Autocomplete Generation Input Max Length": "Максимална дължина на входа за генериране на автоматично довършване",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Направление на чата",
|
||||
"Chat Direction": "Направление на чата",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Откриване, сваляне и преглед на пресетове на модели",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Показване",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Показване на емотикони в обаждането",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Показване на потребителското име вместо Вие в чата",
|
||||
"Display the Username Instead of You in the Chat": "Показване на потребителското име вместо Вие в чата",
|
||||
"Displays citations in the response": "Показвам цитати в отговора",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Потопете се в знанието",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Права за споделяне",
|
||||
"Show": "Покажи",
|
||||
"Show \"What's New\" modal on login": "Покажи модалния прозорец \"Какво е ново\" при вписване",
|
||||
"Show \"What's New\" Modal on Login": "Покажи модалния прозорец \"Какво е ново\" при вписване",
|
||||
"Show Admin Details in Account Pending Overlay": "Покажи детайлите на администратора в наслагването на изчакващ акаунт",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "За да научите повече за наличните крайни точки, посетете нашата документация.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "За да изберете инструменти тук, първо ги добавете към работното пространство \"Инструменти\".",
|
||||
"Toast notifications for new updates": "Изскачащи известия за нови актуализации",
|
||||
"Toast Notifications for New Updates": "Изскачащи известия за нови актуализации",
|
||||
"Today": "Днес",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
|
||||
"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
|
||||
"Auto-Playback Response": "রেসপন্স অটো-প্লেব্যাক",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "চ্যাট দিকনির্দেশ",
|
||||
"Chat Direction": "চ্যাট দিকনির্দেশ",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "মডেল প্রিসেটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "চ্যাটে 'আপনি'-র পরবর্তে ইউজারনেম দেখান",
|
||||
"Display the Username Instead of You in the Chat": "চ্যাটে 'আপনি'-র পরবর্তে ইউজারনেম দেখান",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "দেখান",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "আজ",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "ལན་རང་འགུལ་གྱིས་སྦྱར་སྡེར་དུ་འདྲ་བཤུས་བྱེད་པ།",
|
||||
"Auto-playback response": "ལན་རང་འགུལ་གྱིས་གཏོང་བ།",
|
||||
"Auto-Playback Response": "ལན་རང་འགུལ་གྱིས་གཏོང་བ།",
|
||||
"Autocomplete Generation": "རང་འཚང་བཟོ་སྐྲུན།",
|
||||
"Autocomplete Generation Input Max Length": "རང་འཚང་བཟོ་སྐྲུན་ནང་འཇུག་གི་རིང་ཚད་ཆེ་ཤོས།",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "ཁ་བརྡའི་ཁ་ཕྱོགས།",
|
||||
"Chat Direction": "ཁ་བརྡའི་ཁ་ཕྱོགས།",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "དཔེ་དབྱིབས་སྔོན་སྒྲིག་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "འཆར་སྟོན།",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "སྐད་འབོད་ནང་ Emoji འཆར་སྟོན་བྱེད་པ།",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "ཁ་བརྡའི་ནང་ 'ཁྱེད་' ཀྱི་ཚབ་ཏུ་བེད་སྤྱོད་མིང་འཆར་སྟོན་བྱེད་པ།",
|
||||
"Display the Username Instead of You in the Chat": "ཁ་བརྡའི་ནང་ 'ཁྱེད་' ཀྱི་ཚབ་ཏུ་བེད་སྤྱོད་མིང་འཆར་སྟོན་བྱེད་པ།",
|
||||
"Displays citations in the response": "ལན་ནང་ལུང་འདྲེན་འཆར་སྟོན་བྱེད་པ།",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "ཤེས་བྱའི་ནང་འཛུལ་བ།",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "མཉམ་སྤྱོད་དབང་ཚད།",
|
||||
"Show": "སྟོན་པ།",
|
||||
"Show \"What's New\" modal on login": "ནང་འཛུལ་སྐབས་ \"གསར་པ་ཅི་ཡོད\" modal སྟོན་པ།",
|
||||
"Show \"What's New\" Modal on Login": "ནང་འཛུལ་སྐབས་ \"གསར་པ་ཅི་ཡོད\" modal སྟོན་པ།",
|
||||
"Show Admin Details in Account Pending Overlay": "རྩིས་ཁྲ་སྒུག་བཞིན་པའི་གཏོགས་ངོས་སུ་དོ་དམ་པའི་ཞིབ་ཕྲ་སྟོན་པ།",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "ཡོད་པའི་མཇུག་མཐུད་སྐོར་མང་ཙམ་ཤེས་པར། ང་ཚོའི་ཡིག་ཆ་ལ་ལྟ་བ།",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "ལག་ཆའི་ཚོགས་སྡེ་འདིར་གདམ་ག་བྱེད་པར། ཐོག་མར་དེ་དག་ \"ལག་ཆའི་\" ལས་ཡུལ་དུ་སྣོན་པ།",
|
||||
"Toast notifications for new updates": "གསར་སྒྱུར་གསར་པའི་ཆེད་དུ་ Toast བརྡ་ཁྱབ།",
|
||||
"Toast Notifications for New Updates": "གསར་སྒྱུར་གསར་པའི་ཆེད་དུ་ Toast བརྡ་ཁྱབ།",
|
||||
"Today": "དེ་རིང་།",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
|
||||
"Auto-playback response": "Automatska reprodukcija odgovora",
|
||||
"Auto-Playback Response": "Automatska reprodukcija odgovora",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Razgovor - smijer",
|
||||
"Chat Direction": "Razgovor - smijer",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
|
||||
"Display the Username Instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Pokaži",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Danas",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automàtic",
|
||||
"Auto (Random)": "Automàtic (aleatori)",
|
||||
"Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls",
|
||||
"Auto-playback response": "Reproduir la resposta automàticament",
|
||||
"Auto-Playback Response": "Reproduir la resposta automàticament",
|
||||
"Autocomplete Generation": "Generació automàtica",
|
||||
"Autocomplete Generation Input Max Length": "Entrada màxima de la generació automàtica",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "Completacions de xat",
|
||||
"Chat Conversation": "Conversa de xat",
|
||||
"Chat deleted.": "Xat eliminat.",
|
||||
"Chat direction": "Direcció del xat",
|
||||
"Chat Direction": "Direcció del xat",
|
||||
"Chat exported successfully": "El xat s'ha exportat correctament",
|
||||
"Chat History": "Historial de xats",
|
||||
"Chat ID": "ID del xat",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Descobrir, descarregar i explorar models preconfigurats",
|
||||
"Discussion channel where access is based on groups and permissions": "Canal de discussió on l'accés es basa en grups i permisos",
|
||||
"Display": "Mostrar",
|
||||
"Display chat title in tab": "Mostrar el títol del xat a la pestanya",
|
||||
"Display Chat Title in Tab": "Mostrar el títol del xat a la pestanya",
|
||||
"Display Emoji in Call": "Mostrar emojis a la trucada",
|
||||
"Display Multi-model Responses in Tabs": "Mostrar respostes multi-model a les pestanyes",
|
||||
"Display the username instead of You in the Chat": "Mostrar el nom d'usuari en lloc de 'Tu' al xat",
|
||||
"Display the Username Instead of You in the Chat": "Mostrar el nom d'usuari en lloc de 'Tu' al xat",
|
||||
"Displays citations in the response": "Mostra les referències a la resposta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Mostra actualitzacions d'estat (per exemple, progrés de la cerca web) a la resposta",
|
||||
"Dive into knowledge": "Aprofundir en el coneixement",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Compartit amb tu",
|
||||
"Sharing Permissions": "Compartir els permisos",
|
||||
"Show": "Mostrar",
|
||||
"Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada",
|
||||
"Show \"What's New\" Modal on Login": "Veure 'Què hi ha de nou' a l'entrada",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent",
|
||||
"Show All": "Mostrar tot",
|
||||
"Show all ({{COUNT}} characters)": "Mostra tot ({{COUNT}} caràcters",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Per obtenir més informació sobre els punts d'accés disponibles, visiteu la nostra documentació.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Per seleccionar habilitats aquí, afegeix-les primer a l'espai de treball \"Habilitats\".",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Per seleccionar kits d'eines aquí, afegeix-los primer a l'espai de treball \"Eines\".",
|
||||
"Toast notifications for new updates": "Notificacions Toast de noves actualitzacions",
|
||||
"Toast Notifications for New Updates": "Notificacions Toast de noves actualitzacions",
|
||||
"Today": "Avui",
|
||||
"Today at": "Avui a les",
|
||||
"Today at {{LOCALIZED_TIME}}": "Avui a les {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Awtomatikong kopya sa tubag sa clipboard",
|
||||
"Auto-playback response": "Autoplay nga tubag",
|
||||
"Auto-Playback Response": "Autoplay nga tubag",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "",
|
||||
"Chat Direction": "",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Pagdiskobre, pag-download, ug pagsuhid sa mga preset sa template",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Ipakita ang username imbes nga 'Ikaw' sa Panaghisgutan",
|
||||
"Display the Username Instead of You in the Chat": "Ipakita ang username imbes nga 'Ikaw' sa Panaghisgutan",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Pagpakita",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automaticky kopírovat odpověď do schránky",
|
||||
"Auto-playback response": "Automatické přehrávání odpovědi",
|
||||
"Auto-Playback Response": "Automatické přehrávání odpovědi",
|
||||
"Autocomplete Generation": "Generování automatického dokončování",
|
||||
"Autocomplete Generation Input Max Length": "Maximální délka vstupu pro generování automatického dokončování",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Směr konverzace",
|
||||
"Chat Direction": "Směr konverzace",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "ID konverzace",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Objevujte, stahujte a prozkoumávejte přednastavení modelů",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Zobrazení",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Zobrazit emoji při hovoru",
|
||||
"Display Multi-model Responses in Tabs": "Zobrazit odpovědi více modelů v kartách",
|
||||
"Display the username instead of You in the Chat": "Zobrazit v konverzaci uživatelské jméno místo „Vy“",
|
||||
"Display the Username Instead of You in the Chat": "Zobrazit v konverzaci uživatelské jméno místo „Vy“",
|
||||
"Displays citations in the response": "Zobrazuje citace v odpovědi",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Zobrazuje aktualizace stavu (např. průběh vyhledávání na webu) v odpovědi",
|
||||
"Dive into knowledge": "Ponořte se do znalostí",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "Sdíleno s vámi",
|
||||
"Sharing Permissions": "Oprávnění pro sdílení",
|
||||
"Show": "Zobrazit",
|
||||
"Show \"What's New\" modal on login": "Zobrazit okno \"Co je nového\" při přihlášení",
|
||||
"Show \"What's New\" Modal on Login": "Zobrazit okno \"Co je nového\" při přihlášení",
|
||||
"Show Admin Details in Account Pending Overlay": "Zobrazit podrobnosti administrátora v překryvné vrstvě čekajícího účtu",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Pro více informací o dostupných koncových bodech navštivte naši dokumentaci.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Pro výběr sad nástrojů zde je nejprve přidejte do pracovního prostoru \"Nástroje\".",
|
||||
"Toast notifications for new updates": "Vyskakovací oznámení o nových aktualizacích",
|
||||
"Toast Notifications for New Updates": "Vyskakovací oznámení o nových aktualizacích",
|
||||
"Today": "Dnes",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatisk kopiering af svar til udklipsholder",
|
||||
"Auto-playback response": "Automatisk afspil svar",
|
||||
"Auto-Playback Response": "Automatisk afspil svar",
|
||||
"Autocomplete Generation": "Genere automatisk fuldførsel",
|
||||
"Autocomplete Generation Input Max Length": "Maksimal længde for genereret autofuldførsel",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "Chat samtale",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Chat retning",
|
||||
"Chat Direction": "Chat retning",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "Chat ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Find, download og udforsk modelindstillinger",
|
||||
"Discussion channel where access is based on groups and permissions": "Diskussionskanal hvor adgang styres af grupper og tilladelser",
|
||||
"Display": "Vis",
|
||||
"Display chat title in tab": "Vis chattitel i fane",
|
||||
"Display Chat Title in Tab": "Vis chattitel i fane",
|
||||
"Display Emoji in Call": "Vis emoji i chat",
|
||||
"Display Multi-model Responses in Tabs": "Vis multimodel svar i faner",
|
||||
"Display the username instead of You in the Chat": "Vis brugernavn i stedet for Dig i chatten",
|
||||
"Display the Username Instead of You in the Chat": "Vis brugernavn i stedet for Dig i chatten",
|
||||
"Displays citations in the response": "Vis citat i svaret",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Vis statusopdateringer (f.eks. websøgningsprocess) i svaret",
|
||||
"Dive into knowledge": "Undersøg viden",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Delt med dig",
|
||||
"Sharing Permissions": "Delingstilladelser",
|
||||
"Show": "Vis",
|
||||
"Show \"What's New\" modal on login": "Vis \"Hvad er nyt\" modal ved login",
|
||||
"Show \"What's New\" Modal on Login": "Vis \"Hvad er nyt\" modal ved login",
|
||||
"Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "For at lære mere om tilgængelige endpoints, besøg vores dokumentation.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "For at vælge værktøjssæt her skal du først tilføje dem til \"Værktøjer\"-arbejdsområdet.",
|
||||
"Toast notifications for new updates": "Toast-notifikationer for nye opdateringer",
|
||||
"Toast Notifications for New Updates": "Toast-notifikationer for nye opdateringer",
|
||||
"Today": "I dag",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "I dag {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Automatisch",
|
||||
"Auto (Random)": "Auto (zufällig)",
|
||||
"Auto-Copy Response to Clipboard": "Antwort autom. in Zwischenablage kopieren",
|
||||
"Auto-playback response": "Antwort automatisch abspielen",
|
||||
"Auto-Playback Response": "Antwort automatisch abspielen",
|
||||
"Autocomplete Generation": "Autovervollständigung",
|
||||
"Autocomplete Generation Input Max Length": "Max. Eingabelänge für Autovervollständigung",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Chat Completions",
|
||||
"Chat Conversation": "Chat-Unterhaltung",
|
||||
"Chat deleted.": "Chat gelöscht.",
|
||||
"Chat direction": "Chat-Ausrichtung",
|
||||
"Chat Direction": "Chat-Ausrichtung",
|
||||
"Chat exported successfully": "Chat erfolgreich exportiert",
|
||||
"Chat History": "Chat History",
|
||||
"Chat ID": "Chat-ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Modellvorlagen entdecken und herunterladen",
|
||||
"Discussion channel where access is based on groups and permissions": "Diskussionskanal mit gruppenbasiertem Zugriff",
|
||||
"Display": "Anzeige",
|
||||
"Display chat title in tab": "Chat-Titel im Tab anzeigen",
|
||||
"Display Chat Title in Tab": "Chat-Titel im Tab anzeigen",
|
||||
"Display Emoji in Call": "Emojis im Anruf anzeigen",
|
||||
"Display Multi-model Responses in Tabs": "Antworten mehrerer Modelle in Tabs anzeigen",
|
||||
"Display the username instead of You in the Chat": "Benutzernamen statt 'Sie' im Chat anzeigen",
|
||||
"Display the Username Instead of You in the Chat": "Benutzernamen statt 'Sie' im Chat anzeigen",
|
||||
"Displays citations in the response": "Zeigt Zitate in der Antwort an",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Zeigt Status-Updates (z. B. Websuche) in der Antwort an",
|
||||
"Dive into knowledge": "In Wissen eintauchen",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Mit Ihnen geteilt",
|
||||
"Sharing Permissions": "Freigabeberechtigungen",
|
||||
"Show": "Anzeigen",
|
||||
"Show \"What's New\" modal on login": "\"Was gibt's Neues\"-Fenster beim Anmelden anzeigen",
|
||||
"Show \"What's New\" Modal on Login": "\"Was gibt's Neues\"-Fenster beim Anmelden anzeigen",
|
||||
"Show Admin Details in Account Pending Overlay": "Admin-Details im 'Konto ausstehend'-Overlay anzeigen",
|
||||
"Show All": "Alle anzeigen",
|
||||
"Show all ({{COUNT}} characters)": "Zeige alle ({{COUNT}} Zeichen)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Um mehr über verfügbare Endpunkte zu erfahren, besuchen Sie unsere Dokumentation.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Um hier Skills auszuwählen, füge sie zuerst dem Workspace \"Skills\" hinzu.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Um Toolkits auszuwählen, fügen Sie sie zuerst dem Arbeitsbereich \"Werkzeuge\" hinzu.",
|
||||
"Toast notifications for new updates": "Toast-Benachrichtigungen für neue Updates",
|
||||
"Toast Notifications for New Updates": "Toast-Benachrichtigungen für neue Updates",
|
||||
"Today": "Heute",
|
||||
"Today at": "Heute um",
|
||||
"Today at {{LOCALIZED_TIME}}": "Heute um {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Copy Bark Auto Bark",
|
||||
"Auto-playback response": "Auto-playback response",
|
||||
"Auto-Playback Response": "Auto-Playback Response",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "",
|
||||
"Chat Direction": "",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Discover, download, and explore model presets",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Display username instead of You in Chat",
|
||||
"Display the Username Instead of You in the Chat": "Display username instead of You in Chat",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Show much show",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Αυτόματο",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Αυτόματη Αντιγραφή Απάντησης στο Πρόχειρο",
|
||||
"Auto-playback response": "Αυτόματη αναπαραγωγή της απάντησης",
|
||||
"Auto-Playback Response": "Αυτόματη αναπαραγωγή της απάντησης",
|
||||
"Autocomplete Generation": "Δημιουργία Αυτόματης Συμπλήρωσης",
|
||||
"Autocomplete Generation Input Max Length": "Μέγιστο Μήκος Εισόδου Δημιουργίας Αυτόματης Συμπλήρωσης",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "Συνομιλία",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Κατεύθυνση Συνομιλίας",
|
||||
"Chat Direction": "Κατεύθυνση Συνομιλίας",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "ID Συνομιλίας",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προκαθορισμένα μοντέλα",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Εμφάνιση",
|
||||
"Display chat title in tab": "Εμφάνιση τίτλου συνομιλίας στην καρτέλα",
|
||||
"Display Chat Title in Tab": "Εμφάνιση τίτλου συνομιλίας στην καρτέλα",
|
||||
"Display Emoji in Call": "Εμφάνιση Emoji στην Κλήση",
|
||||
"Display Multi-model Responses in Tabs": "Εμφάνιση Απαντήσεων Πολυτροπικών Μοντέλων στις Καρτέλες",
|
||||
"Display the username instead of You in the Chat": "Εμφάνιση του ονόματος χρήστη αντί του Εσάς στη Συνομιλία",
|
||||
"Display the Username Instead of You in the Chat": "Εμφάνιση του ονόματος χρήστη αντί του Εσάς στη Συνομιλία",
|
||||
"Displays citations in the response": "Εμφανίζει παραπομπές στην απάντηση",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Εμφανίζει ενημερώσεις κατάστασης (π.χ. πρόοδο αναζήτησης στο διαδίκτυο) στην απάντηση",
|
||||
"Dive into knowledge": "Βυθιστείτε στη γνώση",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Μοιρασμένα με εσάς",
|
||||
"Sharing Permissions": "Δικαιώματα Κοινής Χρήσης",
|
||||
"Show": "Εμφάνιση",
|
||||
"Show \"What's New\" modal on login": "Εμφάνιση του παράθυρου \"Τι νέο υπάρχει\" κατά την είσοδο",
|
||||
"Show \"What's New\" Modal on Login": "Εμφάνιση του παράθυρου \"Τι νέο υπάρχει\" κατά την είσοδο",
|
||||
"Show Admin Details in Account Pending Overlay": "Εμφάνιση Λεπτομερειών Διαχειριστή στο Υπέρθεση Εκκρεμής Λογαριασμού",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Για να μάθετε περισσότερα για τα διαθέσιμα endpoints, δείτε την τεκμηρίωσή μας.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Για να επιλέξετε toolkits εδώ, προσθέστε τα πρώτα στον χώρο εργασίας \"Εργαλεία\".",
|
||||
"Toast notifications for new updates": "Ειδοποιήσεις Toast για νέες ενημερώσεις",
|
||||
"Toast Notifications for New Updates": "Ειδοποιήσεις Toast για νέες ενημερώσεις",
|
||||
"Today": "Σήμερα",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Σήμερα στις {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "",
|
||||
"Auto-playback response": "",
|
||||
"Auto-Playback Response": "",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "",
|
||||
"Chat Direction": "",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "",
|
||||
"Display the Username Instead of You in the Chat": "",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "",
|
||||
"Auto-playback response": "",
|
||||
"Auto-Playback Response": "",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Autocomplete Generation Prompt": "",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "",
|
||||
"Chat Direction": "",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -618,10 +618,10 @@
|
||||
"Discover, download, and explore model presets": "",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "",
|
||||
"Display the Username Instead of You in the Chat": "",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1917,7 +1917,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2123,7 +2123,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "Auto (Aleatorio)",
|
||||
"Auto-Copy Response to Clipboard": "Copiar automaticamente la respuesta al Portapapeles",
|
||||
"Auto-playback response": "Reproducir respuesta automáticamente",
|
||||
"Auto-Playback Response": "Reproducir respuesta automáticamente",
|
||||
"Autocomplete Generation": "Generación de Autocompletado",
|
||||
"Autocomplete Generation Input Max Length": "Max. Longitud de Entrada en Generación de Autocompletado",
|
||||
"Automatic1111": "AUTOMATIC1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "Completación del Chat",
|
||||
"Chat Conversation": "Conversación del Chat",
|
||||
"Chat deleted.": "Chat eliminado.",
|
||||
"Chat direction": "Dirección del Chat",
|
||||
"Chat Direction": "Dirección del Chat",
|
||||
"Chat exported successfully": "Chat exportado correctmente",
|
||||
"Chat History": "Historial del Chat",
|
||||
"Chat ID": "ID del Chat",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados",
|
||||
"Discussion channel where access is based on groups and permissions": "Canal de debate cuyo acceso está basado en grupos y permisos",
|
||||
"Display": "Mostrar",
|
||||
"Display chat title in tab": "Mostrar título del chat en el tabulador",
|
||||
"Display Chat Title in Tab": "Mostrar título del chat en el tabulador",
|
||||
"Display Emoji in Call": "Muestra Emojis en Llamada",
|
||||
"Display Multi-model Responses in Tabs": "Mostrar Respuestas de MultiModelos Tabuladas",
|
||||
"Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu",
|
||||
"Display the Username Instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu",
|
||||
"Displays citations in the response": "Mostrar citas en la respuesta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Muestra actualizaciones de estado (p.ej., progreso de la búsqueda web) en la respuesta",
|
||||
"Dive into knowledge": "Sumérgete en el conocimiento",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Compartido contigo",
|
||||
"Sharing Permissions": "Permisos al Compartir",
|
||||
"Show": "Mostrar",
|
||||
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
|
||||
"Show \"What's New\" Modal on Login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la sobrecapa de 'Cuenta Pendiente'",
|
||||
"Show All": "Mostrar Todo",
|
||||
"Show all ({{COUNT}} characters)": "Mostrar todo ({{COUNT}} caracteres)",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Para aprender más sobre los endpoints disponibles, visite nuestra documentación.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Para seleccionar habilidades aquí, primero añadelas a \"Habilidades\" en el áreas de trabajo.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para seleccionar herramientas aquí, primero añadelas a \"Herramientas\" en el área de trabajo.",
|
||||
"Toast notifications for new updates": "Notificaciones emergentes para nuevas actualizaciones",
|
||||
"Toast Notifications for New Updates": "Notificaciones emergentes para nuevas actualizaciones",
|
||||
"Today": "Hoy",
|
||||
"Today at": "Hoy a las",
|
||||
"Today at {{LOCALIZED_TIME}}": "Hoy a las {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "Auto (juhuslik)",
|
||||
"Auto-Copy Response to Clipboard": "Kopeeri vastus automaatselt lõikelauale",
|
||||
"Auto-playback response": "Esita vastus automaatselt",
|
||||
"Auto-Playback Response": "Esita vastus automaatselt",
|
||||
"Autocomplete Generation": "Automaattäitmise genereerimine",
|
||||
"Autocomplete Generation Input Max Length": "Automaattäitmise genereerimise sisendi maksimaalne pikkus",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Vestluse lõpetamised",
|
||||
"Chat Conversation": "Vestlusseanss",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Vestluse suund",
|
||||
"Chat Direction": "Vestluse suund",
|
||||
"Chat exported successfully": "Vestlus edukalt eksporditud",
|
||||
"Chat History": "Vestluse ajalugu",
|
||||
"Chat ID": "Vestlus ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Avasta, laadi alla ja uuri mudeli eelseadistusi",
|
||||
"Discussion channel where access is based on groups and permissions": "Arutelukanal, kus juurdepääs põhineb gruppidel ja õigustel",
|
||||
"Display": "Kuva",
|
||||
"Display chat title in tab": "Kuva vestluse pealkiri vahekaardil",
|
||||
"Display Chat Title in Tab": "Kuva vestluse pealkiri vahekaardil",
|
||||
"Display Emoji in Call": "Kuva kõnes emoji",
|
||||
"Display Multi-model Responses in Tabs": "Kuva mitme mudeli vastused vahekaartidel",
|
||||
"Display the username instead of You in the Chat": "Kuva vestluses 'Sina' asemel kasutajanimi",
|
||||
"Display the Username Instead of You in the Chat": "Kuva vestluses 'Sina' asemel kasutajanimi",
|
||||
"Displays citations in the response": "Kuvab vastuses viited",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Kuvab vastuses olekuuendusi (nt veebiotsingu edenemine)",
|
||||
"Dive into knowledge": "Sukeldu teadmistesse",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Teiega jagatud",
|
||||
"Sharing Permissions": "Jagamise õigused",
|
||||
"Show": "Näita",
|
||||
"Show \"What's New\" modal on login": "Näita \"Mis on uut\" modaalakent sisselogimisel",
|
||||
"Show \"What's New\" Modal on Login": "Näita \"Mis on uut\" modaalakent sisselogimisel",
|
||||
"Show Admin Details in Account Pending Overlay": "Näita administraatori üksikasju konto ootel kattekihil",
|
||||
"Show All": "Näita kõik",
|
||||
"Show all ({{COUNT}} characters)": "Näita kõik ({{COUNT}} märki)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Saadaolevate lõpp-punktide kohta rohkem teada saamiseks külastage meie dokumentatsiooni.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Oskuste siit valimiseks lisage need esmalt \"Oskuste\" tööalale.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Tööriistakomplektide siit valimiseks lisage need esmalt \"Tööriistade\" tööalale.",
|
||||
"Toast notifications for new updates": "Hüpikmärguanded uuenduste kohta",
|
||||
"Toast Notifications for New Updates": "Hüpikmärguanded uuenduste kohta",
|
||||
"Today": "Täna",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Täna kell {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatikoki Kopiatu Erantzuna Arbelera",
|
||||
"Auto-playback response": "Automatikoki erreproduzitu erantzuna",
|
||||
"Auto-Playback Response": "Automatikoki erreproduzitu erantzuna",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Txataren norabidea",
|
||||
"Chat Direction": "Txataren norabidea",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Aurkitu, deskargatu eta esploratu ereduen aurrezarpenak",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Bistaratu",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Bistaratu Emojiak Deietan",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Erakutsi erabiltzaile-izena Zu-ren ordez Txatean",
|
||||
"Display the Username Instead of You in the Chat": "Erakutsi erabiltzaile-izena Zu-ren ordez Txatean",
|
||||
"Displays citations in the response": "Erakutsi aipamenak erantzunean",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Murgildu ezagutzan",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Erakutsi",
|
||||
"Show \"What's New\" modal on login": "Erakutsi \"Berritasunak\" modala saioa hastean",
|
||||
"Show \"What's New\" Modal on Login": "Erakutsi \"Berritasunak\" modala saioa hastean",
|
||||
"Show Admin Details in Account Pending Overlay": "Erakutsi administratzaile xehetasunak kontu zain geruzan",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Tresna-multzoak hemen hautatzeko, gehitu itzazu lehenik \"Tresnak\" lan-eremura.",
|
||||
"Toast notifications for new updates": "Toast jakinarazpenak eguneraketa berrientzat",
|
||||
"Toast Notifications for New Updates": "Toast jakinarazpenak eguneraketa berrientzat",
|
||||
"Today": "Gaur",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "خودکار",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
|
||||
"Auto-playback response": "پخش خودکار پاسخ",
|
||||
"Auto-Playback Response": "پخش خودکار پاسخ",
|
||||
"Autocomplete Generation": "تولید تکمیل خودکار",
|
||||
"Autocomplete Generation Input Max Length": "حداکثر طول ورودی تولید تکمیل خودکار",
|
||||
"Automatic1111": "اتوماتیک1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "مکالمه چت",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "جهت\u200cگفتگو",
|
||||
"Chat Direction": "جهت\u200cگفتگو",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "شناسه چت",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "پیش تنظیمات مدل را کشف، دانلود و کاوش کنید",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "نمایش",
|
||||
"Display chat title in tab": "نمایش عنوان چت در تب",
|
||||
"Display Chat Title in Tab": "نمایش عنوان چت در تب",
|
||||
"Display Emoji in Call": "نمایش اموجی در تماس",
|
||||
"Display Multi-model Responses in Tabs": "نمایش پاسخ\u200cهای چند مدلی در تب\u200cها",
|
||||
"Display the username instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت",
|
||||
"Display the Username Instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت",
|
||||
"Displays citations in the response": "نمایش استنادها در پاسخ",
|
||||
"Displays status updates (e.g., web search progress) in the response": "نمایش به\u200cروزرسانی\u200cهای وضعیت (مثلاً پیشرفت جستجوی وب) در پاسخ",
|
||||
"Dive into knowledge": "غوطه\u200cور شدن در دانش",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "به اشتراک گذاشته شده با شما",
|
||||
"Sharing Permissions": "مجوزهای اشتراک\u200cگذاری",
|
||||
"Show": "نمایش",
|
||||
"Show \"What's New\" modal on login": "نمایش مودال \"موارد جدید\" هنگام ورود",
|
||||
"Show \"What's New\" Modal on Login": "نمایش مودال \"موارد جدید\" هنگام ورود",
|
||||
"Show Admin Details in Account Pending Overlay": "نمایش جزئیات مدیر در پوشش حساب در انتظار",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "برای کسب اطلاعات بیشتر در مورد نقاط پایانی موجود، به مستندات ما مراجعه کنید.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "برای انتخاب ابزارها در اینجا، ابتدا آنها را به فضای کاری \"ابزارها\" اضافه کنید.",
|
||||
"Toast notifications for new updates": "اعلان\u200cهای پاپ\u200cآپ برای به\u200cروزرسانی\u200cهای جدید",
|
||||
"Toast Notifications for New Updates": "اعلان\u200cهای پاپ\u200cآپ برای به\u200cروزرسانی\u200cهای جدید",
|
||||
"Today": "امروز",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "امروز در {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Automaattinen",
|
||||
"Auto (Random)": "Automaattinen (satunnainen)",
|
||||
"Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle",
|
||||
"Auto-playback response": "Toista vastaus automaattisesti",
|
||||
"Auto-Playback Response": "Toista vastaus automaattisesti",
|
||||
"Autocomplete Generation": "Automaattisen täydennyksen luonti",
|
||||
"Autocomplete Generation Input Max Length": "Automaattisen täydennyksen syötteen enimmäispituus",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "Chat-keskustelut",
|
||||
"Chat deleted.": "Keskustelu poistettu.",
|
||||
"Chat direction": "Keskustelun suunta",
|
||||
"Chat Direction": "Keskustelun suunta",
|
||||
"Chat exported successfully": "Keskustelut viety onnistuneesti",
|
||||
"Chat History": "Keskusteluhistoria",
|
||||
"Chat ID": "Keskustelu ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Löydä ja lataa mallien esiasetuksia",
|
||||
"Discussion channel where access is based on groups and permissions": "Keskustelukanava, jonka käyttöoikeus perustuu ryhmiin ja käyttöoikeuksiin",
|
||||
"Display": "Näytä",
|
||||
"Display chat title in tab": "Näytä keskustelu otiskko välilehdessä",
|
||||
"Display Chat Title in Tab": "Näytä keskustelu otiskko välilehdessä",
|
||||
"Display Emoji in Call": "Näytä hymiöitä puhelussa",
|
||||
"Display Multi-model Responses in Tabs": "Näytä usean mallin vastaukset välilehdissä",
|
||||
"Display the username instead of You in the Chat": "Näytä käyttäjänimi keskustelussa \"Sinä\" -tekstin sijaan",
|
||||
"Display the Username Instead of You in the Chat": "Näytä käyttäjänimi keskustelussa \"Sinä\" -tekstin sijaan",
|
||||
"Displays citations in the response": "Näyttää lähdeviitteet vastauksessa",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Näyttä tilapäivityksiä (esim. verkkohaku) vastauksissa",
|
||||
"Dive into knowledge": "Uppoudu tietoon",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Jaettu kanssasi",
|
||||
"Sharing Permissions": "Jako oikeudet",
|
||||
"Show": "Näytä",
|
||||
"Show \"What's New\" modal on login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä",
|
||||
"Show \"What's New\" Modal on Login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä",
|
||||
"Show Admin Details in Account Pending Overlay": "Näytä ylläpitäjän tiedot odottavan tilin päällä",
|
||||
"Show All": "Näytä kaikki",
|
||||
"Show all ({{COUNT}} characters)": "Näytä kaikki ({{COUNT}} merkkiä)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Jos haluat lisätietoja käytettävissä olevista päätepisteistä, tutustu dokumentaatioomme.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Jos haluat valita taitoja tässä, lisää ne ensin \"Taidot\"-työtilaan.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Valitaksesi työkalusettejä tässä, lisää ne ensin \"Työkalut\"-työtilaan.",
|
||||
"Toast notifications for new updates": "Ilmoituspopuppien näyttäminen uusista päivityksistä",
|
||||
"Toast Notifications for New Updates": "Ilmoituspopuppien näyttäminen uusista päivityksistä",
|
||||
"Today": "Tänään",
|
||||
"Today at": "Tänään",
|
||||
"Today at {{LOCALIZED_TIME}}": "Tänään {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "",
|
||||
"Auto-playback response": "",
|
||||
"Auto-Playback Response": "",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -324,7 +324,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "",
|
||||
"Chat Direction": "",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -616,10 +616,10 @@
|
||||
"Discover, download, and explore model presets": "",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "",
|
||||
"Display the Username Instead of You in the Chat": "",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1916,7 +1916,7 @@
|
||||
"Shared with you": "Ibinahagi sa iyo",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Ipakita",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "Ipakita ang Lahat",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2123,7 +2123,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Ngayon",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automatique",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
|
||||
"Auto-playback response": "Lire automatiquement la réponse",
|
||||
"Auto-Playback Response": "Lire automatiquement la réponse",
|
||||
"Autocomplete Generation": "Génération des suggestions",
|
||||
"Autocomplete Generation Input Max Length": "Longueur maximale pour la génération des suggestions",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Direction de la conversation",
|
||||
"Chat Direction": "Direction de la conversation",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Afficher",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Afficher les emojis pendant l'appel",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans la conversation",
|
||||
"Display the Username Instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans la conversation",
|
||||
"Displays citations in the response": "Affiche les citations dans la réponse",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Plonger dans les connaissances",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Autorisation de partage",
|
||||
"Show": "Afficher",
|
||||
"Show \"What's New\" modal on login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion",
|
||||
"Show \"What's New\" Modal on Login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion",
|
||||
"Show Admin Details in Account Pending Overlay": "Afficher les coordonnées de l'administrateur aux comptes en attente",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Pour en savoir plus sur les points de terminaison disponibles, consultez notre documentation.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Pour sélectionner des outils ici, ajoutez-les d'abord à l'espace de travail « Outils ». ",
|
||||
"Toast notifications for new updates": "Notifications toast pour les nouvelles mises à jour",
|
||||
"Toast Notifications for New Updates": "Notifications toast pour les nouvelles mises à jour",
|
||||
"Today": "Aujourd'hui",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automatique",
|
||||
"Auto (Random)": "Auto (Aléatoire)",
|
||||
"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
|
||||
"Auto-playback response": "Lire automatiquement la réponse",
|
||||
"Auto-Playback Response": "Lire automatiquement la réponse",
|
||||
"Autocomplete Generation": "Génération des suggestions",
|
||||
"Autocomplete Generation Input Max Length": "Longueur maximale pour la génération des suggestions",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "Chat Completions",
|
||||
"Chat Conversation": "Conversation par chat",
|
||||
"Chat deleted.": "Conversation supprimée.",
|
||||
"Chat direction": "Direction de la conversation",
|
||||
"Chat Direction": "Direction de la conversation",
|
||||
"Chat exported successfully": "Conversation exportée avec succès",
|
||||
"Chat History": "Historique des conversations",
|
||||
"Chat ID": "ID de chat",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles",
|
||||
"Discussion channel where access is based on groups and permissions": "Canal de discussion où l'accès est basé sur les groupes et les permissions",
|
||||
"Display": "Afficher",
|
||||
"Display chat title in tab": "Afficher le nom de la conversation dans l'onglet",
|
||||
"Display Chat Title in Tab": "Afficher le nom de la conversation dans l'onglet",
|
||||
"Display Emoji in Call": "Afficher les emojis pendant l'appel",
|
||||
"Display Multi-model Responses in Tabs": "Afficher les réponses multi-modèles dans des onglets",
|
||||
"Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans la conversation",
|
||||
"Display the Username Instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans la conversation",
|
||||
"Displays citations in the response": "Affiche les citations dans la réponse",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Affiche les mises à jour du statut dans la réponse (par ex : la progression de la recherche sur le Web)",
|
||||
"Dive into knowledge": "Plonger dans les connaissances",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Partagé avec vous",
|
||||
"Sharing Permissions": "Autorisation de partage",
|
||||
"Show": "Afficher",
|
||||
"Show \"What's New\" modal on login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion",
|
||||
"Show \"What's New\" Modal on Login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion",
|
||||
"Show Admin Details in Account Pending Overlay": "Afficher les coordonnées de l'administrateur aux comptes en attente",
|
||||
"Show All": "Afficher tout",
|
||||
"Show all ({{COUNT}} characters)": "Tout afficher ({{COUNT}} caractères)",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Pour en savoir plus sur les points de terminaison disponibles, consultez notre documentation.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Pour sélectionner des skills ici, ajoutez-les d'abord à l'espace de travail « Skills ».",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Pour sélectionner des outils ici, ajoutez-les d'abord à l'espace de travail « Outils ». ",
|
||||
"Toast notifications for new updates": "Notifications toast pour les nouvelles mises à jour",
|
||||
"Toast Notifications for New Updates": "Notifications toast pour les nouvelles mises à jour",
|
||||
"Today": "Aujourd'hui",
|
||||
"Today at": "Aujourd'hui à",
|
||||
"Today at {{LOCALIZED_TIME}}": "Aujourd'hui à {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Copiar a resposta automáticamente o portapapeis",
|
||||
"Auto-playback response": "Respuesta de reproducción automática",
|
||||
"Auto-Playback Response": "Respuesta de reproducción automática",
|
||||
"Autocomplete Generation": "xeneración de autocompletado",
|
||||
"Autocomplete Generation Input Max Length": "Longitud máxima de entrada da xeneración de autocompletado",
|
||||
"Automatic1111": "AUTOMATIC1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Dirección do Chat",
|
||||
"Chat Direction": "Dirección do Chat",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Descubre, descarga y explora ajustes preestablecidos de modelos",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Mostrar",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Muestra Emoji en chamada",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Mostrar o nombre de usuario en lugar de Vostede no chat",
|
||||
"Display the Username Instead of You in the Chat": "Mostrar o nombre de usuario en lugar de Vostede no chat",
|
||||
"Displays citations in the response": "Muestra citas en arespuesta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Sumérgete no coñecemento",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Mostrar",
|
||||
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de novo\" al iniciar sesión",
|
||||
"Show \"What's New\" Modal on Login": "Mostrar modal \"Qué hay de novo\" al iniciar sesión",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostrar detalles de administración na capa de espera da conta",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Para obter mais información sobre os endpoints disponibles, visite nuestra documentación.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para seleccionar ferramentas aquí, agreguelas al área de trabajo \"Ferramentas\" primeiro.",
|
||||
"Toast notifications for new updates": "Notificacions emergentes para novas actualizacions",
|
||||
"Toast Notifications for New Updates": "Notificacions emergentes para novas actualizacions",
|
||||
"Today": "Hoxe",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "אוטומטי",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "העתקה אוטומטית של תגובה ללוח",
|
||||
"Auto-playback response": "תגובת השמעה אוטומטית",
|
||||
"Auto-Playback Response": "תגובת השמעה אוטומטית",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "כיוון צ'אט",
|
||||
"Chat Direction": "כיוון צ'אט",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "גלה, הורד, וחקור הגדרות מודל מוגדרות מראש",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "הצג את שם המשתמש במקום 'אתה' בצ'אט",
|
||||
"Display the Username Instead of You in the Chat": "הצג את שם המשתמש במקום 'אתה' בצ'אט",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "הצג",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "היום",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
|
||||
"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
|
||||
"Auto-Playback Response": "ऑटो-प्लेबैक प्रतिक्रिया",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "चैट दिशा",
|
||||
"Chat Direction": "चैट दिशा",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "मॉडल प्रीसेट खोजें, डाउनलोड करें और एक्सप्लोर करें",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "चैट में 'आप' के स्थान पर उपयोगकर्ता नाम प्रदर्शित करें",
|
||||
"Display the Username Instead of You in the Chat": "चैट में 'आप' के स्थान पर उपयोगकर्ता नाम प्रदर्शित करें",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "दिखाओ",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "आज",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
|
||||
"Auto-playback response": "Automatska reprodukcija odgovora",
|
||||
"Auto-Playback Response": "Automatska reprodukcija odgovora",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Razgovor - smijer",
|
||||
"Chat Direction": "Razgovor - smijer",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
|
||||
"Display the Username Instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Pokaži",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Danas",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Automatikus",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Válasz automatikus másolása a vágólapra",
|
||||
"Auto-playback response": "Automatikus válasz lejátszás",
|
||||
"Auto-Playback Response": "Automatikus válasz lejátszás",
|
||||
"Autocomplete Generation": "Automatikus kiegészítés generálása",
|
||||
"Autocomplete Generation Input Max Length": "Automatikus kiegészítés bemenet maximális hossza",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Beszélgetés iránya",
|
||||
"Chat Direction": "Beszélgetés iránya",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Fedezz fel, tölts le és fedezz fel modell beállításokat",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Megjelenítés",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Emoji megjelenítése hívásban",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Felhasználónév megjelenítése a 'Te' helyett a beszélgetésben",
|
||||
"Display the Username Instead of You in the Chat": "Felhasználónév megjelenítése a 'Te' helyett a beszélgetésben",
|
||||
"Displays citations in the response": "Idézetek megjelenítése a válaszban",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Merülj el a tudásban",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Megosztási engedélyek",
|
||||
"Show": "Mutat",
|
||||
"Show \"What's New\" modal on login": "\"Mi újság\" modal megjelenítése bejelentkezéskor",
|
||||
"Show \"What's New\" Modal on Login": "\"Mi újság\" modal megjelenítése bejelentkezéskor",
|
||||
"Show Admin Details in Account Pending Overlay": "Admin részletek megjelenítése a függő fiók átfedésben",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Az elérhető végpontokról további információért látogassa meg dokumentációnkat.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Az eszközkészletek kiválasztásához először adja hozzá őket a \"Tools\" munkaterülethez.",
|
||||
"Toast notifications for new updates": "Felugró értesítések az új frissítésekről",
|
||||
"Toast Notifications for New Updates": "Felugró értesítések az új frissítésekről",
|
||||
"Today": "Ma",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip",
|
||||
"Auto-playback response": "Respons pemutaran otomatis",
|
||||
"Auto-Playback Response": "Respons pemutaran otomatis",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Arah obrolan",
|
||||
"Chat Direction": "Arah obrolan",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "Menemukan, mengunduh, dan menjelajahi preset model",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Menampilkan Emoji dalam Panggilan",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Menampilkan nama pengguna, bukan Anda di Obrolan",
|
||||
"Display the Username Instead of You in the Chat": "Menampilkan nama pengguna, bukan Anda di Obrolan",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Tampilkan",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "Tampilkan Detail Admin di Hamparan Akun Tertunda",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Untuk memilih perangkat di sini, tambahkan ke ruang kerja \"Alat\" terlebih dahulu.",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Hari ini",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Uath",
|
||||
"Auto (Random)": "Uathoibríoch (Randamach)",
|
||||
"Auto-Copy Response to Clipboard": "Freagra AutoCopy go Gearrthaisce",
|
||||
"Auto-playback response": "Freagra uathsheinm",
|
||||
"Auto-Playback Response": "Freagra uathsheinm",
|
||||
"Autocomplete Generation": "Giniúint Uathchríochnaithe",
|
||||
"Autocomplete Generation Input Max Length": "Ionchur Giniúint Uathchríochnaithe Uasfhad",
|
||||
"Automatic1111": "Uathoibríoch1111",
|
||||
@@ -324,7 +324,7 @@
|
||||
"Chat Completions": "Críochnuithe Comhrá",
|
||||
"Chat Conversation": "Caint agus comhrá",
|
||||
"Chat deleted.": "Scriosadh an comhrá.",
|
||||
"Chat direction": "Treo comhrá",
|
||||
"Chat Direction": "Treo comhrá",
|
||||
"Chat exported successfully": "Easpórtáil an chomhrá go rathúil",
|
||||
"Chat History": "Stair Chomhrá",
|
||||
"Chat ID": "Aitheantas Comhrá",
|
||||
@@ -616,10 +616,10 @@
|
||||
"Discover, download, and explore model presets": "Faigh amach, íoslódáil agus réamhshocruithe samhail a iniúchadh",
|
||||
"Discussion channel where access is based on groups and permissions": "Cainéal plé ina bhfuil rochtain bunaithe ar ghrúpaí agus ceadanna",
|
||||
"Display": "Taispeáin",
|
||||
"Display chat title in tab": "Taispeáin teideal an chomhrá sa chluaisín",
|
||||
"Display Chat Title in Tab": "Taispeáin teideal an chomhrá sa chluaisín",
|
||||
"Display Emoji in Call": "Taispeáin Emoji i nGlao",
|
||||
"Display Multi-model Responses in Tabs": "Taispeáin Freagraí Ilsamhlacha i gCluaisíní",
|
||||
"Display the username instead of You in the Chat": "Taispeáin an t-ainm úsáideora in ionad Tú sa Comhrá",
|
||||
"Display the Username Instead of You in the Chat": "Taispeáin an t-ainm úsáideora in ionad Tú sa Comhrá",
|
||||
"Displays citations in the response": "Taispeánann sé luanna sa fhreagra",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Taispeánann sé nuashonruithe stádais (m.sh., dul chun cinn cuardaigh gréasáin) sa fhreagra",
|
||||
"Dive into knowledge": "Léim isteach eolas",
|
||||
@@ -1915,7 +1915,7 @@
|
||||
"Shared with you": "Roinnte leat",
|
||||
"Sharing Permissions": "Ceadanna a Roinnt",
|
||||
"Show": "Taispeáin",
|
||||
"Show \"What's New\" modal on login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach",
|
||||
"Show \"What's New\" Modal on Login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach",
|
||||
"Show Admin Details in Account Pending Overlay": "Taispeáin Sonraí Riaracháin sa Chuntas ar Feitheamh Forleagan",
|
||||
"Show All": "Taispeáin Gach Rud",
|
||||
"Show all ({{COUNT}} characters)": "Taispeáin gach ceann ({{COUNT}} carachtar)",
|
||||
@@ -2122,7 +2122,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Chun tuilleadh a fhoghlaim faoi na críochphointí atá ar fáil, tabhair cuairt ar ár gcáipéisíocht.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Chun scileanna a roghnú anseo, cuir iad leis an spás oibre \"Scileanna\" ar dtús.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Chun trealamh uirlisí a roghnú anseo, cuir iad leis an spás oibre \"Uirlisí\" ar dtús.",
|
||||
"Toast notifications for new updates": "Fógraí tósta le haghaidh nuashonruithe nua",
|
||||
"Toast Notifications for New Updates": "Fógraí tósta le haghaidh nuashonruithe nua",
|
||||
"Today": "Inniu",
|
||||
"Today at": "Inniu ag",
|
||||
"Today at {{LOCALIZED_TIME}}": "Inniu ag {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automatico",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Copia automatica della risposta negli appunti",
|
||||
"Auto-playback response": "Riproduzione automatica della risposta",
|
||||
"Auto-Playback Response": "Riproduzione automatica della risposta",
|
||||
"Autocomplete Generation": "Generazione dell'autocompletamento",
|
||||
"Autocomplete Generation Input Max Length": "Lunghezza massima input generazione dell'autocompletamento",
|
||||
"Automatic1111": "",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Direzione chat",
|
||||
"Chat Direction": "Direzione chat",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Scopri, scarica ed esplora i preset dei modello",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Visualizza",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Visualizza emoji nella chiamata",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Visualizza il nome utente invece di Tu nella chat",
|
||||
"Display the Username Instead of You in the Chat": "Visualizza il nome utente invece di Tu nella chat",
|
||||
"Displays citations in the response": "Visualizza citazioni nella risposta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Immergiti nella conoscenza",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Condivisione dei permessi",
|
||||
"Show": "Mostra",
|
||||
"Show \"What's New\" modal on login": "Mostra il modulo \"Novità\" al login",
|
||||
"Show \"What's New\" Modal on Login": "Mostra il modulo \"Novità\" al login",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostra i dettagli dell'amministratore nella sovrapposizione dell'account in attesa",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Per saperne di più sugli endpoint disponibili, visita la nostra documentazione.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Per selezionare i toolkit qui, aggiungili prima allo spazio di lavoro \"Strumenti\".",
|
||||
"Toast notifications for new updates": "Notifiche toast per nuovi aggiornamenti",
|
||||
"Toast Notifications for New Updates": "Notifiche toast per nuovi aggiornamenti",
|
||||
"Today": "Oggi",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "自動",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "クリップボードへの応答の自動コピー",
|
||||
"Auto-playback response": "応答の自動再生",
|
||||
"Auto-Playback Response": "応答の自動再生",
|
||||
"Autocomplete Generation": "自動補完の生成",
|
||||
"Autocomplete Generation Input Max Length": "自動補完生成の入力の最大長",
|
||||
"Automatic1111": "AUTOMATIC1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "チャットの会話",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "チャットの方向",
|
||||
"Chat Direction": "チャットの方向",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "チャット履歴",
|
||||
"Chat ID": "チャットID",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "モデルプリセットを探してダウンロードする",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "表示",
|
||||
"Display chat title in tab": "チャットのタイトルをタブに表示",
|
||||
"Display Chat Title in Tab": "チャットのタイトルをタブに表示",
|
||||
"Display Emoji in Call": "コールで絵文字を表示",
|
||||
"Display Multi-model Responses in Tabs": "複数モデルの応答をタブで表示する",
|
||||
"Display the username instead of You in the Chat": "チャットで「あなた」の代わりにユーザー名を表示",
|
||||
"Display the Username Instead of You in the Chat": "チャットで「あなた」の代わりにユーザー名を表示",
|
||||
"Displays citations in the response": "応答に引用を表示",
|
||||
"Displays status updates (e.g., web search progress) in the response": "レスポンスにステータスの更新(例: ウェブ検索の進行状況)を表示します",
|
||||
"Dive into knowledge": "知識に飛び込む",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "自分に共有",
|
||||
"Sharing Permissions": "共有に関する権限",
|
||||
"Show": "表示",
|
||||
"Show \"What's New\" modal on login": "ログイン時に更新内容モーダルを表示",
|
||||
"Show \"What's New\" Modal on Login": "ログイン時に更新内容モーダルを表示",
|
||||
"Show Admin Details in Account Pending Overlay": "アカウント保留中の管理者詳細を表示",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "利用可能なエンドポイントについては、ドキュメントを参照してください。",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "ここでSkillを選択するには、まず\"Skills\" ワークスペースに追加してください。",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "ここでツールキットを選択するには、まず \"Tools\" ワークスペースに追加してください。",
|
||||
"Toast notifications for new updates": "新しい更新のトースト通知",
|
||||
"Toast Notifications for New Updates": "新しい更新のトースト通知",
|
||||
"Today": "今日",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "今日 {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "ავტო",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
|
||||
"Auto-playback response": "ავტომატური დაკვრის პასუხი",
|
||||
"Auto-Playback Response": "ავტომატური დაკვრის პასუხი",
|
||||
"Autocomplete Generation": "ავტოდასრულების გენერაცია",
|
||||
"Autocomplete Generation Input Max Length": "ავტოდასრულების გენერაციის შეყვანის მაქს. სიგრძე",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "ჩატის საუბარი",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "ჩატის მიმართულება",
|
||||
"Chat Direction": "ჩატის მიმართულება",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "ჩატის ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "აღმოაჩინეთ, გადმოწერეთ და შეისწავლეთ მოდელის პარამეტრები",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "ჩვენება",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "ჩატში თქვენს მაგიერ მომხმარებლის სახელის ჩვენება",
|
||||
"Display the Username Instead of You in the Chat": "ჩატში თქვენს მაგიერ მომხმარებლის სახელის ჩვენება",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "გაზიარებულია თქვენთვის",
|
||||
"Sharing Permissions": "გაზიარების წვდომები",
|
||||
"Show": "ჩვენება",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "დღეს",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "დღეს, {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Awurman",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Anɣal n tiririt tawurmant ɣer tecfawt",
|
||||
"Auto-playback response": "Taɣuṛi tawurmant n tririt",
|
||||
"Auto-Playback Response": "Taɣuṛi tawurmant n tririt",
|
||||
"Autocomplete Generation": "Asirew n yisumar",
|
||||
"Autocomplete Generation Input Max Length": "Tasuta tawurmant Tafulfulfulmant Input Max Length",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "Asqerdec n udiwenni",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Tanila n udiwenni",
|
||||
"Chat Direction": "Tanila n udiwenni",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "Asulay ID n udiwenni",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Af-d, zdem-d, tesnirmeḍ-d iferdisen n tmudemt",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Beqqeḍ",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Sken imujitin lawan n usiwel",
|
||||
"Display Multi-model Responses in Tabs": "Sken tririyin n waget-tmudmiwin deg waccaren",
|
||||
"Display the username instead of You in the Chat": "Sken isem n useqdac deg wadeg n \"Kečč⋅Kemm\" deg yidiwenniyen",
|
||||
"Display the Username Instead of You in the Chat": "Sken isem n useqdac deg wadeg n \"Kečč⋅Kemm\" deg yidiwenniyen",
|
||||
"Displays citations in the response": "Yeskan tibdarin deg tririt",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Kcem daxel n tmussniwin",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Tisirag n beṭṭu",
|
||||
"Show": "Sken-d",
|
||||
"Show \"What's New\" modal on login": "Sken-d \"D acu i d askar amaynut\" deg uɣmis",
|
||||
"Show \"What's New\" Modal on Login": "Sken-d \"D acu i d askar amaynut\" deg uɣmis",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Akken ad tissineḍ ugar ɣef wagazen n taggara yellan, rzu ɣer warrat-nneɣ.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Akken ad tferneḍ ifecka da, rnu-ten, di tazwara, ɣer tallunt n umahil \"Ifecka\".",
|
||||
"Toast notifications for new updates": "Ssurfet ilɣa i yileqman imaynuten",
|
||||
"Toast Notifications for New Updates": "Ssurfet ilɣa i yileqman imaynuten",
|
||||
"Today": "Ass-a",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Ass-a, ɣef {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
"Auto": "자동",
|
||||
"Auto (Random)": "자동 (랜덤)",
|
||||
"Auto-Copy Response to Clipboard": "응답을 클립보드에 자동 복사",
|
||||
"Auto-playback response": "응답 자동 재생",
|
||||
"Auto-Playback Response": "응답 자동 재생",
|
||||
"Autocomplete Generation": "자동완성 생성",
|
||||
"Autocomplete Generation Input Max Length": "자동완성 생성 입력 최대 길이",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -321,7 +321,7 @@
|
||||
"Chat Completions": "채팅 완성",
|
||||
"Chat Conversation": "채팅 대화",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "채팅 방향",
|
||||
"Chat Direction": "채팅 방향",
|
||||
"Chat exported successfully": "채팅 내보내기 성공",
|
||||
"Chat History": "채팅 기록",
|
||||
"Chat ID": "채팅 ID",
|
||||
@@ -612,10 +612,10 @@
|
||||
"Discover, download, and explore model presets": "모델 사전 설정 검색, 다운로드 및 탐색",
|
||||
"Discussion channel where access is based on groups and permissions": "그룹과 권한을 기반으로 액세스하는 토론 채널",
|
||||
"Display": "표시",
|
||||
"Display chat title in tab": "탭에 채팅 목록 표시",
|
||||
"Display Chat Title in Tab": "탭에 채팅 목록 표시",
|
||||
"Display Emoji in Call": "음성기능에서 이모지 표시",
|
||||
"Display Multi-model Responses in Tabs": "탭에 여러 모델 응답 표시",
|
||||
"Display the username instead of You in the Chat": "채팅에서 '당신' 대신 사용자 이름 표시",
|
||||
"Display the Username Instead of You in the Chat": "채팅에서 '당신' 대신 사용자 이름 표시",
|
||||
"Displays citations in the response": "응답에 인용 표시",
|
||||
"Displays status updates (e.g., web search progress) in the response": "응답에 상태 업데이트(예: 웹 검색 진행 상황)를 표시합니다",
|
||||
"Dive into knowledge": "지식 탐구",
|
||||
@@ -1910,7 +1910,7 @@
|
||||
"Shared with you": "당신과 공유됨",
|
||||
"Sharing Permissions": "권한 공유",
|
||||
"Show": "보기",
|
||||
"Show \"What's New\" modal on login": "로그인시 \"새로운 기능\" 모달 보기",
|
||||
"Show \"What's New\" Modal on Login": "로그인시 \"새로운 기능\" 모달 보기",
|
||||
"Show Admin Details in Account Pending Overlay": "사용자용 계정 보류 설명창에, 관리자 상세 정보 노출",
|
||||
"Show All": "모두 보기",
|
||||
"Show all ({{COUNT}} characters)": "모든 ({{COUNT}} 문자) 보기",
|
||||
@@ -2116,7 +2116,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "사용 가능한 엔드포인트에 대해 자세히 알아보려면 문서를 방문하세요.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "여기서 스킬을 선택하려면, \"스킬\" 워크스페이스에 먼저 추가하세요.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "여기서 도구를 선택하려면, \"도구\" 워크스페이스에 먼저 추가하세요.",
|
||||
"Toast notifications for new updates": "새 업데이트 알림",
|
||||
"Toast Notifications for New Updates": "새 업데이트 알림",
|
||||
"Today": "오늘",
|
||||
"Today at": "오늘은",
|
||||
"Today at {{LOCALIZED_TIME}}": "오늘 {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatiškai nukopijuoti atsakymą",
|
||||
"Auto-playback response": "Automatinis atsakymo skaitymas",
|
||||
"Auto-Playback Response": "Automatinis atsakymo skaitymas",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Pokalbio linkmė",
|
||||
"Chat Direction": "Pokalbio linkmė",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Atrasti ir parsisiųsti modelių konfigūracija",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Rodyti emoji pokalbiuose",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Rodyti naudotojo vardą vietoje žodžio Jūs pokalbyje",
|
||||
"Display the Username Instead of You in the Chat": "Rodyti naudotojo vardą vietoje žodžio Jūs pokalbyje",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Rodyti",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "Rodyti administratoriaus duomenis laukiant paskyros patvirtinimo",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Norėdami pasirinkti įrankius, pirmiausia pridėkite juos prie įrankių nuostatuose",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Šiandien",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automātiski",
|
||||
"Auto (Random)": "Automātiski (nejauši)",
|
||||
"Auto-Copy Response to Clipboard": "Automātiski kopēt atbildi starpliktuvē",
|
||||
"Auto-playback response": "Automātiski atskaņot atbildi",
|
||||
"Auto-Playback Response": "Automātiski atskaņot atbildi",
|
||||
"Autocomplete Generation": "Automātiskās pabeigšanas ģenerēšana",
|
||||
"Autocomplete Generation Input Max Length": "Automātiskās pabeigšanas ievades maksimālais garums",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "Tērzēšanas saruna",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Tērzēšanas virziens",
|
||||
"Chat Direction": "Tērzēšanas virziens",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "Tērzēšanas ID",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Atklājiet, lejupielādējiet un izpētiet modeļu iestatījumu kopas",
|
||||
"Discussion channel where access is based on groups and permissions": "Diskusiju kanāls, kur piekļuve balstās uz grupām un atļaujām",
|
||||
"Display": "Attēlojums",
|
||||
"Display chat title in tab": "Rādīt tērzēšanas virsrakstu cilnē",
|
||||
"Display Chat Title in Tab": "Rādīt tērzēšanas virsrakstu cilnē",
|
||||
"Display Emoji in Call": "Rādīt emocijzīmes zvana laikā",
|
||||
"Display Multi-model Responses in Tabs": "Rādīt vairāku modeļu atbildes cilnēs",
|
||||
"Display the username instead of You in the Chat": "Rādīt lietotājvārdu nevis 'Jūs' tērzēšanā",
|
||||
"Display the Username Instead of You in the Chat": "Rādīt lietotājvārdu nevis 'Jūs' tērzēšanā",
|
||||
"Displays citations in the response": "Rāda citātus atbildē",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Rāda statusa atjauninājumus (piem., tīmekļa meklēšanas progresu) atbildē",
|
||||
"Dive into knowledge": "Ienirstiet zināšanās",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Kopīgots ar jums",
|
||||
"Sharing Permissions": "Kopīgošanas atļaujas",
|
||||
"Show": "Rādīt",
|
||||
"Show \"What's New\" modal on login": "Rādīt \"Kas jauns\" logu pie pieteikšanās",
|
||||
"Show \"What's New\" Modal on Login": "Rādīt \"Kas jauns\" logu pie pieteikšanās",
|
||||
"Show Admin Details in Account Pending Overlay": "Rādīt administratora detaļas konta gaidīšanas pārklājumā",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Lai uzzinātu vairāk par pieejamajiem galapunktiem, apmeklējiet mūsu dokumentāciju.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Lai izvēlētos rīku komplektus šeit, vispirms pievienojiet tos \"Rīku\" darba videi.",
|
||||
"Toast notifications for new updates": "Uznirstošie paziņojumi par jauniem atjauninājumiem",
|
||||
"Toast Notifications for New Updates": "Uznirstošie paziņojumi par jauniem atjauninājumiem",
|
||||
"Today": "Šodien",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Šodien plkst. {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "Automatik",
|
||||
"Auto (Random)": "Automatik (Rawak)",
|
||||
"Auto-Copy Response to Clipboard": "Salin Respons secara Automatik ke Papan Klip",
|
||||
"Auto-playback response": "Main semula respons secara automatik",
|
||||
"Auto-Playback Response": "Main semula respons secara automatik",
|
||||
"Autocomplete Generation": "Penjanaan Autolengkap",
|
||||
"Autocomplete Generation Input Max Length": "Panjang Maksimum Input Penjanaan Autolengkap",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "Pelengkapan Perbualan",
|
||||
"Chat Conversation": "Perbualan",
|
||||
"Chat deleted.": "Perbualan dipadamkan.",
|
||||
"Chat direction": "Arah Perbualan",
|
||||
"Chat Direction": "Arah Perbualan",
|
||||
"Chat exported successfully": "Perbualan telah dieksport dengan berjaya",
|
||||
"Chat History": "Sejarah Perbualan",
|
||||
"Chat ID": "ID Perbualan",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "Temui, muat turun dan teroka model pratetap",
|
||||
"Discussion channel where access is based on groups and permissions": "Saluran perbincangan di mana akses berdasarkan kumpulan dan kebenaran",
|
||||
"Display": "Paparan",
|
||||
"Display chat title in tab": "Paparkan tajuk perbualan dalam tab",
|
||||
"Display Chat Title in Tab": "Paparkan tajuk perbualan dalam tab",
|
||||
"Display Emoji in Call": "Paparkan Emoji dalam Panggilan",
|
||||
"Display Multi-model Responses in Tabs": "Paparkan Respons Multi-model dalam Tab",
|
||||
"Display the username instead of You in the Chat": "Paparkan nama pengguna dan bukannya 'Anda' dalam Perbualan",
|
||||
"Display the Username Instead of You in the Chat": "Paparkan nama pengguna dan bukannya 'Anda' dalam Perbualan",
|
||||
"Displays citations in the response": "Memaparkan petikan dalam respons",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Memaparkan kemas kini status (cth., kemajuan carian web) dalam respons",
|
||||
"Dive into knowledge": "Menyelami pengetahuan",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "Dikongsi dengan anda",
|
||||
"Sharing Permissions": "Kebenaran Berkongsi",
|
||||
"Show": "Tunjukkan",
|
||||
"Show \"What's New\" modal on login": "Paparkan modal \"Apa yang Baru\" semasa log masuk",
|
||||
"Show \"What's New\" Modal on Login": "Paparkan modal \"Apa yang Baru\" semasa log masuk",
|
||||
"Show Admin Details in Account Pending Overlay": "Tunjukkan Butiran Pentadbir dalam Akaun Menunggu Tindanan",
|
||||
"Show All": "Paparkan Semua",
|
||||
"Show all ({{COUNT}} characters)": "Paparkan semua ({{COUNT}} aksara)",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Untuk mengetahui lebih lanjut tentang titik akhir yang tersedia, lawati dokumentasi kami.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Untuk memilih kemahiran di sini, tambahkannya ke ruang kerja \"Skills\" terlebih dahulu.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Untuk memilih kit alatan di sini, tambahkannya pada ruang kerja \"Tools\" dahulu.",
|
||||
"Toast notifications for new updates": "Pemberitahuan Toast untuk kemas kini baharu",
|
||||
"Toast Notifications for New Updates": "Pemberitahuan Toast untuk kemas kini baharu",
|
||||
"Today": "Hari Ini",
|
||||
"Today at": "Hari ini pada",
|
||||
"Today at {{LOCALIZED_TIME}}": "Hari ini pada {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Kopier svar automatisk til utklippstavlen",
|
||||
"Auto-playback response": "Spill av svar automatisk",
|
||||
"Auto-Playback Response": "Spill av svar automatisk",
|
||||
"Autocomplete Generation": "Generering av autofullføring",
|
||||
"Autocomplete Generation Input Max Length": "Maks lengde for autofullføring av inndata",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Retning på chat",
|
||||
"Chat Direction": "Retning på chat",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Oppdag, last ned og utforsk forhåndsinnstillinger for modeller",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Visning",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Vis emoji i samtale",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Vis brukernavnet ditt i stedet for Du i chatten",
|
||||
"Display the Username Instead of You in the Chat": "Vis brukernavnet ditt i stedet for Du i chatten",
|
||||
"Displays citations in the response": "Vis kildehenvisninger i svaret",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Bli kjent med kunnskap",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Vis",
|
||||
"Show \"What's New\" modal on login": "Vis \"Hva er nytt\"-modal ved innlogging",
|
||||
"Show \"What's New\" Modal on Login": "Vis \"Hva er nytt\"-modal ved innlogging",
|
||||
"Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i ventende kontovisning",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Hvis du vil finne ut mer om tilgjengelige endepunkter, kan du gå til dokumentasjonen vår.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Hvis du vil velge verktøysett her, må du først legge dem til i arbeidsområdet \"Verktøy\".",
|
||||
"Toast notifications for new updates": "Hurtigmelding-notifikasjon for nye oppdateringer",
|
||||
"Toast Notifications for New Updates": "Hurtigmelding-notifikasjon for nye oppdateringer",
|
||||
"Today": "I dag",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Automatisch",
|
||||
"Auto (Random)": "Auto (Willekeurig)",
|
||||
"Auto-Copy Response to Clipboard": "Antwoord automatisch kopiëren naar klembord",
|
||||
"Auto-playback response": "Automatisch afspelen van antwoord",
|
||||
"Auto-Playback Response": "Automatisch afspelen van antwoord",
|
||||
"Autocomplete Generation": "Automatische aanvullingsgeneratie",
|
||||
"Autocomplete Generation Input Max Length": "Maximale invoerlengte voor automatische aanvullingsgeneratie",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Chataanvullingen",
|
||||
"Chat Conversation": "Chatgesprek",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Chatrichting",
|
||||
"Chat Direction": "Chatrichting",
|
||||
"Chat exported successfully": "Chat succesvol geexporteerd",
|
||||
"Chat History": "Chatgeschiedenis",
|
||||
"Chat ID": "Chat-ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Ontdek, download en verken model presets",
|
||||
"Discussion channel where access is based on groups and permissions": "Discussiekanaal waarbij toegang is gebaseerd op groepen en machtigingen",
|
||||
"Display": "Toon",
|
||||
"Display chat title in tab": "Chattitel weergeven in tabblad",
|
||||
"Display Chat Title in Tab": "Chattitel weergeven in tabblad",
|
||||
"Display Emoji in Call": "Emoji tonen tijdens gesprek",
|
||||
"Display Multi-model Responses in Tabs": "Multimodelantwoorden in tabbladen weergeven",
|
||||
"Display the username instead of You in the Chat": "Toon de gebruikersnaam in plaats van Jij in de Chat",
|
||||
"Display the Username Instead of You in the Chat": "Toon de gebruikersnaam in plaats van Jij in de Chat",
|
||||
"Displays citations in the response": "Toon citaten in het antwoord",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Toont statusupdates (bijv. voortgang van webzoekopdrachten) in het antwoord",
|
||||
"Dive into knowledge": "Verken kennis",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Gedeeld met jou",
|
||||
"Sharing Permissions": "Deeltoestemmingen",
|
||||
"Show": "Toon",
|
||||
"Show \"What's New\" modal on login": "Toon \"Wat is nieuw\" bij inloggen",
|
||||
"Show \"What's New\" Modal on Login": "Toon \"Wat is nieuw\" bij inloggen",
|
||||
"Show Admin Details in Account Pending Overlay": "Admin-details weergeven in overlay in afwachting van account",
|
||||
"Show All": "Alles tonen",
|
||||
"Show all ({{COUNT}} characters)": "Alles tonen ({{COUNT}} tekens)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Om meer over beschikbare endpoints te leren, bezoek onze documentatie.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Om hier vaardigheden te selecteren, voeg ze eerst toe aan de \"Vaardigheden\"-werkruimte.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Om hier gereedschapssets te selecteren, voeg ze eerst aan de \"Gereedschappen\" Werkplaats toe.",
|
||||
"Toast notifications for new updates": "Toon notificaties voor nieuwe updates",
|
||||
"Toast Notifications for New Updates": "Toon notificaties voor nieuwe updates",
|
||||
"Today": "Vandaag",
|
||||
"Today at": "Vandaag om",
|
||||
"Today at {{LOCALIZED_TIME}}": "Vandaag om {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
|
||||
"Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
|
||||
"Auto-Playback Response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "ਗੱਲਬਾਤ ਡਿਰੈਕਟਨ",
|
||||
"Chat Direction": "ਗੱਲਬਾਤ ਡਿਰੈਕਟਨ",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "ਮਾਡਲ ਪ੍ਰੀਸੈਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "ਗੱਲਬਾਤ 'ਚ ਤੁਹਾਡੇ ਸਥਾਨ 'ਤੇ ਉਪਭੋਗਤਾ ਨਾਮ ਦਿਖਾਓ",
|
||||
"Display the Username Instead of You in the Chat": "ਗੱਲਬਾਤ 'ਚ ਤੁਹਾਡੇ ਸਥਾਨ 'ਤੇ ਉਪਭੋਗਤਾ ਨਾਮ ਦਿਖਾਓ",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "ਦਿਖਾਓ",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "ਅੱਜ",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "Auto (Losowo)",
|
||||
"Auto-Copy Response to Clipboard": "Automatycznie kopiuj odpowiedź do schowka",
|
||||
"Auto-playback response": "Automatyczne odtwarzanie odpowiedzi",
|
||||
"Auto-Playback Response": "Automatyczne odtwarzanie odpowiedzi",
|
||||
"Autocomplete Generation": "Generowanie autouzupełniania",
|
||||
"Autocomplete Generation Input Max Length": "Maks. długość wejścia autouzupełniania",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "Uzupełnianie czatu",
|
||||
"Chat Conversation": "Rozmowa",
|
||||
"Chat deleted.": "Czat usunięty.",
|
||||
"Chat direction": "Kierunek czatu",
|
||||
"Chat Direction": "Kierunek czatu",
|
||||
"Chat exported successfully": "Czat wyeksportowany pomyślnie",
|
||||
"Chat History": "Historia czatu",
|
||||
"Chat ID": "ID czatu",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Odkrywaj, pobieraj i eksploruj ustawienia modeli",
|
||||
"Discussion channel where access is based on groups and permissions": "Kanał dyskusyjny z dostępem opartym na grupach",
|
||||
"Display": "Wyświetlanie",
|
||||
"Display chat title in tab": "Pokaż tytuł czatu w karcie",
|
||||
"Display Chat Title in Tab": "Pokaż tytuł czatu w karcie",
|
||||
"Display Emoji in Call": "Pokaż emoji w wywołaniu",
|
||||
"Display Multi-model Responses in Tabs": "Pokaż odpowiedzi multimodalne w kartach",
|
||||
"Display the username instead of You in the Chat": "Pokaż nazwę użytkownika zamiast 'Ty' w czacie",
|
||||
"Display the Username Instead of You in the Chat": "Pokaż nazwę użytkownika zamiast 'Ty' w czacie",
|
||||
"Displays citations in the response": "Wyświetla cytaty w odpowiedzi",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Wyświetla statusy (np. postęp wyszukiwania) w odpowiedzi",
|
||||
"Dive into knowledge": "Zanurz się w wiedzy",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "Udostępnione Tobie",
|
||||
"Sharing Permissions": "Uprawnienia udostępniania",
|
||||
"Show": "Pokaż",
|
||||
"Show \"What's New\" modal on login": "Pokaż okno \"Co nowego\" przy logowaniu",
|
||||
"Show \"What's New\" Modal on Login": "Pokaż okno \"Co nowego\" przy logowaniu",
|
||||
"Show Admin Details in Account Pending Overlay": "Pokaż dane admina na ekranie oczekiwania",
|
||||
"Show All": "Pokaż wszystkie",
|
||||
"Show all ({{COUNT}} characters)": "Pokaż wszystko ({{COUNT}} znaków)",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Odwiedź dokumentację, aby poznać dostępne endpointy.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Aby wybrać umiejętności tutaj, najpierw dodaj je do przestrzeni roboczej \"Umiejętności\".",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Aby wybrać narzędzia, dodaj je najpierw w obszarze \"Narzędzia\".",
|
||||
"Toast notifications for new updates": "Powiadomienia o aktualizacjach",
|
||||
"Toast Notifications for New Updates": "Powiadomienia o aktualizacjach",
|
||||
"Today": "Dzisiaj",
|
||||
"Today at": "Dziś o",
|
||||
"Today at {{LOCALIZED_TIME}}": "Dzisiaj o {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "Automático (Aleatório)",
|
||||
"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
|
||||
"Auto-playback response": "Reprodução automática da resposta",
|
||||
"Auto-Playback Response": "Reprodução automática da resposta",
|
||||
"Autocomplete Generation": "Geração de preenchimento automático",
|
||||
"Autocomplete Generation Input Max Length": "Comprimento máximo de entrada de geração de preenchimento automático",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "Gerar Resposta",
|
||||
"Chat Conversation": "Conversa do Chat",
|
||||
"Chat deleted.": "Chat excluído.",
|
||||
"Chat direction": "Direção do Chat",
|
||||
"Chat Direction": "Direção do Chat",
|
||||
"Chat exported successfully": "Chat exportado com sucesso",
|
||||
"Chat History": "Histórico de chat",
|
||||
"Chat ID": "ID do Chat",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Descubra, baixe e explore predefinições de modelos",
|
||||
"Discussion channel where access is based on groups and permissions": "Canal de discussão onde o acesso é baseado em grupos e permissões.",
|
||||
"Display": "Exibir",
|
||||
"Display chat title in tab": "Exibir título do chat na aba",
|
||||
"Display Chat Title in Tab": "Exibir título do chat na aba",
|
||||
"Display Emoji in Call": "Exibir Emoji na Chamada",
|
||||
"Display Multi-model Responses in Tabs": "Exibir respostas de vários modelos em guias",
|
||||
"Display the username instead of You in the Chat": "Exibir o nome de usuário em vez de Você no Chat",
|
||||
"Display the Username Instead of You in the Chat": "Exibir o nome de usuário em vez de Você no Chat",
|
||||
"Displays citations in the response": "Exibir citações na resposta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Exibe atualizações de status (por exemplo, progresso da pesquisa na web) na resposta",
|
||||
"Dive into knowledge": "Explorar base de conhecimento",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Compartilhado com você",
|
||||
"Sharing Permissions": "Permissões de compartilhamento",
|
||||
"Show": "Mostrar",
|
||||
"Show \"What's New\" modal on login": "Mostrar \"O que há de Novo\" no login",
|
||||
"Show \"What's New\" Modal on Login": "Mostrar \"O que há de Novo\" no login",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na Sobreposição de Conta Pendentes",
|
||||
"Show All": "Mostrar Tudo",
|
||||
"Show all ({{COUNT}} characters)": "Mostrar todos os ({{COUNT}} caracteres)",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Para saber mais sobre os endpoints disponíveis, visite nossa documentação.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Para selecionar skills aqui, adicione-as primeiro ao espaço de trabalho \"Skills\".",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para selecionar kits de ferramentas aqui, adicione-os ao espaço de trabalho \"Ferramentas\" primeiro.",
|
||||
"Toast notifications for new updates": "Notificações de alerta para novas atualizações",
|
||||
"Toast Notifications for New Updates": "Notificações de alerta para novas atualizações",
|
||||
"Today": "Hoje",
|
||||
"Today at": "Hoje em",
|
||||
"Today at {{LOCALIZED_TIME}}": "Hoje às {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "Automático",
|
||||
"Auto (Random)": "Automático (Aleatório)",
|
||||
"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
|
||||
"Auto-playback response": "Reprodução automática da resposta",
|
||||
"Auto-Playback Response": "Reprodução automática da resposta",
|
||||
"Autocomplete Generation": "Geração de Preenchimento Automático",
|
||||
"Autocomplete Generation Input Max Length": "Comprimento Máximo de Entrada para Geração de Preenchimento Automático",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "Conclusões da Conversa",
|
||||
"Chat Conversation": "Conversa",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Direção da Conversa",
|
||||
"Chat Direction": "Direção da Conversa",
|
||||
"Chat exported successfully": "Exportação da conversa realizada com sucesso",
|
||||
"Chat History": "Histórico da Conversa",
|
||||
"Chat ID": "ID da Conversa",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Descubra, descarregue e explore predefinições de modelo",
|
||||
"Discussion channel where access is based on groups and permissions": "Canais de discussão onde o acesso é baseado em grupos e permissões",
|
||||
"Display": "Mostrar",
|
||||
"Display chat title in tab": "Mostrar título da conversa no separador",
|
||||
"Display Chat Title in Tab": "Mostrar título da conversa no separador",
|
||||
"Display Emoji in Call": "Mostar Emoji em Chamada",
|
||||
"Display Multi-model Responses in Tabs": "Mostrar Respostas Multi-modelo nos Separadores",
|
||||
"Display the username instead of You in the Chat": "Exibir o nome de utilizador em vez de Você na Conversa",
|
||||
"Display the Username Instead of You in the Chat": "Exibir o nome de utilizador em vez de Você na Conversa",
|
||||
"Displays citations in the response": "Mostrar citações na resposta",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Mostrar atualizações de estado (por exemplo, progresso de procura na web) na resposta",
|
||||
"Dive into knowledge": "Aprofunde os seus conhecimentos",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "Partilhado consigo",
|
||||
"Sharing Permissions": "Permissões de Partilha",
|
||||
"Show": "Mostrar",
|
||||
"Show \"What's New\" modal on login": "Mostrar janela \"O que há de novo\" no login",
|
||||
"Show \"What's New\" Modal on Login": "Mostrar janela \"O que há de novo\" no login",
|
||||
"Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na sobreposição de Conta Pendente",
|
||||
"Show All": "Mostrar Tudo",
|
||||
"Show all ({{COUNT}} characters)": "Mostrar tudo ({{COUNT}} caracteres)",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Para saber mais sobre os endpoints disponíveis, visite a nossa documentação.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Para selecionar habilidades aqui, adicione-as primeiro ao espaço de trabalho \"Habilidades\".",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para selecionar conjuntos de ferramentas aqui, adicione-os primeiro ao espaço de trabalho \"Ferramentas\".",
|
||||
"Toast notifications for new updates": "Notificações de toast para novas atualizações",
|
||||
"Toast Notifications for New Updates": "Notificações de toast para novas atualizações",
|
||||
"Today": "Hoje",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Hoje às {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Copiere Automată a Răspunsului în Clipboard",
|
||||
"Auto-playback response": "Redare automată a răspunsului",
|
||||
"Auto-Playback Response": "Redare automată a răspunsului",
|
||||
"Autocomplete Generation": "Generare automată a completării",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "Automatic1111 este un proiect popular pentru interfața grafică a utilizatorului a modelelor de difuzie stabilă. Aceasta oferă o interfață web pentru a genera imagini folosind AI și este utilizată pe scară largă pentru a experimenta cu generarea de artă AI.",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Direcția conversației",
|
||||
"Chat Direction": "Direcția conversației",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Descoperă, descarcă și explorează presetări de model",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Afișează Emoji în Apel",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Afișează numele utilizatorului în loc de Tu în Conversație",
|
||||
"Display the Username Instead of You in the Chat": "Afișează numele utilizatorului în loc de Tu în Conversație",
|
||||
"Displays citations in the response": "Afișează citațiile în răspuns",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Afișează",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "Afișează Detaliile Administratorului în Suprapunerea Contului În Așteptare",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Pentru a selecta kiturile de instrumente aici, adăugați-le mai întâi în spațiul de lucru \"Instrumente\".",
|
||||
"Toast notifications for new updates": "Notificări toast pentru actualizări noi",
|
||||
"Toast Notifications for New Updates": "Notificări toast pentru actualizări noi",
|
||||
"Today": "Astăzi",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "Автоматически",
|
||||
"Auto (Random)": "Автоматически (случайно)",
|
||||
"Auto-Copy Response to Clipboard": "Автоматическое копирование ответа в буфер обмена",
|
||||
"Auto-playback response": "Автоматическое воспроизведение ответа",
|
||||
"Auto-Playback Response": "Автоматическое воспроизведение ответа",
|
||||
"Autocomplete Generation": "Генерация автозаполнения",
|
||||
"Autocomplete Generation Input Max Length": "Максимальная длина входных данных автозаполнения",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "Chat Completions",
|
||||
"Chat Conversation": "Обсуждение в чате",
|
||||
"Chat deleted.": "Чат удален.",
|
||||
"Chat direction": "Направление чата",
|
||||
"Chat Direction": "Направление чата",
|
||||
"Chat exported successfully": "Чат успешно экспортирован",
|
||||
"Chat History": "История чата",
|
||||
"Chat ID": "ID чата",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Открывайте для себя, загружайте и исследуйте пользовательские предустановки моделей",
|
||||
"Discussion channel where access is based on groups and permissions": "Канал обсуждений с доступом по группам и правам",
|
||||
"Display": "Отображать",
|
||||
"Display chat title in tab": "Показывать заголовок чата во вкладке",
|
||||
"Display Chat Title in Tab": "Показывать заголовок чата во вкладке",
|
||||
"Display Emoji in Call": "Отображать эмодзи в вызовах",
|
||||
"Display Multi-model Responses in Tabs": "Отображать ответы нескольких моделей во вкладках",
|
||||
"Display the username instead of You in the Chat": "Отображать имя пользователя вместо 'Вы' в чате",
|
||||
"Display the Username Instead of You in the Chat": "Отображать имя пользователя вместо 'Вы' в чате",
|
||||
"Displays citations in the response": "Отображает цитаты в ответе",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Отображает обновления статуса (например, прогресс поиска в сети) в ответе",
|
||||
"Dive into knowledge": "Погрузитесь в знания",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "Доступные вам",
|
||||
"Sharing Permissions": "Разрешения на общий доступ",
|
||||
"Show": "Показать",
|
||||
"Show \"What's New\" modal on login": "Показывать окно «Что нового» при входе в систему",
|
||||
"Show \"What's New\" Modal on Login": "Показывать окно «Что нового» при входе в систему",
|
||||
"Show Admin Details in Account Pending Overlay": "Показывать данные администратора в оверлее ожидающей учетной записи",
|
||||
"Show All": "Показать все",
|
||||
"Show all ({{COUNT}} characters)": "Показать всё ({{COUNT}} символов)",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Чтобы узнать больше о доступных энд-поинтах, ознакомьтесь с нашей документацией.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Чтобы выбрать скиллы здесь, сначала добавьте их в раздел «Скиллы».",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Чтобы выбрать инструменты, сначала добавьте их в \"Инструменты\" рабочего пространства.",
|
||||
"Toast notifications for new updates": "Уведомления о обновлениях",
|
||||
"Toast Notifications for New Updates": "Уведомления о обновлениях",
|
||||
"Today": "Сегодня",
|
||||
"Today at": "Сегодня в",
|
||||
"Today at {{LOCALIZED_TIME}}": "Сегодня в {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Automatické kopírovanie odpovede do schránky",
|
||||
"Auto-playback response": "Automatická odpoveď pri prehrávaní",
|
||||
"Auto-Playback Response": "Automatická odpoveď pri prehrávaní",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Smer chatu",
|
||||
"Chat Direction": "Smer chatu",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Objavte, stiahnite a preskúmajte prednastavenia modelov",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Zobrazenie emoji počas hovoru",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Zobraziť užívateľské meno namiesto \"Vás\" v chate",
|
||||
"Display the Username Instead of You in the Chat": "Zobraziť užívateľské meno namiesto \"Vás\" v chate",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Zobraziť",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "Zobraziť podrobnosti administrátora v prekryvnom okne s čakajúcim účtom",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Ak chcete tu vybrať nástroje, pridajte ich najprv do pracovného priestoru \"Tools\".",
|
||||
"Toast notifications for new updates": "Oznámenia vo forme toastov pre nové aktualizácie",
|
||||
"Toast Notifications for New Updates": "Oznámenia vo forme toastov pre nové aktualizácie",
|
||||
"Today": "Dnes",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Самостално копирање одговора у оставу",
|
||||
"Auto-playback response": "Самостално пуштање одговора",
|
||||
"Auto-Playback Response": "Самостално пуштање одговора",
|
||||
"Autocomplete Generation": "Стварање самодовршавања",
|
||||
"Autocomplete Generation Input Max Length": "Најдужи улаз стварања самодовршавања",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -326,7 +326,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Смер ћаскања",
|
||||
"Chat Direction": "Смер ћаскања",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -619,10 +619,10 @@
|
||||
"Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Приказ",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Прикажи емоџије у позиву",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Прикажи корисничко уместо Ти у ћаскању",
|
||||
"Display the Username Instead of You in the Chat": "Прикажи корисничко уместо Ти у ћаскању",
|
||||
"Displays citations in the response": "Прикажи цитате у одговору",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Ускочите у знање",
|
||||
@@ -1920,7 +1920,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Прикажи",
|
||||
"Show \"What's New\" modal on login": "Прикажи \"Погледај шта је ново\" прозорче при пријави",
|
||||
"Show \"What's New\" Modal on Login": "Прикажи \"Погледај шта је ново\" прозорче при пријави",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2127,7 +2127,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "Тост-обавештења за нове исправке",
|
||||
"Toast Notifications for New Updates": "Тост-обавештења за нове исправке",
|
||||
"Today": "Данас",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Auto",
|
||||
"Auto (Random)": "Auto (slumpmässig)",
|
||||
"Auto-Copy Response to Clipboard": "Automatisk kopiering av svar till urklipp",
|
||||
"Auto-playback response": "Automatisk uppspelning av svar",
|
||||
"Auto-Playback Response": "Automatisk uppspelning av svar",
|
||||
"Autocomplete Generation": "Automatisk komplettering av generering",
|
||||
"Autocomplete Generation Input Max Length": "Maxlängd för inmatning av automatisk komplettering",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Chattavslutningar",
|
||||
"Chat Conversation": "Chattkonversation",
|
||||
"Chat deleted.": "Chatt borttagen.",
|
||||
"Chat direction": "Chattriktning",
|
||||
"Chat Direction": "Chattriktning",
|
||||
"Chat exported successfully": "Chatten exporterades framgångsrikt",
|
||||
"Chat History": "Chatthistorik",
|
||||
"Chat ID": "Chatt-ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Upptäck, ladda ner och utforska modellförinställningar",
|
||||
"Discussion channel where access is based on groups and permissions": "Diskussionskanal där åtkomst baseras på grupper och behörigheter",
|
||||
"Display": "Visa",
|
||||
"Display chat title in tab": "Visa chattrubrik i flik",
|
||||
"Display Chat Title in Tab": "Visa chattrubrik i flik",
|
||||
"Display Emoji in Call": "Visa Emoji under samtal",
|
||||
"Display Multi-model Responses in Tabs": "Visa simultana modellsvar i flikar",
|
||||
"Display the username instead of You in the Chat": "Visa ditt användarnamn istället för \"Du\" i chatten",
|
||||
"Display the Username Instead of You in the Chat": "Visa ditt användarnamn istället för \"Du\" i chatten",
|
||||
"Displays citations in the response": "Visar citeringar i svaret",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Visar statusuppdateringar (t.ex. webbsökningens förlopp) i svaret",
|
||||
"Dive into knowledge": "Dyk in i kunskap",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Delat med dig",
|
||||
"Sharing Permissions": "Delningsbehörigheter",
|
||||
"Show": "Visa",
|
||||
"Show \"What's New\" modal on login": "Visa \"Vad är nytt\"-modalen vid inloggning",
|
||||
"Show \"What's New\" Modal on Login": "Visa \"Vad är nytt\"-modalen vid inloggning",
|
||||
"Show Admin Details in Account Pending Overlay": "Visa administratörsinformation till väntande konton",
|
||||
"Show All": "Visa alla",
|
||||
"Show all ({{COUNT}} characters)": "Visa alla ({{COUNT}} tecken)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "För att lära dig mer om tillgängliga endpoints, besök vår dokumentation",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Om du vill välja färdigheter här måste du först lägga till dem i arbetsytan \"Skills\".",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Om du vill välja verktygslådor här måste du först lägga till dem i arbetsytan \"Verktyg\".",
|
||||
"Toast notifications for new updates": "Toast-aviseringar för nya uppdateringar",
|
||||
"Toast Notifications for New Updates": "Toast-aviseringar för nya uppdateringar",
|
||||
"Today": "Idag",
|
||||
"Today at": "Idag kl.",
|
||||
"Today at {{LOCALIZED_TIME}}": "Idag kl {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "ஆட்டோ",
|
||||
"Auto (Random)": "ஆட்டோ (ரேண்டம்)",
|
||||
"Auto-Copy Response to Clipboard": "கிளிப்போர்டுக்கு தானாக நகலெடுக்கும் பதில்",
|
||||
"Auto-playback response": "தானியங்கு பின்னணி பதில்",
|
||||
"Auto-Playback Response": "தானியங்கு பின்னணி பதில்",
|
||||
"Autocomplete Generation": "தானாக முடிக்கப்பட்ட தலைமுறை",
|
||||
"Autocomplete Generation Input Max Length": "தானாக முடிக்கப்பட்ட தலைமுறை உள்ளீடு அதிகபட்ச நீளம்",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "அரட்டை நிறைவுகள்",
|
||||
"Chat Conversation": "அரட்டை உரையாடல்",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "அரட்டை திசை",
|
||||
"Chat Direction": "அரட்டை திசை",
|
||||
"Chat exported successfully": "அரட்டை வெற்றிகரமாக ஏற்றுமதி செய்யப்பட்டது",
|
||||
"Chat History": "அரட்டை வரலாறு",
|
||||
"Chat ID": "அரட்டை ID",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "மாதிரி முன்னமைவுகளைக் கண்டறியவும், பதிவிறக்கவும் மற்றும் ஆராயவும்",
|
||||
"Discussion channel where access is based on groups and permissions": "குழுக்கள் மற்றும் அனுமதிகளின் அடிப்படையில் அணுகல் இருக்கும் கலந்துரையாடல் சேனல்",
|
||||
"Display": "காட்சி",
|
||||
"Display chat title in tab": "அரட்டை தலைப்பை தாவலில் காண்பி",
|
||||
"Display Chat Title in Tab": "அரட்டை தலைப்பை தாவலில் காண்பி",
|
||||
"Display Emoji in Call": "அழைப்பில் ஈமோஜியைக் காட்டு",
|
||||
"Display Multi-model Responses in Tabs": "தாவல்களில் பல மாதிரி பதில்களைக் காண்பி",
|
||||
"Display the username instead of You in the Chat": "அரட்டையில் உங்களுக்குப் பதிலாக பயனர்பெயரைக் காட்டவும்",
|
||||
"Display the Username Instead of You in the Chat": "அரட்டையில் உங்களுக்குப் பதிலாக பயனர்பெயரைக் காட்டவும்",
|
||||
"Displays citations in the response": "பதிலில் மேற்கோள்களைக் காட்டுகிறது",
|
||||
"Displays status updates (e.g., web search progress) in the response": "பதிலில் நிலை புதுப்பிப்புகளை (எ.கா. இணைய தேடல் முன்னேற்றம்) காட்டுகிறது",
|
||||
"Dive into knowledge": "அறிவில் மூழ்குங்கள்",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "உங்களுடன் பகிரப்பட்டது",
|
||||
"Sharing Permissions": "பகிர்தல் அனுமதிகள்",
|
||||
"Show": "காட்டு",
|
||||
"Show \"What's New\" modal on login": "உள்நுழையும்போது \"புதிது என்ன\" மாதிரியைக் காட்டு",
|
||||
"Show \"What's New\" Modal on Login": "உள்நுழையும்போது \"புதிது என்ன\" மாதிரியைக் காட்டு",
|
||||
"Show Admin Details in Account Pending Overlay": "கணக்கு நிலுவையில் உள்ள மேலோட்டத்தில் நிர்வாகி விவரங்களைக் காட்டு",
|
||||
"Show All": "அனைத்தையும் காட்டு",
|
||||
"Show all ({{COUNT}} characters)": "அனைத்தையும் காட்டு ({{COUNT}} எழுத்துகள்)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "கிடைக்கக்கூடிய இறுதிப்புள்ளிகளைப் பற்றி மேலும் அறிய, எங்கள் ஆவணங்களைப் பார்வையிடவும்.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "இங்கே திறன்களைத் தேர்ந்தெடுக்க, முதலில் அவற்றை \"திறன்கள்\" பணியிடத்தில் சேர்க்கவும்.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "இங்கே கருவித்தொகுப்புகளைத் தேர்ந்தெடுக்க, முதலில் அவற்றை \"கருவிகள்\" பணியிடத்தில் சேர்க்கவும்.",
|
||||
"Toast notifications for new updates": "புதிய புதுப்பிப்புகளுக்கான டோஸ்ட் அறிவிப்புகள்",
|
||||
"Toast Notifications for New Updates": "புதிய புதுப்பிப்புகளுக்கான டோஸ்ட் அறிவிப்புகள்",
|
||||
"Today": "இன்று",
|
||||
"Today at": "இன்று",
|
||||
"Today at {{LOCALIZED_TIME}}": "இன்று {{LOCALIZED_TIME}} இல்",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "อัตโนมัติ",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "คัดลอกคำตอบไปยังคลิปบอร์ดโดยอัตโนมัติ",
|
||||
"Auto-playback response": "การเล่นคำตอบอัตโนมัติ",
|
||||
"Auto-Playback Response": "การเล่นคำตอบอัตโนมัติ",
|
||||
"Autocomplete Generation": "การเติมข้อความอัตโนมัติ",
|
||||
"Autocomplete Generation Input Max Length": "ความยาวสูงสุดของอินพุตการสร้างข้อความอัตโนมัติ",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "การสนทนาแชท",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "ทิศทางแชท",
|
||||
"Chat Direction": "ทิศทางแชท",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "ID การแชท",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "ค้นหา ดาวน์โหลด และสำรวจพรีเซ็ตโมเดล",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "การแสดงผล",
|
||||
"Display chat title in tab": "แสดงชื่อแชทในแท็บ",
|
||||
"Display Chat Title in Tab": "แสดงชื่อแชทในแท็บ",
|
||||
"Display Emoji in Call": "แสดงอิโมจิระหว่างการโทร",
|
||||
"Display Multi-model Responses in Tabs": "แสดงคำตอบหลายโมเดลแบบแท็บ",
|
||||
"Display the username instead of You in the Chat": "แสดงชื่อผู้ใช้แทนคำว่า \"คุณ\" ในการแชท",
|
||||
"Display the Username Instead of You in the Chat": "แสดงชื่อผู้ใช้แทนคำว่า \"คุณ\" ในการแชท",
|
||||
"Displays citations in the response": "แสดงการอ้างอิงในคำตอบ",
|
||||
"Displays status updates (e.g., web search progress) in the response": "แสดงการอัปเดตสถานะ (เช่น ความคืบหน้าการค้นเว็บ) ภายในคำตอบ",
|
||||
"Dive into knowledge": "เจาะลึกสู่ความรู้",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "แชร์กับคุณ",
|
||||
"Sharing Permissions": "สิทธิ์การแชร์",
|
||||
"Show": "แสดง",
|
||||
"Show \"What's New\" modal on login": "แสดงหน้าต่าง \"มีอะไรใหม่\" เมื่อเข้าสู่ระบบ",
|
||||
"Show \"What's New\" Modal on Login": "แสดงหน้าต่าง \"มีอะไรใหม่\" เมื่อเข้าสู่ระบบ",
|
||||
"Show Admin Details in Account Pending Overlay": "แสดงรายละเอียดผู้ดูแลระบบในหน้าต่างซ้อนรอการอนุมัติบัญชี",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับ Endpoints ที่มีอยู่ โปรดดูที่เอกสารของเรา",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "ในการเลือกชุดเครื่องมือที่นี่ ให้เพิ่มไปยังพื้นที่ทำงาน \"Tools\" ก่อน",
|
||||
"Toast notifications for new updates": "การแจ้งเตือนแบบ Toast สำหรับอัปเดตใหม่",
|
||||
"Toast Notifications for New Updates": "การแจ้งเตือนแบบ Toast สำหรับอัปเดตใหม่",
|
||||
"Today": "วันนี้",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "วันนี้เวลา {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "",
|
||||
"Auto-playback response": "Awto-gaýtadan jogap",
|
||||
"Auto-Playback Response": "Awto-gaýtadan jogap",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Çat ugrukdyryş",
|
||||
"Chat Direction": "Çat ugrukdyryş",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Görkeziş",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "",
|
||||
"Display the Username Instead of You in the Chat": "",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "Görkez",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "",
|
||||
"Toast notifications for new updates": "",
|
||||
"Toast Notifications for New Updates": "",
|
||||
"Today": "Şu gün",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Otomatik",
|
||||
"Auto (Random)": "Otomatik (Rastgele)",
|
||||
"Auto-Copy Response to Clipboard": "Yanıtı Panoya Otomatik Kopyala",
|
||||
"Auto-playback response": "Yanıtı otomatik oynatma",
|
||||
"Auto-Playback Response": "Yanıtı otomatik oynatma",
|
||||
"Autocomplete Generation": "Otomatik Tamamlama Üretimi",
|
||||
"Autocomplete Generation Input Max Length": "Otomatik Tamamlama Üretimi Maksimum Uzunlukta Giriş",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "Sohbet Tamamlamaları",
|
||||
"Chat Conversation": "Sohbet Konuşması",
|
||||
"Chat deleted.": "Sohbet silindi.",
|
||||
"Chat direction": "Sohbet Yönü",
|
||||
"Chat Direction": "Sohbet Yönü",
|
||||
"Chat exported successfully": "Sohbet başarıyla dışa aktarıldı",
|
||||
"Chat History": "Sohbet Geçmişi",
|
||||
"Chat ID": "Sohbet Kimliği",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Model ön ayarlarını keşfedin, indirin ve inceleyin",
|
||||
"Discussion channel where access is based on groups and permissions": "Erişimin gruplar ve izinlere dayandığı bir tartışma kanalı",
|
||||
"Display": "Görüntüle",
|
||||
"Display chat title in tab": "Sekmede sohbet başlığını göster",
|
||||
"Display Chat Title in Tab": "Sekmede sohbet başlığını göster",
|
||||
"Display Emoji in Call": "Aramada Emoji Göster",
|
||||
"Display Multi-model Responses in Tabs": "Çoklu model yanıtlarını sekmelerde göster",
|
||||
"Display the username instead of You in the Chat": "Sohbet'te Siz yerine kullanıcı adını göster",
|
||||
"Display the Username Instead of You in the Chat": "Sohbet'te Siz yerine kullanıcı adını göster",
|
||||
"Displays citations in the response": "Yanıtta alıntıları gösterir",
|
||||
"Displays status updates (e.g., web search progress) in the response": "Yanıtta durum güncellemelerini gösterir (ör. web arama ilerlemesi)",
|
||||
"Dive into knowledge": "Bilgiye dalmak",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "Sizinle paylaşılan",
|
||||
"Sharing Permissions": "Paylaşım İzinleri",
|
||||
"Show": "Göster",
|
||||
"Show \"What's New\" modal on login": "Girişte \"Yenilikler\" modalını göster",
|
||||
"Show \"What's New\" Modal on Login": "Girişte \"Yenilikler\" modalını göster",
|
||||
"Show Admin Details in Account Pending Overlay": "Yönetici Ayrıntılarını Hesap Bekliyor Ekranında Göster",
|
||||
"Show All": "Tümünü Göster",
|
||||
"Show all ({{COUNT}} characters)": "Tümünü göster ({{COUNT}} karakter)",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Mevcut uç noktalar hakkında daha fazla bilgi edinmek için belgelerimize göz atın.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "Burada yetenek seçmek için önce bunları \"Yetenekler\" çalışma alanına ekleyin.",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Araçları burada seçmek için öncelikle bunları \"Araçlar\" çalışma alanına ekleyin.",
|
||||
"Toast notifications for new updates": "Yeni güncellemeler için anlık bildirimler",
|
||||
"Toast Notifications for New Updates": "Yeni güncellemeler için anlık bildirimler",
|
||||
"Today": "Bugün",
|
||||
"Today at": "Bugün saat",
|
||||
"Today at {{LOCALIZED_TIME}}": "Bugün saat {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "ئاپتوماتىك",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "ئىنكاسنى ئۆزلۈكىدىن چاپلاش تاختىسىغا كۆچۈرۈش",
|
||||
"Auto-playback response": "ئاپتۇماتىك قۇيۇش ئىنكاسى",
|
||||
"Auto-Playback Response": "ئاپتۇماتىك قۇيۇش ئىنكاسى",
|
||||
"Autocomplete Generation": "ئاپتوماتىك تولدۇرۇش",
|
||||
"Autocomplete Generation Input Max Length": "ئاپتوماتىك تولدۇرۇش كىرگۈزۈش ئەڭ چوڭ ئۇزۇنلۇقى",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "سۆھبەت يۆنىلىشى",
|
||||
"Chat Direction": "سۆھبەت يۆنىلىشى",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "مودېل ئالدىن تەڭشەكلىرىنى تاپ، چۈشۈر، تەتقىق قىل",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "كۆرسىتىش",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "چاقىرىشتا ئېموجىنى كۆرسىتىش",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "سۆھبەتتە 'سىز' ئورنىغا ئىشلەتكۈچى ئىسمىنى كۆرسىتىش",
|
||||
"Display the Username Instead of You in the Chat": "سۆھبەتتە 'سىز' ئورنىغا ئىشلەتكۈچى ئىسمىنى كۆرسىتىش",
|
||||
"Displays citations in the response": "ئىنكاستا نەقىللەرنى كۆرسىتىدۇ",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "بىلىمگە چۆمۈلۈڭ",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "ھەمبەھىرلەش ھوقۇقى",
|
||||
"Show": "كۆرسىتىش",
|
||||
"Show \"What's New\" modal on login": "كىرىشتە \"يېڭىلىق\" مودىلىنى كۆرسىتىش",
|
||||
"Show \"What's New\" Modal on Login": "كىرىشتە \"يېڭىلىق\" مودىلىنى كۆرسىتىش",
|
||||
"Show Admin Details in Account Pending Overlay": "ھېسابات كۈتۈۋاتقان قاپلىماسىدا باشقۇرغۇچى تەپسىلاتىنى كۆرسىتىش",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "ئىشلىتىشكە بولىدىغان ئۇلانمىلار ھەققىدە تېخىمۇ كۆپ بىلىش ئۈچۈن قوللانمىمىزغا قاراڭ.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "بۇ يەردىن قورال تاللاش ئۈچۈن ئالدى بىلەن \"قورال\" ئىشخانىغا قوشۇڭ.",
|
||||
"Toast notifications for new updates": "يېڭىلىق ئۇقتۇرۇشى (toast)",
|
||||
"Toast Notifications for New Updates": "يېڭىلىق ئۇقتۇرۇشى (toast)",
|
||||
"Today": "بۈگۈن",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Автокопіювання відповіді в буфер обміну",
|
||||
"Auto-playback response": "Автоматичне відтворення відповіді",
|
||||
"Auto-Playback Response": "Автоматичне відтворення відповіді",
|
||||
"Autocomplete Generation": "Генерація автозаповнення",
|
||||
"Autocomplete Generation Input Max Length": "Максимальна довжина введення для генерації автозаповнення",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -329,7 +329,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Напрям чату",
|
||||
"Chat Direction": "Напрям чату",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -623,10 +623,10 @@
|
||||
"Discover, download, and explore model presets": "Знайдіть, завантажте та досліджуйте налаштування моделей",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Відображення",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Відображати емодзі у викликах",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Показувати ім'я користувача замість 'Ви' в чаті",
|
||||
"Display the Username Instead of You in the Chat": "Показувати ім'я користувача замість 'Ви' в чаті",
|
||||
"Displays citations in the response": "Показує посилання у відповіді",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Зануртесь у знання",
|
||||
@@ -1926,7 +1926,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Дозволи на обмін",
|
||||
"Show": "Показати",
|
||||
"Show \"What's New\" modal on login": "Показати модальне вікно \"Що нового\" під час входу",
|
||||
"Show \"What's New\" Modal on Login": "Показати модальне вікно \"Що нового\" під час входу",
|
||||
"Show Admin Details in Account Pending Overlay": "Відобразити дані адміна у вікні очікування облікового запису",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2134,7 +2134,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Щоб дізнатися більше про доступні кінцеві точки, відвідайте нашу документацію.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Щоб обрати тут набори інструментів, спочатку додайте їх до робочої області \"Інструменти\".",
|
||||
"Toast notifications for new updates": "Сповіщення Toast про нові оновлення",
|
||||
"Toast Notifications for New Updates": "Сповіщення Toast про нові оновлення",
|
||||
"Today": "Сьогодні",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "جواب خودکار طور پر کلپ بورڈ پر کاپی ہو گیا",
|
||||
"Auto-playback response": "آٹو پلے بیک جواب",
|
||||
"Auto-Playback Response": "آٹو پلے بیک جواب",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Automatic1111": "آٹو میٹک1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "چیٹ کی سمت",
|
||||
"Chat Direction": "چیٹ کی سمت",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "دریافت کریں، ڈاؤن لوڈ کریں، اور ماڈل پریسیٹس کو دریافت کریں",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "کال میں ایموجی دکھائیں",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "چیٹ میں \"آپ\" کے بجائے صارف نام دکھائیں",
|
||||
"Display the Username Instead of You in the Chat": "چیٹ میں \"آپ\" کے بجائے صارف نام دکھائیں",
|
||||
"Displays citations in the response": "",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "",
|
||||
"Show": "دکھائیں",
|
||||
"Show \"What's New\" modal on login": "",
|
||||
"Show \"What's New\" Modal on Login": "",
|
||||
"Show Admin Details in Account Pending Overlay": "اکاؤنٹ پینڈنگ اوورلے میں ایڈمن کی تفصیلات دکھائیں",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "یہاں ٹول کٹس منتخب کرنے کے لیے، پہلے انہیں \"ٹولز\" ورک اسپیس میں شامل کریں",
|
||||
"Toast notifications for new updates": "نئے اپڈیٹس کے لئے ٹوسٹ نوٹیفیکیشنز",
|
||||
"Toast Notifications for New Updates": "نئے اپڈیٹس کے لئے ٹوسٹ نوٹیفیکیشنز",
|
||||
"Today": "آج",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Автоматик",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Жавобни вақтинчалик хотирага автоматик нусхалаш",
|
||||
"Auto-playback response": "Автоматик ижро жавоби",
|
||||
"Auto-Playback Response": "Автоматик ижро жавоби",
|
||||
"Autocomplete Generation": "Автотўлдиришни яратиш",
|
||||
"Autocomplete Generation Input Max Length": "Автоматик тўлдириш ишлаб чиқариш киритиш максимал узунлиги",
|
||||
"Automatic1111": "Автоматик1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Чат йўналиши",
|
||||
"Chat Direction": "Чат йўналиши",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Модел созламаларини кашф этинг, юклаб олинг ва ўрганинг",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Дисплей",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Чақирувда кулгичларни кўрсатиш",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Чатда Сиз ўрнига фойдаланувчи номини кўрсатинг",
|
||||
"Display the Username Instead of You in the Chat": "Чатда Сиз ўрнига фойдаланувчи номини кўрсатинг",
|
||||
"Displays citations in the response": "Жавобда иқтибосларни кўрсатади",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Билимга шўнғинг",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Рухсатларни алмашиш",
|
||||
"Show": "Кўрсатиш",
|
||||
"Show \"What's New\" modal on login": "Киришда \"Янги нарсалар\" модалини кўрсатинг",
|
||||
"Show \"What's New\" Modal on Login": "Киришда \"Янги нарсалар\" модалини кўрсатинг",
|
||||
"Show Admin Details in Account Pending Overlay": "Ҳисоб кутилаётган қатламда администратор маълумотларини кўрсатиш",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Мавжуд сўнгги нуқталар ҳақида кўпроқ билиш учун ҳужжатларимизга ташриф буюринг.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Бу ерда асбоблар тўпламини танлаш учун аввал уларни “Асбоблар” иш майдонига қўшинг.",
|
||||
"Toast notifications for new updates": "Янги янгиланишлар ҳақида билдиришномалар",
|
||||
"Toast Notifications for New Updates": "Янги янгиланишлар ҳақида билдиришномалар",
|
||||
"Today": "Бугун",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
"Auto": "Avtomatik",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Javobni vaqtinchalik xotiraga avtomatik nusxalash",
|
||||
"Auto-playback response": "Avtomatik ijro javobi",
|
||||
"Auto-Playback Response": "Avtomatik ijro javobi",
|
||||
"Autocomplete Generation": "Avtoto'ldirishni yaratish",
|
||||
"Autocomplete Generation Input Max Length": "Avtomatik toʻldirish ishlab chiqarish kiritish maksimal uzunligi",
|
||||
"Automatic1111": "Avtomatik 1111",
|
||||
@@ -323,7 +323,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Chat yo'nalishi",
|
||||
"Chat Direction": "Chat yo'nalishi",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -615,10 +615,10 @@
|
||||
"Discover, download, and explore model presets": "Model sozlamalarini kashf eting, yuklab oling va o'rganing",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Displey",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Chaqiruvda kulgichlarni ko‘rsatish",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Chatda Siz o'rniga foydalanuvchi nomini ko'rsating",
|
||||
"Display the Username Instead of You in the Chat": "Chatda Siz o'rniga foydalanuvchi nomini ko'rsating",
|
||||
"Displays citations in the response": "Javobda iqtiboslarni ko'rsatadi",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Bilimga sho'ng'ing",
|
||||
@@ -1914,7 +1914,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Ruxsatlarni almashish",
|
||||
"Show": "Ko'rsatish",
|
||||
"Show \"What's New\" modal on login": "Kirishda \"Yangi narsalar\" modalini ko'rsating",
|
||||
"Show \"What's New\" Modal on Login": "Kirishda \"Yangi narsalar\" modalini ko'rsating",
|
||||
"Show Admin Details in Account Pending Overlay": "Hisob kutilayotgan qatlamda administrator ma’lumotlarini ko‘rsatish",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2120,7 +2120,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Mavjud so'nggi nuqtalar haqida ko'proq bilish uchun hujjatlarimizga tashrif buyuring.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Bu yerda asboblar to‘plamini tanlash uchun avval ularni “Asboblar” ish maydoniga qo‘shing.",
|
||||
"Toast notifications for new updates": "Yangi yangilanishlar haqida bildirishnomalar",
|
||||
"Toast Notifications for New Updates": "Yangi yangilanishlar haqida bildirishnomalar",
|
||||
"Today": "Bugun",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "",
|
||||
"Auto (Random)": "",
|
||||
"Auto-Copy Response to Clipboard": "Tự động Sao chép Phản hồi vào clipboard",
|
||||
"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
|
||||
"Auto-Playback Response": "Tự động phát lại phản hồi (Auto-playback)",
|
||||
"Autocomplete Generation": "Tạo Tự động Hoàn thành",
|
||||
"Autocomplete Generation Input Max Length": "Độ dài tối đa đầu vào Tạo Tự động Hoàn thành",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "",
|
||||
"Chat Conversation": "",
|
||||
"Chat deleted.": "",
|
||||
"Chat direction": "Hướng chat",
|
||||
"Chat Direction": "Hướng chat",
|
||||
"Chat exported successfully": "",
|
||||
"Chat History": "",
|
||||
"Chat ID": "",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "Tìm kiếm, tải về và khám phá thêm các model presets",
|
||||
"Discussion channel where access is based on groups and permissions": "",
|
||||
"Display": "Hiển thị",
|
||||
"Display chat title in tab": "",
|
||||
"Display Chat Title in Tab": "",
|
||||
"Display Emoji in Call": "Hiển thị Emoji trong cuộc gọi",
|
||||
"Display Multi-model Responses in Tabs": "",
|
||||
"Display the username instead of You in the Chat": "Hiển thị tên người sử dụng thay vì 'Bạn' trong nội dung chat",
|
||||
"Display the Username Instead of You in the Chat": "Hiển thị tên người sử dụng thay vì 'Bạn' trong nội dung chat",
|
||||
"Displays citations in the response": "Hiển thị trích dẫn trong phản hồi",
|
||||
"Displays status updates (e.g., web search progress) in the response": "",
|
||||
"Dive into knowledge": "Đi sâu vào kiến thức",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "",
|
||||
"Sharing Permissions": "Quyền Chia sẻ",
|
||||
"Show": "Hiển thị",
|
||||
"Show \"What's New\" modal on login": "Hiển thị cửa sổ \"Có gì mới\" khi đăng nhập",
|
||||
"Show \"What's New\" Modal on Login": "Hiển thị cửa sổ \"Có gì mới\" khi đăng nhập",
|
||||
"Show Admin Details in Account Pending Overlay": "Hiển thị thông tin của Quản trị viên trên màn hình hiển thị Tài khoản đang chờ xử lý",
|
||||
"Show All": "",
|
||||
"Show all ({{COUNT}} characters)": "",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "Để tìm hiểu thêm về các điểm cuối có sẵn, hãy truy cập tài liệu của chúng tôi.",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Để chọn các tookits, bạn phải thêm chúng vào workspace \"Tools\" trước.",
|
||||
"Toast notifications for new updates": "Thông báo nhanh cho các cập nhật mới",
|
||||
"Toast Notifications for New Updates": "Thông báo nhanh cho các cập nhật mới",
|
||||
"Today": "Hôm nay",
|
||||
"Today at": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "自动",
|
||||
"Auto (Random)": "随机",
|
||||
"Auto-Copy Response to Clipboard": "自动复制回答内容到剪贴板",
|
||||
"Auto-playback response": "自动朗读回答内容",
|
||||
"Auto-Playback Response": "自动朗读回答内容",
|
||||
"Autocomplete Generation": "输入框内容自动补全",
|
||||
"Autocomplete Generation Input Max Length": "输入框内容自动补全的最大字符数限制",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "Chat Completions",
|
||||
"Chat Conversation": "对话内容",
|
||||
"Chat deleted.": "对话已删除。",
|
||||
"Chat direction": "对话显示方向",
|
||||
"Chat Direction": "对话显示方向",
|
||||
"Chat exported successfully": "对话已成功导出",
|
||||
"Chat History": "对话历史记录",
|
||||
"Chat ID": "对话 ID",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "发现、下载并探索更多模型预设",
|
||||
"Discussion channel where access is based on groups and permissions": "由用户组控制的讨论频道",
|
||||
"Display": "显示",
|
||||
"Display chat title in tab": "在浏览器标签页中显示对话标题",
|
||||
"Display Chat Title in Tab": "在浏览器标签页中显示对话标题",
|
||||
"Display Emoji in Call": "在通话中显示 Emoji",
|
||||
"Display Multi-model Responses in Tabs": "以标签页的形式展示多个模型的回答",
|
||||
"Display the username instead of You in the Chat": "在对话中显示用户名而不是“你”",
|
||||
"Display the Username Instead of You in the Chat": "在对话中显示用户名而不是“你”",
|
||||
"Displays citations in the response": "在回答中显示引用来源",
|
||||
"Displays status updates (e.g., web search progress) in the response": "在回答中显示实时状态信息(例如:网络搜索进度)",
|
||||
"Dive into knowledge": "纵览知识",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "已共享给您",
|
||||
"Sharing Permissions": "共享权限",
|
||||
"Show": "显示",
|
||||
"Show \"What's New\" modal on login": "版本更新后首次登录时显示“新功能介绍”弹窗",
|
||||
"Show \"What's New\" Modal on Login": "版本更新后首次登录时显示“新功能介绍”弹窗",
|
||||
"Show Admin Details in Account Pending Overlay": "在待激活用户的界面中显示管理员邮箱等详细信息",
|
||||
"Show All": "显示全部",
|
||||
"Show all ({{COUNT}} characters)": "显示全部(共 {{COUNT}} 字符)",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "如需了解更多关于可用端点的信息,请访问我们的文档",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "若要在此选择技能,请先将其添加到“技能”工作空间中",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "如需在这里选择工具包,请先将其添加到工作空间中的“工具”",
|
||||
"Toast notifications for new updates": "检测到新版本时显示更新通知",
|
||||
"Toast Notifications for New Updates": "检测到新版本时显示更新通知",
|
||||
"Today": "今天",
|
||||
"Today at": "今天",
|
||||
"Today at {{LOCALIZED_TIME}}": "今天 {{LOCALIZED_TIME}}",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"Auto": "自動",
|
||||
"Auto (Random)": "隨機",
|
||||
"Auto-Copy Response to Clipboard": "自動將回應複製到剪貼簿",
|
||||
"Auto-playback response": "自動播放回應",
|
||||
"Auto-Playback Response": "自動播放回應",
|
||||
"Autocomplete Generation": "自動完成產生",
|
||||
"Autocomplete Generation Input Max Length": "自動完成輸入最大長度",
|
||||
"Automatic1111": "Automatic1111",
|
||||
@@ -320,7 +320,7 @@
|
||||
"Chat Completions": "對話續寫",
|
||||
"Chat Conversation": "對話內容",
|
||||
"Chat deleted.": "對話已刪除。",
|
||||
"Chat direction": "對話方向",
|
||||
"Chat Direction": "對話方向",
|
||||
"Chat exported successfully": "對話已成功匯出",
|
||||
"Chat History": "對話歷史",
|
||||
"Chat ID": "對話 ID",
|
||||
@@ -611,10 +611,10 @@
|
||||
"Discover, download, and explore model presets": "發掘、下載及探索模型預設集",
|
||||
"Discussion channel where access is based on groups and permissions": "基於群組權限的討論頻道",
|
||||
"Display": "顯示",
|
||||
"Display chat title in tab": "在瀏覽器分頁標籤上顯示對話標題",
|
||||
"Display Chat Title in Tab": "在瀏覽器分頁標籤上顯示對話標題",
|
||||
"Display Emoji in Call": "在通話中顯示表情符號",
|
||||
"Display Multi-model Responses in Tabs": "以標籤頁的形式展示多個模型的回應",
|
||||
"Display the username instead of You in the Chat": "在對話中顯示使用者名稱,而非「您」",
|
||||
"Display the Username Instead of You in the Chat": "在對話中顯示使用者名稱,而非「您」",
|
||||
"Displays citations in the response": "在回應中顯示引用",
|
||||
"Displays status updates (e.g., web search progress) in the response": "在回應中顯示進度狀態(例如:網路搜尋進度)",
|
||||
"Dive into knowledge": "挖掘知識",
|
||||
@@ -1908,7 +1908,7 @@
|
||||
"Shared with you": "分享給您",
|
||||
"Sharing Permissions": "分享權限設定",
|
||||
"Show": "顯示",
|
||||
"Show \"What's New\" modal on login": "登入時顯示「新功能」對話框",
|
||||
"Show \"What's New\" Modal on Login": "登入時顯示「新功能」對話框",
|
||||
"Show Admin Details in Account Pending Overlay": "在帳號待審覆蓋層中顯示管理員詳細資訊",
|
||||
"Show All": "顯示全部",
|
||||
"Show all ({{COUNT}} characters)": "顯示全部(共 {{COUNT}} 個字元)",
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"To learn more about available endpoints, visit our documentation.": "若要進一步了解可用的端點,請參閱我們的說明文件。",
|
||||
"To select skills here, add them to the \"Skills\" workspace first.": "若要在此選擇技能,請先將其加入「技能」工作區。",
|
||||
"To select toolkits here, add them to the \"Tools\" workspace first.": "若要在此選擇工具包,請先將它們新增到「工具」工作區。",
|
||||
"Toast notifications for new updates": "快顯通知新的更新",
|
||||
"Toast Notifications for New Updates": "快顯通知新的更新",
|
||||
"Today": "今天",
|
||||
"Today at": "今天",
|
||||
"Today at {{LOCALIZED_TIME}}": "今天 {{LOCALIZED_TIME}}",
|
||||
|
||||
Reference in New Issue
Block a user