Update translations (#579)

This commit is contained in:
Discourse Translator Bot 2024-04-16 11:38:00 -04:00 committed by GitHub
parent 4a29f8ed1c
commit c2b2741f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
48 changed files with 102 additions and 2 deletions

View File

@ -115,6 +115,7 @@ ar:
command_options: "خيارات الأوامر"
uploads:
title: "التحميلات"
uploading: "جارٍ التحميل..."
related_topics:
title: "الموضوعات ذات الصلة"
pill: "موضوعات ذات صلة"

View File

@ -37,6 +37,7 @@ be:
delete: выдаляць
uploads:
title: "Загрузкі"
uploading: "Запампоўванне ..."
ai_helper:
context_menu:
back: "Назад"

View File

@ -38,6 +38,8 @@ bg:
save: Запази
enabled: "Да е включен?"
delete: Изтрий
uploads:
uploading: "Качва се..."
ai_helper:
context_menu:
back: "Назад"

View File

@ -40,6 +40,7 @@ bs_BA:
delete: Delete
uploads:
title: "Uploads"
uploading: "Učitavanje..."
ai_helper:
context_menu:
back: "Prethodno"

View File

@ -40,6 +40,7 @@ ca:
delete: Suprimeix
uploads:
title: "Càrregues"
uploading: "Carregant..."
ai_helper:
context_menu:
back: "Enrere"

View File

@ -40,6 +40,7 @@ cs:
delete: Smazat
uploads:
title: "Nahrané soubory"
uploading: "Nahrává se..."
ai_helper:
context_menu:
back: "Zpět"

View File

@ -40,6 +40,7 @@ da:
delete: Slet
uploads:
title: "Overførsler"
uploading: "Overfører…"
ai_helper:
context_menu:
back: "Tilbage"

View File

@ -20,6 +20,11 @@ de:
gemini_pro: Gemini Pro
claude_3_opus: Claude 3 Opus
claude_3_sonnet: Claude 3 Sonett
claude_3_haiku: Claude 3 Haiku
mixtral_8x7b_instruct_v0_1: Mixtral 8x7B Anleitung V0.1
mistral_7b_instruct_v0_2: Mistral 7B Anleitung V0.2
command_r: Cohere Befehl R
command_r_plus: Cohere Befehl R+
scriptables:
llm_report:
fields:
@ -139,6 +144,8 @@ de:
default_llm: Standard-Sprachmodell
default_llm_help: Das Standard-Sprachmodell, das für diese Persona verwendet werden soll. Erforderlich, wenn du die Persona in öffentlichen Beiträgen erwähnen möchtest.
system_prompt: System-Eingabeaufforderung
show_indexing_options: "Indizierungsoptionen anzeigen"
hide_indexing_options: "Indizierungsoptionen ausblenden"
save: Speichern
saved: KI-Persona gespeichert
enabled: "Aktiviert?"
@ -156,6 +163,12 @@ de:
priority: Priorität
priority_help: Personas mit Priorität werden den Benutzern am Anfang der Persona-Liste angezeigt. Wenn mehrere Personas Priorität haben, werden sie alphabetisch sortiert.
command_options: "Befehlsoptionen"
rag_chunk_tokens: "Chunk-Token hochladen"
rag_chunk_tokens_help: "Die Anzahl der Token, die für jeden Chunk im RAG-Modell verwendet werden. Erhöhen, um die Menge des Kontexts zu erhöhen, den die KI verwenden kann. (Eine Änderung führt zu einer Neuindizierung aller Uploads)"
rag_chunk_overlap_tokens: "Chunk-Überlappungs-Token hochladen"
rag_chunk_overlap_tokens_help: "Die Anzahl der Token, die sich zwischen den Chunks im RAG-Modell überlappen sollen. (eine Änderung führt zu einer Neuindizierung aller Uploads)"
rag_conversation_chunks: "Suche Unterhaltungs-Chunks"
rag_conversation_chunks_help: "Die Anzahl der Chunks, die für die RAG-Modell-Suche verwendet werden. Erhöhen, um die Menge des Kontexts zu erhöhen, den die KI verwenden kann."
what_are_personas: "Was sind KI-Personas?"
no_persona_selected: |
KI-Personas sind eine leistungsstarke Funktion, mit der Sie das Verhalten der KI-Engine in Ihrem Discourse-Forum anpassen können. Sie dienen als „Systembotschaft“, die die Reaktionen und Interaktionen der KI steuert und dazu beiträgt, ein persönlicheres und ansprechenderes Nutzererlebnis zu schaffen.
@ -173,7 +186,11 @@ de:
hint: "Um zu kontrollieren, wo der Inhalt der Datei in der System-Eingabeaufforderung platziert wird, füge den Platzhalter {uploads} in die obige System-Eingabeaufforderung ein."
button: "Dateien hinzufügen"
filter: "Uploads filtern"
complete: "Vollständig"
indexed: "Indiziert"
indexing: "Indizierung"
uploaded: "Bereit zur Indizierung"
uploading: "Wird hochgeladen …"
remove: "Upload entfernen"
related_topics:
title: "Verwandte Themen"
pill: "Verwandt"
@ -239,6 +256,13 @@ de:
shortcut_title: "Starte eine PN mit einem KI-Bot"
share: "KI-Unterhaltung teilen"
conversation_shared: "Unterhaltung kopiert"
debug_ai: "Rohdaten der KI-Anfrage und -Antwort anzeigen"
debug_ai_modal:
title: "KI-Interaktion ansehen"
copy_request: "Anfrage kopieren"
copy_response: "Antwort kopieren"
request_tokens: "Token anfordern:"
response_tokens: "Antwort-Token:"
share_full_topic_modal:
title: "Gespräch öffentlich teilen"
share: "Link teilen und kopieren"
@ -259,6 +283,7 @@ de:
claude-3-opus: "Claude 3 Opus"
claude-3-sonnet: "Claude 3 Sonett"
claude-3-haiku: "Claude 3 Haiku"
cohere-command-r-plus: "Cohere Befehl R Plus"
gpt-4: "GPT-4"
gpt-4-turbo: "GPT-4 Turbo"
gpt-3:

View File

@ -40,6 +40,7 @@ el:
delete: Σβήσιμο
uploads:
title: "Μεταφορτώσεις"
uploading: "Επιφόρτωση..."
ai_helper:
context_menu:
back: "Πίσω"

View File

@ -115,6 +115,7 @@ es:
command_options: "Opciones de comando"
uploads:
title: "Subidos"
uploading: "Subiendo..."
related_topics:
title: "Temas relacionados"
pill: "Relacionados"

View File

@ -40,6 +40,7 @@ et:
delete: Kustuta
uploads:
title: "Üleslaadimised"
uploading: "Laen üles..."
ai_helper:
context_menu:
back: "Tagasi"

View File

@ -23,6 +23,8 @@ fa_IR:
label: "شناسه موضوع"
title:
label: "عنوان"
days:
label: "روز"
model:
label: "مدل"
categories:
@ -58,6 +60,7 @@ fa_IR:
delete: حذف
uploads:
title: "بارگذاری‌ها"
uploading: "در حال بار گذاری..."
related_topics:
title: "موضوعات مرتبط"
ai_helper:

View File

@ -115,6 +115,7 @@ fi:
command_options: "Komentoasetukset"
uploads:
title: "Lataukset"
uploading: "Ladataan..."
related_topics:
title: "Liittyvät ketjut"
pill: "Liittyy aiheeseen"

View File

@ -115,6 +115,7 @@ fr:
command_options: "Options de commande"
uploads:
title: "Fichiers envoyés"
uploading: "Envoi en cours…"
related_topics:
title: "Sujets connexes"
pill: "Lié"

View File

@ -40,6 +40,7 @@ gl:
delete: Eliminar
uploads:
title: "Cargas"
uploading: "Cargando..."
ai_helper:
context_menu:
back: "Volver"

View File

@ -20,6 +20,11 @@ he:
gemini_pro: Gemini Pro
claude_3_opus: Claude 3 Opus
claude_3_sonnet: Claude 3 Sonnet
claude_3_haiku: Claude 3 Haiku
mixtral_8x7b_instruct_v0_1: Mixtral 8x7B Instruct V0.1
mistral_7b_instruct_v0_2: Mistral 7B Instruct V0.2
command_r: Cohere Command R
command_r_plus: Cohere Command R+
scriptables:
llm_report:
fields:
@ -156,6 +161,9 @@ he:
priority: עדיפות
priority_help: דמויות בעדיפות גבוהה מוצגות למשתמשים בראש רשימת הדמויות. אם מספר דמויות הן בעדיפות הן תסודרנה לפי האלפבית.
command_options: "אפשרויות פקודה"
rag_chunk_tokens: "העלאת אסימוני חלקים"
rag_chunk_overlap_tokens: "העלאת אסימוני חפיפת חלקים"
rag_conversation_chunks: "חיפוש בחלקי הדיון"
what_are_personas: "מה הן דמויות בינה מלאכותית?"
no_persona_selected: |
דמויות בינה מלאכותית הן יכולת שמאפשרת להתאים את התנהגות מנוע הבינה המלאכותית בפורום ה־Discourse שלך. הן מתנהגות כמו ‚הודעת מערכת’ שמנחה את תגובות ואת ההתנהלות מול הבינה המלאכותית כדי לסייע ליצור חוויית משתמש מותאמת אישית ומחוברת בעת ובעונה אחת.
@ -171,6 +179,8 @@ he:
title: "העלאות"
button: "הוספת קבצים"
filter: "סינון העלאות"
uploading: "בהליכי העלאה…"
remove: "הסרת העלאה"
related_topics:
title: "נושאים קשורים"
pill: "קשורים"
@ -236,6 +246,13 @@ he:
shortcut_title: "התחלת הודעה פרטית עם בוט בינה מלאכותית"
share: "שיתוף דיון עם בינה מלאכותית"
conversation_shared: "הדיון הועתק"
debug_ai: "הצגת בקשה ותגובה גולמיות לבינה המלאכותית"
debug_ai_modal:
title: "הצגת התכתובת מול הבינה המלאכותית"
copy_request: "העתקת הבקשה"
copy_response: "העתקת תגובה"
request_tokens: "אסימוני בקשה:"
response_tokens: "אסימוני תגובה:"
share_full_topic_modal:
title: "שיתוף שיחה באופן ציבורי"
share: "שיתוף והעתקת קישור"
@ -255,6 +272,8 @@ he:
fake: "בוט בדיקות מזויף"
claude-3-opus: "Claude 3 Opus"
claude-3-sonnet: "Claude 3 Sonnet"
claude-3-haiku: "Claude 3 Haiku"
cohere-command-r-plus: "Cohere Command R Plus"
gpt-4: "GPT-4"
gpt-4-turbo: "GPT 4 טורבו"
gpt-3:

View File

@ -40,6 +40,7 @@ hr:
delete: Pobriši
uploads:
title: "Prijenosi"
uploading: "Učitavanje..."
ai_helper:
context_menu:
back: "Natrag"

View File

@ -40,6 +40,7 @@ hu:
delete: Törlés
uploads:
title: "Feltöltések"
uploading: "Feltültés..."
ai_helper:
context_menu:
back: "Vissza"

View File

@ -40,6 +40,7 @@ hy:
delete: Ջնջել
uploads:
title: "Վերբեռնումներ"
uploading: "Վերբեռնում..."
ai_helper:
context_menu:
back: "Ետ"

View File

@ -20,6 +20,7 @@ id:
gemini_pro: Gemini Pro
claude_3_opus: Karya Claude 3
claude_3_sonnet: Claude 3 Soneta
claude_3_haiku: Claude 3 Haiku
scriptables:
llm_report:
fields:
@ -109,6 +110,8 @@ id:
save: Simpan
enabled: "Diaktifkan?"
delete: Hapus
uploads:
uploading: "Mengunggah..."
ai_helper:
missing_content: "Silakan masukkan beberapa konten untuk menghasilkan saran."
context_menu:

View File

@ -115,6 +115,7 @@ it:
command_options: "Opzioni di comando"
uploads:
title: "Caricamenti"
uploading: "Caricamento..."
related_topics:
title: "Argomenti correlati"
pill: "Correlato"

View File

@ -115,6 +115,7 @@ ja:
command_options: "コマンドオプション"
uploads:
title: "アップロード"
uploading: "アップロード中..."
related_topics:
title: "関連トピック"
pill: "関連"

View File

@ -42,6 +42,7 @@ ko:
delete: 삭제하기
uploads:
title: "업로드된 파일"
uploading: "업로드 중..."
ai_helper:
context_menu:
back: "뒤로"

View File

@ -85,6 +85,7 @@ lt:
delete: Pašalinti
uploads:
title: "Įkėlimai"
uploading: "Įkeliama"
ai_helper:
context_menu:
back: "Atgal"

View File

@ -40,6 +40,7 @@ lv:
delete: Dzēst
uploads:
title: "Augšupielādes"
uploading: "Notiek ielāde..."
ai_helper:
context_menu:
back: "Atpakaļ"

View File

@ -40,6 +40,7 @@ nb_NO:
delete: Slett
uploads:
title: "Opplastinger"
uploading: "Laster opp…"
ai_helper:
context_menu:
back: "Forrige"

View File

@ -115,6 +115,7 @@ nl:
command_options: "Opdrachtopties"
uploads:
title: "Uploads"
uploading: "Uploaden..."
related_topics:
title: "Gerelateerde topics"
pill: "Gerelateerd"

View File

@ -139,6 +139,7 @@ pl_PL:
command_options: "Opcje poleceń"
uploads:
title: "Pliki"
uploading: "Przesyłanie..."
related_topics:
title: "Powiązane tematy"
pill: "Powiązane"

View File

@ -40,6 +40,7 @@ pt:
delete: Eliminar
uploads:
title: "Uploads"
uploading: "A enviar…"
ai_helper:
context_menu:
back: "Retroceder"

View File

@ -116,6 +116,7 @@ pt_BR:
command_options: "Opções de comando"
uploads:
title: "Envios"
uploading: "Enviando..."
related_topics:
title: "Tópicos relacionados"
pill: "Relacionado(a)"

View File

@ -40,6 +40,7 @@ ro:
delete: Șterge
uploads:
title: "Urcări"
uploading: "Se încarcă..."
ai_helper:
context_menu:
back: "Înapoi"

View File

@ -115,6 +115,7 @@ ru:
command_options: "Параметры команды"
uploads:
title: "Загрузки"
uploading: "Загрузка…"
related_topics:
title: "Связанные темы"
pill: "Связанные"

View File

@ -38,6 +38,8 @@ sk:
save: Uložiť
enabled: "Povolené?"
delete: Odstrániť
uploads:
uploading: "Načítavam..."
ai_helper:
context_menu:
back: "Späť"

View File

@ -40,6 +40,7 @@ sl:
delete: Izbriši
uploads:
title: "Prenosi"
uploading: "Nalagam..."
ai_helper:
context_menu:
back: "Nazaj"

View File

@ -38,6 +38,8 @@ sq:
save: Ruaj
enabled: "Aktivizuar?"
delete: Fshij
uploads:
uploading: "Duke ngarkuar..."
ai_helper:
context_menu:
back: "Kthehu mbrapa"

View File

@ -34,6 +34,8 @@ sr:
save: Sačuvaj
enabled: "Omgućeno"
delete: Obriši
uploads:
uploading: "Uploading..."
ai_helper:
context_menu:
back: "Nazad"

View File

@ -40,6 +40,7 @@ sv:
delete: Radera
uploads:
title: "Uppladdningar"
uploading: "Laddar upp..."
ai_helper:
context_menu:
back: "Tillbaka"

View File

@ -40,6 +40,7 @@ sw:
delete: Futa
uploads:
title: "Upakiaji"
uploading: "Inaongezwa"
ai_helper:
context_menu:
back: "Iliyopita"

View File

@ -38,6 +38,7 @@ te:
delete: తొలగించు
uploads:
title: "అప్‌లోడ్‌లు"
uploading: "ఎగుమతవుతోంది..."
ai_helper:
context_menu:
back: "వెనుకకు"

View File

@ -40,6 +40,7 @@ th:
delete: ลบ
uploads:
title: "อัปโหลด"
uploading: "กำลังอัปโหลด..."
ai_helper:
context_menu:
back: "กลับ"

View File

@ -20,6 +20,7 @@ tr_TR:
gemini_pro: Gemini Pro
claude_3_opus: Claude 3 Opus
claude_3_sonnet: Claude 3 Sonnet
claude_3_haiku: Claude 3 Haiku
scriptables:
llm_report:
fields:
@ -173,7 +174,7 @@ tr_TR:
hint: "Dosyanın içeriğinin sistem isteminde nereye yerleştirileceğini kontrol etmek için, yukarıdaki sistem istemine {uploads} yer tutucusunu ekleyin."
button: "Dosya Ekle"
filter: "Yüklemeleri filtrele"
complete: "Tamamlandı"
uploading: "Yükleniyor..."
related_topics:
title: "İlgili Konular"
pill: "İlgili"

View File

@ -42,6 +42,7 @@ uk:
delete: Видалити
uploads:
title: "Завантаження"
uploading: "Надсилання…"
ai_helper:
context_menu:
back: "Назад"

View File

@ -40,6 +40,7 @@ ur:
delete: مٹائیں
uploads:
title: "اَپ لوڈز"
uploading: "اَپ لوڈ کیا جا رہا ہے..."
ai_helper:
context_menu:
back: "واپس"

View File

@ -40,6 +40,7 @@ vi:
delete: Xóa
uploads:
title: "Tải lên"
uploading: "Đang đăng "
ai_helper:
context_menu:
back: "Quay lại"

View File

@ -132,6 +132,7 @@ zh_CN:
command_options: "命令选项"
uploads:
title: "上传"
uploading: "正在上传…"
related_topics:
title: "相关话题"
pill: "相关"

View File

@ -38,6 +38,7 @@ zh_TW:
delete: 刪除
uploads:
title: "上傳檔案"
uploading: "上傳中..."
ai_helper:
context_menu:
back: "上一步"

View File

@ -53,6 +53,7 @@ de:
ai_openai_embeddings_url: "Benutzerdefinierte URL, die für die OpenAI-Embeddings-API verwendet wird (im Falle von Azure gegebenenfalls: https://COMPANY.openai.azure.com/openai/deployments/DEPLOYMENT/embeddings?api-version=2023-05-15)."
ai_openai_api_key: "API-Schlüssel für OpenAI-API"
ai_anthropic_api_key: "API-Schlüssel für Anthropic-API"
ai_cohere_api_key: "API-Schlüssel für die Cohere API"
ai_hugging_face_api_url: "Benutzerdefinierte URL, die für OpenSource-LLM-Inferenz verwendet wird. Kompatibel mit https://github.com/huggingface/text-generation-inference"
ai_hugging_face_api_key: API-Schlüssel für Hugging Face API
ai_hugging_face_token_limit: Maximale Token, die Hugging Face API pro Anfrage verwenden kann
@ -94,6 +95,7 @@ de:
ai_bot_enabled: "Aktiviere das KI-Bot-Modul."
ai_bot_enable_chat_warning: "Zeigt eine Warnung an, wenn der PN-Chat initiiert wird. Kann durch Bearbeiten der Übersetzungszeichenfolge überschrieben werden: discourse_ai.ai_bot.pm_warning"
ai_bot_allowed_groups: "Wenn der GPT-Bot Zugriff auf die PN hat, wird er den Mitgliedern dieser Gruppen antworten."
ai_bot_debugging_allowed_groups: "Erlaube diesen Gruppen, einen Debug-Button in Beiträgen zu sehen, der die rohe KI-Anfrage und -Antwort anzeigt."
ai_bot_public_sharing_allowed_groups: "Erlaube diesen Gruppen, persönliche KI-Nachrichten über einen eindeutigen, öffentlich zugänglichen Link mit der Öffentlichkeit zu teilen"
ai_bot_enabled_chat_bots: "Verfügbare Modelle, die als KI-Bot agieren können"
ai_bot_add_to_header: "Eine Schaltfläche in der Kopfzeile anzeigen, um eine PN mit einem KI-Bot zu starten"

View File

@ -53,6 +53,7 @@ he:
ai_openai_embeddings_url: "כתובת מותאמת אישית ל־API ההטמעות של OpenAI. (במקרה של Azure זה יכול להיות: https://COMPANY.openai.azure.com/openai/deployments/DEPLOYMENT/embeddings?api-version=2023-05-15)"
ai_openai_api_key: "מפתח API ל־API של OpenAI"
ai_anthropic_api_key: "מפתח API ל־API של Anthropic"
ai_cohere_api_key: "מפתח API ל־API של Cohere"
ai_hugging_face_api_url: "כתובת משלך להסקה על בסיס OpenSource LLM. עם תאימות ל־https://github.com/huggingface/text-generation-inference"
ai_hugging_face_api_key: מפתח API ל־API של Hugging Face
ai_hugging_face_token_limit: כמות אסימונים מרבית שה־API של Hugging Face יכול להשתמש בה לכל בקשה
@ -94,6 +95,7 @@ he:
ai_bot_enabled: "הפעלת מודול בוט הבינה המלאכותית."
ai_bot_enable_chat_warning: "הצגת אזהרה עם פתיחת שיח הודעות פרטיות. אפשר לדרוס את זה על ידי עריכת מחרוזת התרגום: discourse_ai.ai_bot.pm_warning"
ai_bot_allowed_groups: "כאשר לבוט של GPT יש גישה להודעות הפרטיות, הוא יגיב לחברים בקבוצות האלה."
ai_bot_debugging_allowed_groups: "לאפשר לקבוצות האלו לצפות בכפתור ניפוי שיאות שמציג את בקשת ותגובה הבינה המלאכותית באופן גולמי"
ai_bot_public_sharing_allowed_groups: "לאפשר לקבוצות האלה לשתף הודעות בינה מלאכותית פרטיות באופן ציבורי דרך קישור ייחודי שזמין לציבור"
ai_bot_enabled_chat_bots: "מודלים זמינים שיכהנו כבוט בינה מלאכותית"
ai_bot_add_to_header: "הצגת כפתור בכותרת כדי לפתוח הודעה פרטית עם בוט בינה מלאכותית"