Unverified Commit 13b0e7d6 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #4434 from open-webui/dev

0.3.13
parents 8d257ed5 c8badfe2
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
tags?.length > 0 tags?.length > 0
? { ? {
tags: tags tags: tags
} }
: null : null
).catch((error) => { ).catch((error) => {
toast.error(error); toast.error(error);
......
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
> >
<div class=" self-start w-8 pt-0.5"> <div class=" self-start w-8 pt-0.5">
<div <div
class=" rounded-full bg-stone-700 {model?.info?.meta?.hidden ?? false class=" rounded-full bg-stone-700 {(model?.info?.meta?.hidden ?? false)
? 'brightness-90 dark:brightness-50' ? 'brightness-90 dark:brightness-50'
: ''} " : ''} "
> >
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
</div> </div>
<div <div
class=" flex-1 self-center {model?.info?.meta?.hidden ?? false ? 'text-gray-500' : ''}" class=" flex-1 self-center {(model?.info?.meta?.hidden ?? false) ? 'text-gray-500' : ''}"
> >
<div class=" font-semibold line-clamp-1">{model.name}</div> <div class=" font-semibold line-clamp-1">{model.name}</div>
<div class=" text-xs overflow-hidden text-ellipsis line-clamp-1"> <div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
title: $i18n.t('All Documents'), title: $i18n.t('All Documents'),
collection_names: $documents.map((doc) => doc.collection_name) collection_names: $documents.map((doc) => doc.collection_name)
} }
] ]
: []), : []),
...$documents ...$documents
.reduce((a, e, i, arr) => { .reduce((a, e, i, arr) => {
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "متابعة الرد", "Continue Response": "متابعة الرد",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "تم نسخ عنوان URL للدردشة المشتركة إلى الحافظة", "Copied shared chat URL to clipboard!": "تم نسخ عنوان URL للدردشة المشتركة إلى الحافظة",
"Copy": "نسخ", "Copy": "نسخ",
"Copy Code": "",
"Copy last code block": "انسخ كتلة التعليمات البرمجية الأخيرة", "Copy last code block": "انسخ كتلة التعليمات البرمجية الأخيرة",
"Copy last response": "انسخ الرد الأخير", "Copy last response": "انسخ الرد الأخير",
"Copy Link": "أنسخ الرابط", "Copy Link": "أنسخ الرابط",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "مفتاح واجهة برمجة تطبيقات PSE من Google", "Google PSE API Key": "مفتاح واجهة برمجة تطبيقات PSE من Google",
"Google PSE Engine Id": "معرف محرك PSE من Google", "Google PSE Engine Id": "معرف محرك PSE من Google",
"h:mm a": "الساعة:الدقائق صباحا/مساء", "h:mm a": "الساعة:الدقائق صباحا/مساء",
"Haptic Feedback": "",
"has no conversations.": "ليس لديه محادثات.", "has no conversations.": "ليس لديه محادثات.",
"Hello, {{name}}": " {{name}} مرحبا", "Hello, {{name}}": " {{name}} مرحبا",
"Help": "مساعدة", "Help": "مساعدة",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
"Notifications": "إشعارات", "Notifications": "إشعارات",
"November": "نوفمبر", "November": "نوفمبر",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (أولاما)", "num_thread (Ollama)": "num_thread (أولاما)",
"OAuth ID": "", "OAuth ID": "",
"October": "اكتوبر", "October": "اكتوبر",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "من اليمين إلى اليسار", "RTL": "من اليمين إلى اليسار",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "حفظ", "Save": "حفظ",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Продължи отговора", "Continue Response": "Продължи отговора",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Копирана е връзката за чат!", "Copied shared chat URL to clipboard!": "Копирана е връзката за чат!",
"Copy": "Копирай", "Copy": "Копирай",
"Copy Code": "",
"Copy last code block": "Копиране на последен код блок", "Copy last code block": "Копиране на последен код блок",
"Copy last response": "Копиране на последен отговор", "Copy last response": "Копиране на последен отговор",
"Copy Link": "Копиране на връзка", "Copy Link": "Копиране на връзка",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Google PSE API ключ", "Google PSE API Key": "Google PSE API ключ",
"Google PSE Engine Id": "Идентификатор на двигателя на Google PSE", "Google PSE Engine Id": "Идентификатор на двигателя на Google PSE",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "няма разговори.", "has no conversations.": "няма разговори.",
"Hello, {{name}}": "Здравей, {{name}}", "Hello, {{name}}": "Здравей, {{name}}",
"Help": "Помощ", "Help": "Помощ",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
"Notifications": "Десктоп Известия", "Notifications": "Десктоп Известия",
"November": "Ноември", "November": "Ноември",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "", "OAuth ID": "",
"October": "Октомври", "October": "Октомври",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "Запис", "Save": "Запис",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "যাচাই করুন", "Continue Response": "যাচাই করুন",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "শেয়ারকৃত কথা-ব্যবহারের URL ক্লিপবোর্ডে কপি করা হয়েছে!", "Copied shared chat URL to clipboard!": "শেয়ারকৃত কথা-ব্যবহারের URL ক্লিপবোর্ডে কপি করা হয়েছে!",
"Copy": "অনুলিপি", "Copy": "অনুলিপি",
"Copy Code": "",
"Copy last code block": "সর্বশেষ কোড ব্লক কপি করুন", "Copy last code block": "সর্বশেষ কোড ব্লক কপি করুন",
"Copy last response": "সর্বশেষ রেসপন্স কপি করুন", "Copy last response": "সর্বশেষ রেসপন্স কপি করুন",
"Copy Link": "লিংক কপি করুন", "Copy Link": "লিংক কপি করুন",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "গুগল পিএসই এপিআই কী", "Google PSE API Key": "গুগল পিএসই এপিআই কী",
"Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি", "Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "কোন কনভার্সেশন আছে না।", "has no conversations.": "কোন কনভার্সেশন আছে না।",
"Hello, {{name}}": "হ্যালো, {{name}}", "Hello, {{name}}": "হ্যালো, {{name}}",
"Help": "সহায়তা", "Help": "সহায়তা",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
"Notifications": "নোটিফিকেশনসমূহ", "Notifications": "নোটিফিকেশনসমূহ",
"November": "নভেম্বর", "November": "নভেম্বর",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (ওলামা)", "num_thread (Ollama)": "num_thread (ওলামা)",
"OAuth ID": "", "OAuth ID": "",
"October": "অক্টোবর", "October": "অক্টোবর",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "রোজ পাইন", "Rosé Pine": "রোজ পাইন",
"Rosé Pine Dawn": "ভোরের রোজ পাইন", "Rosé Pine Dawn": "ভোরের রোজ পাইন",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "সংরক্ষণ", "Save": "সংরক্ষণ",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Continuar la resposta", "Continue Response": "Continuar la resposta",
"Continue with {{provider}}": "Continuar amb {{provider}}", "Continue with {{provider}}": "Continuar amb {{provider}}",
"Controls": "Controls", "Controls": "Controls",
"Copied": "Copiat",
"Copied shared chat URL to clipboard!": "S'ha copiat l'URL compartida al porta-retalls!", "Copied shared chat URL to clipboard!": "S'ha copiat l'URL compartida al porta-retalls!",
"Copy": "Copiar", "Copy": "Copiar",
"Copy Code": "Copiar el codi",
"Copy last code block": "Copiar l'últim bloc de codi", "Copy last code block": "Copiar l'últim bloc de codi",
"Copy last response": "Copiar l'última resposta", "Copy last response": "Copiar l'última resposta",
"Copy Link": "Copiar l'enllaç", "Copy Link": "Copiar l'enllaç",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Clau API PSE de Google", "Google PSE API Key": "Clau API PSE de Google",
"Google PSE Engine Id": "Identificador del motor PSE de Google", "Google PSE Engine Id": "Identificador del motor PSE de Google",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "no té converses.", "has no conversations.": "no té converses.",
"Hello, {{name}}": "Hola, {{name}}", "Hello, {{name}}": "Hola, {{name}}",
"Help": "Ajuda", "Help": "Ajuda",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
"Notifications": "Notificacions", "Notifications": "Notificacions",
"November": "Novembre", "November": "Novembre",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "ID OAuth", "OAuth ID": "ID OAuth",
"October": "Octubre", "October": "Octubre",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Albada Rosé Pine", "Rosé Pine Dawn": "Albada Rosé Pine",
"RTL": "RTL", "RTL": "RTL",
"Run": "Executar",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "Executa Llama 2, Code Llama, i altres models. Personalitza i crea els teus propis models.", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "Executa Llama 2, Code Llama, i altres models. Personalitza i crea els teus propis models.",
"Running": "S'està executant", "Running": "S'està executant",
"Save": "Desar", "Save": "Desar",
...@@ -509,7 +514,7 @@ ...@@ -509,7 +514,7 @@
"Scan": "Escanejar", "Scan": "Escanejar",
"Scan complete!": "Escaneigr completat!", "Scan complete!": "Escaneigr completat!",
"Scan for documents from {{path}}": "Escanejar documents des de {{path}}", "Scan for documents from {{path}}": "Escanejar documents des de {{path}}",
"Scroll to bottom when switching between branches": "", "Scroll to bottom when switching between branches": "Desplaçar a la part inferior quan es canviï de branca",
"Search": "Cercar", "Search": "Cercar",
"Search a model": "Cercar un model", "Search a model": "Cercar un model",
"Search Chats": "Cercar xats", "Search Chats": "Cercar xats",
...@@ -624,7 +629,7 @@ ...@@ -624,7 +629,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Per accedir a la WebUI, poseu-vos en contacte amb l'administrador. Els administradors poden gestionar els estats dels usuaris des del tauler d'administració.", "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Per accedir a la WebUI, poseu-vos en contacte amb l'administrador. Els administradors poden gestionar els estats dels usuaris des del tauler d'administració.",
"To add documents here, upload them to the \"Documents\" workspace first.": "Per afegir documents aquí, puja-ls primer a l'espai de treball \"Documents\".", "To add documents here, upload them to the \"Documents\" workspace first.": "Per afegir documents aquí, puja-ls primer a l'espai de treball \"Documents\".",
"to chat input.": "a l'entrada del xat.", "to chat input.": "a l'entrada del xat.",
"To select actions here, add them to the \"Functions\" workspace first.": "Per seleccionar accions aquí, afegeix-los primer a l'espai de treball \"Funcions\".", "To select actions here, add them to the \"Functions\" workspace first.": "Per seleccionar accions aquí, afegeix-les primer a l'espai de treball \"Funcions\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Per seleccionar filtres aquí, afegeix-los primer a l'espai de treball \"Funcions\".", "To select filters here, add them to the \"Functions\" workspace first.": "Per seleccionar filtres aquí, afegeix-los primer a l'espai de treball \"Funcions\".",
"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\".", "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\".",
"Today": "Avui", "Today": "Avui",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "", "Continue Response": "",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "", "Copy": "",
"Copy Code": "",
"Copy last code block": "Kopyaha ang katapusang bloke sa code", "Copy last code block": "Kopyaha ang katapusang bloke sa code",
"Copy last response": "Kopyaha ang kataposang tubag", "Copy last response": "Kopyaha ang kataposang tubag",
"Copy Link": "", "Copy Link": "",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "", "Google PSE API Key": "",
"Google PSE Engine Id": "", "Google PSE Engine Id": "",
"h:mm a": "", "h:mm a": "",
"Haptic Feedback": "",
"has no conversations.": "", "has no conversations.": "",
"Hello, {{name}}": "Maayong buntag, {{name}}", "Hello, {{name}}": "Maayong buntag, {{name}}",
"Help": "", "Help": "",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Mga pahibalo sa desktop", "Notifications": "Mga pahibalo sa desktop",
"November": "", "November": "",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "", "num_thread (Ollama)": "",
"OAuth ID": "", "OAuth ID": "",
"October": "", "October": "",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Aube Pine Rosé", "Rosé Pine Dawn": "Aube Pine Rosé",
"RTL": "", "RTL": "",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "Tipigi", "Save": "Tipigi",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Antwort fortsetzen", "Continue Response": "Antwort fortsetzen",
"Continue with {{provider}}": "Mit {{provider}} fortfahren", "Continue with {{provider}}": "Mit {{provider}} fortfahren",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Freigabelink in die Zwischenablage kopiert!", "Copied shared chat URL to clipboard!": "Freigabelink in die Zwischenablage kopiert!",
"Copy": "Kopieren", "Copy": "Kopieren",
"Copy Code": "",
"Copy last code block": "Letzten Codeblock kopieren", "Copy last code block": "Letzten Codeblock kopieren",
"Copy last response": "Letzte Antwort kopieren", "Copy last response": "Letzte Antwort kopieren",
"Copy Link": "Link kopieren", "Copy Link": "Link kopieren",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Google PSE-API-Schlüssel", "Google PSE API Key": "Google PSE-API-Schlüssel",
"Google PSE Engine Id": "Google PSE-Engine-ID", "Google PSE Engine Id": "Google PSE-Engine-ID",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "hat keine Unterhaltungen.", "has no conversations.": "hat keine Unterhaltungen.",
"Hello, {{name}}": "Hallo, {{name}}", "Hello, {{name}}": "Hallo, {{name}}",
"Help": "Hilfe", "Help": "Hilfe",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
"Notifications": "Benachrichtigungen", "Notifications": "Benachrichtigungen",
"November": "November", "November": "November",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "OAuth-ID", "OAuth ID": "OAuth-ID",
"October": "Oktober", "October": "Oktober",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "Läuft", "Running": "Läuft",
"Save": "Speichern", "Save": "Speichern",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "", "Continue Response": "",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "", "Copy": "",
"Copy Code": "",
"Copy last code block": "Copy last code block", "Copy last code block": "Copy last code block",
"Copy last response": "Copy last response", "Copy last response": "Copy last response",
"Copy Link": "", "Copy Link": "",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "", "Google PSE API Key": "",
"Google PSE Engine Id": "", "Google PSE Engine Id": "",
"h:mm a": "", "h:mm a": "",
"Haptic Feedback": "",
"has no conversations.": "", "has no conversations.": "",
"Hello, {{name}}": "Much helo, {{name}}", "Hello, {{name}}": "Much helo, {{name}}",
"Help": "", "Help": "",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notifications", "Notifications": "Notifications",
"November": "", "November": "",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "", "num_thread (Ollama)": "",
"OAuth ID": "", "OAuth ID": "",
"October": "", "October": "",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "", "RTL": "",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "Save much wow", "Save": "Save much wow",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "", "Continue Response": "",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "", "Copy": "",
"Copy Code": "",
"Copy last code block": "", "Copy last code block": "",
"Copy last response": "", "Copy last response": "",
"Copy Link": "", "Copy Link": "",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "", "Google PSE API Key": "",
"Google PSE Engine Id": "", "Google PSE Engine Id": "",
"h:mm a": "", "h:mm a": "",
"Haptic Feedback": "",
"has no conversations.": "", "has no conversations.": "",
"Hello, {{name}}": "", "Hello, {{name}}": "",
"Help": "", "Help": "",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "", "Notifications": "",
"November": "", "November": "",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "", "num_thread (Ollama)": "",
"OAuth ID": "", "OAuth ID": "",
"October": "", "October": "",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "", "Rosé Pine": "",
"Rosé Pine Dawn": "", "Rosé Pine Dawn": "",
"RTL": "", "RTL": "",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "", "Save": "",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "", "Continue Response": "",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "", "Copy": "",
"Copy Code": "",
"Copy last code block": "", "Copy last code block": "",
"Copy last response": "", "Copy last response": "",
"Copy Link": "", "Copy Link": "",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "", "Google PSE API Key": "",
"Google PSE Engine Id": "", "Google PSE Engine Id": "",
"h:mm a": "", "h:mm a": "",
"Haptic Feedback": "",
"has no conversations.": "", "has no conversations.": "",
"Hello, {{name}}": "", "Hello, {{name}}": "",
"Help": "", "Help": "",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "", "Notifications": "",
"November": "", "November": "",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "", "num_thread (Ollama)": "",
"OAuth ID": "", "OAuth ID": "",
"October": "", "October": "",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "", "Rosé Pine": "",
"Rosé Pine Dawn": "", "Rosé Pine Dawn": "",
"RTL": "", "RTL": "",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "", "Save": "",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Continuar Respuesta", "Continue Response": "Continuar Respuesta",
"Continue with {{provider}}": "Continuar con {{provider}}", "Continue with {{provider}}": "Continuar con {{provider}}",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "¡URL de chat compartido copiado al portapapeles!", "Copied shared chat URL to clipboard!": "¡URL de chat compartido copiado al portapapeles!",
"Copy": "Copiar", "Copy": "Copiar",
"Copy Code": "",
"Copy last code block": "Copia el último bloque de código", "Copy last code block": "Copia el último bloque de código",
"Copy last response": "Copia la última respuesta", "Copy last response": "Copia la última respuesta",
"Copy Link": "Copiar enlace", "Copy Link": "Copiar enlace",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Clave API de Google PSE", "Google PSE API Key": "Clave API de Google PSE",
"Google PSE Engine Id": "ID del motor PSE de Google", "Google PSE Engine Id": "ID del motor PSE de Google",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "no tiene conversaciones.", "has no conversations.": "no tiene conversaciones.",
"Hello, {{name}}": "Hola, {{name}}", "Hello, {{name}}": "Hola, {{name}}",
"Help": "Ayuda", "Help": "Ayuda",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.",
"Notifications": "Notificaciones", "Notifications": "Notificaciones",
"November": "Noviembre", "November": "Noviembre",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "OAuth ID", "OAuth ID": "OAuth ID",
"October": "Octubre", "October": "Octubre",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "Ejecutando", "Running": "Ejecutando",
"Save": "Guardar", "Save": "Guardar",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "ادامه پاسخ", "Continue Response": "ادامه پاسخ",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL چت به کلیپ بورد کپی شد!", "Copied shared chat URL to clipboard!": "URL چت به کلیپ بورد کپی شد!",
"Copy": "کپی", "Copy": "کپی",
"Copy Code": "",
"Copy last code block": "کپی آخرین بلوک کد", "Copy last code block": "کپی آخرین بلوک کد",
"Copy last response": "کپی آخرین پاسخ", "Copy last response": "کپی آخرین پاسخ",
"Copy Link": "کپی لینک", "Copy Link": "کپی لینک",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "گوگل PSE API کلید", "Google PSE API Key": "گوگل PSE API کلید",
"Google PSE Engine Id": "شناسه موتور PSE گوگل", "Google PSE Engine Id": "شناسه موتور PSE گوگل",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "ندارد.", "has no conversations.": "ندارد.",
"Hello, {{name}}": "سلام، {{name}}", "Hello, {{name}}": "سلام، {{name}}",
"Help": "کمک", "Help": "کمک",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
"Notifications": "اعلان", "Notifications": "اعلان",
"November": "نوامبر", "November": "نوامبر",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (اولاما)", "num_thread (Ollama)": "num_thread (اولاما)",
"OAuth ID": "", "OAuth ID": "",
"October": "اکتبر", "October": "اکتبر",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "ذخیره", "Save": "ذخیره",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Jatka vastausta", "Continue Response": "Jatka vastausta",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Jaettu keskustelulinkki kopioitu leikepöydälle!", "Copied shared chat URL to clipboard!": "Jaettu keskustelulinkki kopioitu leikepöydälle!",
"Copy": "Kopioi", "Copy": "Kopioi",
"Copy Code": "",
"Copy last code block": "Kopioi viimeisin koodilohko", "Copy last code block": "Kopioi viimeisin koodilohko",
"Copy last response": "Kopioi viimeisin vastaus", "Copy last response": "Kopioi viimeisin vastaus",
"Copy Link": "Kopioi linkki", "Copy Link": "Kopioi linkki",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Google PSE API -avain", "Google PSE API Key": "Google PSE API -avain",
"Google PSE Engine Id": "Google PSE -moduulin tunnus", "Google PSE Engine Id": "Google PSE -moduulin tunnus",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "ei ole keskusteluja.", "has no conversations.": "ei ole keskusteluja.",
"Hello, {{name}}": "Terve, {{name}}", "Hello, {{name}}": "Terve, {{name}}",
"Help": "Apua", "Help": "Apua",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huom: Jos asetat vähimmäispisteet, haku palauttaa vain asiakirjat, joiden pisteet ovat suurempia tai yhtä suuria kuin vähimmäispistemäärä.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huom: Jos asetat vähimmäispisteet, haku palauttaa vain asiakirjat, joiden pisteet ovat suurempia tai yhtä suuria kuin vähimmäispistemäärä.",
"Notifications": "Ilmoitukset", "Notifications": "Ilmoitukset",
"November": "marraskuu", "November": "marraskuu",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "", "OAuth ID": "",
"October": "lokakuu", "October": "lokakuu",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosee-mänty", "Rosé Pine": "Rosee-mänty",
"Rosé Pine Dawn": "Aamuinen Rosee-mänty", "Rosé Pine Dawn": "Aamuinen Rosee-mänty",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "Tallenna", "Save": "Tallenna",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Continuer la réponse", "Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}", "Continue with {{provider}}": "Continuer avec {{provider}}",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!", "Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!",
"Copy": "Copie", "Copy": "Copie",
"Copy Code": "",
"Copy last code block": "Copier le dernier bloc de code", "Copy last code block": "Copier le dernier bloc de code",
"Copy last response": "Copier la dernière réponse", "Copy last response": "Copier la dernière réponse",
"Copy Link": "Copier le lien", "Copy Link": "Copier le lien",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Clé API Google PSE", "Google PSE API Key": "Clé API Google PSE",
"Google PSE Engine Id": "ID du moteur de recherche personnalisé de Google", "Google PSE Engine Id": "ID du moteur de recherche personnalisé de Google",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "n'a aucune conversation.", "has no conversations.": "n'a aucune conversation.",
"Hello, {{name}}": "Bonjour, {{name}}.", "Hello, {{name}}": "Bonjour, {{name}}.",
"Help": "Aide", "Help": "Aide",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
"Notifications": "Notifications", "Notifications": "Notifications",
"November": "Novembre", "November": "Novembre",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "ID OAuth", "OAuth ID": "ID OAuth",
"October": "Octobre", "October": "Octobre",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Pin rosé", "Rosé Pine": "Pin rosé",
"Rosé Pine Dawn": "Aube de Pin Rosé", "Rosé Pine Dawn": "Aube de Pin Rosé",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "Courir", "Running": "Courir",
"Save": "Enregistrer", "Save": "Enregistrer",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Continuer la réponse", "Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}", "Continue with {{provider}}": "Continuer avec {{provider}}",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!", "Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!",
"Copy": "Copie", "Copy": "Copie",
"Copy Code": "",
"Copy last code block": "Copier le dernier bloc de code", "Copy last code block": "Copier le dernier bloc de code",
"Copy last response": "Copier la dernière réponse", "Copy last response": "Copier la dernière réponse",
"Copy Link": "Copier le lien", "Copy Link": "Copier le lien",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Clé API Google PSE", "Google PSE API Key": "Clé API Google PSE",
"Google PSE Engine Id": "ID du moteur de recherche personnalisé de Google", "Google PSE Engine Id": "ID du moteur de recherche personnalisé de Google",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "n'a aucune conversation.", "has no conversations.": "n'a aucune conversation.",
"Hello, {{name}}": "Bonjour, {{name}}.", "Hello, {{name}}": "Bonjour, {{name}}.",
"Help": "Aide", "Help": "Aide",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
"Notifications": "Notifications", "Notifications": "Notifications",
"November": "Novembre", "November": "Novembre",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "ID OAuth", "OAuth ID": "ID OAuth",
"October": "Octobre", "October": "Octobre",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Pin rosé", "Rosé Pine": "Pin rosé",
"Rosé Pine Dawn": "Aube de Pin Rosé", "Rosé Pine Dawn": "Aube de Pin Rosé",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "Courir", "Running": "Courir",
"Save": "Enregistrer", "Save": "Enregistrer",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "המשך תגובה", "Continue Response": "המשך תגובה",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "העתקת כתובת URL של צ'אט משותף ללוח!", "Copied shared chat URL to clipboard!": "העתקת כתובת URL של צ'אט משותף ללוח!",
"Copy": "העתק", "Copy": "העתק",
"Copy Code": "",
"Copy last code block": "העתק את בלוק הקוד האחרון", "Copy last code block": "העתק את בלוק הקוד האחרון",
"Copy last response": "העתק את התגובה האחרונה", "Copy last response": "העתק את התגובה האחרונה",
"Copy Link": "העתק קישור", "Copy Link": "העתק קישור",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "מפתח API של Google PSE", "Google PSE API Key": "מפתח API של Google PSE",
"Google PSE Engine Id": "מזהה מנוע PSE של Google", "Google PSE Engine Id": "מזהה מנוע PSE של Google",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "אין שיחות.", "has no conversations.": "אין שיחות.",
"Hello, {{name}}": "שלום, {{name}}", "Hello, {{name}}": "שלום, {{name}}",
"Help": "עזרה", "Help": "עזרה",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
"Notifications": "התראות", "Notifications": "התראות",
"November": "נובמבר", "November": "נובמבר",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "", "OAuth ID": "",
"October": "אוקטובר", "October": "אוקטובר",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "שמור", "Save": "שמור",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "प्रतिक्रिया जारी रखें", "Continue Response": "प्रतिक्रिया जारी रखें",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "साझा चैट URL को क्लिपबोर्ड पर कॉपी किया गया!", "Copied shared chat URL to clipboard!": "साझा चैट URL को क्लिपबोर्ड पर कॉपी किया गया!",
"Copy": "कॉपी", "Copy": "कॉपी",
"Copy Code": "",
"Copy last code block": "अंतिम कोड ब्लॉक कॉपी करें", "Copy last code block": "अंतिम कोड ब्लॉक कॉपी करें",
"Copy last response": "अंतिम प्रतिक्रिया कॉपी करें", "Copy last response": "अंतिम प्रतिक्रिया कॉपी करें",
"Copy Link": "लिंक को कॉपी करें", "Copy Link": "लिंक को कॉपी करें",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Google PSE API कुंजी", "Google PSE API Key": "Google PSE API कुंजी",
"Google PSE Engine Id": "Google PSE इंजन आईडी", "Google PSE Engine Id": "Google PSE इंजन आईडी",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "कोई बातचीत नहीं है", "has no conversations.": "कोई बातचीत नहीं है",
"Hello, {{name}}": "नमस्ते, {{name}}", "Hello, {{name}}": "नमस्ते, {{name}}",
"Help": "मदद", "Help": "मदद",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
"Notifications": "सूचनाएं", "Notifications": "सूचनाएं",
"November": "नवंबर", "November": "नवंबर",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (ओलामा)", "num_thread (Ollama)": "num_thread (ओलामा)",
"OAuth ID": "", "OAuth ID": "",
"October": "अक्टूबर", "October": "अक्टूबर",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "रोसे पिन", "Rosé Pine": "रोसे पिन",
"Rosé Pine Dawn": "रोसे पिन डेन", "Rosé Pine Dawn": "रोसे पिन डेन",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "", "Running": "",
"Save": "सहेजें", "Save": "सहेजें",
......
...@@ -134,8 +134,10 @@ ...@@ -134,8 +134,10 @@
"Continue Response": "Nastavi odgovor", "Continue Response": "Nastavi odgovor",
"Continue with {{provider}}": "", "Continue with {{provider}}": "",
"Controls": "", "Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL dijeljenog razgovora kopiran u međuspremnik!", "Copied shared chat URL to clipboard!": "URL dijeljenog razgovora kopiran u međuspremnik!",
"Copy": "Kopiraj", "Copy": "Kopiraj",
"Copy Code": "",
"Copy last code block": "Kopiraj zadnji blok koda", "Copy last code block": "Kopiraj zadnji blok koda",
"Copy last response": "Kopiraj zadnji odgovor", "Copy last response": "Kopiraj zadnji odgovor",
"Copy Link": "Kopiraj vezu", "Copy Link": "Kopiraj vezu",
...@@ -312,6 +314,7 @@ ...@@ -312,6 +314,7 @@
"Google PSE API Key": "Google PSE API ključ", "Google PSE API Key": "Google PSE API ključ",
"Google PSE Engine Id": "ID Google PSE modula", "Google PSE Engine Id": "ID Google PSE modula",
"h:mm a": "h:mm a", "h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "nema razgovora.", "has no conversations.": "nema razgovora.",
"Hello, {{name}}": "Bok, {{name}}", "Hello, {{name}}": "Bok, {{name}}",
"Help": "Pomoć", "Help": "Pomoć",
...@@ -416,6 +419,7 @@ ...@@ -416,6 +419,7 @@
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
"Notifications": "Obavijesti", "Notifications": "Obavijesti",
"November": "Studeni", "November": "Studeni",
"num_gpu (Ollama)": "",
"num_thread (Ollama)": "num_thread (Ollama)", "num_thread (Ollama)": "num_thread (Ollama)",
"OAuth ID": "", "OAuth ID": "",
"October": "Listopad", "October": "Listopad",
...@@ -499,6 +503,7 @@ ...@@ -499,6 +503,7 @@
"Rosé Pine": "Rosé Pine", "Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn", "Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL", "RTL": "RTL",
"Run": "",
"Run Llama 2, Code Llama, and other models. Customize and create your own.": "", "Run Llama 2, Code Llama, and other models. Customize and create your own.": "",
"Running": "Pokrenuto", "Running": "Pokrenuto",
"Save": "Spremi", "Save": "Spremi",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment