diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index df60cfc0f..46a8dd977 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -385,7 +385,6 @@ ar: open_ai-gpt-4o: "نموذج عالي الذكاء للمهام المعقدة والمتعددة الخطوات" open_ai-gpt-4o-mini: "نموذج صغير سريع وبأسعارٍ معقولة للمهام الخفيفة" open_ai-o1-mini: "نموذج استدلال فعَّال من حيث التكلفة" - open_ai-o1-preview: "نموذج الاستدلال الأكثر كفاءة لدى OpenAI" samba_nova-Meta-Llama-3-1-8B-Instruct: "نموذج متعدد اللغات خفيف وفعَّال" samba_nova-Meta-Llama-3-1-70B-Instruct": "نموذج قوي متعدد الأغراض" mistral-mistral-large-latest: "النموذج الأقوى لدى Mistral" diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 712edb41c..f3834d206 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -212,6 +212,7 @@ de: edit: "Bearbeiten" description: "Beschreibung" no_llm_selected: "Kein Sprachmodell ausgewählt" + use_parent_llm: "Verwende das Personas Sprachmodell" max_context_posts: "Max. Kontext-Beiträge" max_context_posts_help: "Die maximale Anzahl von Beiträgen, die die KI als Kontext für die Antwort auf einen Nutzer verwenden soll (leer für Standardwert)." vision_enabled: Sehen aktiviert @@ -377,7 +378,9 @@ de: open_ai-gpt-4o: "Hochintelligentes Modell für komplexe, mehrstufige Aufgaben" open_ai-gpt-4o-mini: "Erschwingliches und schnelles kleines Modell für leichte Aufgaben" open_ai-o1-mini: "Kosteneffizientes Argumentationsmodell" - open_ai-o1-preview: "Das leistungsfähigste Argumentationsmodell von Open AI" + open_ai-o1-preview: "Open AI's fähigstes Argumentationsmodell (Vorschau)" + open_ai-o1: "Das leistungsfähigste Argumentationsmodell von Open AI" + open_ai-o3-mini: "Erweitertes kosteneffizientes Argumentationsmodell" samba_nova-Meta-Llama-3-1-8B-Instruct: "Effizientes leichtgewichtiges mehrsprachiges Modell" samba_nova-Meta-Llama-3-1-70B-Instruct": "Leistungsstarkes Mehrzweckmodell" mistral-mistral-large-latest: "Das leistungsstärkste Modell von Mistral" @@ -429,6 +432,7 @@ de: provider_order: "Anbieterreihenfolge (kommagetrennte Liste)" provider_quantizations: "Reihenfolge der Provider-Quantisierungen (kommagetrennte Liste, z. B.: fp16,fp8)" disable_streaming: "Streaming-Vervollständigung deaktivieren (Streaming-Anfragen in Nicht-Streaming-Anfragen umwandeln)" + reasoning_effort: "Argumentationsaufwand (gilt nur für Argumentationsmodelle)" related_topics: title: "Verwandte Themen" pill: "Verwandt" diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index 1eb08a977..7e084d2ab 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -377,7 +377,6 @@ es: open_ai-gpt-4o: "Modelo de alta inteligencia para tareas complejas de varios pasos" open_ai-gpt-4o-mini: "Modelo pequeño, asequible y rápido para tareas ligeras" open_ai-o1-mini: "Modelo de razonamiento rentable" - open_ai-o1-preview: "El modelo de razonamiento más capaz de la IA abierta" samba_nova-Meta-Llama-3-1-8B-Instruct: "Modelo multilingüe, ligero y eficaz" samba_nova-Meta-Llama-3-1-70B-Instruct": "Potente modelo polivalente" mistral-mistral-large-latest: "El modelo más potente de Mistral" diff --git a/config/locales/client.fi.yml b/config/locales/client.fi.yml index 8660cd7ae..d8f04a992 100644 --- a/config/locales/client.fi.yml +++ b/config/locales/client.fi.yml @@ -377,7 +377,6 @@ fi: open_ai-gpt-4o: "Älykäs malli monimutkaisiin, monivaiheisiin tehtäviin" open_ai-gpt-4o-mini: "Edullinen ja nopea pieni malli kevyisiin tehtäviin" open_ai-o1-mini: "Kustannustehokas päättelymalli" - open_ai-o1-preview: "Open AI:n kyvykkäin päättelymalli" samba_nova-Meta-Llama-3-1-8B-Instruct: "Tehokas kevyt monikielinen malli" samba_nova-Meta-Llama-3-1-70B-Instruct": "Tehokas monikäyttöinen malli" mistral-mistral-large-latest: "Mistralin tehokkain malli" diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index 7c52e2ab1..070a1e109 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -377,7 +377,6 @@ fr: open_ai-gpt-4o: "Modèle de haute intelligence pour les tâches complexes en plusieurs étapes" open_ai-gpt-4o-mini: "Petit modèle abordable et rapide pour les tâches légères" open_ai-o1-mini: "Modèle de raisonnement rentable" - open_ai-o1-preview: "Le modèle de raisonnement le plus performant d'Open AI" samba_nova-Meta-Llama-3-1-8B-Instruct: "Modèle multilingue léger et efficace" samba_nova-Meta-Llama-3-1-70B-Instruct": "Modèle polyvalent et puissant" mistral-mistral-large-latest: "Le modèle le plus puissant de Mistral" diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index f7225f74c..e8c86a68d 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -155,6 +155,10 @@ he: run: "הרצת בדיקה" spam: "ספאם" not_spam: "לא ספאם" + errors: + scan_not_admin: + action: "תיקון" + resolved: "השגיאה נפתרה!" usage: short_title: "שימוש" summary: "תקציר" @@ -203,6 +207,7 @@ he: edit: "עריכה" description: "תיאור" no_llm_selected: "לא נבחר דגם שפה" + use_parent_llm: "להשתמש במודל שפה עם פיצול אישיות" max_context_posts: "כמות מרבית של פוסטים להקשר" max_context_posts_help: "הכמות המרבית של פוסטים לשימוש כהקשר לבינה המלאכותית בעת מענה למשתמש (ריק לברירת מחדל)" vision_enabled: ראייה מופעלת @@ -330,9 +335,14 @@ he: delete: מחיקה seeded_warning: "המודל הזה מוגדר מראש באתר שלך ואי אפשר לערוך אותו." quotas: + title: "מכסות שימוש" + add_title: "יצירת מכסה חדשה" group: "קבוצה" + max_tokens: "כמות אסימונים מרבית" max_usages: "כמות שימושים מרבית" duration: "משך" + confirm_delete: "למחוק את המכסה הזאת?" + add: "הוספת מכסה" durations: hour: "שעה" six_hours: "6 שעות" @@ -363,7 +373,9 @@ he: open_ai-gpt-4o: "מודל חכם במיוחד למשימות מורכבות, רבות שלבים" open_ai-gpt-4o-mini: "מודל חסכוני, קטן ומהיר למשימות קלילות" open_ai-o1-mini: "מודל הגיון חסכוני" - open_ai-o1-preview: "מודל ההיגיון החזק ביותר מבית OpenAI" + open_ai-o1-preview: "מודל ההיגיון החזק ביותר מבית OpenAI (תצוגה מקדימה)" + open_ai-o1: "מודל ההיגיון החזק ביותר מבית OpenAI" + open_ai-o3-mini: "מודל הגיון מתקדם וחסכוני" samba_nova-Meta-Llama-3-1-8B-Instruct: "דגם רב־לשוני, קליל ויעיל" samba_nova-Meta-Llama-3-1-70B-Instruct": "מודל רב־תכליתי חזק" mistral-mistral-large-latest: "המודל החזק ביותר של Mistral" @@ -476,22 +488,32 @@ he: model_used: "דגם בשימוש:" accuracy: "דיוק:" embeddings: + new: "הטמעה חדשה" back: "חזרה" save: "שמירה" delete: "מחיקה" + empty: "לא הגדרת הטמעות עדיין" presets: "בחירת ערכה…" + configure_manually: "הגדרה ידנית" edit: "עריכה" + seeded_warning: "מוגדר מראש באתר שלך ואי אפשר לערוך אותו." tests: title: "הרצת בדיקה" running: "הבדיקה רצה…" success: "הצליח!" display_name: "שם" provider: "ספק" + url: "כתובת שירות הטמעה" + api_key: "מפתח API לשירות הטמעה" tokenizer: "מפרק לאסימונים" + dimensions: "ממדי הטמעה" + max_sequence_length: "אורך רצף" + distance_function: "פונקציית מרחק" providers: hugging_face: "Hugging Face" open_ai: "OpenAI" google: "Google" + cloudflare: "Cloudflare" CDCK: "CDCK" fake: "מותאם" provider_fields: diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index aa8d54da6..6e8b410ed 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -377,7 +377,6 @@ it: open_ai-gpt-4o: "Modello ad alta intelligenza per attività complesse e multi-passaggio" open_ai-gpt-4o-mini: "Modello piccolo, economico e veloce per lavori leggeri" open_ai-o1-mini: "Modello di ragionamento economicamente efficiente" - open_ai-o1-preview: "Il modello di ragionamento più capace di Open AI" samba_nova-Meta-Llama-3-1-8B-Instruct: "Modello multilingue leggero ed efficiente" samba_nova-Meta-Llama-3-1-70B-Instruct": "Potente modello multifunzionale" mistral-mistral-large-latest: "Il modello più potente di Mistral" diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index 18ad4aae2..cb6c94983 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -375,7 +375,6 @@ ja: open_ai-gpt-4o: "複雑な多段階タスクに対応するハイイテンリジェンスモデル" open_ai-gpt-4o-mini: "軽量なタスクに対応する手頃で高速な小型モデル" open_ai-o1-mini: "コスト効率の良い推論モデル" - open_ai-o1-preview: "OpenAI の最も有能な推論モデル" samba_nova-Meta-Llama-3-1-8B-Instruct: "効率的な軽量多言語モデル" samba_nova-Meta-Llama-3-1-70B-Instruct": "強力な多目的モデル" mistral-mistral-large-latest: "Mistral の最も強力なモデル" diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index 398589c25..f9a691bf7 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -377,7 +377,6 @@ nl: open_ai-gpt-4o: "Hoogintelligent model voor complexe taken met meerdere stappen" open_ai-gpt-4o-mini: "Betaalbaar, snel en klein model voor lichte taken" open_ai-o1-mini: "Kostenefficiënt redeneringsmodel" - open_ai-o1-preview: "Het meest capabele redeneringsmodel van Open AI" samba_nova-Meta-Llama-3-1-8B-Instruct: "Efficiënt lichtgewicht meertalig model" samba_nova-Meta-Llama-3-1-70B-Instruct": "Krachtig multifunctioneel model" mistral-mistral-large-latest: "Het krachtigste model van Mistral" diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 272821f53..62a6984b0 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -377,7 +377,6 @@ pt_BR: open_ai-gpt-4o: "Modelo de alta inteligência para tarefas completas de vários passos" open_ai-gpt-4o-mini: "Modelo pequeno e acessível para tarefas leves" open_ai-o1-mini: "Modelo de raciocínio econômico" - open_ai-o1-preview: "Modelo de raciocínio mais capaz da Open IA" samba_nova-Meta-Llama-3-1-8B-Instruct: "Modelo multi-idioma leve e eficiente" samba_nova-Meta-Llama-3-1-70B-Instruct": "Modelo multifinalidade poderoso" mistral-mistral-large-latest: "Modelo mais poderoso da Mistral" diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 1d8ca4579..d3c87677c 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -381,7 +381,6 @@ ru: open_ai-gpt-4o: "Высокоинтеллектуальная модель для выполнения сложных, многоэтапных задач" open_ai-gpt-4o-mini: "Доступная и быстрая небольшая модель для простых задач" open_ai-o1-mini: "Экономически эффективная модель с поддержкой рассуждений" - open_ai-o1-preview: "Самая эффективная рассуждающая модель от Open AI" samba_nova-Meta-Llama-3-1-8B-Instruct: "Эффективная легкая многоязычная модель" samba_nova-Meta-Llama-3-1-70B-Instruct": "Мощная многофункциональная модель" mistral-mistral-large-latest: "Самая мощная модель Mistral" diff --git a/config/locales/client.tr_TR.yml b/config/locales/client.tr_TR.yml index ebb03e8bc..0de316b1c 100644 --- a/config/locales/client.tr_TR.yml +++ b/config/locales/client.tr_TR.yml @@ -377,7 +377,6 @@ tr_TR: open_ai-gpt-4o: "Karmaşık, çok adımlı görevler için yüksek zekâ modeli" open_ai-gpt-4o-mini: "Hafif görevler için uygun fiyatlı ve hızlı küçük model" open_ai-o1-mini: "Uygun maliyetli muhakeme modeli" - open_ai-o1-preview: "Açık YZ'nin en yetenekli muhakeme modeli" samba_nova-Meta-Llama-3-1-8B-Instruct: "Verimli hafif çok dilli model" samba_nova-Meta-Llama-3-1-70B-Instruct": "Güçlü çok amaçlı model" mistral-mistral-large-latest: "Mistral'in en güçlü modeli" @@ -429,6 +428,7 @@ tr_TR: provider_order: "Sağlayıcı sırası (virgülle ayrılmış liste)" provider_quantizations: "Sağlayıcı nicelleştirmelerinin sırası (virgülle ayrılmış liste, ör.: fp16,fp8)" disable_streaming: "Akış tamamlamalarını devre dışı bırak (akışı akış dışı taleplere dönüştür)" + reasoning_effort: "Muhakeme eforu (yalnızca muhakeme modelleri için)" related_topics: title: "İlgili konular" pill: "İlgili" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 8bea1e4ce..c8b4c3d63 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -375,7 +375,6 @@ zh_CN: open_ai-gpt-4o: "适用于复杂、多步骤任务的高智能模型" open_ai-gpt-4o-mini: "经济、快速的小型模型,适用于轻量级任务" open_ai-o1-mini: "经济高效的推理模型" - open_ai-o1-preview: "Open AI 最强大的推理模型" samba_nova-Meta-Llama-3-1-8B-Instruct: "高效的轻量级多语言模型" samba_nova-Meta-Llama-3-1-70B-Instruct": "强大的多用途模型" mistral-mistral-large-latest: "Mistral 最强大的模型" diff --git a/config/locales/server.ar.yml b/config/locales/server.ar.yml index 71b7ba27a..6dcdff290 100644 --- a/config/locales/server.ar.yml +++ b/config/locales/server.ar.yml @@ -349,7 +349,6 @@ ar: javascript_evaluator: "تقييم JavaScript" tool_description: update_artifact: "تم تحديث ملف ثانوي على الويب باستخدام روبوت الذكاء الاصطناعي" - create_artifact: "تم إنشاء ملف ثانوي على الويب باستخدام روبوت الذكاء الاصطناعي" web_browser: "قراءة %{url}" github_search_files: "تم البحث عن '%{keywords}' في %{repo}/%{branch}" github_search_code: "تم البحث عن '%{query}' في %{repo}" diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index ecaef2e7b..c3f6d4e35 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -193,6 +193,7 @@ de: link: "Artefakt in neuem Tab anzeigen" view_source: "Quelle anzeigen" view_changes: "Änderungen anzeigen" + change_description: "Beschreibung ändern" unknown_model: "Unbekanntes KI-Modell" tools: custom_name: "%{name} (benutzerdefiniert)" @@ -283,6 +284,20 @@ de: summarizing: "Thema zusammenfassen" searching: "Suche nach: „%{query}“" tool_options: + create_artifact: + creator_llm: + name: "LLM" + description: "Sprachmodell, das für die Erstellung von Artefakten verwendet werden soll" + update_artifact: + editor_llm: + name: "LLM" + description: "Sprachmodell, das für Artefaktbearbeitungen verwendet werden soll" + update_algorithm: + name: "Algorithmus aktualisieren" + description: "Bitten LLM, den gesamten Austausch vorzunehmen, oder verwenden diff zum Aktualisieren" + do_not_echo_artifact: + name: "Kein Echo Artefakt" + description: "Begrenzt die Kosten, reduziert aber die Effektivität von Artefakt-Updates" google: base_query: name: "Basissuchanfrage" @@ -302,6 +317,7 @@ de: name: "Basissuchanfrage" description: "Basisanfrage, die bei der Suche verwendet wird. Beispiel: Bei „#dringend“ wird der Suchanfrage „#dringend“ vorangestellt und es werden nur Themen mit der Kategorie oder dem Schlagwort „dringend“ angezeigt." tool_summary: + read_artifact: "Ein Web-Artefakt lesen" update_artifact: "Aktualisieren eines Web-Artefakts" create_artifact: "Web-Artefakt erstellen" web_browser: "Web durchsuchen" @@ -325,6 +341,7 @@ de: search_meta_discourse: "Meta-Discourse durchsuchen" javascript_evaluator: "JavaScript auswerten" tool_help: + read_artifact: "Lesen eines Webartefakts mit dem KI-Bot" update_artifact: "Aktualisiere ein Web-Artefakt mit dem KI-Bot" create_artifact: "Erstelle ein Web-Artefakt mit dem KI-Bot" web_browser: "Webseite mit dem KI-Bot durchsuchen" @@ -348,8 +365,9 @@ de: search_meta_discourse: "Meta-Discourse durchsuchen" javascript_evaluator: "JavaScript auswerten" tool_description: + read_artifact: "Lesen eines Webartefakts mit dem KI-Bot" update_artifact: "Ein Web-Artefakt wurde mit dem KI-Bot aktualisiert" - create_artifact: "Ein Web-Artefakt wurde mit dem KI-Bot erstellt" + create_artifact: "Erstellt ein Web-Artefakt: %{name} - %{specification}" web_browser: "%{url} wird gelesen" github_search_files: "Gesucht wurde nach „%{keywords}“ in %{repo}/%{branch}" github_search_code: "Gesucht wurde nach „%{query}“ in %{repo}" diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index ba481cf4e..8a1abec11 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -349,7 +349,6 @@ es: javascript_evaluator: "Evaluar JavaScript" tool_description: update_artifact: "Se actualizó un artefacto web utilizando el bot de IA" - create_artifact: "Se ha creado un artefacto web usando el bot de IA" web_browser: "Leyendo %{url}" github_search_files: "Se buscó «%{keywords}» en %{repo}/%{branch}" github_search_code: "Se buscó «%{query}» en %{repo}" diff --git a/config/locales/server.fi.yml b/config/locales/server.fi.yml index ca4eb2896..bd841a893 100644 --- a/config/locales/server.fi.yml +++ b/config/locales/server.fi.yml @@ -349,7 +349,6 @@ fi: javascript_evaluator: "Arvioi JavaScript" tool_description: update_artifact: "Verkkoartefakti päivitettiin tekoälybotilla" - create_artifact: "Luotu verkkoartefakti tekoälybotilla" web_browser: "Luetaan: %{url}" github_search_files: "Haettiin avainsanoilla \"%{keywords}\" tietovarastosta %{repo}/%{branch}" github_search_code: "Haettiin ehdolla \"%{query}\" tietovarastosta %{repo}" diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index 1a08cce0c..8785fd656 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -349,7 +349,6 @@ fr: javascript_evaluator: "Évaluer JavaScript" tool_description: update_artifact: "Mise à jour d'un artefact Web à l'aide du robot IA" - create_artifact: "Création d'un artefact Web à l'aide du robot IA" web_browser: "Lecture : %{url}" github_search_files: "Recherche de « %{keywords} » dans %{repo}/%{branch}" github_search_code: "Recherche de « %{query} » dans %{repo}" diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index be50385dd..c09a31f92 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -191,6 +191,7 @@ he: link: "הצגת תוצר בלשונית חדשה" view_source: "הצגת המקור" view_changes: "הצגת שינויים" + change_description: "עריכת התיאור" unknown_model: "דגם בינה מלאכותית לא ידוע" tools: custom_name: "%{name} (מותאם אישית)" @@ -278,6 +279,17 @@ he: summarizing: "הנושא מסוכם" searching: "חיפוש אחר: ‚%{query}’" tool_options: + create_artifact: + creator_llm: + name: "LLM" + description: "מודל שפה לשימוש ליצירת תוצרים" + update_artifact: + editor_llm: + name: "LLM" + description: "מודל שפה לשימוש לעריכת תוצרים" + update_algorithm: + name: "עדכון אלגוריתם" + description: "לבקש מ־LLM להחליף לחלוטין או להשתמש ב־diff (הבדלים) כדי לעדכן" google: base_query: name: "שאילתת חיפוש בסיסית" @@ -297,6 +309,7 @@ he: name: "שאילתת חיפוש בסיסית" description: "שאילתת בסיס לשימוש בעת חיפוש. למשל: ‚‎#urgent’ יוסיף את ‚‎#urgent’ לשאילתת החיפוש ויכלול רק נושאים עם הקטגוריה או התגית urgent (דחוף)." tool_summary: + read_artifact: "קריאת תוצר דפדפני" update_artifact: "עדכון תוצר דפדפני" create_artifact: "יצירת תוצר דפדפני" web_browser: "גלישה באינטרנט" @@ -320,6 +333,7 @@ he: search_meta_discourse: "חיפוש ב־Meta Discrouse" javascript_evaluator: "שערוך JavaScript" tool_help: + read_artifact: "לקרוא תוצר דפדפני באמצעות בוט הבינה המלאכותית" update_artifact: "עדכון תוצר דפדפני באמצעות בוט הבינה המלאכותית" create_artifact: "יצירת תוצר דפדפני באמצעות בוט הבינה המלאכותית" web_browser: "גלישה באינטרנט באמצעות בוט בינה מלאכותית" @@ -343,8 +357,9 @@ he: search_meta_discourse: "חיפוש ב־Meta Discrouse" javascript_evaluator: "שערוך JavaScript" tool_description: + read_artifact: "לקרוא תוצר דפדפני באמצעות בוט הבינה המלאכותית" update_artifact: "עודכן תוצר דפדפני באמצעות בוט הבינה המלאכותית" - create_artifact: "נוצר תוצר דפדפני באמצעות בוט הבינה המלאכותית" + create_artifact: "נוצר תוצר דפדפני: %{name} - %{specification}" web_browser: "קורא את %{url}" github_search_files: "בוצע חיפוש אחר ‚%{keywords}’ בתוך %{repo}/%{branch}" github_search_code: "בוצע חיפוש אחר ‚%{query}’ בתוך %{repo}" @@ -431,6 +446,7 @@ he: cannot_edit_builtin: "אי אפשר לערוך מודל מובנה." configuration: disable_embeddings: "יש להשבית קודם את ‚הטמעת בינה מלאכותית פעילה’." + invalid_config: "בחרת אפשרות שגויה." llm_models: missing_provider_param: "%{param} לא יכול להישאר ריק" bedrock_invalid_url: "נא למלא את כל השדות די להשתמש במודל הזה." diff --git a/config/locales/server.it.yml b/config/locales/server.it.yml index e9fb952a2..7926756cb 100644 --- a/config/locales/server.it.yml +++ b/config/locales/server.it.yml @@ -349,7 +349,6 @@ it: javascript_evaluator: "Valuta JavaScript" tool_description: update_artifact: "Aggiornato un artefatto web utilizzando il bot IA" - create_artifact: "Creato un artefatto web utilizzando il bot IA" web_browser: "Lettura %{url}" github_search_files: "Hai cercato \"%{keywords}\" in %{repo}/%{branch}" github_search_code: "Hai cercato \"%{query}\" in %{repo}" diff --git a/config/locales/server.ja.yml b/config/locales/server.ja.yml index 86ed27b36..fb178753a 100644 --- a/config/locales/server.ja.yml +++ b/config/locales/server.ja.yml @@ -349,7 +349,6 @@ ja: javascript_evaluator: "JavaScript を評価" tool_description: update_artifact: "AI ボットを使ってウェブアーティファクトを更新しました" - create_artifact: "AI ボットを使用してウェブアーティファクトを作成しました" web_browser: "読み取り中: %{url}" github_search_files: "%{repo}/%{branch} で「%{keywords}」を検索しました" github_search_code: "%{repo} で「%{query}」を検索しました" diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index 8c1261866..6007988d4 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -349,7 +349,6 @@ nl: javascript_evaluator: "JavaScript evalueren" tool_description: update_artifact: "Webartefact bijgewerkt met behulp van de AI-bot" - create_artifact: "Webartefact gemaakt met behulp van de AI-bot" web_browser: "Lezen: %{url}" github_search_files: "Gezocht naar '%{keywords}' in %{repo}/%{branch}" github_search_code: "Gezocht naar '%{query}' in %{repo}" diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index 8102b9fbe..88bd610b7 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -349,7 +349,6 @@ pt_BR: javascript_evaluator: "Avaliar JavaScript" tool_description: update_artifact: "Artefato da Web que usa o Bot de IA atualizado" - create_artifact: "Criou artefato da web usando o Bot de IA" web_browser: "Lendo %{url}" github_search_files: "Pesquisa por \"%{keywords}\" em %{repo}/%{branch}" github_search_code: "Pesquisa por \"%{query}\" em %{repo}" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index f7df0133b..4fc885b06 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -349,7 +349,6 @@ ru: javascript_evaluator: "Оценить JavaScript" tool_description: update_artifact: "Обновлен веб-артефакт с помощью AI-бота" - create_artifact: "Создан веб-артефакт с использованием AI-бота" web_browser: "Чтение: %{url}" github_search_files: "Выполнен поиск «%{keywords}» в %{repo}/%{branch}" github_search_code: "Выполнен поиск «%{query}» в %{repo}" diff --git a/config/locales/server.tr_TR.yml b/config/locales/server.tr_TR.yml index eb1f0b696..e5e8aa166 100644 --- a/config/locales/server.tr_TR.yml +++ b/config/locales/server.tr_TR.yml @@ -349,7 +349,6 @@ tr_TR: javascript_evaluator: "JavaScript'i değerlendirin" tool_description: update_artifact: "YZ Botunu kullanarak bir web artifact'i güncellendi" - create_artifact: "YZ Botunu kullanarak bir web artifact'i oluşturuldu" web_browser: "Okunuyor: %{url}" github_search_files: "%{repo}/%{branch} içinde \"%{keywords}\" arandı" github_search_code: "%{repo} içinde \"%{query}\" arandı" @@ -419,6 +418,7 @@ tr_TR: cannot_edit_builtin: "Yerleşik bir modeli düzenleyemezsiniz." configuration: disable_embeddings: "Önce \"yz yerleştirmeleri etkin\" seçeneğini devre dışı bırakmanız gerekiyor." + invalid_config: "Geçersiz bir seçenek seçtiniz." choose_model: "Önce 'ai embeddings selected model'i ayarlayın." llm_models: missing_provider_param: "%{param} boş olamaz" diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 214cdf78c..ef2da7148 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -349,7 +349,6 @@ zh_CN: javascript_evaluator: "评估 JavaScript" tool_description: update_artifact: "已使用 AI 机器人更新 Web 工件" - create_artifact: "已使用 AI 机器人创建 Web 工件" web_browser: "正在阅读 %{url}" github_search_files: "已在 %{repo}/%{branch} 中搜索 '%{keywords}'" github_search_code: "已在 %{repo} 中搜索 '%{query}'"