mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-14 01:25:59 +08:00
chore: format
This commit is contained in:
parent
c01e29c47f
commit
25157ca6ba
@ -32,7 +32,23 @@
|
|||||||
$: {
|
$: {
|
||||||
const pathParts = $page.url.pathname.split('/');
|
const pathParts = $page.url.pathname.split('/');
|
||||||
const tabFromPath = pathParts[pathParts.length - 1];
|
const tabFromPath = pathParts[pathParts.length - 1];
|
||||||
selectedTab = ['general', 'connections', 'models', 'evaluations', 'tools', 'documents', 'web', 'code-execution', 'interface', 'audio', 'images', 'pipelines', 'db'].includes(tabFromPath) ? tabFromPath : 'general';
|
selectedTab = [
|
||||||
|
'general',
|
||||||
|
'connections',
|
||||||
|
'models',
|
||||||
|
'evaluations',
|
||||||
|
'tools',
|
||||||
|
'documents',
|
||||||
|
'web',
|
||||||
|
'code-execution',
|
||||||
|
'interface',
|
||||||
|
'audio',
|
||||||
|
'images',
|
||||||
|
'pipelines',
|
||||||
|
'db'
|
||||||
|
].includes(tabFromPath)
|
||||||
|
? tabFromPath
|
||||||
|
: 'general';
|
||||||
}
|
}
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "هل أنت متأكد ؟",
|
"Are you sure?": "هل أنت متأكد ؟",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
|
"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ملف (.pdf)",
|
"PDF document (.pdf)": "PDF ملف (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
|
"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
|
||||||
"pending": "قيد الانتظار",
|
"pending": "قيد الانتظار",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "هل أنت متأكد من رغبتك في حذف هذه القناة؟",
|
"Are you sure you want to delete this channel?": "هل أنت متأكد من رغبتك في حذف هذه القناة؟",
|
||||||
"Are you sure you want to delete this message?": "هل أنت متأكد من رغبتك في حذف هذه الرسالة؟",
|
"Are you sure you want to delete this message?": "هل أنت متأكد من رغبتك في حذف هذه الرسالة؟",
|
||||||
"Are you sure you want to unarchive all archived chats?": "هل أنت متأكد من رغبتك في إلغاء أرشفة جميع المحادثات المؤرشفة؟",
|
"Are you sure you want to unarchive all archived chats?": "هل أنت متأكد من رغبتك في إلغاء أرشفة جميع المحادثات المؤرشفة؟",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "هل أنت متأكد؟",
|
"Are you sure?": "هل أنت متأكد؟",
|
||||||
"Arena Models": "نماذج الساحة",
|
"Arena Models": "نماذج الساحة",
|
||||||
"Artifacts": "القطع الأثرية",
|
"Artifacts": "القطع الأثرية",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "تم حذف المجلد بنجاح",
|
"Folder deleted successfully": "تم حذف المجلد بنجاح",
|
||||||
"Folder name cannot be empty.": "لا يمكن أن يكون اسم المجلد فارغًا.",
|
"Folder name cannot be empty.": "لا يمكن أن يكون اسم المجلد فارغًا.",
|
||||||
"Folder name updated successfully": "تم تحديث اسم المجلد بنجاح",
|
"Folder name updated successfully": "تم تحديث اسم المجلد بنجاح",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
|
"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ملف (.pdf)",
|
"PDF document (.pdf)": "PDF ملف (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
|
"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
|
||||||
"pending": "قيد الانتظار",
|
"pending": "قيد الانتظار",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "تم رفض الإذن عند محاولة الوصول إلى أجهزة الوسائط",
|
"Permission denied when accessing media devices": "تم رفض الإذن عند محاولة الوصول إلى أجهزة الوسائط",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Сигурни ли сте, че искате да изтриете този канал?",
|
"Are you sure you want to delete this channel?": "Сигурни ли сте, че искате да изтриете този канал?",
|
||||||
"Are you sure you want to delete this message?": "Сигурни ли сте, че искате да изтриете това съобщение?",
|
"Are you sure you want to delete this message?": "Сигурни ли сте, че искате да изтриете това съобщение?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Сигурни ли сте, че искате да разархивирате всички архивирани чатове?",
|
"Are you sure you want to unarchive all archived chats?": "Сигурни ли сте, че искате да разархивирате всички архивирани чатове?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Сигурни ли сте?",
|
"Are you sure?": "Сигурни ли сте?",
|
||||||
"Arena Models": "Арена Модели",
|
"Arena Models": "Арена Модели",
|
||||||
"Artifacts": "Артефакти",
|
"Artifacts": "Артефакти",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Папката е изтрита успешно",
|
"Folder deleted successfully": "Папката е изтрита успешно",
|
||||||
"Folder name cannot be empty.": "Името на папката не може да бъде празно.",
|
"Folder name cannot be empty.": "Името на папката не може да бъде празно.",
|
||||||
"Folder name updated successfully": "Името на папката е актуализирано успешно",
|
"Folder name updated successfully": "Името на папката е актуализирано успешно",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Следвайте инструкциите перфектно",
|
"Followed instructions perfectly": "Следвайте инструкциите перфектно",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF документ (.pdf)",
|
"PDF document (.pdf)": "PDF документ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Извличане на изображения от PDF (OCR)",
|
"PDF Extract Images (OCR)": "Извличане на изображения от PDF (OCR)",
|
||||||
"pending": "в очакване",
|
"pending": "в очакване",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Отказан достъп при опит за достъп до медийни устройства",
|
"Permission denied when accessing media devices": "Отказан достъп при опит за достъп до медийни устройства",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "আপনি নিশ্চিত?",
|
"Are you sure?": "আপনি নিশ্চিত?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
|
"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ডকুমেন্ট (.pdf)",
|
"PDF document (.pdf)": "PDF ডকুমেন্ট (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "পিডিএফ এর ছবি থেকে লেখা বের করুন (OCR)",
|
"PDF Extract Images (OCR)": "পিডিএফ এর ছবি থেকে লেখা বের করুন (OCR)",
|
||||||
"pending": "অপেক্ষমান",
|
"pending": "অপেক্ষমান",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "ཁྱེད་ཀྱིས་བགྲོ་གླེང་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
|
"Are you sure you want to delete this channel?": "ཁྱེད་ཀྱིས་བགྲོ་གླེང་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
|
||||||
"Are you sure you want to delete this message?": "འཕྲིན་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
|
"Are you sure you want to delete this message?": "འཕྲིན་འདི་བསུབ་འདོད་ངེས་ཡིན་ནམ།",
|
||||||
"Are you sure you want to unarchive all archived chats?": "ཁྱེད་ཀྱིས་ཡིག་མཛོད་དུ་བཞག་པའི་ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་འདོན་འདོད་ངེས་ཡིན་ནམ།",
|
"Are you sure you want to unarchive all archived chats?": "ཁྱེད་ཀྱིས་ཡིག་མཛོད་དུ་བཞག་པའི་ཁ་བརྡ་ཡོངས་རྫོགས་ཕྱིར་འདོན་འདོད་ངེས་ཡིན་ནམ།",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "ཁྱོད་ངེས་པ་ཡིན་ནམ།",
|
"Are you sure?": "ཁྱོད་ངེས་པ་ཡིན་ནམ།",
|
||||||
"Arena Models": "Arena དཔེ་དབྱིབས།",
|
"Arena Models": "Arena དཔེ་དབྱིབས།",
|
||||||
"Artifacts": "རྫས་རྟེན།",
|
"Artifacts": "རྫས་རྟེན།",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།",
|
"Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།",
|
||||||
"Folder name cannot be empty.": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
|
"Folder name cannot be empty.": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
|
||||||
"Folder name updated successfully": "ཡིག་སྣོད་ཀྱི་མིང་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
|
"Folder name updated successfully": "ཡིག་སྣོད་ཀྱི་མིང་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "ལམ་སྟོན་ཡང་དག་པར་བསྒྲུབས།",
|
"Followed instructions perfectly": "ལམ་སྟོན་ཡང་དག་པར་བསྒྲུབས།",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ཡིག་ཆ། (.pdf)",
|
"PDF document (.pdf)": "PDF ཡིག་ཆ། (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF པར་འདོན་སྤེལ། (OCR)",
|
"PDF Extract Images (OCR)": "PDF པར་འདོན་སྤེལ། (OCR)",
|
||||||
"pending": "སྒུག་བཞིན་པ།",
|
"pending": "སྒུག་བཞིན་པ།",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "བརྒྱུད་ལམ་སྒྲིག་ཆས་འཛུལ་སྤྱོད་སྐབས་དབང་ཚད་ཁས་མ་བླངས།",
|
"Permission denied when accessing media devices": "བརྒྱུད་ལམ་སྒྲིག་ཆས་འཛུལ་སྤྱོད་སྐབས་དབང་ཚད་ཁས་མ་བླངས།",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Estàs segur que vols eliminar aquest canal?",
|
"Are you sure you want to delete this channel?": "Estàs segur que vols eliminar aquest canal?",
|
||||||
"Are you sure you want to delete this message?": "Estàs segur que vols eliminar aquest missatge?",
|
"Are you sure you want to delete this message?": "Estàs segur que vols eliminar aquest missatge?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
|
"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "Estàs segur que vols actualitzar el rol de l'usuari a **{{ROLE}}**?",
|
|
||||||
"Are you sure?": "Estàs segur?",
|
"Are you sure?": "Estàs segur?",
|
||||||
"Arena Models": "Models de l'Arena",
|
"Arena Models": "Models de l'Arena",
|
||||||
"Artifacts": "Artefactes",
|
"Artifacts": "Artefactes",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Carpeta eliminada correctament",
|
"Folder deleted successfully": "Carpeta eliminada correctament",
|
||||||
"Folder name cannot be empty.": "El nom de la carpeta no pot ser buit.",
|
"Folder name cannot be empty.": "El nom de la carpeta no pot ser buit.",
|
||||||
"Folder name updated successfully": "Nom de la carpeta actualitzat correctament",
|
"Folder name updated successfully": "Nom de la carpeta actualitzat correctament",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "S'han seguit les instruccions perfectament",
|
"Followed instructions perfectly": "S'han seguit les instruccions perfectament",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Document PDF (.pdf)",
|
"PDF document (.pdf)": "Document PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extreu imatges del PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extreu imatges del PDF (OCR)",
|
||||||
"pending": "pendent",
|
"pending": "pendent",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Permís denegat en accedir a dispositius multimèdia",
|
"Permission denied when accessing media devices": "Permís denegat en accedir a dispositius multimèdia",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Sigurado ka ?",
|
"Are you sure?": "Sigurado ka ?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "",
|
"Followed instructions perfectly": "",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "",
|
"PDF document (.pdf)": "",
|
||||||
"PDF Extract Images (OCR)": "PDF Image Extraction (OCR)",
|
"PDF Extract Images (OCR)": "PDF Image Extraction (OCR)",
|
||||||
"pending": "gipugngan",
|
"pending": "gipugngan",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Jste si jistý?",
|
"Are you sure?": "Jste si jistý?",
|
||||||
"Arena Models": "Arena modely",
|
"Arena Models": "Arena modely",
|
||||||
"Artifacts": "Artefakty",
|
"Artifacts": "Artefakty",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Složka byla úspěšně smazána",
|
"Folder deleted successfully": "Složka byla úspěšně smazána",
|
||||||
"Folder name cannot be empty.": "Název složky nesmí být prázdný.",
|
"Folder name cannot be empty.": "Název složky nesmí být prázdný.",
|
||||||
"Folder name updated successfully": "Název složky byl úspěšně aktualizován.",
|
"Folder name updated successfully": "Název složky byl úspěšně aktualizován.",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Dodržel pokyny dokonale.",
|
"Followed instructions perfectly": "Dodržel pokyny dokonale.",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extrahování obrázků z PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extrahování obrázků z PDF (OCR)",
|
||||||
"pending": "čeká na vyřízení",
|
"pending": "čeká na vyřízení",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Odmítnutí povolení při přístupu k mediálním zařízením",
|
"Permission denied when accessing media devices": "Odmítnutí povolení při přístupu k mediálním zařízením",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Er du sikker på du vil slette denne kanal?",
|
"Are you sure you want to delete this channel?": "Er du sikker på du vil slette denne kanal?",
|
||||||
"Are you sure you want to delete this message?": "Er du sikker på du vil slette denne besked?",
|
"Are you sure you want to delete this message?": "Er du sikker på du vil slette denne besked?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Er du sikker på du vil fjerne alle arkiverede chats?",
|
"Are you sure you want to unarchive all archived chats?": "Er du sikker på du vil fjerne alle arkiverede chats?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Er du sikker?",
|
"Are you sure?": "Er du sikker?",
|
||||||
"Arena Models": "Arena Modeller",
|
"Arena Models": "Arena Modeller",
|
||||||
"Artifacts": "Artifakter",
|
"Artifacts": "Artifakter",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Mappe fjernet.",
|
"Folder deleted successfully": "Mappe fjernet.",
|
||||||
"Folder name cannot be empty.": "Mappenavn kan ikke være tom.",
|
"Folder name cannot be empty.": "Mappenavn kan ikke være tom.",
|
||||||
"Folder name updated successfully": "Mappenavn opdateret.",
|
"Folder name updated successfully": "Mappenavn opdateret.",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Fulgte instruktionerne perfekt",
|
"Followed instructions perfectly": "Fulgte instruktionerne perfekt",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Udtræk billeder fra PDF (OCR)",
|
"PDF Extract Images (OCR)": "Udtræk billeder fra PDF (OCR)",
|
||||||
"pending": "afventer",
|
"pending": "afventer",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Tilladelse nægtet ved adgang til medieenheder",
|
"Permission denied when accessing media devices": "Tilladelse nægtet ved adgang til medieenheder",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Sind Sie sicher, dass Sie diesen Kanal löschen möchten?",
|
"Are you sure you want to delete this channel?": "Sind Sie sicher, dass Sie diesen Kanal löschen möchten?",
|
||||||
"Are you sure you want to delete this message?": "Sind Sie sicher, dass Sie diese Nachricht löschen möchten?",
|
"Are you sure you want to delete this message?": "Sind Sie sicher, dass Sie diese Nachricht löschen möchten?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Chats wiederherstellen möchten?",
|
"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Chats wiederherstellen möchten?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "Sind Sie sicher, dass Sie die Rolle dieses Benutzers auf **{{ROLE}}** ändern möchten?",
|
|
||||||
"Are you sure?": "Sind Sie sicher?",
|
"Are you sure?": "Sind Sie sicher?",
|
||||||
"Arena Models": "Arena-Modelle",
|
"Arena Models": "Arena-Modelle",
|
||||||
"Artifacts": "Artefakte",
|
"Artifacts": "Artefakte",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Ordner erfolgreich gelöscht",
|
"Folder deleted successfully": "Ordner erfolgreich gelöscht",
|
||||||
"Folder name cannot be empty.": "Ordnername darf nicht leer sein.",
|
"Folder name cannot be empty.": "Ordnername darf nicht leer sein.",
|
||||||
"Folder name updated successfully": "Ordnername erfolgreich aktualisiert",
|
"Folder name updated successfully": "Ordnername erfolgreich aktualisiert",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Anweisungen perfekt befolgt",
|
"Followed instructions perfectly": "Anweisungen perfekt befolgt",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-Dokument (.pdf)",
|
"PDF document (.pdf)": "PDF-Dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Text von Bildern aus PDFs extrahieren (OCR)",
|
"PDF Extract Images (OCR)": "Text von Bildern aus PDFs extrahieren (OCR)",
|
||||||
"pending": "ausstehend",
|
"pending": "ausstehend",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "Inhalt des Overlays 'Ausstehende Kontoaktivierung'",
|
"Pending User Overlay Content": "Inhalt des Overlays 'Ausstehende Kontoaktivierung'",
|
||||||
"Pending User Overlay Title": "Titel des Overlays 'Ausstehende Kontoaktivierung'",
|
"Pending User Overlay Title": "Titel des Overlays 'Ausstehende Kontoaktivierung'",
|
||||||
"Permission denied when accessing media devices": "Zugriff auf Mediengeräte verweigert",
|
"Permission denied when accessing media devices": "Zugriff auf Mediengeräte verweigert",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Such certainty?",
|
"Are you sure?": "Such certainty?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "",
|
"Followed instructions perfectly": "",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "",
|
"PDF document (.pdf)": "",
|
||||||
"PDF Extract Images (OCR)": "PDF Extract Wowmages (OCR)",
|
"PDF Extract Images (OCR)": "PDF Extract Wowmages (OCR)",
|
||||||
"pending": "pending",
|
"pending": "pending",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
|
"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Είστε σίγουροι;",
|
"Are you sure?": "Είστε σίγουροι;",
|
||||||
"Arena Models": "Μοντέλα Arena",
|
"Arena Models": "Μοντέλα Arena",
|
||||||
"Artifacts": "Αρχεία",
|
"Artifacts": "Αρχεία",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
|
"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
|
||||||
"Folder name cannot be empty.": "Το όνομα του φακέλου δεν μπορεί να είναι κενό.",
|
"Folder name cannot be empty.": "Το όνομα του φακέλου δεν μπορεί να είναι κενό.",
|
||||||
"Folder name updated successfully": "Το όνομα του φακέλου ενημερώθηκε με επιτυχία",
|
"Folder name updated successfully": "Το όνομα του φακέλου ενημερώθηκε με επιτυχία",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Ακολούθησε τις οδηγίες τέλεια",
|
"Followed instructions perfectly": "Ακολούθησε τις οδηγίες τέλεια",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Έγγραφο PDF (.pdf)",
|
"PDF document (.pdf)": "Έγγραφο PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Εξαγωγή Εικόνων PDF (OCR)",
|
"PDF Extract Images (OCR)": "Εξαγωγή Εικόνων PDF (OCR)",
|
||||||
"pending": "εκκρεμεί",
|
"pending": "εκκρεμεί",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Άρνηση δικαιώματος κατά την πρόσβαση σε μέσα συσκευές",
|
"Permission denied when accessing media devices": "Άρνηση δικαιώματος κατά την πρόσβαση σε μέσα συσκευές",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "",
|
"Are you sure?": "",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "",
|
"Followed instructions perfectly": "",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "",
|
"PDF document (.pdf)": "",
|
||||||
"PDF Extract Images (OCR)": "",
|
"PDF Extract Images (OCR)": "",
|
||||||
"pending": "",
|
"pending": "",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "",
|
"Are you sure?": "",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "",
|
"Followed instructions perfectly": "",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "",
|
"PDF document (.pdf)": "",
|
||||||
"PDF Extract Images (OCR)": "",
|
"PDF Extract Images (OCR)": "",
|
||||||
"pending": "",
|
"pending": "",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
|
"Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
|
||||||
"Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
|
"Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
|
||||||
"Are you sure you want to unarchive all archived chats?": "¿Seguro de que quieres desarchivar todos los chats archivados?",
|
"Are you sure you want to unarchive all archived chats?": "¿Seguro de que quieres desarchivar todos los chats archivados?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "¿Estás seguro?",
|
"Are you sure?": "¿Estás seguro?",
|
||||||
"Arena Models": "Arena de Modelos",
|
"Arena Models": "Arena de Modelos",
|
||||||
"Artifacts": "Artefactos",
|
"Artifacts": "Artefactos",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Carpeta eliminada correctamente",
|
"Folder deleted successfully": "Carpeta eliminada correctamente",
|
||||||
"Folder name cannot be empty.": "El nombre de la carpeta no puede estar vacío",
|
"Folder name cannot be empty.": "El nombre de la carpeta no puede estar vacío",
|
||||||
"Folder name updated successfully": "Nombre de la carpeta actualizado correctamente",
|
"Folder name updated successfully": "Nombre de la carpeta actualizado correctamente",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
|
"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extraer imágenes del PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extraer imágenes del PDF (OCR)",
|
||||||
"pending": "pendiente",
|
"pending": "pendiente",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Permiso denegado accediendo a los dispositivos",
|
"Permission denied when accessing media devices": "Permiso denegado accediendo a los dispositivos",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Kas olete kindel, et soovite selle kanali kustutada?",
|
"Are you sure you want to delete this channel?": "Kas olete kindel, et soovite selle kanali kustutada?",
|
||||||
"Are you sure you want to delete this message?": "Kas olete kindel, et soovite selle sõnumi kustutada?",
|
"Are you sure you want to delete this message?": "Kas olete kindel, et soovite selle sõnumi kustutada?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Kas olete kindel, et soovite kõik arhiveeritud vestlused arhiivist eemaldada?",
|
"Are you sure you want to unarchive all archived chats?": "Kas olete kindel, et soovite kõik arhiveeritud vestlused arhiivist eemaldada?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Kas olete kindel?",
|
"Are you sure?": "Kas olete kindel?",
|
||||||
"Arena Models": "Areena mudelid",
|
"Arena Models": "Areena mudelid",
|
||||||
"Artifacts": "Tekkinud objektid",
|
"Artifacts": "Tekkinud objektid",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Kaust edukalt kustutatud",
|
"Folder deleted successfully": "Kaust edukalt kustutatud",
|
||||||
"Folder name cannot be empty.": "Kausta nimi ei saa olla tühi.",
|
"Folder name cannot be empty.": "Kausta nimi ei saa olla tühi.",
|
||||||
"Folder name updated successfully": "Kausta nimi edukalt uuendatud",
|
"Folder name updated successfully": "Kausta nimi edukalt uuendatud",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Järgis juhiseid täiuslikult",
|
"Followed instructions perfectly": "Järgis juhiseid täiuslikult",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF-ist piltide väljavõtmine (OCR)",
|
"PDF Extract Images (OCR)": "PDF-ist piltide väljavõtmine (OCR)",
|
||||||
"pending": "ootel",
|
"pending": "ootel",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Juurdepääs meediumiseadmetele keelatud",
|
"Permission denied when accessing media devices": "Juurdepääs meediumiseadmetele keelatud",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Ziur zaude artxibatutako txat guztiak desartxibatu nahi dituzula?",
|
"Are you sure you want to unarchive all archived chats?": "Ziur zaude artxibatutako txat guztiak desartxibatu nahi dituzula?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Ziur zaude?",
|
"Are you sure?": "Ziur zaude?",
|
||||||
"Arena Models": "Arena Ereduak",
|
"Arena Models": "Arena Ereduak",
|
||||||
"Artifacts": "Artefaktuak",
|
"Artifacts": "Artefaktuak",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Karpeta ongi ezabatu da",
|
"Folder deleted successfully": "Karpeta ongi ezabatu da",
|
||||||
"Folder name cannot be empty.": "Karpetaren izena ezin da hutsik egon.",
|
"Folder name cannot be empty.": "Karpetaren izena ezin da hutsik egon.",
|
||||||
"Folder name updated successfully": "Karpetaren izena ongi eguneratu da",
|
"Folder name updated successfully": "Karpetaren izena ongi eguneratu da",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Jarraibideak perfektuki jarraitu ditu",
|
"Followed instructions perfectly": "Jarraibideak perfektuki jarraitu ditu",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokumentua (.pdf)",
|
"PDF document (.pdf)": "PDF dokumentua (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF irudiak erauzi (OCR)",
|
"PDF Extract Images (OCR)": "PDF irudiak erauzi (OCR)",
|
||||||
"pending": "zain",
|
"pending": "zain",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Baimena ukatu da multimedia gailuak atzitzean",
|
"Permission denied when accessing media devices": "Baimena ukatu da multimedia gailuak atzitzean",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "آیا مطمئن هستید که می\u200cخواهید این کانال را حذف کنید؟",
|
"Are you sure you want to delete this channel?": "آیا مطمئن هستید که می\u200cخواهید این کانال را حذف کنید؟",
|
||||||
"Are you sure you want to delete this message?": "آیا مطمئن هستید که می\u200cخواهید این پیام را حذف کنید؟",
|
"Are you sure you want to delete this message?": "آیا مطمئن هستید که می\u200cخواهید این پیام را حذف کنید؟",
|
||||||
"Are you sure you want to unarchive all archived chats?": "آیا مطمئن هستید که می\u200cخواهید همه گفتگوهای بایگانی شده را از بایگانی خارج کنید؟",
|
"Are you sure you want to unarchive all archived chats?": "آیا مطمئن هستید که می\u200cخواهید همه گفتگوهای بایگانی شده را از بایگانی خارج کنید؟",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "مطمئنید؟",
|
"Are you sure?": "مطمئنید؟",
|
||||||
"Arena Models": "مدل\u200cهای آرنا",
|
"Arena Models": "مدل\u200cهای آرنا",
|
||||||
"Artifacts": "مصنوعات",
|
"Artifacts": "مصنوعات",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "پوشه با موفقیت حذف شد",
|
"Folder deleted successfully": "پوشه با موفقیت حذف شد",
|
||||||
"Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
|
"Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
|
||||||
"Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
|
"Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
|
"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF سند (.pdf)",
|
"PDF document (.pdf)": "PDF سند (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "استخراج تصاویر از PDF (OCR)",
|
"PDF Extract Images (OCR)": "استخراج تصاویر از PDF (OCR)",
|
||||||
"pending": "در انتظار",
|
"pending": "در انتظار",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "دسترسی به دستگاه\u200cهای رسانه رد شد",
|
"Permission denied when accessing media devices": "دسترسی به دستگاه\u200cهای رسانه رد شد",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Haluatko varmasti poistaa tämän kanavan?",
|
"Are you sure you want to delete this channel?": "Haluatko varmasti poistaa tämän kanavan?",
|
||||||
"Are you sure you want to delete this message?": "Haluatko varmasti poistaa tämän viestin?",
|
"Are you sure you want to delete this message?": "Haluatko varmasti poistaa tämän viestin?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Haluatko varmasti purkaa kaikkien arkistoitujen keskustelujen arkistoinnin?",
|
"Are you sure you want to unarchive all archived chats?": "Haluatko varmasti purkaa kaikkien arkistoitujen keskustelujen arkistoinnin?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "Haluatko varmasti päivittää tämän käyttäjän roolin **{{ROLE}}** tähän?",
|
|
||||||
"Are you sure?": "Oletko varma?",
|
"Are you sure?": "Oletko varma?",
|
||||||
"Arena Models": "Arena-mallit",
|
"Arena Models": "Arena-mallit",
|
||||||
"Artifacts": "Artefaktit",
|
"Artifacts": "Artefaktit",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Kansio poistettu onnistuneesti",
|
"Folder deleted successfully": "Kansio poistettu onnistuneesti",
|
||||||
"Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
|
"Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
|
||||||
"Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
|
"Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
|
"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
|
||||||
"Force OCR": "Pakota OCR",
|
"Force OCR": "Pakota OCR",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Pakota OCR:n käyttö kaikilla PDF-sivuilla. Tämä voi johtaa huonompiin tuloksiin jos PDF:n tekstisisältö on laadukasta. Oletusarvo, ei käytöstä.",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Pakota OCR:n käyttö kaikilla PDF-sivuilla. Tämä voi johtaa huonompiin tuloksiin jos PDF:n tekstisisältö on laadukasta. Oletusarvo, ei käytöstä.",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-asiakirja (.pdf)",
|
"PDF document (.pdf)": "PDF-asiakirja (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Poimi kuvat PDF:stä (OCR)",
|
"PDF Extract Images (OCR)": "Poimi kuvat PDF:stä (OCR)",
|
||||||
"pending": "odottaa",
|
"pending": "odottaa",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "Odottavien käyttäjien sisältö",
|
"Pending User Overlay Content": "Odottavien käyttäjien sisältö",
|
||||||
"Pending User Overlay Title": "Odottavien käyttäjien otsikko",
|
"Pending User Overlay Title": "Odottavien käyttäjien otsikko",
|
||||||
"Permission denied when accessing media devices": "Käyttöoikeus evätty media-laitteille",
|
"Permission denied when accessing media devices": "Käyttöoikeus evätty media-laitteille",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Êtes-vous certain ?",
|
"Are you sure?": "Êtes-vous certain ?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "A parfaitement suivi les instructions",
|
"Followed instructions perfectly": "A parfaitement suivi les instructions",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Document au format PDF (.pdf)",
|
"PDF document (.pdf)": "Document au format PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
|
||||||
"pending": "en attente",
|
"pending": "en attente",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",
|
"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Êtes-vous sûr de vouloir supprimer ce canal ?",
|
"Are you sure you want to delete this channel?": "Êtes-vous sûr de vouloir supprimer ce canal ?",
|
||||||
"Are you sure you want to delete this message?": "Êtes-vous sûr de vouloir supprimer ce message ?",
|
"Are you sure you want to delete this message?": "Êtes-vous sûr de vouloir supprimer ce message ?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Êtes-vous sûr de vouloir désarchiver toutes les conversations archivées?",
|
"Are you sure you want to unarchive all archived chats?": "Êtes-vous sûr de vouloir désarchiver toutes les conversations archivées?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Êtes-vous certain ?",
|
"Are you sure?": "Êtes-vous certain ?",
|
||||||
"Arena Models": "Modèles d'arène",
|
"Arena Models": "Modèles d'arène",
|
||||||
"Artifacts": "Artéfacts",
|
"Artifacts": "Artéfacts",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Dossier supprimé avec succès",
|
"Folder deleted successfully": "Dossier supprimé avec succès",
|
||||||
"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
|
"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
|
||||||
"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
|
"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "A parfaitement suivi les instructions",
|
"Followed instructions perfectly": "A parfaitement suivi les instructions",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Document au format PDF (.pdf)",
|
"PDF document (.pdf)": "Document au format PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
|
||||||
"pending": "en attente",
|
"pending": "en attente",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",
|
"Permission denied when accessing media devices": "Accès aux appareils multimédias refusé",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "האם אתה בטוח?",
|
"Are you sure?": "האם אתה בטוח?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
|
"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "מסמך PDF (.pdf)",
|
"PDF document (.pdf)": "מסמך PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "חילוץ תמונות מ-PDF (OCR)",
|
"PDF Extract Images (OCR)": "חילוץ תמונות מ-PDF (OCR)",
|
||||||
"pending": "ממתין",
|
"pending": "ממתין",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "क्या आपको यकीन है?",
|
"Are you sure?": "क्या आपको यकीन है?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
|
"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF दस्तावेज़ (.pdf)",
|
"PDF document (.pdf)": "PDF दस्तावेज़ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF छवियाँ निकालें (OCR)",
|
"PDF Extract Images (OCR)": "PDF छवियाँ निकालें (OCR)",
|
||||||
"pending": "लंबित",
|
"pending": "लंबित",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Jeste li sigurni?",
|
"Are you sure?": "Jeste li sigurni?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Savršeno slijedio upute",
|
"Followed instructions perfectly": "Savršeno slijedio upute",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF izdvajanje slika (OCR)",
|
"PDF Extract Images (OCR)": "PDF izdvajanje slika (OCR)",
|
||||||
"pending": "u tijeku",
|
"pending": "u tijeku",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Dopuštenje je odbijeno prilikom pristupa medijskim uređajima",
|
"Permission denied when accessing media devices": "Dopuštenje je odbijeno prilikom pristupa medijskim uređajima",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Biztosan törölni szeretnéd ezt a csatornát?",
|
"Are you sure you want to delete this channel?": "Biztosan törölni szeretnéd ezt a csatornát?",
|
||||||
"Are you sure you want to delete this message?": "Biztosan törölni szeretnéd ezt az üzenetet?",
|
"Are you sure you want to delete this message?": "Biztosan törölni szeretnéd ezt az üzenetet?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Biztosan vissza szeretnéd állítani az összes archivált csevegést?",
|
"Are you sure you want to unarchive all archived chats?": "Biztosan vissza szeretnéd állítani az összes archivált csevegést?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Biztos vagy benne?",
|
"Are you sure?": "Biztos vagy benne?",
|
||||||
"Arena Models": "Arena modellek",
|
"Arena Models": "Arena modellek",
|
||||||
"Artifacts": "Műtermékek",
|
"Artifacts": "Műtermékek",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Mappa sikeresen törölve",
|
"Folder deleted successfully": "Mappa sikeresen törölve",
|
||||||
"Folder name cannot be empty.": "A mappa neve nem lehet üres.",
|
"Folder name cannot be empty.": "A mappa neve nem lehet üres.",
|
||||||
"Folder name updated successfully": "Mappa neve sikeresen frissítve",
|
"Folder name updated successfully": "Mappa neve sikeresen frissítve",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Tökéletesen követte az utasításokat",
|
"Followed instructions perfectly": "Tökéletesen követte az utasításokat",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokumentum (.pdf)",
|
"PDF document (.pdf)": "PDF dokumentum (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF képek kinyerése (OCR)",
|
"PDF Extract Images (OCR)": "PDF képek kinyerése (OCR)",
|
||||||
"pending": "függőben",
|
"pending": "függőben",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Hozzáférés megtagadva a médiaeszközökhöz",
|
"Permission denied when accessing media devices": "Hozzáférés megtagadva a médiaeszközökhöz",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Apakah Anda yakin?",
|
"Are you sure?": "Apakah Anda yakin?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Mengikuti instruksi dengan sempurna",
|
"Followed instructions perfectly": "Mengikuti instruksi dengan sempurna",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Dokumen PDF (.pdf)",
|
"PDF document (.pdf)": "Dokumen PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Ekstrak Gambar PDF (OCR)",
|
"PDF Extract Images (OCR)": "Ekstrak Gambar PDF (OCR)",
|
||||||
"pending": "tertunda",
|
"pending": "tertunda",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Izin ditolak saat mengakses perangkat media",
|
"Permission denied when accessing media devices": "Izin ditolak saat mengakses perangkat media",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "An bhfuil tú cinnte gur mhaith leat an cainéal seo a scriosadh?",
|
"Are you sure you want to delete this channel?": "An bhfuil tú cinnte gur mhaith leat an cainéal seo a scriosadh?",
|
||||||
"Are you sure you want to delete this message?": "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scriosadh?",
|
"Are you sure you want to delete this message?": "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scriosadh?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "An bhfuil tú cinnte gur mhaith leat gach comhrá cartlainne a dhíchartlannú?",
|
"Are you sure you want to unarchive all archived chats?": "An bhfuil tú cinnte gur mhaith leat gach comhrá cartlainne a dhíchartlannú?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "An bhfuil tú cinnte?",
|
"Are you sure?": "An bhfuil tú cinnte?",
|
||||||
"Arena Models": "Múnlaí Airéine",
|
"Arena Models": "Múnlaí Airéine",
|
||||||
"Artifacts": "Déantáin",
|
"Artifacts": "Déantáin",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
|
"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
|
||||||
"Folder name cannot be empty.": "Ní féidir ainm fillteáin a bheith folamh.",
|
"Folder name cannot be empty.": "Ní féidir ainm fillteáin a bheith folamh.",
|
||||||
"Folder name updated successfully": "D'éirigh le hainm an fhillteáin a nuashonrú",
|
"Folder name updated successfully": "D'éirigh le hainm an fhillteáin a nuashonrú",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Lean treoracha go foirfe",
|
"Followed instructions perfectly": "Lean treoracha go foirfe",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Doiciméad PDF (.pdf)",
|
"PDF document (.pdf)": "Doiciméad PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Íomhánna Sliocht PDF (OCR)",
|
"PDF Extract Images (OCR)": "Íomhánna Sliocht PDF (OCR)",
|
||||||
"pending": "ar feitheamh",
|
"pending": "ar feitheamh",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Cead diúltaithe nuair a bhíonn rochtain agat",
|
"Permission denied when accessing media devices": "Cead diúltaithe nuair a bhíonn rochtain agat",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Sei sicuro di voler eliminare questo canale?",
|
"Are you sure you want to delete this channel?": "Sei sicuro di voler eliminare questo canale?",
|
||||||
"Are you sure you want to delete this message?": "Sei sicuro di voler eliminare questo messaggio?",
|
"Are you sure you want to delete this message?": "Sei sicuro di voler eliminare questo messaggio?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Sei sicuro di voler disarchiviare tutte le chat archiviate?",
|
"Are you sure you want to unarchive all archived chats?": "Sei sicuro di voler disarchiviare tutte le chat archiviate?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "Sei sicuro di voler aggiornare il ruolo di questo utente in **{{ROLE}}**?",
|
|
||||||
"Are you sure?": "Sei sicuro?",
|
"Are you sure?": "Sei sicuro?",
|
||||||
"Arena Models": "Modelli Arena",
|
"Arena Models": "Modelli Arena",
|
||||||
"Artifacts": "Artefatti",
|
"Artifacts": "Artefatti",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Cartella rimossa con successo",
|
"Folder deleted successfully": "Cartella rimossa con successo",
|
||||||
"Folder name cannot be empty.": "Il nome della cartella non può essere vuoto.",
|
"Folder name cannot be empty.": "Il nome della cartella non può essere vuoto.",
|
||||||
"Folder name updated successfully": "Nome cartella aggiornato con successo",
|
"Folder name updated successfully": "Nome cartella aggiornato con successo",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
|
"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Estrazione Immagini PDF (OCR)",
|
"PDF Extract Images (OCR)": "Estrazione Immagini PDF (OCR)",
|
||||||
"pending": "in sospeso",
|
"pending": "in sospeso",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Autorizzazione negata durante l'accesso ai dispositivi multimediali",
|
"Permission denied when accessing media devices": "Autorizzazione negata durante l'accesso ai dispositivi multimediali",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "このチャンネルを削除しますか?",
|
"Are you sure you want to delete this channel?": "このチャンネルを削除しますか?",
|
||||||
"Are you sure you want to delete this message?": "このメッセージを削除しますか?",
|
"Are you sure you want to delete this message?": "このメッセージを削除しますか?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "すべてのアーカイブされたチャットをアンアーカイブしますか?",
|
"Are you sure you want to unarchive all archived chats?": "すべてのアーカイブされたチャットをアンアーカイブしますか?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "このユーザーの役割を **{{ROLE}}** に更新しますか?",
|
|
||||||
"Are you sure?": "よろしいですか?",
|
"Are you sure?": "よろしいですか?",
|
||||||
"Arena Models": "Arenaモデル",
|
"Arena Models": "Arenaモデル",
|
||||||
"Artifacts": "アーティファクト",
|
"Artifacts": "アーティファクト",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "フォルダー削除が成功しました。",
|
"Folder deleted successfully": "フォルダー削除が成功しました。",
|
||||||
"Folder name cannot be empty.": "フォルダー名を入力してください。",
|
"Folder name cannot be empty.": "フォルダー名を入力してください。",
|
||||||
"Folder name updated successfully": "フォルダー名更新が成功しました。",
|
"Folder name updated successfully": "フォルダー名更新が成功しました。",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "完全に指示に従った",
|
"Followed instructions perfectly": "完全に指示に従った",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ドキュメント (.pdf)",
|
"PDF document (.pdf)": "PDF ドキュメント (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF 画像抽出 (OCR)",
|
"PDF Extract Images (OCR)": "PDF 画像抽出 (OCR)",
|
||||||
"pending": "保留中",
|
"pending": "保留中",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "保留中のユーザー情報オーバーレイの内容",
|
"Pending User Overlay Content": "保留中のユーザー情報オーバーレイの内容",
|
||||||
"Pending User Overlay Title": "保留中のユーザー情報オーバーレイのタイトル",
|
"Pending User Overlay Title": "保留中のユーザー情報オーバーレイのタイトル",
|
||||||
"Permission denied when accessing media devices": "メディアデバイスへのアクセス時に権限が拒否されました",
|
"Permission denied when accessing media devices": "メディアデバイスへのアクセス時に権限が拒否されました",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "დარწმუნებული ბრძანდებით?",
|
"Are you sure?": "დარწმუნებული ბრძანდებით?",
|
||||||
"Arena Models": "არენის მოდელები",
|
"Arena Models": "არენის მოდელები",
|
||||||
"Artifacts": "არტეფაქტები",
|
"Artifacts": "არტეფაქტები",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "ინსტრუქციების ზუსტად მიჰყევით",
|
"Followed instructions perfectly": "ინსტრუქციების ზუსტად მიჰყევით",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF დოკუმენტი (.pdf)",
|
"PDF document (.pdf)": "PDF დოკუმენტი (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF იდან ამოღებული სურათები (OCR)",
|
"PDF Extract Images (OCR)": "PDF იდან ამოღებული სურათები (OCR)",
|
||||||
"pending": "დარჩენილი",
|
"pending": "დარჩენილი",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "정말 이 채널을 삭제하시겠습니까?",
|
"Are you sure you want to delete this channel?": "정말 이 채널을 삭제하시겠습니까?",
|
||||||
"Are you sure you want to delete this message?": "정말 이 메세지를 삭제하시겠습니까?",
|
"Are you sure you want to delete this message?": "정말 이 메세지를 삭제하시겠습니까?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "정말 보관된 모든 채팅을 보관 해제하시겠습니까?",
|
"Are you sure you want to unarchive all archived chats?": "정말 보관된 모든 채팅을 보관 해제하시겠습니까?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "확실합니까?",
|
"Are you sure?": "확실합니까?",
|
||||||
"Arena Models": "Arena 모델",
|
"Arena Models": "Arena 모델",
|
||||||
"Artifacts": "아티팩트",
|
"Artifacts": "아티팩트",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "성공적으로 폴터가 생성되었습니다",
|
"Folder deleted successfully": "성공적으로 폴터가 생성되었습니다",
|
||||||
"Folder name cannot be empty.": "폴더 이름을 작성해주세요",
|
"Folder name cannot be empty.": "폴더 이름을 작성해주세요",
|
||||||
"Folder name updated successfully": "성공적으로 폴더 이름이 저장되었습니다",
|
"Folder name updated successfully": "성공적으로 폴더 이름이 저장되었습니다",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "명령을 완벽히 수행함",
|
"Followed instructions perfectly": "명령을 완벽히 수행함",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF 문서(.pdf)",
|
"PDF document (.pdf)": "PDF 문서(.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF 이미지 추출(OCR)",
|
"PDF Extract Images (OCR)": "PDF 이미지 추출(OCR)",
|
||||||
"pending": "보류 중",
|
"pending": "보류 중",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "미디어 장치 접근 권한이 거부되었습니다.",
|
"Permission denied when accessing media devices": "미디어 장치 접근 권한이 거부되었습니다.",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Are esate tikri?",
|
"Are you sure?": "Are esate tikri?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Tobulai sekė instrukcijas",
|
"Followed instructions perfectly": "Tobulai sekė instrukcijas",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokumentas (.pdf)",
|
"PDF document (.pdf)": "PDF dokumentas (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF paveikslėlių skaitymas (OCR)",
|
"PDF Extract Images (OCR)": "PDF paveikslėlių skaitymas (OCR)",
|
||||||
"pending": "laukiama",
|
"pending": "laukiama",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Leidimas atmestas bandant prisijungti prie medijos įrenginių",
|
"Permission denied when accessing media devices": "Leidimas atmestas bandant prisijungti prie medijos įrenginių",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Adakah anda pasti",
|
"Are you sure?": "Adakah anda pasti",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Mengikut arahan dengan sempurna",
|
"Followed instructions perfectly": "Mengikut arahan dengan sempurna",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Dokumen PDF (.pdf)",
|
"PDF document (.pdf)": "Dokumen PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Imej Ekstrak PDF (OCR)",
|
"PDF Extract Images (OCR)": "Imej Ekstrak PDF (OCR)",
|
||||||
"pending": "tertunda",
|
"pending": "tertunda",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Tidak mendapat kebenaran apabila cuba mengakses peranti media",
|
"Permission denied when accessing media devices": "Tidak mendapat kebenaran apabila cuba mengakses peranti media",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Er du sikker på at du vil slette denne kanalen?",
|
"Are you sure you want to delete this channel?": "Er du sikker på at du vil slette denne kanalen?",
|
||||||
"Are you sure you want to delete this message?": "Er du sikker på at du vil slette denne meldingen?",
|
"Are you sure you want to delete this message?": "Er du sikker på at du vil slette denne meldingen?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Er du sikker på at du vil oppheve arkiveringen av alle arkiverte chatter?",
|
"Are you sure you want to unarchive all archived chats?": "Er du sikker på at du vil oppheve arkiveringen av alle arkiverte chatter?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Er du sikker?",
|
"Are you sure?": "Er du sikker?",
|
||||||
"Arena Models": "Arena-modeller",
|
"Arena Models": "Arena-modeller",
|
||||||
"Artifacts": "Artifakter",
|
"Artifacts": "Artifakter",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Mappe slettet",
|
"Folder deleted successfully": "Mappe slettet",
|
||||||
"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
|
"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
|
||||||
"Folder name updated successfully": "Mappenavn oppdatert",
|
"Folder name updated successfully": "Mappenavn oppdatert",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Fulgte instruksjonene perfekt",
|
"Followed instructions perfectly": "Fulgte instruksjonene perfekt",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Uthenting av PDF-bilder (OCR)",
|
"PDF Extract Images (OCR)": "Uthenting av PDF-bilder (OCR)",
|
||||||
"pending": "avventer",
|
"pending": "avventer",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Tilgang avslått ved bruk av medieenheter",
|
"Permission denied when accessing media devices": "Tilgang avslått ved bruk av medieenheter",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Weet je zeker dat je dit kanaal wil verwijderen?",
|
"Are you sure you want to delete this channel?": "Weet je zeker dat je dit kanaal wil verwijderen?",
|
||||||
"Are you sure you want to delete this message?": "Weet je zeker dat je dit bericht wil verwijderen?",
|
"Are you sure you want to delete this message?": "Weet je zeker dat je dit bericht wil verwijderen?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Weet je zeker dat je alle gearchiveerde chats wil onarchiveren?",
|
"Are you sure you want to unarchive all archived chats?": "Weet je zeker dat je alle gearchiveerde chats wil onarchiveren?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Weet je het zeker?",
|
"Are you sure?": "Weet je het zeker?",
|
||||||
"Arena Models": "Arenamodellen",
|
"Arena Models": "Arenamodellen",
|
||||||
"Artifacts": "Artefacten",
|
"Artifacts": "Artefacten",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Map succesvol verwijderd",
|
"Folder deleted successfully": "Map succesvol verwijderd",
|
||||||
"Folder name cannot be empty.": "Mapnaam kan niet leeg zijn",
|
"Folder name cannot be empty.": "Mapnaam kan niet leeg zijn",
|
||||||
"Folder name updated successfully": "Mapnaam succesvol aangepast",
|
"Folder name updated successfully": "Mapnaam succesvol aangepast",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Volgde instructies perfect",
|
"Followed instructions perfectly": "Volgde instructies perfect",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF document (.pdf)",
|
"PDF document (.pdf)": "PDF document (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF extraheer afbeeldingen (OCR)",
|
"PDF Extract Images (OCR)": "PDF extraheer afbeeldingen (OCR)",
|
||||||
"pending": "wachtend",
|
"pending": "wachtend",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Toegang geweigerd bij het toegang krijgen tot media-apparaten",
|
"Permission denied when accessing media devices": "Toegang geweigerd bij het toegang krijgen tot media-apparaten",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
|
"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
|
"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF ਡਾਕੂਮੈਂਟ (.pdf)",
|
"PDF document (.pdf)": "PDF ਡਾਕੂਮੈਂਟ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF ਚਿੱਤਰ ਕੱਢੋ (OCR)",
|
"PDF Extract Images (OCR)": "PDF ਚਿੱਤਰ ਕੱਢੋ (OCR)",
|
||||||
"pending": "ਬਕਾਇਆ",
|
"pending": "ਬਕਾਇਆ",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Czy na pewno chcesz usunąć ten kanał?",
|
"Are you sure you want to delete this channel?": "Czy na pewno chcesz usunąć ten kanał?",
|
||||||
"Are you sure you want to delete this message?": "Czy na pewno chcesz usunąć tę wiadomość?",
|
"Are you sure you want to delete this message?": "Czy na pewno chcesz usunąć tę wiadomość?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Czy na pewno chcesz przywrócić wszystkie zapisane rozmowy?",
|
"Are you sure you want to unarchive all archived chats?": "Czy na pewno chcesz przywrócić wszystkie zapisane rozmowy?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Czy jesteś pewien?",
|
"Are you sure?": "Czy jesteś pewien?",
|
||||||
"Arena Models": "Modele Areny",
|
"Arena Models": "Modele Areny",
|
||||||
"Artifacts": "Artefakty",
|
"Artifacts": "Artefakty",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Folder został usunięty pomyślnie",
|
"Folder deleted successfully": "Folder został usunięty pomyślnie",
|
||||||
"Folder name cannot be empty.": "Nazwa folderu nie może być pusta.",
|
"Folder name cannot be empty.": "Nazwa folderu nie może być pusta.",
|
||||||
"Folder name updated successfully": "Nazwa folderu została zaktualizowana pomyślnie",
|
"Folder name updated successfully": "Nazwa folderu została zaktualizowana pomyślnie",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Wykonał instrukcje idealnie",
|
"Followed instructions perfectly": "Wykonał instrukcje idealnie",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Dokument PDF (.pdf)",
|
"PDF document (.pdf)": "Dokument PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF Ekstrahuj obrazy (OCR)",
|
"PDF Extract Images (OCR)": "PDF Ekstrahuj obrazy (OCR)",
|
||||||
"pending": "oczekiwanie",
|
"pending": "oczekiwanie",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Odmowa dostępu podczas uzyskiwania dostępu do urządzeń multimedialnych",
|
"Permission denied when accessing media devices": "Odmowa dostępu podczas uzyskiwania dostępu do urządzeń multimedialnych",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Você tem certeza que deseja desarquivar todos os chats arquivados?",
|
"Are you sure you want to unarchive all archived chats?": "Você tem certeza que deseja desarquivar todos os chats arquivados?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Você tem certeza?",
|
"Are you sure?": "Você tem certeza?",
|
||||||
"Arena Models": "Arena de Modelos",
|
"Arena Models": "Arena de Modelos",
|
||||||
"Artifacts": "Artefatos",
|
"Artifacts": "Artefatos",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Pasta excluída com sucesso",
|
"Folder deleted successfully": "Pasta excluída com sucesso",
|
||||||
"Folder name cannot be empty.": "Nome da pasta não pode estar vazio.",
|
"Folder name cannot be empty.": "Nome da pasta não pode estar vazio.",
|
||||||
"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
|
"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Seguiu as instruções perfeitamente",
|
"Followed instructions perfectly": "Seguiu as instruções perfeitamente",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extrair Imagens do PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extrair Imagens do PDF (OCR)",
|
||||||
"pending": "pendente",
|
"pending": "pendente",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Permissão negada ao acessar dispositivos de mídia",
|
"Permission denied when accessing media devices": "Permissão negada ao acessar dispositivos de mídia",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Tem a certeza?",
|
"Are you sure?": "Tem a certeza?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Seguiu instruções perfeitamente",
|
"Followed instructions perfectly": "Seguiu instruções perfeitamente",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
"PDF document (.pdf)": "Documento PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extrair Imagens de PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extrair Imagens de PDF (OCR)",
|
||||||
"pending": "pendente",
|
"pending": "pendente",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "A permissão foi negada ao aceder aos dispositivos de media",
|
"Permission denied when accessing media devices": "A permissão foi negada ao aceder aos dispositivos de media",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Ești sigur că vrei să ștergi acest canal?",
|
"Are you sure you want to delete this channel?": "Ești sigur că vrei să ștergi acest canal?",
|
||||||
"Are you sure you want to delete this message?": "Ești sigur că vrei să ștergi acest mesaj?",
|
"Are you sure you want to delete this message?": "Ești sigur că vrei să ștergi acest mesaj?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Ești sigur că vrei să dezarhivezi toate conversațiile arhivate?",
|
"Are you sure you want to unarchive all archived chats?": "Ești sigur că vrei să dezarhivezi toate conversațiile arhivate?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Ești sigur?",
|
"Are you sure?": "Ești sigur?",
|
||||||
"Arena Models": "Arena Models",
|
"Arena Models": "Arena Models",
|
||||||
"Artifacts": "Artefacte",
|
"Artifacts": "Artefacte",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Folder șters cu succes",
|
"Folder deleted successfully": "Folder șters cu succes",
|
||||||
"Folder name cannot be empty.": "Numele folderului nu poate fi gol.",
|
"Folder name cannot be empty.": "Numele folderului nu poate fi gol.",
|
||||||
"Folder name updated successfully": "Numele folderului a fost actualizat cu succes",
|
"Folder name updated successfully": "Numele folderului a fost actualizat cu succes",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "A urmat instrucțiunile perfect",
|
"Followed instructions perfectly": "A urmat instrucțiunile perfect",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Document PDF (.pdf)",
|
"PDF document (.pdf)": "Document PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extrage Imagini PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extrage Imagini PDF (OCR)",
|
||||||
"pending": "în așteptare",
|
"pending": "în așteptare",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Permisiunea refuzată la accesarea dispozitivelor media",
|
"Permission denied when accessing media devices": "Permisiunea refuzată la accesarea dispozitivelor media",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Вы уверены, что хотите удалить этот канал?",
|
"Are you sure you want to delete this channel?": "Вы уверены, что хотите удалить этот канал?",
|
||||||
"Are you sure you want to delete this message?": "Вы уверены, что хотите удалить это сообщение?",
|
"Are you sure you want to delete this message?": "Вы уверены, что хотите удалить это сообщение?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Вы уверены, что хотите разархивировать все заархивированные чаты?",
|
"Are you sure you want to unarchive all archived chats?": "Вы уверены, что хотите разархивировать все заархивированные чаты?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "Вы уверены, что хотите изменить роль этого пользователя на **{{ROLE}}**?",
|
|
||||||
"Are you sure?": "Вы уверены?",
|
"Are you sure?": "Вы уверены?",
|
||||||
"Arena Models": "Арена моделей",
|
"Arena Models": "Арена моделей",
|
||||||
"Artifacts": "Артефакты",
|
"Artifacts": "Артефакты",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Папка успешно удалена",
|
"Folder deleted successfully": "Папка успешно удалена",
|
||||||
"Folder name cannot be empty.": "Название папки не может быть пустым.",
|
"Folder name cannot be empty.": "Название папки не может быть пустым.",
|
||||||
"Folder name updated successfully": "Название папки успешно обновлено",
|
"Folder name updated successfully": "Название папки успешно обновлено",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Идеально соответствует инструкциям",
|
"Followed instructions perfectly": "Идеально соответствует инструкциям",
|
||||||
"Force OCR": "Принудительное OCR",
|
"Force OCR": "Принудительное OCR",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Принудительное OCR на всех страницах PDF-файла. Это может привести к ухудшению результатов, если в ваших PDF-файлах есть хороший текст. По умолчанию установлено значение Выкл.",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "Принудительное OCR на всех страницах PDF-файла. Это может привести к ухудшению результатов, если в ваших PDF-файлах есть хороший текст. По умолчанию установлено значение Выкл.",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-документ (.pdf)",
|
"PDF document (.pdf)": "PDF-документ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Извлечение изображений из PDF (OCR)",
|
"PDF Extract Images (OCR)": "Извлечение изображений из PDF (OCR)",
|
||||||
"pending": "ожидающий",
|
"pending": "ожидающий",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "Ожидание контента пользовательского оверлея",
|
"Pending User Overlay Content": "Ожидание контента пользовательского оверлея",
|
||||||
"Pending User Overlay Title": "Ожидание заголовка пользовательского оверлея",
|
"Pending User Overlay Title": "Ожидание заголовка пользовательского оверлея",
|
||||||
"Permission denied when accessing media devices": "Отказано в разрешении на доступ к мультимедийным устройствам",
|
"Permission denied when accessing media devices": "Отказано в разрешении на доступ к мультимедийным устройствам",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Ste si istý?",
|
"Are you sure?": "Ste si istý?",
|
||||||
"Arena Models": "Arena modely",
|
"Arena Models": "Arena modely",
|
||||||
"Artifacts": "Artefakty",
|
"Artifacts": "Artefakty",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Priečinok bol úspešne vymazaný",
|
"Folder deleted successfully": "Priečinok bol úspešne vymazaný",
|
||||||
"Folder name cannot be empty.": "Názov priečinka nesmie byť prázdny.",
|
"Folder name cannot be empty.": "Názov priečinka nesmie byť prázdny.",
|
||||||
"Folder name updated successfully": "Názov priečinka bol úspešne aktualizovaný.",
|
"Folder name updated successfully": "Názov priečinka bol úspešne aktualizovaný.",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Dodržal pokyny dokonale.",
|
"Followed instructions perfectly": "Dodržal pokyny dokonale.",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
"PDF document (.pdf)": "PDF dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Extrahovanie obrázkov z PDF (OCR)",
|
"PDF Extract Images (OCR)": "Extrahovanie obrázkov z PDF (OCR)",
|
||||||
"pending": "čaká na vybavenie",
|
"pending": "čaká na vybavenie",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Odmietnutie povolenia pri prístupe k mediálnym zariadeniam",
|
"Permission denied when accessing media devices": "Odmietnutie povolenia pri prístupe k mediálnym zariadeniam",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Да ли сигурно желите обрисати овај канал?",
|
"Are you sure you want to delete this channel?": "Да ли сигурно желите обрисати овај канал?",
|
||||||
"Are you sure you want to delete this message?": "Да ли сигурно желите обрисати ову поруку?",
|
"Are you sure you want to delete this message?": "Да ли сигурно желите обрисати ову поруку?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Да ли сигурно желите деархивирати све архиве?",
|
"Are you sure you want to unarchive all archived chats?": "Да ли сигурно желите деархивирати све архиве?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Да ли сте сигурни?",
|
"Are you sure?": "Да ли сте сигурни?",
|
||||||
"Arena Models": "Модели са Арене",
|
"Arena Models": "Модели са Арене",
|
||||||
"Artifacts": "Артефакти",
|
"Artifacts": "Артефакти",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Упутства су савршено праћена",
|
"Followed instructions perfectly": "Упутства су савршено праћена",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF документ (.pdf)",
|
"PDF document (.pdf)": "PDF документ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Извлачење PDF слика (OCR)",
|
"PDF Extract Images (OCR)": "Извлачење PDF слика (OCR)",
|
||||||
"pending": "на чекању",
|
"pending": "на чекању",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Приступ медијским уређајима одбијен",
|
"Permission denied when accessing media devices": "Приступ медијским уређајима одбијен",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Är du säker på att du vill radera denna kanal?",
|
"Are you sure you want to delete this channel?": "Är du säker på att du vill radera denna kanal?",
|
||||||
"Are you sure you want to delete this message?": "Är du säker på att du vill radera detta meddelande?",
|
"Are you sure you want to delete this message?": "Är du säker på att du vill radera detta meddelande?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Är du säker på att du vill avarkivera alla arkiverade chattar?",
|
"Are you sure you want to unarchive all archived chats?": "Är du säker på att du vill avarkivera alla arkiverade chattar?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Är du säker?",
|
"Are you sure?": "Är du säker?",
|
||||||
"Arena Models": "Arenamodeller",
|
"Arena Models": "Arenamodeller",
|
||||||
"Artifacts": "Artefakter",
|
"Artifacts": "Artefakter",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Följde instruktionerna perfekt",
|
"Followed instructions perfectly": "Följde instruktionerna perfekt",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
"PDF document (.pdf)": "PDF-dokument (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF Extrahera bilder (OCR)",
|
"PDF Extract Images (OCR)": "PDF Extrahera bilder (OCR)",
|
||||||
"pending": "väntande",
|
"pending": "väntande",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Nekad behörighet vid åtkomst till mediaenheter",
|
"Permission denied when accessing media devices": "Nekad behörighet vid åtkomst till mediaenheter",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "คุณแน่ใจหรือ?",
|
"Are you sure?": "คุณแน่ใจหรือ?",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "ปฏิบัติตามคำแนะนำอย่างสมบูรณ์แบบ",
|
"Followed instructions perfectly": "ปฏิบัติตามคำแนะนำอย่างสมบูรณ์แบบ",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "เอกสาร PDF (.pdf)",
|
"PDF document (.pdf)": "เอกสาร PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "การแยกรูปภาพจาก PDF (OCR)",
|
"PDF Extract Images (OCR)": "การแยกรูปภาพจาก PDF (OCR)",
|
||||||
"pending": "รอดำเนินการ",
|
"pending": "รอดำเนินการ",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "ถูกปฏิเสธเมื่อเข้าถึงอุปกรณ์",
|
"Permission denied when accessing media devices": "ถูกปฏิเสธเมื่อเข้าถึงอุปกรณ์",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "",
|
"Are you sure?": "",
|
||||||
"Arena Models": "",
|
"Arena Models": "",
|
||||||
"Artifacts": "",
|
"Artifacts": "",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "",
|
"Folder deleted successfully": "",
|
||||||
"Folder name cannot be empty.": "",
|
"Folder name cannot be empty.": "",
|
||||||
"Folder name updated successfully": "",
|
"Folder name updated successfully": "",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "",
|
"Followed instructions perfectly": "",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "",
|
"PDF document (.pdf)": "",
|
||||||
"PDF Extract Images (OCR)": "",
|
"PDF Extract Images (OCR)": "",
|
||||||
"pending": "",
|
"pending": "",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "",
|
"Permission denied when accessing media devices": "",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Bu kanalı silmek istediğinizden emin misiniz?",
|
"Are you sure you want to delete this channel?": "Bu kanalı silmek istediğinizden emin misiniz?",
|
||||||
"Are you sure you want to delete this message?": "Bu mesajı silmek istediğinizden emin misiniz?",
|
"Are you sure you want to delete this message?": "Bu mesajı silmek istediğinizden emin misiniz?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Arşivlenmiş tüm sohbetlerin arşivini kaldırmak istediğinizden emin misiniz?",
|
"Are you sure you want to unarchive all archived chats?": "Arşivlenmiş tüm sohbetlerin arşivini kaldırmak istediğinizden emin misiniz?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Emin misiniz?",
|
"Are you sure?": "Emin misiniz?",
|
||||||
"Arena Models": "Arena Modelleri",
|
"Arena Models": "Arena Modelleri",
|
||||||
"Artifacts": "Eserler",
|
"Artifacts": "Eserler",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Klasör başarıyla silindi",
|
"Folder deleted successfully": "Klasör başarıyla silindi",
|
||||||
"Folder name cannot be empty.": "Klasör adı boş olamaz.",
|
"Folder name cannot be empty.": "Klasör adı boş olamaz.",
|
||||||
"Folder name updated successfully": "Klasör adı başarıyla güncellendi",
|
"Folder name updated successfully": "Klasör adı başarıyla güncellendi",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
|
"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF belgesi (.pdf)",
|
"PDF document (.pdf)": "PDF belgesi (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF Görüntülerini Çıkart (OCR)",
|
"PDF Extract Images (OCR)": "PDF Görüntülerini Çıkart (OCR)",
|
||||||
"pending": "beklemede",
|
"pending": "beklemede",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Medya cihazlarına erişim izni reddedildi",
|
"Permission denied when accessing media devices": "Medya cihazlarına erişim izni reddedildi",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Ви впевнені, що хочете видалити цей канал?",
|
"Are you sure you want to delete this channel?": "Ви впевнені, що хочете видалити цей канал?",
|
||||||
"Are you sure you want to delete this message?": "Ви впевнені, що хочете видалити це повідомлення?",
|
"Are you sure you want to delete this message?": "Ви впевнені, що хочете видалити це повідомлення?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Ви впевнені, що хочете розархівувати усі архівовані чати?",
|
"Are you sure you want to unarchive all archived chats?": "Ви впевнені, що хочете розархівувати усі архівовані чати?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Ви впевнені?",
|
"Are you sure?": "Ви впевнені?",
|
||||||
"Arena Models": "Моделі Arena",
|
"Arena Models": "Моделі Arena",
|
||||||
"Artifacts": "Артефакти",
|
"Artifacts": "Артефакти",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Папку успішно видалено",
|
"Folder deleted successfully": "Папку успішно видалено",
|
||||||
"Folder name cannot be empty.": "Назва папки не може бути порожньою.",
|
"Folder name cannot be empty.": "Назва папки не може бути порожньою.",
|
||||||
"Folder name updated successfully": "Назву папки успішно оновлено",
|
"Folder name updated successfully": "Назву папки успішно оновлено",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
|
"Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF документ (.pdf)",
|
"PDF document (.pdf)": "PDF документ (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Розпізнавання зображень з PDF (OCR)",
|
"PDF Extract Images (OCR)": "Розпізнавання зображень з PDF (OCR)",
|
||||||
"pending": "на розгляді",
|
"pending": "на розгляді",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Відмовлено в доступі до медіапристроїв",
|
"Permission denied when accessing media devices": "Відмовлено в доступі до медіапристроїв",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "",
|
"Are you sure you want to delete this channel?": "",
|
||||||
"Are you sure you want to delete this message?": "",
|
"Are you sure you want to delete this message?": "",
|
||||||
"Are you sure you want to unarchive all archived chats?": "",
|
"Are you sure you want to unarchive all archived chats?": "",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "کیا آپ کو یقین ہے؟",
|
"Are you sure?": "کیا آپ کو یقین ہے؟",
|
||||||
"Arena Models": "ارینا ماڈلز",
|
"Arena Models": "ارینا ماڈلز",
|
||||||
"Artifacts": "نوادرات",
|
"Artifacts": "نوادرات",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا",
|
"Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا",
|
||||||
"Folder name cannot be empty.": "پوشے کا نام خالی نہیں ہو سکتا",
|
"Folder name cannot be empty.": "پوشے کا نام خالی نہیں ہو سکتا",
|
||||||
"Folder name updated successfully": "فولڈر کا نام کامیابی سے اپ ڈیٹ ہوگیا",
|
"Folder name updated successfully": "فولڈر کا نام کامیابی سے اپ ڈیٹ ہوگیا",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "ہدایتوں کی مکمل پیروی کی گئی",
|
"Followed instructions perfectly": "ہدایتوں کی مکمل پیروی کی گئی",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "پی ڈی ایف دستاویز (.pdf)",
|
"PDF document (.pdf)": "پی ڈی ایف دستاویز (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "پی ڈی ایف سے تصاویر نکالیں (او سی آر)",
|
"PDF Extract Images (OCR)": "پی ڈی ایف سے تصاویر نکالیں (او سی آر)",
|
||||||
"pending": "زیر التواء",
|
"pending": "زیر التواء",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "میڈیا آلات تک رسائی کے وقت اجازت مسترد کر دی گئی",
|
"Permission denied when accessing media devices": "میڈیا آلات تک رسائی کے وقت اجازت مسترد کر دی گئی",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "Bạn có chắc chắn muốn xóa kênh này không?",
|
"Are you sure you want to delete this channel?": "Bạn có chắc chắn muốn xóa kênh này không?",
|
||||||
"Are you sure you want to delete this message?": "Bạn có chắc chắn muốn xóa tin nhắn này không?",
|
"Are you sure you want to delete this message?": "Bạn có chắc chắn muốn xóa tin nhắn này không?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "Bạn có chắc chắn muốn bỏ lưu trữ tất cả các cuộc trò chuyện đã lưu trữ không?",
|
"Are you sure you want to unarchive all archived chats?": "Bạn có chắc chắn muốn bỏ lưu trữ tất cả các cuộc trò chuyện đã lưu trữ không?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "",
|
|
||||||
"Are you sure?": "Bạn có chắc chắn không?",
|
"Are you sure?": "Bạn có chắc chắn không?",
|
||||||
"Arena Models": "Các Mô hình Arena",
|
"Arena Models": "Các Mô hình Arena",
|
||||||
"Artifacts": "Kết quả tạo ra",
|
"Artifacts": "Kết quả tạo ra",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "Xóa thư mục thành công",
|
"Folder deleted successfully": "Xóa thư mục thành công",
|
||||||
"Folder name cannot be empty.": "Tên thư mục không được để trống.",
|
"Folder name cannot be empty.": "Tên thư mục không được để trống.",
|
||||||
"Folder name updated successfully": "Cập nhật tên thư mục thành công",
|
"Folder name updated successfully": "Cập nhật tên thư mục thành công",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
|
"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
|
||||||
"Force OCR": "",
|
"Force OCR": "",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "Tập tin PDF (.pdf)",
|
"PDF document (.pdf)": "Tập tin PDF (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "Trích xuất ảnh từ PDF (OCR)",
|
"PDF Extract Images (OCR)": "Trích xuất ảnh từ PDF (OCR)",
|
||||||
"pending": "đang chờ phê duyệt",
|
"pending": "đang chờ phê duyệt",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "",
|
"Pending User Overlay Content": "",
|
||||||
"Pending User Overlay Title": "",
|
"Pending User Overlay Title": "",
|
||||||
"Permission denied when accessing media devices": "Quyền truy cập các thiết bị đa phương tiện bị từ chối",
|
"Permission denied when accessing media devices": "Quyền truy cập các thiết bị đa phương tiện bị từ chối",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "你确认要删除此频道吗?",
|
"Are you sure you want to delete this channel?": "你确认要删除此频道吗?",
|
||||||
"Are you sure you want to delete this message?": "你确认要删除此消息吗?",
|
"Are you sure you want to delete this message?": "你确认要删除此消息吗?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "你确认要取消所有已归档的对话吗?",
|
"Are you sure you want to unarchive all archived chats?": "你确认要取消所有已归档的对话吗?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "您确认要将此用户的角色更新为 **{{ROLE}}** 吗?",
|
|
||||||
"Are you sure?": "你确认吗?",
|
"Are you sure?": "你确认吗?",
|
||||||
"Arena Models": "启用竞技场匿名评价模型",
|
"Arena Models": "启用竞技场匿名评价模型",
|
||||||
"Artifacts": "Artifacts",
|
"Artifacts": "Artifacts",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "分组删除成功",
|
"Folder deleted successfully": "分组删除成功",
|
||||||
"Folder name cannot be empty.": "分组名称不能为空",
|
"Folder name cannot be empty.": "分组名称不能为空",
|
||||||
"Folder name updated successfully": "分组名称更新成功。",
|
"Folder name updated successfully": "分组名称更新成功。",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "完全按照指示执行",
|
"Followed instructions perfectly": "完全按照指示执行",
|
||||||
"Force OCR": "强制 OCR 识别",
|
"Force OCR": "强制 OCR 识别",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "强制对 PDF 所有页面执行 OCR 识别。若 PDF 中已包含优质文本内容可能降低识别准确率。默认为关闭",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "强制对 PDF 所有页面执行 OCR 识别。若 PDF 中已包含优质文本内容可能降低识别准确率。默认为关闭",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF 文档 (.pdf)",
|
"PDF document (.pdf)": "PDF 文档 (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF 图像处理(使用 OCR)",
|
"PDF Extract Images (OCR)": "PDF 图像处理(使用 OCR)",
|
||||||
"pending": "待激活",
|
"pending": "待激活",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "用户待激活界面内容",
|
"Pending User Overlay Content": "用户待激活界面内容",
|
||||||
"Pending User Overlay Title": "用户待激活界面标题",
|
"Pending User Overlay Title": "用户待激活界面标题",
|
||||||
"Permission denied when accessing media devices": "申请媒体设备权限被拒绝",
|
"Permission denied when accessing media devices": "申请媒体设备权限被拒绝",
|
||||||
|
@ -108,7 +108,6 @@
|
|||||||
"Are you sure you want to delete this channel?": "您確定要刪除此頻道嗎?",
|
"Are you sure you want to delete this channel?": "您確定要刪除此頻道嗎?",
|
||||||
"Are you sure you want to delete this message?": "您確定要刪除此訊息嗎?",
|
"Are you sure you want to delete this message?": "您確定要刪除此訊息嗎?",
|
||||||
"Are you sure you want to unarchive all archived chats?": "您確定要解除封存所有封存的對話記錄嗎?",
|
"Are you sure you want to unarchive all archived chats?": "您確定要解除封存所有封存的對話記錄嗎?",
|
||||||
"Are you sure you want to update this user's role to **{{ROLE}}**?": "您確定要將此使用者的角色更新為「{{ROLE}}」嗎?",
|
|
||||||
"Are you sure?": "您確定嗎?",
|
"Are you sure?": "您確定嗎?",
|
||||||
"Arena Models": "競技場模型",
|
"Arena Models": "競技場模型",
|
||||||
"Artifacts": "Artifacts",
|
"Artifacts": "Artifacts",
|
||||||
@ -611,6 +610,10 @@
|
|||||||
"Folder deleted successfully": "成功刪除資料夾",
|
"Folder deleted successfully": "成功刪除資料夾",
|
||||||
"Folder name cannot be empty.": "資料夾名稱不能為空。",
|
"Folder name cannot be empty.": "資料夾名稱不能為空。",
|
||||||
"Folder name updated successfully": "成功更新資料夾名稱",
|
"Folder name updated successfully": "成功更新資料夾名稱",
|
||||||
|
"Follow up": "",
|
||||||
|
"Follow Up Generation": "",
|
||||||
|
"Follow Up Generation Prompt": "",
|
||||||
|
"Follow-Up Auto-Generation": "",
|
||||||
"Followed instructions perfectly": "完全遵循指示",
|
"Followed instructions perfectly": "完全遵循指示",
|
||||||
"Force OCR": "強制執行 OCR",
|
"Force OCR": "強制執行 OCR",
|
||||||
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "強制對 PDF 所有頁面執行 OCR。若原始 PDF 文字品質良好,此功能可能降低準確度。預設為 False。",
|
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "強制對 PDF 所有頁面執行 OCR。若原始 PDF 文字品質良好,此功能可能降低準確度。預設為 False。",
|
||||||
@ -928,6 +931,7 @@
|
|||||||
"PDF document (.pdf)": "PDF 檔案 (.pdf)",
|
"PDF document (.pdf)": "PDF 檔案 (.pdf)",
|
||||||
"PDF Extract Images (OCR)": "PDF 影像擷取(OCR 光學文字辨識)",
|
"PDF Extract Images (OCR)": "PDF 影像擷取(OCR 光學文字辨識)",
|
||||||
"pending": "待處理",
|
"pending": "待處理",
|
||||||
|
"Pending": "",
|
||||||
"Pending User Overlay Content": "待處理的使用者訊息覆蓋層內容",
|
"Pending User Overlay Content": "待處理的使用者訊息覆蓋層內容",
|
||||||
"Pending User Overlay Title": "待處理的使用者訊息覆蓋層標題",
|
"Pending User Overlay Title": "待處理的使用者訊息覆蓋層標題",
|
||||||
"Permission denied when accessing media devices": "存取媒體裝置時權限遭拒",
|
"Permission denied when accessing media devices": "存取媒體裝置時權限遭拒",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user