Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/locales/client.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ de:
top_p:
label: "Top P"
description: "Top P für die LLM, erhöhen, um die Zufälligkeit zu erhöhen (leer lassen, um das Standardmodell zu verwenden)"
persona_id:
label: "Persona"
description: "KI Persona zur Berichtserstellung"
llm_tool_triage:
fields:
model:
Expand Down Expand Up @@ -179,6 +182,9 @@ de:
temperature:
label: "Temperatur"
description: "Temperatur, die für das LLM verwendet werden soll. Erhöhen, um die Zufälligkeit zu erhöhen (leer lassen, um das Standardmodell zu verwenden)"
max_output_tokens:
label: "Maximale Ausgabetoken"
description: "Wenn angegeben, wird eine Obergrenze für die maximale Anzahl von Token festgelegt, die das Modell erzeugen kann. Beachtet die Obergrenze für die Anzahl der ausgegebenen Token des LLM"
discourse_ai:
title: "KI"
features:
Expand Down Expand Up @@ -836,6 +842,7 @@ de:
last_7_days: "Letzte 7 Tage"
last_30_days: "Letzte 30 Tage"
upload_files: "Dateien hochladen"
uploads_in_progress: "Absenden nicht möglich, solange Uploads nicht abgeschlossen sind"
sentiments:
dashboard:
title: "Stimmung"
Expand Down
6 changes: 6 additions & 0 deletions config/locales/client.he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ he:
top_p:
label: "ה־P המובילים"
description: "ה־P המוביל לשימוש למודל השפה הגדול (LLM), הגדלה תגדיל את האקראיות (להשאיר ריק כדי להשתמש בברירת המחדל של הדגם)"
persona_id:
label: "דמות"
description: "דמות בינה מלאכותית לשימוש להפקת דוחות"
llm_tool_triage:
fields:
model:
Expand Down Expand Up @@ -167,6 +170,8 @@ he:
temperature:
label: "טמפרטורה"
description: "טמפרטורה לשימוש למודל השפה הגדול (LLM), הגדלה תגדיל את האקראיות (להשאיר ריק כדי להשתמש בברירת המחדל של הדגם)"
max_output_tokens:
label: "כמות אסימוני פלט מרבית"
discourse_ai:
title: "בינה מלאכותית"
features:
Expand Down Expand Up @@ -773,6 +778,7 @@ he:
last_7_days: "7 הימים האחרונים"
last_30_days: "30 הימים האחרונים"
upload_files: "העלאת קבצים"
uploads_in_progress: "לא ניתן להגיש תוך כדי שמתבצעות העלאות"
sentiments:
dashboard:
title: "רגש"
Expand Down
2 changes: 2 additions & 0 deletions config/locales/client.lt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ lt:
top_p:
label: "Viršutinė P"
description: "Viršutinė P, naudojama LLM, padidinkite, kad padidėtų atsitiktinumas (palikite tuščią, jei norite naudoti numatytuosius modelio parametrus)"
persona_id:
label: "Persona"
llm_tool_triage:
fields:
model:
Expand Down
2 changes: 2 additions & 0 deletions config/locales/client.pl_PL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ pl_PL:
temperature:
label: "Temperatura"
description: "Temperatura używana dla LLM. Zwiększ, aby zwiększyć losowość (pozostaw puste, aby użyć domyślnego modelu)."
persona_id:
label: "Osobowość"
llm_tool_triage:
fields:
model:
Expand Down
2 changes: 2 additions & 0 deletions config/locales/client.zh_CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ zh_CN:
top_p:
label: "Top P"
description: "用于 LLM 的 Top P 值,增加该值会提高生成内容的随机性(留空则使用模型默认值)"
persona_id:
label: "角色模型"
llm_tool_triage:
fields:
model:
Expand Down
3 changes: 3 additions & 0 deletions config/locales/server.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ de:
content_creator:
name: "Inhaltsersteller"
description: "Standard-Persona für die HyDE-Suche"
report_runner:
name: "Berichtsausführer"
description: "Standard-Persona, die im Automatisierungsskript für Berichte verwendet wird."
topic_not_found: "Zusammenfassung nicht verfügbar, Thema nicht gefunden!"
summarizing: "Thema zusammenfassen"
searching: "Suche nach: „%{query}“"
Expand Down
3 changes: 3 additions & 0 deletions config/locales/server.he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ he:
name: "בקשה מותאמת אישית"
smart_dates:
name: "תאריכים חכמים"
report_runner:
name: "אצן דוחות"
description: "דמות ברירת המחדל שסקריפט אוטומציית הדוחות משתמש בה"
topic_not_found: "תקציר לא זמין, לא נמצא נושא!"
summarizing: "הנושא מסוכם"
searching: "חיפוש אחר: ‚%{query}’"
Expand Down
Loading