Skip to content

Commit 170ecaf

Browse files
committed
Add translations for providers.googleCloudApiKey in all locales
- Added googleCloudApiKey translations for 16 non-English locales - Translations include proper localized terms for 'Vertex AI API Key' - All translation checks now pass successfully
1 parent bbcf56a commit 170ecaf

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Ruta del fitxer de clau de Google Cloud",
217217
"googleCloudProjectId": "ID del projecte de Google Cloud",
218218
"googleCloudRegion": "Regió de Google Cloud",
219+
"googleCloudApiKey": "Clau API de Vertex AI",
219220
"lmStudio": {
220221
"baseUrl": "URL base (opcional)",
221222
"modelId": "ID del model",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Google Cloud Schlüsseldateipfad",
217217
"googleCloudProjectId": "Google Cloud Projekt-ID",
218218
"googleCloudRegion": "Google Cloud Region",
219+
"googleCloudApiKey": "Vertex AI API-Schlüssel",
219220
"lmStudio": {
220221
"baseUrl": "Basis-URL (optional)",
221222
"modelId": "Modell-ID",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Ruta del archivo de clave de Google Cloud",
217217
"googleCloudProjectId": "ID del proyecto de Google Cloud",
218218
"googleCloudRegion": "Región de Google Cloud",
219+
"googleCloudApiKey": "Clave API de Vertex AI",
219220
"lmStudio": {
220221
"baseUrl": "URL base (opcional)",
221222
"modelId": "ID del modelo",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Chemin du fichier de clé Google Cloud",
217217
"googleCloudProjectId": "ID du projet Google Cloud",
218218
"googleCloudRegion": "Région Google Cloud",
219+
"googleCloudApiKey": "Clé API Vertex AI",
219220
"lmStudio": {
220221
"baseUrl": "URL de base (optionnel)",
221222
"modelId": "ID du modèle",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Google Cloud कुंजी फ़ाइल पथ",
217217
"googleCloudProjectId": "Google Cloud प्रोजेक्ट ID",
218218
"googleCloudRegion": "Google Cloud क्षेत्र",
219+
"googleCloudApiKey": "Vertex AI API कुंजी",
219220
"lmStudio": {
220221
"baseUrl": "बेस URL (वैकल्पिक)",
221222
"modelId": "मॉडल ID",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Percorso file chiave Google Cloud",
217217
"googleCloudProjectId": "ID progetto Google Cloud",
218218
"googleCloudRegion": "Regione Google Cloud",
219+
"googleCloudApiKey": "Chiave API Vertex AI",
219220
"lmStudio": {
220221
"baseUrl": "URL base (opzionale)",
221222
"modelId": "ID modello",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Google Cloudキーファイルパス",
217217
"googleCloudProjectId": "Google Cloudプロジェクトid",
218218
"googleCloudRegion": "Google Cloudリージョン",
219+
"googleCloudApiKey": "Vertex AI APIキー",
219220
"lmStudio": {
220221
"baseUrl": "ベースURL(オプション)",
221222
"modelId": "モデルID",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Google Cloud 키 파일 경로",
217217
"googleCloudProjectId": "Google Cloud 프로젝트 ID",
218218
"googleCloudRegion": "Google Cloud 리전",
219+
"googleCloudApiKey": "Vertex AI API 키",
219220
"lmStudio": {
220221
"baseUrl": "기본 URL (선택사항)",
221222
"modelId": "모델 ID",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Google Cloud-sleutelbestandspad",
217217
"googleCloudProjectId": "Google Cloud-project-ID",
218218
"googleCloudRegion": "Google Cloud-regio",
219+
"googleCloudApiKey": "Vertex AI API-sleutel",
219220
"lmStudio": {
220221
"baseUrl": "Basis-URL (optioneel)",
221222
"modelId": "Model-ID",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"googleCloudKeyFile": "Ścieżka pliku klucza Google Cloud",
217217
"googleCloudProjectId": "ID projektu Google Cloud",
218218
"googleCloudRegion": "Region Google Cloud",
219+
"googleCloudApiKey": "Klucz API Vertex AI",
219220
"lmStudio": {
220221
"baseUrl": "URL bazowy (opcjonalnie)",
221222
"modelId": "ID modelu",

0 commit comments

Comments
 (0)