Update translations (#620)

This commit is contained in:
Discourse Translator Bot 2024-05-14 07:19:53 -07:00 committed by GitHub
parent d5e30592f3
commit 28647b81fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
48 changed files with 366 additions and 1 deletions

View File

@ -116,6 +116,10 @@ ar:
uploads:
title: "التحميلات"
uploading: "جارٍ التحميل..."
llms:
save: "حفظ"
providers:
google: "Google"
related_topics:
title: "الموضوعات ذات الصلة"
pill: "موضوعات ذات صلة"
@ -176,6 +180,9 @@ ar:
shortcut_title: "بدء رسالة خاصة باستخدام روبوت ذكاء اصطناعي"
share: "مشاركة محادثة الذكاء الاصطناعي"
conversation_shared: "تم نسخ المحادثة"
debug_ai_modal:
request: "طلب"
response: "الاستجابة"
ai_label: "الذكاء الاصطناعي"
ai_title: "المحادثة مع الذكاء الاصطناعي"
share_modal:

View File

@ -38,6 +38,10 @@ be:
uploads:
title: "Загрузкі"
uploading: "Запампоўванне ..."
llms:
save: "Захаваць"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Назад"
@ -52,5 +56,7 @@ be:
image_caption:
save_caption: "захаваць"
ai_bot:
debug_ai_modal:
request: "запыт"
share_modal:
copy: "капіяваць"

View File

@ -40,6 +40,10 @@ bg:
delete: Изтрий
uploads:
uploading: "Качва се..."
llms:
save: "Запази "
providers:
google: "Google"
ai_helper:
context_menu:
back: "Назад"
@ -55,5 +59,7 @@ bg:
image_caption:
save_caption: "Запази "
ai_bot:
debug_ai_modal:
request: "Заявка"
share_modal:
copy: "Копирай"

View File

@ -41,6 +41,10 @@ bs_BA:
uploads:
title: "Uploads"
uploading: "Učitavanje..."
llms:
save: "Save"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Prethodno"
@ -56,5 +60,8 @@ bs_BA:
image_caption:
save_caption: "Save"
ai_bot:
debug_ai_modal:
request: "Zatraži"
response: "Odgovor"
share_modal:
copy: "Copy"

View File

@ -41,6 +41,10 @@ ca:
uploads:
title: "Càrregues"
uploading: "Carregant..."
llms:
save: "Desa"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Enrere"
@ -57,5 +61,8 @@ ca:
image_caption:
save_caption: "Desa"
ai_bot:
debug_ai_modal:
request: "Sol·licita"
response: "Reacció"
share_modal:
copy: "Còpia"

View File

@ -41,6 +41,10 @@ cs:
uploads:
title: "Nahrané soubory"
uploading: "Nahrává se..."
llms:
save: "Uložit"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Zpět"
@ -60,5 +64,8 @@ cs:
image_caption:
save_caption: "Uložit"
ai_bot:
debug_ai_modal:
request: "Požadavek"
response: "Odpověď"
share_modal:
copy: "Kopírovat"

View File

@ -41,6 +41,10 @@ da:
uploads:
title: "Overførsler"
uploading: "Overfører…"
llms:
save: "Gem"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Tilbage"
@ -59,5 +63,8 @@ da:
image_caption:
save_caption: "Gem"
ai_bot:
debug_ai_modal:
request: "Anmod om medlemskab"
response: "Svar"
share_modal:
copy: "Kopier"

View File

@ -26,6 +26,7 @@ de:
mistral_7b_instruct_v0_2: Mistral 7B Anleitung V0.2
command_r: Cohere Befehl R
command_r_plus: Cohere Befehl R+
gpt_4o: GPT 4 Omni
scriptables:
llm_report:
fields:
@ -195,6 +196,30 @@ de:
uploaded: "Bereit zur Indizierung"
uploading: "Wird hochgeladen …"
remove: "Upload entfernen"
llms:
short_title: "LLMs"
no_llms: "Noch keine LLMs"
new: "Neues Modell"
display_name: "Name zum Anzeigen:"
name: "Modellname:"
provider: "Dienst, der das Modell hostet:"
tokenizer: "Tokenizer:"
max_prompt_tokens: "Anzahl der Token für die Eingabeaufforderung:"
save: "Speichern"
saved: "LLM-Modell gespeichert"
hints:
max_prompt_tokens: "Maximale Anzahl von Token für die Eingabeaufforderung. Als Faustregel gilt, dass dies 50% des Kontextfensters des Modells sein sollte."
name: "Wir fügen dies in den API-Aufruf ein, um anzugeben, welches Modell wir verwenden werden."
providers:
aws_bedrock: "AWS Bedrock"
anthropic: "Anthropisch"
vllm: "vLLM"
hugging_face: "Hugging Face"
cohere: "Cohere"
open_ai: "OpenAI"
google: "Google"
azure: "Azure"
ollama: "Ollama"
related_topics:
title: "Verwandte Themen"
pill: "Verwandt"
@ -269,6 +294,8 @@ de:
copy_response: "Antwort kopieren"
request_tokens: "Token anfordern:"
response_tokens: "Antwort-Token:"
request: "Anfrage"
response: "Antwort"
share_full_topic_modal:
title: "Gespräch öffentlich teilen"
share: "Link teilen und kopieren"
@ -292,6 +319,7 @@ de:
cohere-command-r-plus: "Cohere Befehl R Plus"
gpt-4: "GPT-4"
gpt-4-turbo: "GPT-4 Turbo"
gpt-4o: "GPT-4 Omni"
gpt-3:
5-turbo: "GPT-3.5"
claude-2: "Claude 2"

View File

@ -41,6 +41,10 @@ el:
uploads:
title: "Μεταφορτώσεις"
uploading: "Επιφόρτωση..."
llms:
save: "Αποθήκευση"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Πίσω"
@ -56,5 +60,8 @@ el:
image_caption:
save_caption: "Αποθήκευση"
ai_bot:
debug_ai_modal:
request: "Αίτημα"
response: "Απάντηση"
share_modal:
copy: "Αντιγραφή"

View File

@ -116,6 +116,10 @@ es:
uploads:
title: "Subidos"
uploading: "Subiendo..."
llms:
save: "Guardar"
providers:
google: "Google"
related_topics:
title: "Temas relacionados"
pill: "Relacionados"
@ -176,6 +180,9 @@ es:
shortcut_title: "Iniciar un MP con un bot de IA"
share: "Compartir conversación de IA"
conversation_shared: "Conversación copiada"
debug_ai_modal:
request: "Solicitud"
response: "Respuesta"
ai_label: "IA"
ai_title: "Conversación con IA"
share_modal:

View File

@ -41,6 +41,10 @@ et:
uploads:
title: "Üleslaadimised"
uploading: "Laen üles..."
llms:
save: "Salvesta"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Tagasi"
@ -56,5 +60,8 @@ et:
image_caption:
save_caption: "Salvesta"
ai_bot:
debug_ai_modal:
request: "Päring"
response: "Vastus"
share_modal:
copy: "Kopeeri"

View File

@ -63,6 +63,14 @@ fa_IR:
uploads:
title: "بارگذاری‌ها"
uploading: "در حال بار گذاری..."
llms:
new: "مدل جدید"
display_name: "نام برای نمایش:"
name: "نام مدل:"
provider: "سرویس میزبانی مدل:"
save: "ذخیره"
providers:
google: "گوگل"
related_topics:
title: "موضوعات مرتبط"
ai_helper:
@ -99,6 +107,9 @@ fa_IR:
ai_bot:
cancel_streaming: "توقف پاسخ"
conversation_shared: "گفتگو کپی شد"
debug_ai_modal:
request: "درخواست"
response: "پاسخ"
ai_label: "هوش مصنوعی"
share_modal:
copy: "کپی"

View File

@ -116,6 +116,10 @@ fi:
uploads:
title: "Lataukset"
uploading: "Ladataan..."
llms:
save: "Tallenna"
providers:
google: "Google"
related_topics:
title: "Liittyvät ketjut"
pill: "Liittyy aiheeseen"
@ -176,6 +180,9 @@ fi:
shortcut_title: "Aloita yksityiskeskustelu tekoälybotin kanssa"
share: "Jaa tekoälykeskustelu"
conversation_shared: "Keskustelu kopioitu"
debug_ai_modal:
request: "Pyyntö"
response: "Vastaus"
ai_label: "Tekoäly"
ai_title: "Keskustelu tekoälyn kanssa"
share_modal:

View File

@ -116,6 +116,10 @@ fr:
uploads:
title: "Fichiers envoyés"
uploading: "Envoi en cours…"
llms:
save: "Enregistrer"
providers:
google: "Google"
related_topics:
title: "Sujets connexes"
pill: "Lié"
@ -176,6 +180,9 @@ fr:
shortcut_title: "Démarrer une conversation avec un robot IA"
share: "Partager une conversation IA"
conversation_shared: "Conversation copiée"
debug_ai_modal:
request: "Requête"
response: "Réponse"
ai_label: "IA"
ai_title: "Conversation avec l'IA"
share_modal:

View File

@ -41,6 +41,10 @@ gl:
uploads:
title: "Cargas"
uploading: "Cargando..."
llms:
save: "Gardar"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Volver"
@ -57,5 +61,8 @@ gl:
image_caption:
save_caption: "Gardar"
ai_bot:
debug_ai_modal:
request: "Petición"
response: "Resposta"
share_modal:
copy: "Copiar"

View File

@ -169,8 +169,11 @@ he:
priority_help: דמויות בעדיפות גבוהה מוצגות למשתמשים בראש רשימת הדמויות. אם מספר דמויות הן בעדיפות הן תסודרנה לפי האלפבית.
command_options: "אפשרויות פקודה"
rag_chunk_tokens: "העלאת אסימוני חלקים"
rag_chunk_tokens_help: "מספר האסימונים לשימוש לכל נתח במודל ה־RAG. הגדלה תגדיל את כמות ההקשר בו יכולה להשתמש הבינה המלאכותית. (שינוי יסדר את כל ההעלאות במפתח מחדש)"
rag_chunk_overlap_tokens: "העלאת אסימוני חפיפת חלקים"
rag_chunk_overlap_tokens_help: "מספר האסימון לחפיפה בין נתחים במודל ה־RAG. (שינוי יסדר את כל ההעלאות במפתח מחדש)"
rag_conversation_chunks: "חיפוש בחלקי הדיון"
rag_conversation_chunks_help: "מספר הנתחים לשימוש לחיפושים עם מודל ה־RAG. הגדלה תגדיל את כמות ההקשר בו יכולה להשתמש הבינה המלאכותית."
what_are_personas: "מה הן דמויות בינה מלאכותית?"
no_persona_selected: |
דמויות בינה מלאכותית הן יכולת שמאפשרת להתאים את התנהגות מנוע הבינה המלאכותית בפורום ה־Discourse שלך. הן מתנהגות כמו ‚הודעת מערכת’ שמנחה את תגובות ואת ההתנהלות מול הבינה המלאכותית כדי לסייע ליצור חוויית משתמש מותאמת אישית ומחוברת בעת ובעונה אחת.
@ -192,6 +195,10 @@ he:
uploaded: "מוכן לסידור במפתח"
uploading: "בהליכי העלאה…"
remove: "הסרת העלאה"
llms:
save: "שמירה"
providers:
google: "Google"
related_topics:
title: "נושאים קשורים"
pill: "קשורים"
@ -266,6 +273,8 @@ he:
copy_response: "העתקת תגובה"
request_tokens: "אסימוני בקשה:"
response_tokens: "אסימוני תגובה:"
request: "בקשה"
response: "תשובה"
share_full_topic_modal:
title: "שיתוף שיחה באופן ציבורי"
share: "שיתוף והעתקת קישור"

View File

@ -41,6 +41,10 @@ hr:
uploads:
title: "Prijenosi"
uploading: "Učitavanje..."
llms:
save: "Spremi"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Natrag"
@ -57,5 +61,8 @@ hr:
image_caption:
save_caption: "Spremi"
ai_bot:
debug_ai_modal:
request: "Zahtjev"
response: "Odgovor"
share_modal:
copy: "Kopija"

View File

@ -41,6 +41,10 @@ hu:
uploads:
title: "Feltöltések"
uploading: "Feltültés..."
llms:
save: "Mentés"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Vissza"
@ -57,5 +61,8 @@ hu:
image_caption:
save_caption: "Mentés"
ai_bot:
debug_ai_modal:
request: "Kérés"
response: "Válasz"
share_modal:
copy: "Másolás"

View File

@ -41,6 +41,10 @@ hy:
uploads:
title: "Վերբեռնումներ"
uploading: "Վերբեռնում..."
llms:
save: "Պահպանել"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Ետ"
@ -55,5 +59,8 @@ hy:
image_caption:
save_caption: "Պահպանել"
ai_bot:
debug_ai_modal:
request: "Հարցում"
response: "Արձագանք"
share_modal:
copy: "Կրկնօրինակել"

View File

@ -121,6 +121,10 @@ id:
uploads:
description: "Persona AI Anda akan dapat mencari dan mereferensikan konten file yang disertakan. File yang diunggah harus diformat sebagai teks biasa (.txt) atau markdown (.md)."
uploading: "Mengunggah..."
llms:
save: "Simpan"
providers:
google: "Google"
ai_helper:
missing_content: "Silakan masukkan beberapa konten untuk menghasilkan saran."
context_menu:
@ -181,6 +185,8 @@ id:
shortcut_title: "Mulai PM dengan bot AI"
share: "Bagikan percakapan AI"
conversation_shared: "Percakapan disalin"
debug_ai_modal:
request: "Pinta"
share_full_topic_modal:
title: "Bagikan Percakapan Secara Publik"
share: "Bagikan dan Salin Tautan"

View File

@ -116,6 +116,10 @@ it:
uploads:
title: "Caricamenti"
uploading: "Caricamento..."
llms:
save: "Salva"
providers:
google: "Google"
related_topics:
title: "Argomenti correlati"
pill: "Correlato"
@ -176,6 +180,9 @@ it:
shortcut_title: "Avvia un MP con un bot IA"
share: "Condividi la conversazione con IA"
conversation_shared: "Conversazione copiata"
debug_ai_modal:
request: "Richiesta"
response: "Risposta"
ai_label: "IA"
ai_title: "Conversazione con IA"
share_modal:

View File

@ -116,6 +116,10 @@ ja:
uploads:
title: "アップロード"
uploading: "アップロード中..."
llms:
save: "保存"
providers:
google: "Google"
related_topics:
title: "関連トピック"
pill: "関連"
@ -176,6 +180,9 @@ ja:
shortcut_title: "AI ボットと PM を開始する"
share: "AI の会話を共有"
conversation_shared: "会話をコピーしました"
debug_ai_modal:
request: "リクエスト"
response: "応答"
ai_label: "AI"
ai_title: "AI との会話"
share_modal:

View File

@ -43,6 +43,10 @@ ko:
uploads:
title: "업로드된 파일"
uploading: "업로드 중..."
llms:
save: "저장"
providers:
google: "구글"
ai_helper:
context_menu:
back: "뒤로"
@ -61,5 +65,8 @@ ko:
image_caption:
save_caption: "저장"
ai_bot:
debug_ai_modal:
request: "요청"
response: "응답"
share_modal:
copy: "복사"

View File

@ -86,6 +86,10 @@ lt:
uploads:
title: "Įkėlimai"
uploading: "Įkeliama"
llms:
save: "Išsaugoti"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Atgal"
@ -108,6 +112,9 @@ lt:
credits: "Antraštė teikiama AI"
save_caption: "Išsaugoti"
ai_bot:
debug_ai_modal:
request: "Užklausa"
response: "Atsakymas"
ai_label: "AI"
share_modal:
copy: "Kopijuoti"

View File

@ -41,6 +41,10 @@ lv:
uploads:
title: "Augšupielādes"
uploading: "Notiek ielāde..."
llms:
save: "Saglabāt"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Atpakaļ"
@ -56,5 +60,8 @@ lv:
image_caption:
save_caption: "Saglabāt"
ai_bot:
debug_ai_modal:
request: "Pieprasījums"
response: "Atbilde"
share_modal:
copy: "Kopēt"

View File

@ -41,6 +41,10 @@ nb_NO:
uploads:
title: "Opplastinger"
uploading: "Laster opp…"
llms:
save: "Lagre"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Forrige"
@ -56,5 +60,8 @@ nb_NO:
image_caption:
save_caption: "Lagre"
ai_bot:
debug_ai_modal:
request: "Forespørsel"
response: "Svar"
share_modal:
copy: "Kopier"

View File

@ -116,6 +116,10 @@ nl:
uploads:
title: "Uploads"
uploading: "Uploaden..."
llms:
save: "Opslaan"
providers:
google: "Google"
related_topics:
title: "Gerelateerde topics"
pill: "Gerelateerd"
@ -176,6 +180,9 @@ nl:
shortcut_title: "Start een PB met een AI-bot"
share: "AI-conversatie delen"
conversation_shared: "Conversatie gekopieerd"
debug_ai_modal:
request: "Verzoek"
response: "Reactie"
ai_label: "AI"
ai_title: "Conversatie met AI"
share_modal:

View File

@ -138,6 +138,10 @@ pl_PL:
uploads:
title: "Pliki"
uploading: "Przesyłanie..."
llms:
save: "Zapisz"
providers:
google: "Google"
related_topics:
title: "Powiązane tematy"
pill: "Powiązane"
@ -198,6 +202,9 @@ pl_PL:
shortcut_title: "Rozpocznij PW z botem AI"
share: "Udostępnij rozmowę AI"
conversation_shared: "Rozmowa skopiowana"
debug_ai_modal:
request: "Żądanie"
response: "Odpowiedź"
share_full_topic_modal:
title: "Udostępnij rozmowę publicznie"
share: "Udostępnij i skopiuj link"
@ -215,7 +222,6 @@ pl_PL:
bot_names:
gpt-4: "GPT-4"
gpt-4-turbo: "GPT-4 Turbo"
gpt-4o: "GPT-4 Omni"
gpt-3:
5-turbo: "GPT-3.5"
claude-2: "Claude 2"

View File

@ -41,6 +41,10 @@ pt:
uploads:
title: "Uploads"
uploading: "A enviar…"
llms:
save: "Guardar"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Retroceder"
@ -58,5 +62,8 @@ pt:
image_caption:
save_caption: "Guardar"
ai_bot:
debug_ai_modal:
request: "Pedido"
response: "Resposta"
share_modal:
copy: "Copiar"

View File

@ -117,6 +117,10 @@ pt_BR:
uploads:
title: "Envios"
uploading: "Enviando..."
llms:
save: "Salvar"
providers:
google: "Google"
related_topics:
title: "Tópicos relacionados"
pill: "Relacionado(a)"
@ -177,6 +181,9 @@ pt_BR:
shortcut_title: "Iniciar uma MP com bot de IA"
share: "Compartilhar conversação com IA"
conversation_shared: "Conversação copiada"
debug_ai_modal:
request: "Pedir"
response: "Resposta"
ai_label: "IA"
ai_title: "Conversação com IA"
share_modal:

View File

@ -41,6 +41,10 @@ ro:
uploads:
title: "Urcări"
uploading: "Se încarcă..."
llms:
save: "Salvează"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Înapoi"
@ -56,5 +60,8 @@ ro:
image_caption:
save_caption: "Salvare"
ai_bot:
debug_ai_modal:
request: "Cere"
response: "Răspuns"
share_modal:
copy: "Copiază"

View File

@ -116,6 +116,10 @@ ru:
uploads:
title: "Загрузки"
uploading: "Загрузка…"
llms:
save: "Сохранить"
providers:
google: "Google"
related_topics:
title: "Связанные темы"
pill: "Связанные"
@ -176,6 +180,9 @@ ru:
shortcut_title: "Начать личный чат с AI-ботом"
share: "Поделиться разговором с AI"
conversation_shared: "Разговор скопирован"
debug_ai_modal:
request: "Запрос"
response: "Ответ"
ai_label: "AI"
ai_title: "Разговор с AI"
share_modal:

View File

@ -40,6 +40,10 @@ sk:
delete: Odstrániť
uploads:
uploading: "Načítavam..."
llms:
save: "Uložiť"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Späť"
@ -57,5 +61,7 @@ sk:
image_caption:
save_caption: "Uložiť"
ai_bot:
debug_ai_modal:
request: "Požiadavka"
share_modal:
copy: "Kopírovať"

View File

@ -41,6 +41,10 @@ sl:
uploads:
title: "Prenosi"
uploading: "Nalagam..."
llms:
save: "Shrani"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Nazaj"
@ -57,5 +61,7 @@ sl:
image_caption:
save_caption: "Shrani"
ai_bot:
debug_ai_modal:
request: "Zahteva"
share_modal:
copy: "Kopiraj"

View File

@ -40,6 +40,10 @@ sq:
delete: Fshij
uploads:
uploading: "Duke ngarkuar..."
llms:
save: "Ruaj"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Kthehu mbrapa"

View File

@ -36,6 +36,10 @@ sr:
delete: Obriši
uploads:
uploading: "Uploading..."
llms:
save: "Sačuvaj"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Nazad"

View File

@ -41,6 +41,10 @@ sv:
uploads:
title: "Uppladdningar"
uploading: "Laddar upp..."
llms:
save: "Spara"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Tillbaka"
@ -60,5 +64,8 @@ sv:
image_caption:
save_caption: "Spara"
ai_bot:
debug_ai_modal:
request: "Förfrågning"
response: "Svar"
share_modal:
copy: "Kopiera"

View File

@ -41,6 +41,10 @@ sw:
uploads:
title: "Upakiaji"
uploading: "Inaongezwa"
llms:
save: "Hifadhi"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Iliyopita"
@ -55,5 +59,8 @@ sw:
image_caption:
save_caption: "Hifadhi"
ai_bot:
debug_ai_modal:
request: "Ombi"
response: "Mwitikio"
share_modal:
copy: "Nakili"

View File

@ -39,6 +39,10 @@ te:
uploads:
title: "అప్‌లోడ్‌లు"
uploading: "ఎగుమతవుతోంది..."
llms:
save: "సేవ్ చేయండి"
providers:
google: "గూగుల్"
ai_helper:
context_menu:
back: "వెనుకకు"
@ -53,5 +57,8 @@ te:
image_caption:
save_caption: "భద్రపరుచు"
ai_bot:
debug_ai_modal:
request: "అభ్యర్థన"
response: "ప్రతిస్పందన"
share_modal:
copy: "నకలు"

View File

@ -41,6 +41,10 @@ th:
uploads:
title: "อัปโหลด"
uploading: "กำลังอัปโหลด..."
llms:
save: "บันทึก"
providers:
google: "กูเกิล"
ai_helper:
context_menu:
back: "กลับ"
@ -56,5 +60,7 @@ th:
image_caption:
save_caption: "บันทึก"
ai_bot:
debug_ai_modal:
request: "ร้องขอ"
share_modal:
copy: "คัดลอก"

View File

@ -171,6 +171,10 @@ tr_TR:
button: "Dosya Ekle"
filter: "Yüklemeleri filtrele"
uploading: "Yükleniyor..."
llms:
save: "Kaydet"
providers:
google: "Google"
related_topics:
title: "İlgili Konular"
pill: "İlgili"
@ -236,6 +240,9 @@ tr_TR:
shortcut_title: "YZ botuyla kişisel mesaj başlatın"
share: "YZ konuşmasını paylaş"
conversation_shared: "Konuşma kopyalandı"
debug_ai_modal:
request: "Talep"
response: "Karşılık"
share_full_topic_modal:
title: "Konuşmayı Herkese Açık Olarak Paylaşın"
share: "Paylaş ve Bağlantıyı Kopyala"

View File

@ -43,6 +43,10 @@ uk:
uploads:
title: "Завантаження"
uploading: "Надсилання…"
llms:
save: "Зберегти"
providers:
google: "Google"
ai_helper:
context_menu:
back: "Назад"
@ -62,5 +66,8 @@ uk:
image_caption:
save_caption: "Зберегти"
ai_bot:
debug_ai_modal:
request: "Запит"
response: "відповідь"
share_modal:
copy: "Копіювати"

View File

@ -41,6 +41,10 @@ ur:
uploads:
title: "اَپ لوڈز"
uploading: "اَپ لوڈ کیا جا رہا ہے..."
llms:
save: "محفوظ کریں"
providers:
google: "گُوگَل"
ai_helper:
context_menu:
back: "واپس"
@ -57,5 +61,8 @@ ur:
image_caption:
save_caption: "محفوظ کریں"
ai_bot:
debug_ai_modal:
request: "ریکویسٹ"
response: "جواب"
share_modal:
copy: "کاپی"

View File

@ -41,6 +41,10 @@ vi:
uploads:
title: "Tải lên"
uploading: "Đang đăng "
llms:
save: "Lưu lại"
providers:
google: "G"
ai_helper:
context_menu:
back: "Quay lại"
@ -59,5 +63,8 @@ vi:
image_caption:
save_caption: "Lưu lại"
ai_bot:
debug_ai_modal:
request: "Yêu cầu"
response: "Đáp ứng"
share_modal:
copy: "Sao chép"

View File

@ -133,6 +133,10 @@ zh_CN:
uploads:
title: "上传"
uploading: "正在上传…"
llms:
save: "保存"
providers:
google: "Google"
related_topics:
title: "相关话题"
pill: "相关"
@ -193,6 +197,9 @@ zh_CN:
shortcut_title: "使用 AI 机器人启动私信"
share: "分享 AI 对话"
conversation_shared: "对话已复制"
debug_ai_modal:
request: "请求"
response: "回应"
ai_label: "AI"
ai_title: "与 AI 的对话"
share_modal:

View File

@ -39,6 +39,10 @@ zh_TW:
uploads:
title: "上傳檔案"
uploading: "上傳中..."
llms:
save: "保存"
providers:
google: "Google"
ai_helper:
context_menu:
back: "上一步"
@ -57,5 +61,8 @@ zh_TW:
image_caption:
save_caption: "保存"
ai_bot:
debug_ai_modal:
request: "請求"
response: "回應"
share_modal:
copy: "複製"

View File

@ -46,6 +46,7 @@ de:
ai_openai_gpt35_url: "Benutzerdefinierte URL, die für GPT-3.5-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_gpt35_16k_url: "Benutzerdefinierte URL, die für GPT-3.5-16k-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_gpt4_url: "Benutzerdefinierte URL, die für GPT-4-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_gpt4o_url: "Benutzerdefinierte URL, die für GPT-4-Omni-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_gpt4_32k_url: "Benutzerdefinierte URL, die für GPT-4-32k-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_gpt4_turbo_url: "Benutzerdefinierte URL, die für GPT-4-Turbo-Chat-Vervollständigungen verwendet wird (für Azure-Support)."
ai_openai_dall_e_3_url: "Benutzerdefinierte URL, die für die DALL-E-3-Bilderzeugung verwendet wird (für Azure-Support)."
@ -193,6 +194,9 @@ de:
searching: "Suche nach: „%{query}“"
command_options:
search:
search_private:
name: "Suche Privat"
description: "Alle Themen, auf die der Benutzer Zugriff hat, in die Suchergebnisse einbeziehen (standardmäßig werden nur öffentliche Themen einbezogen)"
max_results:
name: "Maximale Anzahl von Ergebnissen"
description: "Maximale Anzahl der Ergebnisse, die in die Suche einbezogen werden sollen wenn leer, werden die Standardregeln verwendet und die Anzahl wird je nach verwendetem Modell skaliert. Der höchste Wert ist 100."

View File

@ -38,6 +38,26 @@ id:
ai_nsfw_inference_service_api_key: "Kunci API untuk API NSFW"
ai_nsfw_flag_automatically: "Secara otomatis menandai postingan NSFW yang berada di atas ambang batas yang dikonfigurasi."
ai_nsfw_flag_threshold_general: "Ambang Batas Umum agar suatu gambar dianggap NSFW."
ai_nsfw_models: "Model yang digunakan untuk inferensi NSFW."
ai_openai_gpt35_url: "URL khusus yang digunakan untuk penyelesaian chat GPT 3.5. (untuk dukungan Azure)"
ai_openai_gpt35_16k_url: "URL khusus yang digunakan untuk penyelesaian chat GPT 3.5 16k. (untuk dukungan Azure)"
ai_openai_gpt4_url: "URL khusus yang digunakan untuk penyelesaian chat GPT 4. (untuk dukungan Azure)"
ai_openai_gpt4_32k_url: "URL khusus yang digunakan untuk penyelesaian chat GPT 4 32k. (untuk dukungan Azure)"
ai_openai_gpt4_turbo_url: "URL khusus yang digunakan untuk penyelesaian chat GPT 4 Turbo. (untuk dukungan Azure)"
ai_openai_dall_e_3_url: "URL khusus yang digunakan untuk pembuatan gambar DALL-E 3. (untuk dukungan Azure)"
ai_openai_organization: "(Opsional, biarkan kosong untuk dihilangkan) Id organisasi yang digunakan untuk API OpenAI. Dimasukkan menggunakan header OpenAI-Organization."
ai_openai_embeddings_url: "URL khusus yang digunakan untuk OpenAI embeddings API. (dalam kasus Azure bisa jadi: https://COMPANY.openai.azure.com/openai/deployments/DEPLOYMENT/embeddings?api-version=2023-05-15)"
ai_openai_api_key: "Kunci API untuk API OpenAI"
ai_anthropic_api_key: "Kunci API untuk API Anthropic"
ai_cohere_api_key: "Kunci API untuk API Cohere"
ai_hugging_face_api_url: "URL khusus yang digunakan untuk inferensi LLM OpenSource. Kompatibel dengan https://github.com/huggingface/text-generation-inference"
ai_hugging_face_api_key: Kunci API untuk API Hugging Face
ai_gemini_api_key: Kunci API untuk API Google Gemini
ai_vllm_api_key: Kunci API untuk API vLLM
ai_llava_api_key: Kunci API untuk API llava
ai_embeddings_enabled: "Aktifkan modul embeddings."
ai_embeddings_discourse_service_api_key: "Kunci API untuk API embeddings"
ai_embeddings_pg_connection_string: "String koneksi PostgreSQL untuk modul embeddings. Perlu mengaktifkan ekstensi pgvector dan dibuat serangkaian tabel. Lihat dokumen untuk info lebih lanjut."
reports:
overall_sentiment:
yaxis: "Tanggal"
@ -45,6 +65,11 @@ id:
ai_bot:
personas:
default_llm_required: "Model LLM default diperlukan sebelum mengaktifkan Obrolan"
command_options:
search:
search_private:
name: "Pencarian Pribadi"
description: "Sertakan semua topik yang dapat diakses pengguna dalam hasil pencarian (secara bawaan hanya topik publik yang disertakan)"
command_summary:
search: "Cari"
time: "Waktu"