From b6f0ad157c626bb3bb0cab2cacf55c05c6d79634 Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 25 Jun 2024 06:40:17 -0700 Subject: [PATCH] Update translations (#687) --- config/locales/client.ar.yml | 8 ++---- config/locales/client.be.yml | 2 ++ config/locales/client.bg.yml | 2 ++ config/locales/client.bs_BA.yml | 2 ++ config/locales/client.ca.yml | 2 ++ config/locales/client.cs.yml | 2 ++ config/locales/client.da.yml | 2 ++ config/locales/client.de.yml | 28 +++++++++------------ config/locales/client.el.yml | 2 ++ config/locales/client.es.yml | 8 ++---- config/locales/client.et.yml | 2 ++ config/locales/client.fa_IR.yml | 4 +-- config/locales/client.fi.yml | 8 ++---- config/locales/client.fr.yml | 8 ++---- config/locales/client.gl.yml | 2 ++ config/locales/client.he.yml | 28 +++++++++------------ config/locales/client.hr.yml | 2 ++ config/locales/client.hu.yml | 2 ++ config/locales/client.hy.yml | 2 ++ config/locales/client.id.yml | 10 -------- config/locales/client.it.yml | 8 ++---- config/locales/client.ja.yml | 8 ++---- config/locales/client.ko.yml | 2 ++ config/locales/client.lt.yml | 8 ++---- config/locales/client.lv.yml | 2 ++ config/locales/client.nb_NO.yml | 2 ++ config/locales/client.nl.yml | 8 ++---- config/locales/client.pl_PL.yml | 9 ++----- config/locales/client.pt.yml | 2 ++ config/locales/client.pt_BR.yml | 8 ++---- config/locales/client.ro.yml | 2 ++ config/locales/client.ru.yml | 8 ++---- config/locales/client.sk.yml | 2 ++ config/locales/client.sl.yml | 2 ++ config/locales/client.sq.yml | 2 ++ config/locales/client.sr.yml | 2 ++ config/locales/client.sv.yml | 2 ++ config/locales/client.sw.yml | 2 ++ config/locales/client.te.yml | 2 ++ config/locales/client.th.yml | 2 ++ config/locales/client.tr_TR.yml | 11 ++------- config/locales/client.ug.yml | 2 ++ config/locales/client.uk.yml | 2 ++ config/locales/client.ur.yml | 2 ++ config/locales/client.vi.yml | 2 ++ config/locales/client.zh_CN.yml | 43 ++++++++++++++++++++++++++++----- config/locales/client.zh_TW.yml | 2 ++ config/locales/server.de.yml | 4 +++ config/locales/server.he.yml | 5 ++++ 49 files changed, 156 insertions(+), 126 deletions(-) diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index ccbf1b4d..8e75c318 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -12,12 +12,6 @@ ar: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ ar: edit: "تعديل" back: "رجوع" delete: حذف + next: + title: "التالي" tests: title: "تشغيل الاختبار" success: "تم بنجاح!" diff --git a/config/locales/client.be.yml b/config/locales/client.be.yml index 65e7f833..7bad246b 100644 --- a/config/locales/client.be.yml +++ b/config/locales/client.be.yml @@ -43,6 +43,8 @@ be: edit: "рэдагаваць" back: "Назад" delete: выдаляць + next: + title: "Далей" tests: success: "поспех!" providers: diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml index 8c4e6d0b..58639583 100644 --- a/config/locales/client.bg.yml +++ b/config/locales/client.bg.yml @@ -45,6 +45,8 @@ bg: edit: "Редактирай" back: "Назад" delete: Изтрий + next: + title: "Напред" providers: google: "Google" ai_helper: diff --git a/config/locales/client.bs_BA.yml b/config/locales/client.bs_BA.yml index f3aa4cad..fea4a86e 100644 --- a/config/locales/client.bs_BA.yml +++ b/config/locales/client.bs_BA.yml @@ -46,6 +46,8 @@ bs_BA: edit: "Edit" back: "Prethodno" delete: Delete + next: + title: "Iduće" tests: title: "Pokreni test" success: "Uspjeh!" diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index 69113d25..ebce3c0e 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -46,6 +46,8 @@ ca: edit: "Edita" back: "Enrere" delete: Suprimeix + next: + title: "Següent" tests: title: "Executa el test" success: "Èxit!" diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index fb2ad703..10f8975b 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -46,6 +46,8 @@ cs: edit: "Upravit" back: "Zpět" delete: Smazat + next: + title: "Další" tests: title: "Spustit test" success: "Úspěch!" diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index ffd8136a..669b8e71 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -46,6 +46,8 @@ da: edit: "Rediger" back: "Tilbage" delete: Slet + next: + title: "Næste" tests: title: "Kør test" success: "Succes!" diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 58fcd192..d10f9499 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -12,22 +12,6 @@ de: discourse_ai: "Discourse-KI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro - gemini_1_5_pro: Gemini 1.5 Pro - gemini_1_5_flash: Gemini 1.5 Flash - 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+ - gpt_4o: GPT 4 Omni scriptables: llm_report: fields: @@ -210,12 +194,20 @@ de: max_prompt_tokens: "Anzahl der Token für die Eingabeaufforderung" url: "URL des Dienstes, der das Modell hostet" api_key: "API-Schlüssel des Dienstes, der das Modell hostet" + enabled_chat_bot: "KI-Bot zulassen" + ai_bot_user: "KI Bot Benutzer" save: "Speichern" edit: "Bearbeiten" saved: "LLM-Modell gespeichert" back: "Zurück" confirm_delete: Bist du sicher, dass du dieses Modell löschen willst? delete: Löschen + srv_warning: Dieses LLM verweist auf einen SRV-Eintrag und seine URL ist nicht editierbar. Du musst stattdessen die versteckte Einstellung "ai_vllm_endpoint_srv" aktualisieren. + preconfigured_llms: "Wähle deinen LLM" + preconfigured: + none: "Manuell konfigurieren..." + next: + title: "Nächstes" tests: title: "Test ausführen" running: "Test wird aufgeführt..." @@ -234,6 +226,10 @@ de: google: "Google" azure: "Azure" ollama: "Ollama" + provider_fields: + access_key_id: "AWS Bedrock Zugangsschlüssel-ID" + region: "AWS Bedrock Region" + organization: "Optionale OpenAI-Organisations-ID" related_topics: title: "Verwandte Themen" pill: "Verwandt" diff --git a/config/locales/client.el.yml b/config/locales/client.el.yml index cf2de29b..0d510bcc 100644 --- a/config/locales/client.el.yml +++ b/config/locales/client.el.yml @@ -46,6 +46,8 @@ el: edit: "Επεξεργασία" back: "Πίσω" delete: Σβήσιμο + next: + title: "Επόμενο" tests: title: "Εκτέλεση δοκιμής" success: "Επιτυχία!" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index 5ecdb57c..a005b94a 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -12,12 +12,6 @@ es: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ es: edit: "Editar" back: "Atrás" delete: Eliminar + next: + title: "Siguiente" tests: title: "Realizar prueba" success: "Éxito!" diff --git a/config/locales/client.et.yml b/config/locales/client.et.yml index 4c3d05d1..815eeda3 100644 --- a/config/locales/client.et.yml +++ b/config/locales/client.et.yml @@ -46,6 +46,8 @@ et: edit: "Muuda" back: "Tagasi" delete: Kustuta + next: + title: "Järgmine" tests: success: "Korras!" providers: diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index c91a943d..b7144596 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -12,8 +12,6 @@ fa_IR: discourse_ai: "هوش مصنوعی دیسکورس" js: discourse_automation: - ai_models: - claude_2: Claude 2 scriptables: llm_report: fields: @@ -74,6 +72,8 @@ fa_IR: edit: "ویرایش" back: "بازگشت" delete: حذف + next: + title: "بعدی" tests: title: "اجرای آزمایش" running: "در حال اجرای آزمایش..." diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index 43af1e10..d6f739af 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -12,12 +12,6 @@ fi: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ fi: edit: "Muokkaa" back: "Takaisin" delete: Poista + next: + title: "Seuraava" tests: title: "Suorita testi" success: "Onnistui!" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index af02b0f6..4eec24d9 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -12,12 +12,6 @@ fr: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ fr: edit: "Modifier" back: "Retour" delete: Supprimer + next: + title: "Suivant" tests: title: "Lancer le test" success: "Succès!" diff --git a/config/locales/client.gl.yml b/config/locales/client.gl.yml index f99a48bb..0f5e3aeb 100644 --- a/config/locales/client.gl.yml +++ b/config/locales/client.gl.yml @@ -46,6 +46,8 @@ gl: edit: "Editar" back: "Volver" delete: Eliminar + next: + title: "Seguinte" tests: title: "Executar proba" success: "Feito!" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 402e34a6..fe5ee6a0 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -12,22 +12,6 @@ he: discourse_ai: "בינה מלאכותית ב־Discourse" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 טורבו - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 טורבו - claude_2: Claude 2 - gemini_pro: Gemini Pro - gemini_1_5_pro: Gemini 1.5 Pro - gemini_1_5_flash: Gemini 1.5 Flash - 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+‎ - gpt_4o: GPT 4 Omni scriptables: llm_report: fields: @@ -210,12 +194,20 @@ he: max_prompt_tokens: "מספר האסימונים לבקשה" url: "כתובת השירות שמארח את המודל" api_key: "מפתח ה־API של השירות שמארח את המודל" + enabled_chat_bot: "לאפשר בוט בינה מלאכותית" + ai_bot_user: "משתמש בוט בינה מלאכותית" save: "שמירה" edit: "עריכה" saved: "מודל ה־LLM נשמר" back: "חזרה" confirm_delete: למחוק את המודל הזה? delete: מחיקה + srv_warning: ה־LLM (מודל שפה גדול) מצביע לרשומת SRV והכתובת שלו נעולה לעריכה. צריך לעדכן את ההגדרה הנסתרת „ai_vllm_endpoint_srv” במקום. + preconfigured_llms: "בחירת ה־LLM שלך" + preconfigured: + none: "הגדרה ידנית…" + next: + title: "הבא" tests: title: "הרצת בדיקה" running: "הבדיקה רצה…" @@ -234,6 +226,10 @@ he: google: "Google" azure: "Azure" ollama: "Ollama" + provider_fields: + access_key_id: "מזהה מפתח גישה ל־AWS Bedrock" + region: "אזור של AWS Bedrock" + organization: "מזהה ארגון OpenAI כרשות" related_topics: title: "נושאים קשורים" pill: "קשורים" diff --git a/config/locales/client.hr.yml b/config/locales/client.hr.yml index a006182f..ab6a830f 100644 --- a/config/locales/client.hr.yml +++ b/config/locales/client.hr.yml @@ -46,6 +46,8 @@ hr: edit: "Uredi" back: "Natrag" delete: Pobriši + next: + title: "Sljedeći" tests: title: "Pokreni test" success: "Uspjeh!" diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml index 1f4394c3..53411d8d 100644 --- a/config/locales/client.hu.yml +++ b/config/locales/client.hu.yml @@ -46,6 +46,8 @@ hu: edit: "Szerkesztés" back: "Vissza" delete: Törlés + next: + title: "Tovább" tests: title: "Teszt futtatása" success: "Siker!" diff --git a/config/locales/client.hy.yml b/config/locales/client.hy.yml index 2a099754..26ce6588 100644 --- a/config/locales/client.hy.yml +++ b/config/locales/client.hy.yml @@ -46,6 +46,8 @@ hy: edit: "Խմբագրել" back: "Ետ" delete: Ջնջել + next: + title: "Հաջորդը" tests: title: "Մեկնարկել Փորձարկումը" success: "Հաջողություն!" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 7bcf2e82..916168c2 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -12,16 +12,6 @@ id: discourse_ai: "Discourse" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro - gemini_1_5_flash: Gemini 1.5 Flash - claude_3_opus: Karya Claude 3 - claude_3_sonnet: Claude 3 Soneta - claude_3_haiku: Claude 3 Haiku scriptables: llm_report: fields: diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 7372ac60..3ec3efc3 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -12,12 +12,6 @@ it: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ it: edit: "Modifica" back: "Indietro" delete: Elimina + next: + title: "Avanti" tests: title: "Esegui test" success: "Riuscito!" diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index f1d752dc..245c936d 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -12,12 +12,6 @@ ja: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ ja: edit: "編集" back: "戻る" delete: 削除 + next: + title: "次へ" tests: title: "テストを実行" success: "成功!" diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index 72d8526a..6a3002ef 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -48,6 +48,8 @@ ko: edit: "편집" back: "뒤로" delete: 삭제하기 + next: + title: "다음" tests: title: "테스트 실행" success: "성공!" diff --git a/config/locales/client.lt.yml b/config/locales/client.lt.yml index 88d94ccd..83b16546 100644 --- a/config/locales/client.lt.yml +++ b/config/locales/client.lt.yml @@ -12,12 +12,6 @@ lt: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: '“Gemini Pro”' scriptables: llm_report: fields: @@ -90,6 +84,8 @@ lt: edit: "Redaguoti" back: "Atgal" delete: Pašalinti + next: + title: "Kitas" tests: title: "Vykdyti testą" success: "Sėkmingai!" diff --git a/config/locales/client.lv.yml b/config/locales/client.lv.yml index b89ff1a0..11c9b5e0 100644 --- a/config/locales/client.lv.yml +++ b/config/locales/client.lv.yml @@ -46,6 +46,8 @@ lv: edit: "Rediģēt" back: "Atpakaļ" delete: Dzēst + next: + title: "Nākamais" tests: success: "Veiksmīgi!" providers: diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index ed936657..48188aa6 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -46,6 +46,8 @@ nb_NO: edit: "Endre" back: "Forrige" delete: Slett + next: + title: "Neste" tests: title: "Kjør test" success: "Suksess!" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index cc4c53e3..7f6ba180 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -12,12 +12,6 @@ nl: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT-4 Turbo - gpt_4: GPT-4 - gpt_3_5_turbo: GPT-3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ nl: edit: "Bewerken" back: "Vorige" delete: Verwijderen + next: + title: "Volgende" tests: title: "Test uitvoeren" success: "Succes!" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index a98539e7..4a3edd08 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -12,13 +12,6 @@ pl_PL: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro - gemini_1_5_pro: Gemini 1.5 Pro scriptables: llm_report: fields: @@ -145,6 +138,8 @@ pl_PL: edit: "Edytuj" back: "Poprzednia" delete: Usuń + next: + title: "Następna" tests: title: "Przeprowadź test" success: "Sukces!" diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml index 6afa573b..5600c757 100644 --- a/config/locales/client.pt.yml +++ b/config/locales/client.pt.yml @@ -46,6 +46,8 @@ pt: edit: "Editar" back: "Retroceder" delete: Eliminar + next: + title: "Próximo" providers: google: "Google" ai_helper: diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 77d5b061..fc597c2e 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -12,12 +12,6 @@ pt_BR: discourse_ai: "Discourse IA" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -119,6 +113,8 @@ pt_BR: edit: "Editar" back: "Voltar" delete: Excluir + next: + title: "Próximo" tests: title: "Executar Teste" success: "Sucesso!" diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml index f7cc917b..8654fa08 100644 --- a/config/locales/client.ro.yml +++ b/config/locales/client.ro.yml @@ -46,6 +46,8 @@ ro: edit: "Modifică" back: "Înapoi" delete: Șterge + next: + title: "Următorul" tests: success: "Succes!" providers: diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index e7cba10f..12284c8c 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -12,12 +12,6 @@ ru: discourse_ai: "AI для Discourse" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -118,6 +112,8 @@ ru: edit: "Отредактировать" back: "Назад" delete: Удалить + next: + title: "Далее" tests: title: "Выполнить тест" success: "Слово добавлено!" diff --git a/config/locales/client.sk.yml b/config/locales/client.sk.yml index 12526dbb..ce7fed1e 100644 --- a/config/locales/client.sk.yml +++ b/config/locales/client.sk.yml @@ -48,6 +48,8 @@ sk: edit: "Upraviť" back: "Späť" delete: Odstrániť + next: + title: "Ďalej" tests: title: "Spustiť test" success: "Úspech!" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml index c4409e8d..ea3eb7ad 100644 --- a/config/locales/client.sl.yml +++ b/config/locales/client.sl.yml @@ -46,6 +46,8 @@ sl: edit: "Uredi" back: "Nazaj" delete: Izbriši + next: + title: "Naprej" tests: success: "Uspeh!" providers: diff --git a/config/locales/client.sq.yml b/config/locales/client.sq.yml index 75681d30..8e60bb70 100644 --- a/config/locales/client.sq.yml +++ b/config/locales/client.sq.yml @@ -45,6 +45,8 @@ sq: edit: "Redakto" back: "Kthehu mbrapa" delete: Fshij + next: + title: "Vazhdo përpara" providers: google: "Google" ai_helper: diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml index 0d62198d..6d366631 100644 --- a/config/locales/client.sr.yml +++ b/config/locales/client.sr.yml @@ -41,6 +41,8 @@ sr: edit: "Izmeni" back: "Nazad" delete: Obriši + next: + title: "Dalje" providers: google: "Google" ai_helper: diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 37bd3c77..6ae1e9c5 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -46,6 +46,8 @@ sv: edit: "Redigera" back: "Tillbaka" delete: Radera + next: + title: "Nästa" tests: title: "Kör test" success: "Lyckades!" diff --git a/config/locales/client.sw.yml b/config/locales/client.sw.yml index 36cbc408..132385db 100644 --- a/config/locales/client.sw.yml +++ b/config/locales/client.sw.yml @@ -46,6 +46,8 @@ sw: edit: "Hariri" back: "Iliyopita" delete: Futa + next: + title: "Ijayo" tests: success: "Mafanikio!" providers: diff --git a/config/locales/client.te.yml b/config/locales/client.te.yml index 178e8ed9..3dd75449 100644 --- a/config/locales/client.te.yml +++ b/config/locales/client.te.yml @@ -44,6 +44,8 @@ te: edit: "సవరించండి" back: "వెనుకకు" delete: తొలగించండి + next: + title: "తదుపరి" tests: title: "పరీక్షను అమలు చేయండి" providers: diff --git a/config/locales/client.th.yml b/config/locales/client.th.yml index 5556bb02..c1d35f8a 100644 --- a/config/locales/client.th.yml +++ b/config/locales/client.th.yml @@ -46,6 +46,8 @@ th: edit: "แก้ไข" back: "กลับ" delete: ลบ + next: + title: "ต่อไป" tests: success: "สำเร็จ!" providers: diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index 973d7efe..3582bb43 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -12,15 +12,6 @@ tr_TR: discourse_ai: "Discourse YZ" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - 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: @@ -172,6 +163,8 @@ tr_TR: edit: "Düzenle" back: "Geri" delete: Sil + next: + title: "İleri" tests: title: "Testi Çalıştır" success: "Başarılı!" diff --git a/config/locales/client.ug.yml b/config/locales/client.ug.yml index 4e72719c..8174f7c4 100644 --- a/config/locales/client.ug.yml +++ b/config/locales/client.ug.yml @@ -48,6 +48,8 @@ ug: edit: "تەھرىر" back: "كەينى" delete: ئۆچۈر + next: + title: "كېيىنكى" tests: title: "سىناقنى ئىجرا قىل" success: "مۇۋەپپەقىيەتلىك!" diff --git a/config/locales/client.uk.yml b/config/locales/client.uk.yml index 21b85f04..d3b8bbdb 100644 --- a/config/locales/client.uk.yml +++ b/config/locales/client.uk.yml @@ -48,6 +48,8 @@ uk: edit: "Редагувати" back: "Назад" delete: Видалити + next: + title: "Далі" tests: title: "Виконати Тест" success: "Успіх!" diff --git a/config/locales/client.ur.yml b/config/locales/client.ur.yml index aba94a60..2fd85925 100644 --- a/config/locales/client.ur.yml +++ b/config/locales/client.ur.yml @@ -46,6 +46,8 @@ ur: edit: "ترمیم کریں" back: "واپس" delete: مٹائیں + next: + title: "اگلا" tests: title: "ٹیسٹ چلائیں" success: "کامیابی!" diff --git a/config/locales/client.vi.yml b/config/locales/client.vi.yml index f90d57f6..d937bdc2 100644 --- a/config/locales/client.vi.yml +++ b/config/locales/client.vi.yml @@ -46,6 +46,8 @@ vi: edit: "Sửa" back: "Quay lại" delete: Xóa + next: + title: "Kế tiếp" tests: title: "Chạy thử nghiệm" success: "Thành công!" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index a6207663..57bf52fb 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -12,12 +12,6 @@ zh_CN: discourse_ai: "Discourse AI" js: discourse_automation: - ai_models: - gpt_4_turbo: GPT 4 Turbo - gpt_4: GPT 4 - gpt_3_5_turbo: GPT 3.5 Turbo - claude_2: Claude 2 - gemini_pro: Gemini Pro scriptables: llm_report: fields: @@ -66,6 +60,9 @@ zh_CN: allow_secure_categories: label: "允许安全类别" description: "允许为安全类别中的话题生成报告" + suppress_notifications: + label: "禁止通知" + description: "通过转换为内容来禁止报告可能生成的通知。这将重新映射提及和内部链接。" debug_mode: label: "调试模式" description: "启用调试模式以查看 LLM 的原始输入和输出" @@ -101,8 +98,12 @@ zh_CN: hide_topic: label: "隐藏话题" description: "如果触发,使话题对公众不可见" + flag_post: + label: "发送审查" + description: "如果触发,则将帖子放入审核队列,以供版主进行分类" model: label: "模型" + description: "用于分类的语言模型" discourse_ai: title: "AI" modals: @@ -112,14 +113,41 @@ zh_CN: name: 名称 edit: 编辑 description: 描述 + no_llm_selected: "未选择语言模型" + max_context_posts: "最大上下文帖子数" + max_context_posts_help: "人工智能在回复用户时用作上下文的最大帖子数。(默认为空)" + vision_enabled: 已启用视觉(Vision) + vision_enabled_help: 如果启用,人工智能将尝试理解用户在主题中发布的图片,这取决于支持视觉(Vision)的模型。Anthropic、Google 和 OpenAI 的最新模型支持该功能。 + vision_max_pixels: 支持的图像尺寸 + vision_max_pixel_sizes: + low: 低质量 - 最便宜 (256x256) + medium: 中等质量 (512x512) + high: 高品质 - 最慢 (1024x1024) + tool_details: 显示工具详细信息 + tool_details_help: 将向终端用户显示语言模型触发了哪些工具的详细信息。 + mentionable: 允许提及 + mentionable_help: 如果启用,允许群组中的用户可以在帖子中提及该用户,人工智能将以该角色的身份做出回应。 user: 用户 + create_user: 创建用户 + create_user_help: 您可以选择为该角色附加一个用户。如果这样做,人工智能就会使用该用户来回复请求。 + default_llm: 默认语言模型 + default_llm_help: 此角色使用的默认语言模型。如果你希望在公开帖子中提及该角色,则必填。 + question_consolidator_llm: 问题整合器的语言模型 + question_consolidator_llm_help: 用于问题整合器的语言模型,你可以选择功能较弱的模型来节省成本。 system_prompt: 系统提示 + show_indexing_options: "显示上传选项" + hide_indexing_options: "隐藏上传选项" + allow_chat: "允许聊天" + allow_chat_help: "如果启用,允许群组中的用户可以向此角色发送私信" save: 保存 saved: AI 角色已保存 enabled: "已启用?" + tools: 启用工具 allowed_groups: 允许的群组 confirm_delete: 确定要删除此角色吗? + new: "新角色" title: "AI 角色" + short_title: "角色" delete: 删除 temperature: 温度 temperature_help: 用于 LLM 的温度,增大它可提升创造力(留空以使用模型默认值,通常为 0.0 到 2.0 之间的值) @@ -127,6 +155,7 @@ zh_CN: top_p_help: 用于 LLM 的 Top P,增大它可提升创造力(留空以使用模型默认值,通常为 0.0 到 1.0 之间的值) priority: 优先 priority_help: 优先角色会在角色列表的顶部向用户显示。如果多个角色都具有优先级,将按字母顺序排序。 + tool_options: "工具选项" uploads: title: "上传" uploading: "正在上传…" @@ -135,6 +164,8 @@ zh_CN: edit: "编辑" back: "返回" delete: 删除 + next: + title: "下一步" tests: title: "运行测试" success: "成功!" diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index 1a129f21..2c49abcb 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -44,6 +44,8 @@ zh_TW: edit: "編輯" back: "上一步" delete: 刪除 + next: + title: "下一步" tests: title: "執行測試" success: "成功!" diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 4e06afef..b5b63a33 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -195,6 +195,10 @@ de: summarizing: "Thema zusammenfassen" searching: "Suche nach: „%{query}“" tool_options: + read: + read_private: + name: "Privat lesen" + description: "Erlaube den Zugriff auf alle Themen, auf die der Benutzer Zugriff hat (standardmäßig sind nur öffentliche Themen enthalten)" search: search_private: name: "Suche Privat" diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index 27742cfb..f93da855 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -99,6 +99,7 @@ he: 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: "הצגת כפתור בכותרת כדי לפתוח הודעה פרטית עם בוט בינה מלאכותית" ai_bot_github_access_token: "אסימון גישה ל־GitHub לשימוש עם כלי הבינה המלאכותית של GitHub (נחוץ לתמיכה בחיפוש)" @@ -194,6 +195,10 @@ he: summarizing: "הנושא מסוכם" searching: "חיפוש אחר: ‚%{query}’" tool_options: + read: + read_private: + name: "קריאה פרטית" + description: "לאפשר גישה לכל הנושאים שיש למשתמש גישה אליהם (כברירת מחדל רק נושאים ציבוריים כלולים)" search: search_private: name: "חיפוש פרטי"