Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8d163d9

Browse files
Update translations
1 parent 5d80a34 commit 8d163d9

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

config/locales/client.de.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ de:
110110
top_p:
111111
label: "Top P"
112112
description: "Top P für die LLM, erhöhen, um die Zufälligkeit zu erhöhen (leer lassen, um das Standardmodell zu verwenden)"
113+
persona_id:
114+
label: "Persona"
115+
description: "KI Persona zur Berichtserstellung"
113116
llm_tool_triage:
114117
fields:
115118
model:
@@ -836,6 +839,7 @@ de:
836839
last_7_days: "Letzte 7 Tage"
837840
last_30_days: "Letzte 30 Tage"
838841
upload_files: "Dateien hochladen"
842+
uploads_in_progress: "Absenden nicht möglich, solange Uploads nicht abgeschlossen sind"
839843
sentiments:
840844
dashboard:
841845
title: "Stimmung"

config/locales/client.he.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ he:
109109
top_p:
110110
label: "ה־P המובילים"
111111
description: "ה־P המוביל לשימוש למודל השפה הגדול (LLM), הגדלה תגדיל את האקראיות (להשאיר ריק כדי להשתמש בברירת המחדל של הדגם)"
112+
persona_id:
113+
label: "דמות"
114+
description: "דמות בינה מלאכותית לשימוש להפקת דוחות"
112115
llm_tool_triage:
113116
fields:
114117
model:
@@ -773,6 +776,7 @@ he:
773776
last_7_days: "7 הימים האחרונים"
774777
last_30_days: "30 הימים האחרונים"
775778
upload_files: "העלאת קבצים"
779+
uploads_in_progress: "לא ניתן להגיש תוך כדי שמתבצעות העלאות"
776780
sentiments:
777781
dashboard:
778782
title: "רגש"

config/locales/client.lt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ lt:
110110
top_p:
111111
label: "Viršutinė P"
112112
description: "Viršutinė P, naudojama LLM, padidinkite, kad padidėtų atsitiktinumas (palikite tuščią, jei norite naudoti numatytuosius modelio parametrus)"
113+
persona_id:
114+
label: "Persona"
113115
llm_tool_triage:
114116
fields:
115117
model:

config/locales/client.pl_PL.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ pl_PL:
8888
temperature:
8989
label: "Temperatura"
9090
description: "Temperatura używana dla LLM. Zwiększ, aby zwiększyć losowość (pozostaw puste, aby użyć domyślnego modelu)."
91+
persona_id:
92+
label: "Osobowość"
9193
llm_tool_triage:
9294
fields:
9395
model:

config/locales/client.zh_CN.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ zh_CN:
9494
top_p:
9595
label: "Top P"
9696
description: "用于 LLM 的 Top P 值,增加该值会提高生成内容的随机性(留空则使用模型默认值)"
97+
persona_id:
98+
label: "角色模型"
9799
llm_tool_triage:
98100
fields:
99101
model:

config/locales/server.de.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ de:
384384
content_creator:
385385
name: "Inhaltsersteller"
386386
description: "Standard-Persona für die HyDE-Suche"
387+
report_runner:
388+
name: "Berichtsausführer"
389+
description: "Standard-Persona, die im Automatisierungsskript für Berichte verwendet wird."
387390
topic_not_found: "Zusammenfassung nicht verfügbar, Thema nicht gefunden!"
388391
summarizing: "Thema zusammenfassen"
389392
searching: "Suche nach: „%{query}“"

config/locales/server.he.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ he:
302302
name: "בקשה מותאמת אישית"
303303
smart_dates:
304304
name: "תאריכים חכמים"
305+
report_runner:
306+
name: "אצן דוחות"
307+
description: "דמות ברירת המחדל שסקריפט אוטומציית הדוחות משתמש בה"
305308
topic_not_found: "תקציר לא זמין, לא נמצא נושא!"
306309
summarizing: "הנושא מסוכם"
307310
searching: "חיפוש אחר: ‚%{query}’"

0 commit comments

Comments
 (0)