Skip to content

Commit 1c2aa36

Browse files
committed
fix: adding translations
1 parent a853329 commit 1c2aa36

File tree

17 files changed

+452
-4
lines changed

17 files changed

+452
-4
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "Feinabstimmung von Temperatur, Top-P und anderen erweiterten Einstellungen."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "Ausgabesteuerung",
317+
"description": "Feinabstimmung von topP, topK und maxOutputTokens"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "Top K",
323+
"description": "Ein niedriger Wert macht den Text vorhersagbarer, während ein hoher Wert ihn kreativer macht."
324+
},
325+
"topP": {
326+
"title": "Top P",
327+
"description": "Ein niedriger Wert führt zu fokussierterem Text, während ein hoher Wert zu vielfältigeren Ergebnissen führt."
328+
},
329+
"maxOutputTokens": {
330+
"title": "Maximale Ausgabe-Tokens",
331+
"description": "Dieser Parameter legt die maximale Länge der Antwort fest, die das Modell generieren darf."
332+
},
333+
"urlContext": {
334+
"title": "URL-Kontext aktivieren",
335+
"description": "Ermöglicht Gemini, verlinkte Seiten zu lesen, um deren Inhalt zu extrahieren, zu vergleichen und in fundierte Antworten zu synthetisieren."
336+
},
337+
"groundingSearch": {
338+
"title": "Grounding mit Google Suche aktivieren",
339+
"description": "Verbindet Gemini mit Echtzeit-Webdaten für genaue, aktuelle Antworten mit überprüfbaren Zitaten."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Um Google Cloud Vertex AI zu verwenden, müssen Sie:",
316344
"step1": "1. Ein Google Cloud-Konto erstellen, die Vertex AI API aktivieren & die gewünschten Claude-Modelle aktivieren.",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,22 +285,22 @@
285285
"vscodeLmWarning": "Note: This is a very experimental integration and provider support will vary. If you get an error about a model not being supported, that's an issue on the provider's end.",
286286
"geminiSections": {
287287
"modelParameters": {
288-
"title": "Advanced Settings",
288+
"title": "Output Controls",
289289
"description": "Fine-tune topP, topK and maxOutputTokens"
290290
}
291291
},
292292
"geminiParameters": {
293293
"topK": {
294294
"title": "Top K",
295-
"description": "Controls the number of highest probability tokens to consider for each step. Higher values increase diversity, lower values make output more focused and deterministic."
295+
"description": "A low value makes the text more predictable, while a high value makes it more creative."
296296
},
297297
"topP": {
298298
"title": "Top P",
299-
"description": "Controls the cumulative probability of tokens to consider (nucleus sampling). Values closer to 1.0 increase diversity, while lower values make output more focused."
299+
"description": "A low value leads to more focused text, while a high value results in more diverse outcomes."
300300
},
301301
"maxOutputTokens": {
302302
"title": "Max Output Tokens",
303-
"description": "Maximum number of tokens the model can generate in a single response. Higher values allow longer responses but increase token usage and costs."
303+
"description": "This parameter sets the maximum length of the response the model is allowed to generate."
304304
},
305305
"urlContext": {
306306
"title": "Enable URL Context",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "Ajusta la temperatura, top-p y otros parámetros avanzados."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "Controles de Salida",
317+
"description": "Ajusta topP, topK y maxOutputTokens"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "Top K",
323+
"description": "Un valor bajo hace que el texto sea más predecible, mientras que un valor alto lo hace más creativo."
324+
},
325+
"topP": {
326+
"title": "Top P",
327+
"description": "Un valor bajo conduce a un texto más enfocado, mientras que un valor alto da como resultado resultados más diversos."
328+
},
329+
"maxOutputTokens": {
330+
"title": "Máximo de Tokens de Salida",
331+
"description": "Este parámetro establece la longitud máxima de la respuesta que el modelo puede generar."
332+
},
333+
"urlContext": {
334+
"title": "Habilitar Contexto de URL",
335+
"description": "Permite a Gemini leer páginas enlazadas para extraer, comparar y sintetizar su contenido en respuestas informadas."
336+
},
337+
"groundingSearch": {
338+
"title": "Habilitar Grounding con Búsqueda de Google",
339+
"description": "Conecta a Gemini con datos web en tiempo real para obtener respuestas precisas y actualizadas con citas verificables."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Para usar Google Cloud Vertex AI, necesita:",
316344
"step1": "1. Crear una cuenta de Google Cloud, habilitar la API de Vertex AI y habilitar los modelos Claude deseados.",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "Ajustez la température, top-p et d'autres paramètres avancés."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "Contrôles de sortie",
317+
"description": "Ajustez topP, topK et maxOutputTokens"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "Top K",
323+
"description": "Une valeur faible rend le texte plus prévisible, tandis qu'une valeur élevée le rend plus créatif."
324+
},
325+
"topP": {
326+
"title": "Top P",
327+
"description": "Une valeur faible conduit à un texte plus ciblé, tandis qu'une valeur élevée donne des résultats plus diversifiés."
328+
},
329+
"maxOutputTokens": {
330+
"title": "Jetons de sortie max",
331+
"description": "Ce paramètre définit la longueur maximale de la réponse que le modèle est autorisé à générer."
332+
},
333+
"urlContext": {
334+
"title": "Activer le contexte d'URL",
335+
"description": "Permet à Gemini de lire les pages liées pour extraire, comparer et synthétiser leur contenu en réponses éclairées."
336+
},
337+
"groundingSearch": {
338+
"title": "Activer l'ancrage avec la recherche Google",
339+
"description": "Connecte Gemini aux données Web en temps réel pour des réponses précises et à jour avec des citations vérifiables."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Pour utiliser Google Cloud Vertex AI, vous devez :",
316344
"step1": "1. Créer un compte Google Cloud, activer l'API Vertex AI et activer les modèles Claude souhaités.",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "टेम्परेचर, टॉप-पी और अन्य उन्नत सेटिंग्स को फाइन-ट्यून करें।"
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "आउटपुट नियंत्रण",
317+
"description": "topP, topK और maxOutputTokens को ठीक करें"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "शीर्ष K",
323+
"description": "कम मान पाठ को अधिक पूर्वानुमानित बनाता है, जबकि उच्च मान इसे अधिक रचनात्मक बनाता है।"
324+
},
325+
"topP": {
326+
"title": "शीर्ष P",
327+
"description": "कम मान अधिक केंद्रित पाठ की ओर ले जाता है, जबकि उच्च मान के परिणामस्वरूप अधिक विविध परिणाम होते हैं।"
328+
},
329+
"maxOutputTokens": {
330+
"title": "अधिकतम आउटपुट टोकन",
331+
"description": "यह पैरामीटर प्रतिक्रिया की अधिकतम लंबाई निर्धारित करता है जिसे मॉडल उत्पन्न करने की अनुमति है।"
332+
},
333+
"urlContext": {
334+
"title": "URL प्रसंग सक्षम करें",
335+
"description": "जेमिनी को लिंक किए गए पृष्ठों को पढ़ने, तुलना करने और उनकी सामग्री को सूचित प्रतिक्रियाओं में संश्लेषित करने देता है।"
336+
},
337+
"groundingSearch": {
338+
"title": "Google खोज के साथ ग्राउंडिंग सक्षम करें",
339+
"description": "सटीक, अद्यतित उत्तरों के लिए जेमिनी को रीयल-टाइम वेब डेटा से जोड़ता है जिसमें सत्यापन योग्य उद्धरण होते हैं।"
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Google Cloud Vertex AI का उपयोग करने के लिए, आपको आवश्यकता है:",
316344
"step1": "1. Google Cloud खाता बनाएं, Vertex AI API सक्षम करें और वांछित Claude मॉडल सक्षम करें।",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,34 @@
315315
"description": "Menyesuaikan suhu, top-p, dan pengaturan lanjutan lainnya."
316316
}
317317
},
318+
"geminiSections": {
319+
"modelParameters": {
320+
"title": "Kontrol Output",
321+
"description": "Menyesuaikan topP, topK, dan maxOutputTokens"
322+
}
323+
},
324+
"geminiParameters": {
325+
"topK": {
326+
"title": "Top K",
327+
"description": "Nilai rendah membuat teks lebih dapat diprediksi, sedangkan nilai tinggi membuatnya lebih kreatif."
328+
},
329+
"topP": {
330+
"title": "Top P",
331+
"description": "Nilai rendah menghasilkan teks yang lebih terfokus, sedangkan nilai tinggi menghasilkan hasil yang lebih beragam."
332+
},
333+
"maxOutputTokens": {
334+
"title": "Token Output Maks",
335+
"description": "Parameter ini menetapkan panjang maksimum respons yang diizinkan untuk dibuat oleh model."
336+
},
337+
"urlContext": {
338+
"title": "Aktifkan Konteks URL",
339+
"description": "Memungkinkan Gemini membaca halaman tertaut untuk mengekstrak, membandingkan, dan mensintesis kontennya menjadi respons yang terinformasi."
340+
},
341+
"groundingSearch": {
342+
"title": "Aktifkan Grounding dengan Google Search",
343+
"description": "Menghubungkan Gemini ke data web real-time untuk jawaban yang akurat dan terkini dengan kutipan yang dapat diverifikasi."
344+
}
345+
},
318346
"googleCloudSetup": {
319347
"title": "Untuk menggunakan Google Cloud Vertex AI, kamu perlu:",
320348
"step1": "1. Buat akun Google Cloud, aktifkan Vertex AI API & aktifkan model Claude yang diinginkan.",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "Regola la temperatura, top-p e altre impostazioni avanzate."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "Controlli di output",
317+
"description": "Perfeziona topP, topK e maxOutputTokens"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "Top K",
323+
"description": "Un valore basso rende il testo più prevedibile, mentre un valore alto lo rende più creativo."
324+
},
325+
"topP": {
326+
"title": "Top P",
327+
"description": "Un valore basso porta a un testo più mirato, mentre un valore alto si traduce in risultati più diversi."
328+
},
329+
"maxOutputTokens": {
330+
"title": "Token di output massimi",
331+
"description": "Questo parametro imposta la lunghezza massima della risposta che il modello è autorizzato a generare."
332+
},
333+
"urlContext": {
334+
"title": "Abilita contesto URL",
335+
"description": "Consente a Gemini di leggere le pagine collegate per estrarre, confrontare e sintetizzare il loro contenuto in risposte informate."
336+
},
337+
"groundingSearch": {
338+
"title": "Abilita il grounding con la Ricerca Google",
339+
"description": "Collega Gemini ai dati web in tempo reale per risposte accurate e aggiornate con citazioni verificabili."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Per utilizzare Google Cloud Vertex AI, è necessario:",
316344
"step1": "1. Creare un account Google Cloud, abilitare l'API Vertex AI e abilitare i modelli Claude desiderati.",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "温度、top-p、およびその他の詳細設定を調整します。"
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "出力制御",
317+
"description": "topP、topK、maxOutputTokensを微調整します"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "トップK",
323+
"description": "値を低くするとテキストの予測可能性が高まり、値を高くするとより創造的になります。"
324+
},
325+
"topP": {
326+
"title": "トップP",
327+
"description": "値を低くするとより焦点の合ったテキストになり、値を高くするとより多様な結果になります。"
328+
},
329+
"maxOutputTokens": {
330+
"title": "最大出力トークン",
331+
"description": "このパラメータは、モデルが生成できる応答の最大長を設定します。"
332+
},
333+
"urlContext": {
334+
"title": "URLコンテキストを有効にする",
335+
"description": "Geminiがリンクされたページを読み取り、そのコンテンツを抽出、比較、統合して、情報に基づいた応答を生成できるようにします。"
336+
},
337+
"groundingSearch": {
338+
"title": "Google検索によるグラウンディングを有効にする",
339+
"description": "GeminiをリアルタイムのWebデータに接続して、検証可能な引用付きの正確で最新の回答を提供します。"
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Google Cloud Vertex AIを使用するには:",
316344
"step1": "1. Google Cloudアカウントを作成し、Vertex AI APIを有効にして、希望するClaudeモデルを有効にします。",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "온도, top-p 및 기타 고급 설정을 조정합니다."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "출력 제어",
317+
"description": "topP, topK 및 maxOutputTokens 미세 조정"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "상위 K",
323+
"description": "값이 낮으면 텍스트를 더 예측하기 쉬워지고, 값이 높으면 더 창의적으로 만듭니다."
324+
},
325+
"topP": {
326+
"title": "상위 P",
327+
"description": "값이 낮으면 더 집중된 텍스트가 되고, 값이 높으면 더 다양한 결과가 나옵니다."
328+
},
329+
"maxOutputTokens": {
330+
"title": "최대 출력 토큰",
331+
"description": "이 매개변수는 모델이 생성할 수 있는 응답의 최대 길이를 설정합니다."
332+
},
333+
"urlContext": {
334+
"title": "URL 컨텍스트 활성화",
335+
"description": "Gemini가 연결된 페이지를 읽고 콘텐츠를 추출, 비교 및 종합하여 정보에 입각한 응답을 생성하도록 합니다."
336+
},
337+
"groundingSearch": {
338+
"title": "Google 검색으로 그라운딩 활성화",
339+
"description": "Gemini를 실시간 웹 데이터에 연결하여 검증 가능한 인용과 함께 정확하고 최신 답변을 제공합니다."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Google Cloud Vertex AI를 사용하려면:",
316344
"step1": "1. Google Cloud 계정을 만들고, Vertex AI API를 활성화하고, 원하는 Claude 모델을 활성화하세요.",

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,34 @@
311311
"description": "Pas de temperatuur, top-p en andere geavanceerde instellingen aan."
312312
}
313313
},
314+
"geminiSections": {
315+
"modelParameters": {
316+
"title": "Uitvoerregelaars",
317+
"description": "Verfijn topP, topK en maxOutputTokens"
318+
}
319+
},
320+
"geminiParameters": {
321+
"topK": {
322+
"title": "Top K",
323+
"description": "Een lage waarde maakt de tekst voorspelbaarder, terwijl een hoge waarde deze creatiever maakt."
324+
},
325+
"topP": {
326+
"title": "Top P",
327+
"description": "Een lage waarde leidt tot meer gerichte tekst, terwijl een hoge waarde resulteert in meer diverse resultaten."
328+
},
329+
"maxOutputTokens": {
330+
"title": "Max. uitvoertokens",
331+
"description": "Deze parameter stelt de maximale lengte in van de respons die het model mag genereren."
332+
},
333+
"urlContext": {
334+
"title": "URL-context inschakelen",
335+
"description": "Laat Gemini gelinkte pagina's lezen om hun inhoud te extraheren, te vergelijken en te synthetiseren tot geïnformeerde antwoorden."
336+
},
337+
"groundingSearch": {
338+
"title": "Aarding met Google Zoeken inschakelen",
339+
"description": "Verbindt Gemini met realtime webgegevens voor nauwkeurige, up-to-date antwoorden met verifieerbare citaten."
340+
}
341+
},
314342
"googleCloudSetup": {
315343
"title": "Om Google Cloud Vertex AI te gebruiken, moet je:",
316344
"step1": "1. Maak een Google Cloud-account aan, schakel de Vertex AI API in en activeer de gewenste Claude-modellen.",

0 commit comments

Comments
 (0)