From 5ed0990dfcf1dc67fd68b15c6c5e4303a1eb915b Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Thu, 3 Apr 2025 00:05:06 +0200 Subject: [PATCH] Update translations (#1235) --- config/locales/client.ar.yml | 6 ++++++ config/locales/client.be.yml | 4 ++++ config/locales/client.bg.yml | 4 ++++ config/locales/client.bs_BA.yml | 4 ++++ config/locales/client.ca.yml | 4 ++++ config/locales/client.cs.yml | 6 ++++++ config/locales/client.da.yml | 5 +++++ config/locales/client.de.yml | 10 +++++++++- config/locales/client.el.yml | 4 ++++ config/locales/client.es.yml | 6 ++++++ config/locales/client.et.yml | 4 ++++ config/locales/client.fa_IR.yml | 5 +++++ config/locales/client.fi.yml | 6 ++++++ config/locales/client.fr.yml | 6 ++++++ config/locales/client.gl.yml | 5 +++++ config/locales/client.he.yml | 10 +++++++++- config/locales/client.hr.yml | 5 +++++ config/locales/client.hu.yml | 5 +++++ config/locales/client.hy.yml | 4 ++++ config/locales/client.id.yml | 4 ++++ config/locales/client.it.yml | 6 ++++++ config/locales/client.ja.yml | 6 ++++++ config/locales/client.ko.yml | 5 +++++ config/locales/client.lt.yml | 5 +++++ config/locales/client.lv.yml | 4 ++++ config/locales/client.nb_NO.yml | 4 ++++ config/locales/client.nl.yml | 6 ++++++ config/locales/client.pl_PL.yml | 6 ++++++ config/locales/client.pt.yml | 4 ++++ config/locales/client.pt_BR.yml | 6 ++++++ config/locales/client.ro.yml | 5 +++++ config/locales/client.ru.yml | 6 ++++++ config/locales/client.sk.yml | 5 +++++ config/locales/client.sl.yml | 4 ++++ config/locales/client.sq.yml | 4 ++++ config/locales/client.sr.yml | 4 ++++ config/locales/client.sv.yml | 5 +++++ config/locales/client.sw.yml | 4 ++++ config/locales/client.te.yml | 5 +++++ config/locales/client.th.yml | 4 ++++ config/locales/client.tr_TR.yml | 6 ++++++ config/locales/client.ug.yml | 5 +++++ config/locales/client.uk.yml | 8 ++++++++ config/locales/client.ur.yml | 5 +++++ config/locales/client.vi.yml | 4 ++++ config/locales/client.zh_CN.yml | 6 ++++++ config/locales/client.zh_TW.yml | 5 +++++ 47 files changed, 242 insertions(+), 2 deletions(-) diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index 73905d5a..7c1a28c6 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -631,6 +631,12 @@ ar: positive: "إيجابية" neutral: "محايدة" negative: "سلبية" + group_types: + category: "الفئة" + tag: "الوسم" + table: + sentiment: "المشاعر" + total_count: "الإجمالي" summarization: chat: title: "تلخيص الرسائل" diff --git a/config/locales/client.be.yml b/config/locales/client.be.yml index 5f412eea..05b4430a 100644 --- a/config/locales/client.be.yml +++ b/config/locales/client.be.yml @@ -115,6 +115,10 @@ be: filter_types: all: "Усё" neutral: "нейтральны" + group_types: + category: "катэгорыя" + table: + total_count: "агульны" discobot_discoveries: regular_results: "тэмы" tooltip: diff --git a/config/locales/client.bg.yml b/config/locales/client.bg.yml index 4103e9af..61a6cd1a 100644 --- a/config/locales/client.bg.yml +++ b/config/locales/client.bg.yml @@ -130,6 +130,10 @@ bg: sentiment_analysis: filter_types: all: "Всички" + group_types: + category: "Категория" + table: + total_count: "Общо" summarization: chat: summarize: "Обобщаване" diff --git a/config/locales/client.bs_BA.yml b/config/locales/client.bs_BA.yml index 2a4eb216..40c819ce 100644 --- a/config/locales/client.bs_BA.yml +++ b/config/locales/client.bs_BA.yml @@ -124,6 +124,10 @@ bs_BA: sentiment_analysis: filter_types: all: "All" + group_types: + category: "Kategorija" + table: + total_count: "Suma" discobot_discoveries: regular_results: "Topics" collapse: "Spusti" diff --git a/config/locales/client.ca.yml b/config/locales/client.ca.yml index 9044c4f6..8475d1c7 100644 --- a/config/locales/client.ca.yml +++ b/config/locales/client.ca.yml @@ -130,6 +130,10 @@ ca: filter_types: all: "Tot" neutral: "Neutre" + group_types: + category: "Categoria" + table: + total_count: "Total" discobot_discoveries: regular_results: "Temes" collapse: "Redueix" diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index 3fe55e14..adde1a00 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -224,6 +224,12 @@ cs: sentiment_analysis: filter_types: all: "Vše" + group_types: + category: "Kategorie" + tag: "Štítek" + table: + sentiment: "Sentiment" + total_count: "Celkem" summarization: chat: title: "Shrnout zprávy" diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index 06e5374a..ff962eed 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -144,6 +144,11 @@ da: filter_types: all: "Alle" neutral: "Neutral" + group_types: + category: "Kategori" + tag: "Mærke" + table: + total_count: "Total" discobot_discoveries: regular_results: "Emner" collapse: "Fold sammen" diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 0d7fef9f..c8b05f53 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -303,9 +303,11 @@ de: rag_conversation_chunks: "Unterhaltungs-Chunks durchsuchen" 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 steigern, den die KI verwenden kann." persona_description: "Personas sind eine leistungsstarke Funktion, mit der du das Verhalten der KI-Engine in deinem Discourse-Forum anpassen kannst. Sie fungieren als „Systemnachricht“, welche die Antworten und Interaktionen der KI steuert und dazu beiträgt, ein persönlicheres und ansprechenderes Erlebnis für Benutzer zu schaffen." + list: + enabled: "KI-Bot?" ai_bot: title: "KI-Bot-Optionen" - save_first: "Die KI-Bot-Optionen werden verfügbar, sobald du die Persona gespeichert hast." + save_first: "Weitere KI-Bot-Optionen werden verfügbar, sobald du die Persona gespeichert hast." rag: title: "RAG" options: @@ -675,6 +677,12 @@ de: positive: "Positiv" neutral: "Neutral" negative: "Negativ" + group_types: + category: "Kategorie" + tag: "Schlagwort" + table: + sentiment: "Stimmung" + total_count: "Gesamt" summarization: chat: title: "Nachrichten zusammenfassen" diff --git a/config/locales/client.el.yml b/config/locales/client.el.yml index 49180a4e..3aa55238 100644 --- a/config/locales/client.el.yml +++ b/config/locales/client.el.yml @@ -138,6 +138,10 @@ el: sentiment_analysis: filter_types: all: "Όλα" + group_types: + category: "Κατηγορία" + table: + total_count: "Σύνολο" discobot_discoveries: regular_results: "Θέματα" collapse: "Σύμπτυξη" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index c7299079..450ff6fa 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -619,6 +619,12 @@ es: positive: "Positivo" neutral: "Neutro" negative: "Negativo" + group_types: + category: "Categoría" + tag: "Etiquetar" + table: + sentiment: "Sentiment" + total_count: "Total" summarization: chat: title: "Resumir mensajes" diff --git a/config/locales/client.et.yml b/config/locales/client.et.yml index d461fc9c..edcd316b 100644 --- a/config/locales/client.et.yml +++ b/config/locales/client.et.yml @@ -129,6 +129,10 @@ et: filter_types: all: "Kõik" neutral: "Neutraalne" + group_types: + category: "Foorum" + table: + total_count: "Kokku" discobot_discoveries: regular_results: "Teemasid" collapse: "Ahenda" diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index 1b8fb055..dce2f3ab 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -188,6 +188,11 @@ fa_IR: sentiment_analysis: filter_types: all: "همه" + group_types: + category: "دسته‌بندی" + tag: "برچسب" + table: + total_count: "مجموع" summarization: chat: summarize: "خلاصه کنید" diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index 50682eb7..52deaf70 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -619,6 +619,12 @@ fi: positive: "Positiivinen" neutral: "Neutraali" negative: "Negatiivinen" + group_types: + category: "Luokka" + tag: "Tunniste" + table: + sentiment: "Tunne" + total_count: "Yhteensä" summarization: chat: title: "Tee yhteenveto viesteistä" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index 9875c3a0..3cf3f0a3 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -619,6 +619,12 @@ fr: positive: "Positif" neutral: "Neutre" negative: "Négatif" + group_types: + category: "Catégorie" + tag: "Étiqueter" + table: + sentiment: "Sentiment" + total_count: "Total" summarization: chat: title: "Résumer les messages" diff --git a/config/locales/client.gl.yml b/config/locales/client.gl.yml index c2d08267..759b694b 100644 --- a/config/locales/client.gl.yml +++ b/config/locales/client.gl.yml @@ -137,6 +137,11 @@ gl: filter_types: all: "Todas" neutral: "Neutro" + group_types: + category: "Categoría" + tag: "Etiqueta" + table: + total_count: "Total" discobot_discoveries: regular_results: "Temas" collapse: "Pregar" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 660feb1f..b07616af 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -287,9 +287,11 @@ he: rag_conversation_chunks: "חיפוש בחלקי הדיון" rag_conversation_chunks_help: "מספר הנתחים לשימוש לחיפושים עם מודל ה־RAG. הגדלה תגדיל את כמות ההקשר בו יכולה להשתמש הבינה המלאכותית." persona_description: "דמויות הן יכולות רבות עוצמה שמאפשר להתאים את התנהגות מנוע הבינה המלאכותית בפורום הדיסקורס שלך. הן מתנהגות כמו ‚הודעות מערכת’ שמנחות את תגובות והתנהלות הבינה המלאכותית, כדי לסייע ליצור חוויית משתמש מותאמת ומקרבת יותר." + list: + enabled: "בוט בינה מלאכותית?" ai_bot: title: "אפשרויות בוט בינה מלאכותית" - save_first: "אפשרויות בוט בינה מלאכותית תהיינה זמינות לאחר שמירת הדמות." + save_first: "אפשרויות בוט בינה מלאכותית נוספות תהיינה זמינות לאחר שמירת הדמות." rag: title: "RAG" options: @@ -641,6 +643,12 @@ he: positive: "חיובי" neutral: "נייטרלי" negative: "שלילי" + group_types: + category: "קטגוריה" + tag: "תגית" + table: + sentiment: "רגש" + total_count: "סה״כ" summarization: chat: title: "סיכום הודעות" diff --git a/config/locales/client.hr.yml b/config/locales/client.hr.yml index ae864a30..4f77609b 100644 --- a/config/locales/client.hr.yml +++ b/config/locales/client.hr.yml @@ -143,6 +143,11 @@ hr: sentiment_analysis: filter_types: all: "Sve" + group_types: + category: "Kategorija" + tag: "Označiti" + table: + total_count: "Ukupno" summarization: chat: title: "Sažmi poruke" diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml index 0db79e3a..280424f1 100644 --- a/config/locales/client.hu.yml +++ b/config/locales/client.hu.yml @@ -147,6 +147,11 @@ hu: filter_types: all: "Összes" neutral: "Semleges" + group_types: + category: "Kategória" + tag: "Címke" + table: + total_count: "Összes" summarization: chat: summarize: "Összefoglalás" diff --git a/config/locales/client.hy.yml b/config/locales/client.hy.yml index 363b0e8b..096ec32b 100644 --- a/config/locales/client.hy.yml +++ b/config/locales/client.hy.yml @@ -130,6 +130,10 @@ hy: filter_types: all: "Բոլորը" neutral: "Նեյտրալ" + group_types: + category: "Կատեգորիա" + table: + total_count: "Ամբողջը" discobot_discoveries: regular_results: "Թեմաներ" collapse: "Կրճատել" diff --git a/config/locales/client.id.yml b/config/locales/client.id.yml index 24fcf6af..22e15d00 100644 --- a/config/locales/client.id.yml +++ b/config/locales/client.id.yml @@ -240,6 +240,10 @@ id: sentiment_analysis: filter_types: all: "Semua" + group_types: + category: "Kategori" + table: + total_count: "Total" summarization: chat: title: "Meringkas pesan" diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 47ce2256..0074423a 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -619,6 +619,12 @@ it: positive: "Positiva" neutral: "Neutro" negative: "Negativa" + group_types: + category: "Categoria" + tag: "Etichetta" + table: + sentiment: "Sentimento" + total_count: "Totali" summarization: chat: title: "Riassumi i messaggi" diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index 8f49611c..4865c84c 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -614,6 +614,12 @@ ja: positive: "ポジティブ" neutral: "ニュートラル" negative: "ネガティブ" + group_types: + category: "カテゴリ" + tag: "タグ" + table: + sentiment: "センチメント" + total_count: "総合" summarization: chat: title: "メッセージを要約する" diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index 5315a736..59c8a550 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -145,6 +145,11 @@ ko: filter_types: all: "전체" neutral: "중립국" + group_types: + category: "카테고리" + tag: "태그" + table: + total_count: "합계" summarization: chat: title: "메시지 요약" diff --git a/config/locales/client.lt.yml b/config/locales/client.lt.yml index cc5e19fc..2fc38333 100644 --- a/config/locales/client.lt.yml +++ b/config/locales/client.lt.yml @@ -186,6 +186,11 @@ lt: filter_types: all: "Visos" neutral: "Neutrali" + group_types: + category: "Kategorija" + tag: "Žymėti" + table: + total_count: "Viso" summarization: chat: summarize: "Apibendrinti" diff --git a/config/locales/client.lv.yml b/config/locales/client.lv.yml index ef50304e..4354ac9c 100644 --- a/config/locales/client.lv.yml +++ b/config/locales/client.lv.yml @@ -126,6 +126,10 @@ lv: sentiment_analysis: filter_types: all: "Viss" + group_types: + category: "Sadaļa" + table: + total_count: "Kopā" discobot_discoveries: regular_results: "Tēmas" collapse: "Sakļaut" diff --git a/config/locales/client.nb_NO.yml b/config/locales/client.nb_NO.yml index 44980e56..da3ab3d3 100644 --- a/config/locales/client.nb_NO.yml +++ b/config/locales/client.nb_NO.yml @@ -135,6 +135,10 @@ nb_NO: sentiment_analysis: filter_types: all: "Alle" + group_types: + category: "Kategori" + table: + total_count: "Total" discobot_discoveries: regular_results: "Emner" collapse: "Fold sammen" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index b8143b09..dbd7eb75 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -619,6 +619,12 @@ nl: positive: "Positief" neutral: "Neutraal" negative: "Negatief" + group_types: + category: "Categorie" + tag: "Taggen" + table: + sentiment: "Sentiment" + total_count: "Totaal" summarization: chat: title: "Berichten samenvatten" diff --git a/config/locales/client.pl_PL.yml b/config/locales/client.pl_PL.yml index afeb5d4a..38186ca0 100644 --- a/config/locales/client.pl_PL.yml +++ b/config/locales/client.pl_PL.yml @@ -273,6 +273,12 @@ pl_PL: positive: "Pozytywne" neutral: "Neutralne" negative: "Negatywne" + group_types: + category: "Kategoria" + tag: "Tag" + table: + sentiment: "Sentiment" + total_count: "Łącznie" summarization: chat: title: "Podsumuj wiadomości" diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml index 57b06013..6afb5b29 100644 --- a/config/locales/client.pt.yml +++ b/config/locales/client.pt.yml @@ -136,6 +136,10 @@ pt: sentiment_analysis: filter_types: all: "Tudo" + group_types: + category: "Categoria" + table: + total_count: "Total" summarization: chat: summarize: "Resumir" diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 0e2800bf..9c081277 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -619,6 +619,12 @@ pt_BR: positive: "Positivo" neutral: "Neutro" negative: "Negativo" + group_types: + category: "Categoria" + tag: "Etiqueta" + table: + sentiment: "Sentimento" + total_count: "Total" summarization: chat: title: "Resumir mensagens" diff --git a/config/locales/client.ro.yml b/config/locales/client.ro.yml index ed7d999e..6410a230 100644 --- a/config/locales/client.ro.yml +++ b/config/locales/client.ro.yml @@ -138,6 +138,11 @@ ro: sentiment_analysis: filter_types: all: "Toate" + group_types: + category: "Categorie" + tag: "Etichetă" + table: + total_count: "Total" summarization: chat: title: "Rezumați mesajele" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 67faef29..f026c4dd 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -625,6 +625,12 @@ ru: positive: "Позитивное" neutral: "Нейтральность" negative: "Негативное" + group_types: + category: "Категория" + tag: "Теги" + table: + sentiment: "Настроение" + total_count: "Всего" summarization: chat: title: "Делать сводку сообщений" diff --git a/config/locales/client.sk.yml b/config/locales/client.sk.yml index e3fa25c0..f11c79de 100644 --- a/config/locales/client.sk.yml +++ b/config/locales/client.sk.yml @@ -149,6 +149,11 @@ sk: filter_types: all: "Všetky" neutral: "Neutrálna" + group_types: + category: "Kategória" + tag: "Značka" + table: + total_count: "Celkovo" summarization: chat: title: "Zhrnutie správ" diff --git a/config/locales/client.sl.yml b/config/locales/client.sl.yml index 06576eeb..158c8a4f 100644 --- a/config/locales/client.sl.yml +++ b/config/locales/client.sl.yml @@ -135,6 +135,10 @@ sl: sentiment_analysis: filter_types: all: "Vse" + group_types: + category: "Kategorija" + table: + total_count: "Skupaj" discobot_discoveries: regular_results: "Tem" collapse: "Skrči" diff --git a/config/locales/client.sq.yml b/config/locales/client.sq.yml index b1284657..381f0804 100644 --- a/config/locales/client.sq.yml +++ b/config/locales/client.sq.yml @@ -123,6 +123,10 @@ sq: sentiment_analysis: filter_types: all: "Të Gjithë" + group_types: + category: "Kategori" + table: + total_count: "Total" discobot_discoveries: regular_results: "Topics" collapse: "Zvogëloni" diff --git a/config/locales/client.sr.yml b/config/locales/client.sr.yml index 0937a6bb..dba0bbeb 100644 --- a/config/locales/client.sr.yml +++ b/config/locales/client.sr.yml @@ -115,6 +115,10 @@ sr: sentiment_analysis: filter_types: all: "sve" + group_types: + category: "Kategorija" + table: + total_count: "Ukupno" discobot_discoveries: regular_results: "Teme" collapse: "Spusti" diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 4b006904..a3741715 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -145,6 +145,11 @@ sv: filter_types: all: "Alla" neutral: "Neutralt" + group_types: + category: "Kategori" + tag: "Tagg" + table: + total_count: "Totalt" summarization: chat: title: "Sammanfatta meddelanden" diff --git a/config/locales/client.sw.yml b/config/locales/client.sw.yml index 8b7dd223..79fe645d 100644 --- a/config/locales/client.sw.yml +++ b/config/locales/client.sw.yml @@ -121,6 +121,10 @@ sw: sentiment_analysis: filter_types: all: "Vyote" + group_types: + category: "Kategoria" + table: + total_count: "Jumla" discobot_discoveries: regular_results: "Mada" collapse: "Kunja" diff --git a/config/locales/client.te.yml b/config/locales/client.te.yml index 05be75ce..8b48ef78 100644 --- a/config/locales/client.te.yml +++ b/config/locales/client.te.yml @@ -132,6 +132,11 @@ te: filter_types: all: "అన్ని" neutral: "తటస్థ" + group_types: + category: "వర్గం" + tag: "ట్యాగ్" + table: + total_count: "మొత్తం" discobot_discoveries: regular_results: "విషయాలు" collapse: "కుదించండి" diff --git a/config/locales/client.th.yml b/config/locales/client.th.yml index d1a0fe04..902efc56 100644 --- a/config/locales/client.th.yml +++ b/config/locales/client.th.yml @@ -122,6 +122,10 @@ th: sentiment_analysis: filter_types: all: "ทั้งหมด" + group_types: + category: "หมวดหมู่" + table: + total_count: "ทั้งหมด" discobot_discoveries: regular_results: "หัวข้อ" collapse: "ย่อ" diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index 304a7eeb..eb21c948 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -620,6 +620,12 @@ tr_TR: positive: "Pozitif" neutral: "Nötr" negative: "Negatif" + group_types: + category: "Kategori" + tag: "Etiket" + table: + sentiment: "Duyarlılık" + total_count: "Toplam" summarization: chat: title: "Mesajları özetle" diff --git a/config/locales/client.ug.yml b/config/locales/client.ug.yml index 21b4ca04..2218f5b8 100644 --- a/config/locales/client.ug.yml +++ b/config/locales/client.ug.yml @@ -147,6 +147,11 @@ ug: filter_types: all: "ھەممىسى" neutral: "بىتەرەپ" + group_types: + category: "سەھىپە" + tag: "بەلگە" + table: + total_count: "جەمئىي" summarization: chat: title: "ئۇچۇرنى خۇلاسىلە" diff --git a/config/locales/client.uk.yml b/config/locales/client.uk.yml index ad7bfa79..fa91d4d1 100644 --- a/config/locales/client.uk.yml +++ b/config/locales/client.uk.yml @@ -179,6 +179,8 @@ uk: priority: "Пріоритет" priority_help: "Пріоритетні персони відображаються користувачам у верхній частині списку персон. Якщо кілька персон мають пріоритет, вони будуть сортовані за алфавітом." rag_conversation_chunks_help: "Кількість фрагментів для пошуку за моделлю RAG. Збільшуйте, щоб збільшити кількість контексту, який може використовувати ШІ." + list: + enabled: "AI Bot?" rag: options: rag_chunk_tokens_help: "Кількість токенів, які будуть використані для кожного фрагмента в моделі RAG. Збільште, щоб збільшити кількість контексту, який може використовувати ШІ. (Зміна призведе до повторної переіндексації всіх завантажень)" @@ -419,6 +421,12 @@ uk: positive: "Позитивний" neutral: "Нейтральна" negative: "Негативний" + group_types: + category: "Розділ" + tag: "Теґ" + table: + sentiment: "Почуття" + total_count: "Всього" summarization: chat: title: "Підсумкове повідомлення" diff --git a/config/locales/client.ur.yml b/config/locales/client.ur.yml index b3ddaeb4..a1913746 100644 --- a/config/locales/client.ur.yml +++ b/config/locales/client.ur.yml @@ -140,6 +140,11 @@ ur: filter_types: all: "تمام" neutral: "نیوٹرل" + group_types: + category: "زمرہ" + tag: "ٹیگ" + table: + total_count: "کُل" summarization: chat: summarize: "خلاصہ" diff --git a/config/locales/client.vi.yml b/config/locales/client.vi.yml index 99a2efd7..a286a6cf 100644 --- a/config/locales/client.vi.yml +++ b/config/locales/client.vi.yml @@ -140,6 +140,10 @@ vi: sentiment_analysis: filter_types: all: "All" + group_types: + category: "Danh mục" + table: + total_count: "Tổng số" summarization: chat: summarize: "Tóm tắt" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 323a0465..42b23c02 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -614,6 +614,12 @@ zh_CN: positive: "积极" neutral: "中性" negative: "消极" + group_types: + category: "类别" + tag: "标签" + table: + sentiment: "情绪" + total_count: "总计" summarization: chat: title: "总结消息" diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index 2640d85d..df380291 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -139,6 +139,11 @@ zh_TW: filter_types: all: "全部" neutral: "中性" + group_types: + category: "分類" + tag: "標記" + table: + total_count: "總數" summarization: chat: title: "摘要訊息"