diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json index a5ce520446..7a59d0fb6d 100644 --- a/webview-ui/src/i18n/locales/ca/settings.json +++ b/webview-ui/src/i18n/locales/ca/settings.json @@ -283,36 +283,32 @@ "cacheUsageNote": "Nota: Si no veieu l'ús de la caché, proveu de seleccionar un model diferent i després tornar a seleccionar el model desitjat.", "vscodeLmModel": "Model de llenguatge", "vscodeLmWarning": "Nota: Aquesta és una integració molt experimental i el suport del proveïdor variarà. Si rebeu un error sobre un model no compatible, és un problema del proveïdor.", + "geminiSections": { + "modelParameters": { + "title": "Controls de sortida", + "description": "Ajusta amb precisió topP, topK i maxOutputTokens" + } + }, "geminiParameters": { "topK": { "title": "Top K", - "description": "Controla el nombre de tokens amb més probabilitat a considerar en cada pas. Valors més alts augmenten la diversitat, valors més baixos fan que la sortida sigui més enfocada i determinista." + "description": "Un valor baix fa que el text sigui més predictible, mentre que un valor alt el fa més creatiu." }, "topP": { "title": "Top P", - "description": "Controla la probabilitat acumulada dels tokens a considerar (mètode nucleus). Valors més propers a 1,0 augmenten la diversitat, mentre que valors més baixos fan que la sortida sigui més enfocada." + "description": "Un valor baix condueix a un text més enfocat, mentre que un valor alt resulta en resultats més diversos." }, "maxOutputTokens": { - "title": "Tokens màxims de sortida", - "description": "Nombre màxim de tokens que el model pot generar en una sola resposta. Valors més alts permeten respostes més llargues, però augmenten l’ús de tokens i els costos." + "title": "Màxim de Tokens de Sortida", + "description": "Aquest paràmetre estableix la longitud màxima de la resposta que el model pot generar." }, "urlContext": { - "title": "Activa context d’URL", - "description": "Permet a Gemini accedir i processar URLs per obtenir context addicional durant la generació de respostes. Útil per a tasques que requereixen anàlisi de contingut web." + "title": "Activa el Context d'URL", + "description": "Permet a Gemini llegir pàgines enllaçades per extreure, comparar i sintetitzar el seu contingut en respostes informades." }, "groundingSearch": { - "title": "Activa grounding amb cerca de Google", - "description": "Permet a Gemini cercar informació actual a Google i fonamentar les respostes en dades en temps real. Útil per a consultes que requereixen informació actualitzada." - }, - "contextLimit": { - "title": "Límit de context", - "description": "Nombre màxim de missatges anteriors a incloure en el context. Valors més baixos redueixen l’ús de tokens i els costos, però poden limitar la continuïtat de la conversa." - } - }, - "geminiSections": { - "modelParameters": { - "title": "Configuració avançada", - "description": "Ajusta la temperatura, top-p i altres paràmetres avançats." + "title": "Activa la Fonamentació amb la Cerca de Google", + "description": "Connecta Gemini a dades web en temps real per a respostes precises i actualitzades amb citacions verificables." } }, "googleCloudSetup": { diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json index 4440afdb28..ab142a7876 100644 --- a/webview-ui/src/i18n/locales/de/settings.json +++ b/webview-ui/src/i18n/locales/de/settings.json @@ -283,34 +283,6 @@ "cacheUsageNote": "Hinweis: Wenn Sie keine Cache-Nutzung sehen, versuchen Sie ein anderes Modell auszuwählen und dann Ihr gewünschtes Modell erneut auszuwählen.", "vscodeLmModel": "Sprachmodell", "vscodeLmWarning": "Hinweis: Dies ist eine sehr experimentelle Integration und die Anbieterunterstützung variiert. Wenn Sie einen Fehler über ein nicht unterstütztes Modell erhalten, liegt das Problem auf Anbieterseite.", - "geminiParameters": { - "topK": { - "title": "Top K", - "description": "Steuert die Anzahl der wahrscheinlichsten Tokens, die in jedem Schritt berücksichtigt werden. Höhere Werte erhöhen die Vielfalt, niedrigere Werte sorgen für fokussiertere und deterministischere Ausgaben." - }, - "topP": { - "title": "Top P", - "description": "Steuert die kumulative Wahrscheinlichkeit der in Betracht zu ziehenden Tokens (Nucleus Sampling). Werte näher bei 1,0 erhöhen die Vielfalt, während niedrigere Werte die Ausgabe fokussierter machen." - }, - "maxOutputTokens": { - "title": "Maximale Ausgabetokens", - "description": "Maximale Anzahl der Tokens, die das Modell in einer einzigen Antwort generieren kann. Höhere Werte ermöglichen längere Antworten, erhöhen jedoch den Tokenverbrauch und die Kosten." - }, - "urlContext": { - "title": "URL-Kontext aktivieren", - "description": "Ermöglicht es Gemini, URLs für zusätzlichen Kontext bei der Generierung von Antworten zu verwenden und zu verarbeiten. Nützlich für Aufgaben, die eine Webinhaltsanalyse erfordern." - }, - "groundingSearch": { - "title": "Grounding mit Google-Suche aktivieren", - "description": "Ermöglicht es Gemini, Google nach aktuellen Informationen zu durchsuchen und Antworten auf Echtzeitdaten zu stützen. Nützlich für Abfragen, die aktuelle Informationen erfordern." - } - }, - "geminiSections": { - "modelParameters": { - "title": "Erweiterte Einstellungen", - "description": "Feinabstimmung von Temperatur, Top-P und anderen erweiterten Einstellungen." - } - }, "geminiSections": { "modelParameters": { "title": "Ausgabesteuerung", diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json index 724a3129f3..57c966ad77 100644 --- a/webview-ui/src/i18n/locales/zh-CN/settings.json +++ b/webview-ui/src/i18n/locales/zh-CN/settings.json @@ -283,34 +283,6 @@ "cacheUsageNote": "提示:若未显示缓存使用情况,请切换模型后重新选择", "vscodeLmModel": "VSCode LM 模型", "vscodeLmWarning": "注意:这是一个非常实验性的集成,提供商支持会有所不同。如果您收到有关不支持模型的错误,则这是提供商方面的问题。", - "geminiParameters": { - "topK": { - "title": "Top K", - "description": "控制每个步骤要考虑的最高概率令牌数量。值越高,多样性越高;值越低,输出越集中和确定。" - }, - "topP": { - "title": "Top P", - "description": "控制要考虑的令牌的累积概率(核采样)。接近1.0的值增加多样性,而较低的值使输出更集中。" - }, - "maxOutputTokens": { - "title": "最大输出令牌", - "description": "模型在单个响应中可以生成的最大令牌数。值越高,响应越长,但会增加令牌使用量和成本。" - }, - "urlContext": { - "title": "启用URL上下文", - "description": "允许Gemini在生成响应时访问和处理URL以获取额外上下文。适用于需要网络内容分析的任务。" - }, - "groundingSearch": { - "title": "启用Google搜索落地", - "description": "允许Gemini在Google中搜索最新信息,并在实时数据的基础上生成响应。适用于需要最新信息的查询。" - } - }, - "geminiSections": { - "modelParameters": { - "title": "高级设置", - "description": "调整温度、top-p 和其他高级设置。" - } - }, "geminiSections": { "modelParameters": { "title": "输出控制", diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json index 8e3fca95f6..313c87f473 100644 --- a/webview-ui/src/i18n/locales/zh-TW/settings.json +++ b/webview-ui/src/i18n/locales/zh-TW/settings.json @@ -283,34 +283,6 @@ "cacheUsageNote": "注意:如果您沒有看到快取使用情況,請嘗試選擇其他模型,然後重新選擇您想要的模型。", "vscodeLmModel": "語言模型", "vscodeLmWarning": "注意:此整合功能仍處於實驗階段,各供應商的支援程度可能不同。如果出現模型不支援的錯誤,通常是供應商方面的問題。", - "geminiParameters": { - "topK": { - "title": "Top K", - "description": "控制要考慮的最高機率代幣數量。" - }, - "topP": { - "title": "Top P", - "description": "控制生成時累積機率閾值。" - }, - "maxOutputTokens": { - "title": "最大輸出代幣", - "description": "控制模型可返回的最大代幣數量。" - }, - "urlContext": { - "title": "啟用 URL 上下文", - "description": "允許在生成期間從提供的 URL 獲取頁面內容並將其包含在上下文中。" - }, - "groundingSearch": { - "title": "啟用使用 Google 搜索進行基礎支持", - "description": "在生成期間使用 Google 搜索以獲取最新資訊並將其包含在上下文中。" - } - }, - "geminiSections": { - "modelParameters": { - "title": "進階設定", - "description": "調整溫度、top-p 和其他進階設定。" - } - }, "geminiSections": { "modelParameters": { "title": "輸出控制",