Skip to content

Commit 88a7eb4

Browse files
committed
fix: removing redundant extra translations - a mistake made by the agent
1 parent 1c2aa36 commit 88a7eb4

File tree

4 files changed

+14
-102
lines changed

4 files changed

+14
-102
lines changed

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -283,36 +283,32 @@
283283
"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.",
284284
"vscodeLmModel": "Model de llenguatge",
285285
"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.",
286+
"geminiSections": {
287+
"modelParameters": {
288+
"title": "Controls de sortida",
289+
"description": "Ajusta amb precisió topP, topK i maxOutputTokens"
290+
}
291+
},
286292
"geminiParameters": {
287293
"topK": {
288294
"title": "Top K",
289-
"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."
295+
"description": "Un valor baix fa que el text sigui més predictible, mentre que un valor alt el fa més creatiu."
290296
},
291297
"topP": {
292298
"title": "Top P",
293-
"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."
299+
"description": "Un valor baix condueix a un text més enfocat, mentre que un valor alt resulta en resultats més diversos."
294300
},
295301
"maxOutputTokens": {
296-
"title": "Tokens màxims de sortida",
297-
"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."
302+
"title": "Màxim de Tokens de Sortida",
303+
"description": "Aquest paràmetre estableix la longitud màxima de la resposta que el model pot generar."
298304
},
299305
"urlContext": {
300-
"title": "Activa context d’URL",
301-
"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."
306+
"title": "Activa el Context d'URL",
307+
"description": "Permet a Gemini llegir pàgines enllaçades per extreure, comparar i sintetitzar el seu contingut en respostes informades."
302308
},
303309
"groundingSearch": {
304-
"title": "Activa grounding amb cerca de Google",
305-
"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."
306-
},
307-
"contextLimit": {
308-
"title": "Límit de context",
309-
"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."
310-
}
311-
},
312-
"geminiSections": {
313-
"modelParameters": {
314-
"title": "Configuració avançada",
315-
"description": "Ajusta la temperatura, top-p i altres paràmetres avançats."
310+
"title": "Activa la Fonamentació amb la Cerca de Google",
311+
"description": "Connecta Gemini a dades web en temps real per a respostes precises i actualitzades amb citacions verificables."
316312
}
317313
},
318314
"googleCloudSetup": {

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -283,34 +283,6 @@
283283
"cacheUsageNote": "Hinweis: Wenn Sie keine Cache-Nutzung sehen, versuchen Sie ein anderes Modell auszuwählen und dann Ihr gewünschtes Modell erneut auszuwählen.",
284284
"vscodeLmModel": "Sprachmodell",
285285
"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.",
286-
"geminiParameters": {
287-
"topK": {
288-
"title": "Top K",
289-
"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."
290-
},
291-
"topP": {
292-
"title": "Top P",
293-
"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."
294-
},
295-
"maxOutputTokens": {
296-
"title": "Maximale Ausgabetokens",
297-
"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."
298-
},
299-
"urlContext": {
300-
"title": "URL-Kontext aktivieren",
301-
"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."
302-
},
303-
"groundingSearch": {
304-
"title": "Grounding mit Google-Suche aktivieren",
305-
"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."
306-
}
307-
},
308-
"geminiSections": {
309-
"modelParameters": {
310-
"title": "Erweiterte Einstellungen",
311-
"description": "Feinabstimmung von Temperatur, Top-P und anderen erweiterten Einstellungen."
312-
}
313-
},
314286
"geminiSections": {
315287
"modelParameters": {
316288
"title": "Ausgabesteuerung",

webview-ui/src/i18n/locales/zh-CN/settings.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -283,34 +283,6 @@
283283
"cacheUsageNote": "提示:若未显示缓存使用情况,请切换模型后重新选择",
284284
"vscodeLmModel": "VSCode LM 模型",
285285
"vscodeLmWarning": "注意:这是一个非常实验性的集成,提供商支持会有所不同。如果您收到有关不支持模型的错误,则这是提供商方面的问题。",
286-
"geminiParameters": {
287-
"topK": {
288-
"title": "Top K",
289-
"description": "控制每个步骤要考虑的最高概率令牌数量。值越高,多样性越高;值越低,输出越集中和确定。"
290-
},
291-
"topP": {
292-
"title": "Top P",
293-
"description": "控制要考虑的令牌的累积概率(核采样)。接近1.0的值增加多样性,而较低的值使输出更集中。"
294-
},
295-
"maxOutputTokens": {
296-
"title": "最大输出令牌",
297-
"description": "模型在单个响应中可以生成的最大令牌数。值越高,响应越长,但会增加令牌使用量和成本。"
298-
},
299-
"urlContext": {
300-
"title": "启用URL上下文",
301-
"description": "允许Gemini在生成响应时访问和处理URL以获取额外上下文。适用于需要网络内容分析的任务。"
302-
},
303-
"groundingSearch": {
304-
"title": "启用Google搜索落地",
305-
"description": "允许Gemini在Google中搜索最新信息,并在实时数据的基础上生成响应。适用于需要最新信息的查询。"
306-
}
307-
},
308-
"geminiSections": {
309-
"modelParameters": {
310-
"title": "高级设置",
311-
"description": "调整温度、top-p 和其他高级设置。"
312-
}
313-
},
314286
"geminiSections": {
315287
"modelParameters": {
316288
"title": "输出控制",

webview-ui/src/i18n/locales/zh-TW/settings.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -283,34 +283,6 @@
283283
"cacheUsageNote": "注意:如果您沒有看到快取使用情況,請嘗試選擇其他模型,然後重新選擇您想要的模型。",
284284
"vscodeLmModel": "語言模型",
285285
"vscodeLmWarning": "注意:此整合功能仍處於實驗階段,各供應商的支援程度可能不同。如果出現模型不支援的錯誤,通常是供應商方面的問題。",
286-
"geminiParameters": {
287-
"topK": {
288-
"title": "Top K",
289-
"description": "控制要考慮的最高機率代幣數量。"
290-
},
291-
"topP": {
292-
"title": "Top P",
293-
"description": "控制生成時累積機率閾值。"
294-
},
295-
"maxOutputTokens": {
296-
"title": "最大輸出代幣",
297-
"description": "控制模型可返回的最大代幣數量。"
298-
},
299-
"urlContext": {
300-
"title": "啟用 URL 上下文",
301-
"description": "允許在生成期間從提供的 URL 獲取頁面內容並將其包含在上下文中。"
302-
},
303-
"groundingSearch": {
304-
"title": "啟用使用 Google 搜索進行基礎支持",
305-
"description": "在生成期間使用 Google 搜索以獲取最新資訊並將其包含在上下文中。"
306-
}
307-
},
308-
"geminiSections": {
309-
"modelParameters": {
310-
"title": "進階設定",
311-
"description": "調整溫度、top-p 和其他進階設定。"
312-
}
313-
},
314286
"geminiSections": {
315287
"modelParameters": {
316288
"title": "輸出控制",

0 commit comments

Comments
 (0)