Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #1040

Merged
merged 1 commit into from
Jan 3, 2025
Merged
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
1 change: 1 addition & 0 deletions config/locales/client.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ de:
samba_nova-Meta-Llama-3-1-70B-Instruct": "Leistungsstarkes Mehrzweckmodell"
mistral-mistral-large-latest: "Das leistungsstärkste Modell von Mistral"
mistral-pixtral-large-latest: "Das leistungsstärkste Modell von Mistral mit Sichtfunktion"
preseeded_model_description: "Vorkonfiguriertes Open-Source-Modell unter Verwendung von %{model}"
configured:
title: "Konfigurierte LLMs"
preconfigured_llms: "Wähle dein LLM"
Expand Down
8 changes: 8 additions & 0 deletions config/locales/client.he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ he:
custom_instructions: "הנחיות מותאמות אישית"
last_seven_days: "7 הימים האחרונים"
scanned_count: "פוסטים נסרקו"
false_positives: "סימון שגוי"
false_negatives: "ספאם שהוחמץ"
spam_detected: "ספאם זוהה"
custom_instructions_placeholder: "הנחיות נקודתיות לאתר עבור הבינה המלאכותית כדי לזהות ספאם בצורה יותר מדויקת"
enable: "הפעלה"
settings_saved: "הגדרות נשמרו"
no_llms: "אין LLMים זמינים"
Expand All @@ -147,6 +151,7 @@ he:
post_url_label: "כתובת או מזהה של הפוסט"
post_url_placeholder: "https://your-forum.com/t/topic/123/4 או מזהה פוסט"
result: "תוצאה"
scan_log: "יומן סריקה"
run: "הרצת בדיקה"
spam: "ספאם"
not_spam: "לא ספאם"
Expand All @@ -167,7 +172,9 @@ he:
total_requests: "סך כל הבקשות"
request_tokens: "אסימוני בקשה"
response_tokens: "אסימוני תגובה"
net_request_tokens: "אסימוני בקשה מהרשת"
cached_tokens: "אסימונים שמורים במטמון"
cached_request_tokens: "אסימוני בקשה במטמון"
no_users: "לא נמצאו נתוני שימוש של משתמשים"
no_models: "לא נמצאו נתוני שימוש במודל"
no_features: "לא נמצאו נתוני שימוש ביכולת"
Expand Down Expand Up @@ -350,6 +357,7 @@ he:
samba_nova-Meta-Llama-3-1-70B-Instruct": "מודל רב־תכליתי חזק"
mistral-mistral-large-latest: "המודל החזק ביותר של Mistral"
mistral-pixtral-large-latest: "המודל החזק ביותר של Mistral שבנוי לעיבוד חזותי"
preseeded_model_description: "מודל קוד פתוח שהוגדר מראש ומשתמש ב־%{model}"
configured:
title: "LLMs (מודלי שפה גדולים) מוגדרים"
preconfigured_llms: "בחירת ה־LLM שלך"
Expand Down
2 changes: 2 additions & 0 deletions config/locales/server.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ de:
custom_prompt: "Benutzerdefinierte Eingabeaufforderung"
explain: "Erklären"
illustrate_post: "Beitrag illustrieren"
replace_dates: "Intelligente Termine"
painter:
attribution:
stable_diffusion_xl: "Bild von Stable Diffusion XL"
Expand All @@ -244,6 +245,7 @@ de:
conversation_deleted: "Unterhaltungsfreigabe erfolgreich gelöscht"
spam_detection:
flag_reason: "Als Spam markiert von <a href='%{url}'>Discourse KI</a>"
silence_reason: "Benutzer automatisch stummgeschaltet durch <a href='%{url}'>Discourse AI</a>"
ai_bot:
reply_error: "Entschuldigung, es sieht so aus, als ob unser System beim Versuch, zu antworten, auf ein unerwartetes Problem gestoßen ist.\n\n[details='Fehlerdetails']\n%{details}\n[/details]"
default_pm_prefix: "[KI-Bot-PN ohne Titel]"
Expand Down
2 changes: 2 additions & 0 deletions config/locales/server.he.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ he:
custom_prompt: "בקשה מותאמת אישית"
explain: "הסבר"
illustrate_post: "איור פוסט"
replace_dates: "תאריכים חכמים"
painter:
attribution:
stable_diffusion_xl: "תמונה מאת Stable Diffusion XL"
Expand All @@ -244,6 +245,7 @@ he:
conversation_deleted: "שיתוף השיחה נמחק בהצלחה"
spam_detection:
flag_reason: "סומן כספאם ע״י <a href='%{url}'>בינה מלאכותית של Discourse</a>"
silence_reason: "המשתמש הושתק אוטומטית על ידי <a href='%{url}'>בינה מלאכותית של Discourse</a>"
ai_bot:
reply_error: "נראה שהמערכת שלך נתקלה בקשיים לא צפויים בעת הניסיון להשיב, עמך הסליחה.\n\n[details='פרטי השגיאה']\n%{details}\n[/details]"
default_pm_prefix: "[הודעה פרטית של בינה מלאכותית ללא כותרת]"
Expand Down
Loading