Skip to content

Commit 847756c

Browse files
committed
fix: remove duplicate translation keys in geminiSections and geminiParameters
- Fixed duplicate keys in 13 localization files (es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi) - Removed second occurrence of geminiSections and geminiParameters keys - Kept first occurrence which contains more comprehensive descriptions - All JSON files validated for syntax correctness - Translation completeness verified with missing translations script Resolves duplicate key issue identified in PR #4895
1 parent 88a7eb4 commit 847756c

File tree

13 files changed

+0
-364
lines changed

13 files changed

+0
-364
lines changed

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Para usar Google Cloud Vertex AI, necesita:",
344316
"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: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Pour utiliser Google Cloud Vertex AI, vous devez :",
344316
"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: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Google Cloud Vertex AI का उपयोग करने के लिए, आपको आवश्यकता है:",
344316
"step1": "1. Google Cloud खाता बनाएं, Vertex AI API सक्षम करें और वांछित Claude मॉडल सक्षम करें।",

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -315,34 +315,6 @@
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-
},
346318
"googleCloudSetup": {
347319
"title": "Untuk menggunakan Google Cloud Vertex AI, kamu perlu:",
348320
"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: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Per utilizzare Google Cloud Vertex AI, è necessario:",
344316
"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: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Google Cloud Vertex AIを使用するには:",
344316
"step1": "1. Google Cloudアカウントを作成し、Vertex AI APIを有効にして、希望するClaudeモデルを有効にします。",

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Google Cloud Vertex AI를 사용하려면:",
344316
"step1": "1. Google Cloud 계정을 만들고, Vertex AI API를 활성화하고, 원하는 Claude 모델을 활성화하세요.",

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
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-
},
342314
"googleCloudSetup": {
343315
"title": "Om Google Cloud Vertex AI te gebruiken, moet je:",
344316
"step1": "1. Maak een Google Cloud-account aan, schakel de Vertex AI API in en activeer de gewenste Claude-modellen.",

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

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
311311
"description": "Dostosuj temperaturę, top-p i inne zaawansowane ustawienia."
312312
}
313313
},
314-
"geminiSections": {
315-
"modelParameters": {
316-
"title": "Kontrola wyjścia",
317-
"description": "Dostosuj topP, topK i maxOutputTokens"
318-
}
319-
},
320-
"geminiParameters": {
321-
"topK": {
322-
"title": "Top K",
323-
"description": "Niska wartość sprawia, że tekst jest bardziej przewidywalny, a wysoka wartość czyni go bardziej kreatywnym."
324-
},
325-
"topP": {
326-
"title": "Top P",
327-
"description": "Niska wartość prowadzi do bardziej skoncentrowanego tekstu, a wysoka wartość skutkuje bardziej zróżnicowanymi wynikami."
328-
},
329-
"maxOutputTokens": {
330-
"title": "Maksymalna liczba tokenów wyjściowych",
331-
"description": "Ten parametr ustawia maksymalną długość odpowiedzi, jaką model może wygenerować."
332-
},
333-
"urlContext": {
334-
"title": "Włącz kontekst adresu URL",
335-
"description": "Pozwala Gemini czytać połączone strony w celu wyodrębnienia, porównania i syntezy ich treści w świadome odpowiedzi."
336-
},
337-
"groundingSearch": {
338-
"title": "Włącz uziemienie za pomocą wyszukiwarki Google",
339-
"description": "Łączy Gemini z danymi internetowymi w czasie rzeczywistym w celu uzyskania dokładnych, aktualnych odpowiedzi z weryfikowalnymi cytatami."
340-
}
341-
},
342314
"googleCloudSetup": {
343315
"title": "Aby korzystać z Google Cloud Vertex AI, potrzebujesz:",
344316
"step1": "1. Utworzyć konto Google Cloud, włączyć API Vertex AI i włączyć żądane modele Claude.",

webview-ui/src/i18n/locales/pt-BR/settings.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -311,34 +311,6 @@
311311
"description": "Ajuste a temperatura, top-p e outras configurações avançadas."
312312
}
313313
},
314-
"geminiSections": {
315-
"modelParameters": {
316-
"title": "Controles de saída",
317-
"description": "Ajuste fino de topP, topK e maxOutputTokens"
318-
}
319-
},
320-
"geminiParameters": {
321-
"topK": {
322-
"title": "Top K",
323-
"description": "Um valor baixo torna o texto mais previsível, enquanto um valor alto o torna mais criativo."
324-
},
325-
"topP": {
326-
"title": "Top P",
327-
"description": "Um valor baixo leva a um texto mais focado, enquanto um valor alto resulta em resultados mais diversos."
328-
},
329-
"maxOutputTokens": {
330-
"title": "Tokens de saída máximos",
331-
"description": "Este parâmetro define o comprimento máximo da resposta que o modelo tem permissão para gerar."
332-
},
333-
"urlContext": {
334-
"title": "Ativar contexto de URL",
335-
"description": "Permite que o Gemini leia páginas vinculadas para extrair, comparar e sintetizar seu conteúdo em respostas informadas."
336-
},
337-
"groundingSearch": {
338-
"title": "Ativar o aterramento com a Pesquisa Google",
339-
"description": "Conecta o Gemini a dados da web em tempo real para respostas precisas e atualizadas com citações verificáveis."
340-
}
341-
},
342314
"googleCloudSetup": {
343315
"title": "Para usar o Google Cloud Vertex AI, você precisa:",
344316
"step1": "1. Criar uma conta Google Cloud, ativar a API Vertex AI e ativar os modelos Claude desejados.",

0 commit comments

Comments
 (0)