diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 6261f969..6fb43f97 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -117,6 +117,11 @@ de: modals: select_option: "Wähle eine Option aus..." ai_persona: + tool_strategies: + all: "Auf alle Antworten anwenden" + replies: + one: "Nur auf die erste Antwort anwenden" + other: "Auf die ersten %{count} Antworten anwenden" back: Zurück name: Name edit: Bearbeiten @@ -143,6 +148,7 @@ de: question_consolidator_llm: Sprachmodell für Fragenkonsolidierer question_consolidator_llm_help: Das Sprachmodell, das für den Fragenkonsolidierer verwendet werden soll. Du kannst ein weniger leistungsfähiges Modell wählen, um Kosten zu sparen. system_prompt: System-Eingabeaufforderung + forced_tool_strategy: Erzwungene Werkzeugstrategie allow_chat: "Chat zulassen" allow_chat_help: "Wenn diese Option aktiviert ist, können Nutzer in erlaubten Gruppen dieser Persona eine DN senden" save: Speichern @@ -298,6 +304,7 @@ de: region: "AWS-Bedrock-Region" organization: "Optionale OpenAI-Organisations-ID" disable_system_prompt: "Systemmeldung in Eingabeaufforderungen deaktivieren" + enable_native_tool: "Aktiviere native Tool-Unterstützung" related_topics: title: "Verwandte Themen" pill: "Verwandt" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index 3b66b021..442bde11 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -105,6 +105,8 @@ he: description: "הפיכת הנושא למוסתר בפני הציבור אם מוקפץ" flag_type: label: "סוג סימון" + flag_post: + label: "סימון פוסט" model: label: "מודל" description: "מודל שפה שמשמש למיון ראשוני" @@ -113,6 +115,13 @@ he: modals: select_option: "בחירת אפשרות…" ai_persona: + tool_strategies: + all: "החלה על כל התגובות" + replies: + one: "החלה על התגובה הראשונה בלבד" + two: "החלה על שתי התגובות הראשונות בלבד" + many: "החלה על %{count} התגובות הראשונות בלבד" + other: "החלה על %{count} התגובות הראשונות בלבד" back: חזרה name: שם edit: עריכה @@ -139,6 +148,7 @@ he: question_consolidator_llm: מודל שפה למגבש השאלות question_consolidator_llm_help: מודל השפה לשימוש עבור מגבש השאלות, אפשר לבחור במודל פחות חזק כדי לחסוך בעלויות. system_prompt: בקשת מערכת + forced_tool_strategy: אסטרטגיית כלי כפוי allow_chat: "לאפשר צ׳אט" allow_chat_help: "אם האפשרות פעילה, משתמשים בקבוצות מורשות יכולים לשלוח לדמות הזאת הודעות פרטיות" save: שמירה @@ -254,6 +264,10 @@ he: anthropic-claude-3-sonnet: "איזון בין מהירות לחוכמה" anthropic-claude-3-haiku: "מהיר וחסכוני" preconfigured_llms: "בחירת ה־LLM שלך" + preconfigured: + title_no_llms: "נא לבחור תבנית כדי להתחיל" + fake: "הגדרות ידניות" + button: "הגדרה" next: title: "הבא" tests: @@ -283,6 +297,7 @@ he: region: "אזור של AWS Bedrock" organization: "מזהה ארגון OpenAI כרשות" disable_system_prompt: "השבתת הודעת מערכת בבקשות" + enable_native_tool: "הפעלת תמיכה בכלים מובנים" related_topics: title: "נושאים קשורים" pill: "קשורים" diff --git a/config/locales/server.ar.yml b/config/locales/server.ar.yml index 55a11296..051b726f 100644 --- a/config/locales/server.ar.yml +++ b/config/locales/server.ar.yml @@ -108,8 +108,6 @@ ar: tools: custom_name: "%{name} (custom)" presets: - browse_web_jina: - name: "تصفح الويب باستخدام jina.ai" exchange_rate: name: "سعر الصرف" stock_quote: diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 8c882268..db706de3 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -119,11 +119,13 @@ de: custom_name: "%{name} (benutzerdefiniert)" presets: browse_web_jina: - name: "Mit jina.ai das Web durchsuchen" + name: "Web durchsuchen (jina.ai)" exchange_rate: name: "Wechselkurs" stock_quote: name: "Aktienkurs (AlphaVantage)" + image_generation: + name: "Flux-Bildgenerator (Together.ai)" empty_tool: name: "Von vorne beginnen …" ai_helper: diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 84732578..a131e120 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -108,8 +108,6 @@ es: tools: custom_name: "%{name} (personalizado)" presets: - browse_web_jina: - name: "Navegar por la web usando jina.ai" exchange_rate: name: "Tipo de cambio" stock_quote: diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml index 2579bbf3..f344c2b3 100644 --- a/config/locales/server.fi.yml +++ b/config/locales/server.fi.yml @@ -108,8 +108,6 @@ fi: tools: custom_name: "%{name} (mukautettu)" presets: - browse_web_jina: - name: "Selaa verkkoa jina.ai:llä" exchange_rate: name: "Vaihtokurssi" stock_quote: diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index 3d1b6afa..8663b271 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -108,8 +108,6 @@ fr: tools: custom_name: "%{name} (personnalisé)" presets: - browse_web_jina: - name: "Naviguer sur le Web en utilisant jina.ai" exchange_rate: name: "Taux de change" stock_quote: diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index 3b2c0337..b868b2a6 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -6,6 +6,10 @@ he: discourse_automation: + ai: + flag_types: + review: "הוספת פוסט לתור הביקורת" + spam: "סימון כזבל והסתרת הפוסט" scriptables: llm_triage: title: מיון ראשוני של פוסטים באמצעות בינה מלאכותית @@ -115,11 +119,13 @@ he: custom_name: "%{name} (מותאם אישית)" presets: browse_web_jina: - name: "גלישה באינטרנט דרך jina.ai" + name: "גלישה באינטרנט (jina.ai)" exchange_rate: name: "שער חליפין" stock_quote: name: "מחיר המניה (AlphaVantage)" + image_generation: + name: "מחולל תמונות Flux‏ (Together.ai)" empty_tool: name: "התחלה מאפס…" ai_helper: diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml index 83560aad..0e105e6e 100644 --- a/config/locales/server.it.yml +++ b/config/locales/server.it.yml @@ -108,8 +108,6 @@ it: tools: custom_name: "%{name} (personalizzato)" presets: - browse_web_jina: - name: "Naviga sul web utilizzando jina.ai" exchange_rate: name: "Tasso di cambio" stock_quote: diff --git a/config/locales/server.ja.yml b/config/locales/server.ja.yml index 6d6328e1..2dec08d9 100644 --- a/config/locales/server.ja.yml +++ b/config/locales/server.ja.yml @@ -108,8 +108,6 @@ ja: tools: custom_name: "%{name} (カスタム)" presets: - browse_web_jina: - name: "jina.ai を使ってウェブを閲覧する" exchange_rate: name: "為替レート" stock_quote: diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index 7e08ee58..167f19b3 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -108,8 +108,6 @@ nl: tools: custom_name: "%{name} (aangepast)" presets: - browse_web_jina: - name: "Web surfen met jina.ai" exchange_rate: name: "Wisselkoers" stock_quote: diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index 13bdb0f2..17fe852f 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -114,8 +114,6 @@ pt_BR: tools: custom_name: "%{name} (personalizado)" presets: - browse_web_jina: - name: "Navegar na Web com jina.ai" exchange_rate: name: "Taxa de câmbio" stock_quote: diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index 721a100b..417012c0 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -108,8 +108,6 @@ ru: tools: custom_name: "%{name} (пользовательский)" presets: - browse_web_jina: - name: "Просматривать веб-страницы с помощью jina.ai" exchange_rate: name: "Обменный курс" stock_quote: diff --git a/config/locales/server.tr_TR.yml b/config/locales/server.tr_TR.yml index 916de0db..514afbe6 100644 --- a/config/locales/server.tr_TR.yml +++ b/config/locales/server.tr_TR.yml @@ -108,8 +108,6 @@ tr_TR: tools: custom_name: "%{name} (özel)" presets: - browse_web_jina: - name: "jina.ai kullanarak web'de gezinin" exchange_rate: name: "Döviz kuru" stock_quote: diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 9d8c0817..42f541d9 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -108,8 +108,6 @@ zh_CN: tools: custom_name: "%{name}(自定义)" presets: - browse_web_jina: - name: "使用 jina.ai 浏览网页" exchange_rate: name: "汇率" stock_quote: