diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json index aed9413f27..610ef1da9d 100644 --- a/webview-ui/src/i18n/locales/ca/settings.json +++ b/webview-ui/src/i18n/locales/ca/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Clau de l'API:", "mistralApiKeyPlaceholder": "Introduïu la vostra clau de l'API de Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Compatible amb OpenAI", "openAiKeyLabel": "Clau API OpenAI", "openAiKeyPlaceholder": "Introduïu la vostra clau API OpenAI", diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json index 36970cb920..18aaa05b07 100644 --- a/webview-ui/src/i18n/locales/de/settings.json +++ b/webview-ui/src/i18n/locales/de/settings.json @@ -55,6 +55,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API-Schlüssel:", "mistralApiKeyPlaceholder": "Gib deinen Mistral-API-Schlüssel ein", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI-kompatibel", "openAiKeyLabel": "OpenAI API-Schlüssel", "openAiKeyPlaceholder": "Gib deinen OpenAI API-Schlüssel ein", diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json index 429a24e19d..5d98fe7f07 100644 --- a/webview-ui/src/i18n/locales/en/settings.json +++ b/webview-ui/src/i18n/locales/en/settings.json @@ -55,10 +55,8 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API Key:", "mistralApiKeyPlaceholder": "Enter your Mistral API key", - "vertexProvider": "Vertex AI", - "vertexApiKeyLabel": "API Key:", + "vertexProvider": "GCP Vertex AI", "vertexApiKeyPlaceholder": "Enter your Vertex AI API key", - "vertexAuthMethodLabel": "Authentication Method", "vertexAuthMethodDescription": "Choose one authentication method: API Key, JSON Credentials, or Key File", "vertexJsonCredentialsLabel": "JSON Credentials:", "vertexJsonCredentialsPlaceholder": "Paste your service account JSON credentials", diff --git a/webview-ui/src/i18n/locales/es/settings.json b/webview-ui/src/i18n/locales/es/settings.json index fbee37507d..bc76aed416 100644 --- a/webview-ui/src/i18n/locales/es/settings.json +++ b/webview-ui/src/i18n/locales/es/settings.json @@ -55,6 +55,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Clave API:", "mistralApiKeyPlaceholder": "Introduce tu clave de API de Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Compatible con OpenAI", "openAiKeyLabel": "Clave API de OpenAI", "openAiKeyPlaceholder": "Introduce tu clave API de OpenAI", diff --git a/webview-ui/src/i18n/locales/fr/settings.json b/webview-ui/src/i18n/locales/fr/settings.json index ce3e2526de..8be6369142 100644 --- a/webview-ui/src/i18n/locales/fr/settings.json +++ b/webview-ui/src/i18n/locales/fr/settings.json @@ -55,6 +55,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Clé d'API:", "mistralApiKeyPlaceholder": "Entrez votre clé d'API Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Compatible OpenAI", "openAiKeyLabel": "Clé API OpenAI", "openAiKeyPlaceholder": "Entrez votre clé API OpenAI", diff --git a/webview-ui/src/i18n/locales/hi/settings.json b/webview-ui/src/i18n/locales/hi/settings.json index 9fe2ca57b5..6b1e6967b1 100644 --- a/webview-ui/src/i18n/locales/hi/settings.json +++ b/webview-ui/src/i18n/locales/hi/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API कुंजी:", "mistralApiKeyPlaceholder": "अपनी मिस्ट्रल एपीआई कुंजी दर्ज करें", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI संगत", "openAiKeyLabel": "OpenAI API कुंजी", "openAiKeyPlaceholder": "अपना OpenAI API कुंजी दर्ज करें", diff --git a/webview-ui/src/i18n/locales/id/settings.json b/webview-ui/src/i18n/locales/id/settings.json index 82a10a05f4..e20302670e 100644 --- a/webview-ui/src/i18n/locales/id/settings.json +++ b/webview-ui/src/i18n/locales/id/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Kunci API:", "mistralApiKeyPlaceholder": "Masukkan kunci API Mistral Anda", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI Compatible", "openAiKeyLabel": "OpenAI API Key", "openAiKeyPlaceholder": "Masukkan kunci API OpenAI kamu", diff --git a/webview-ui/src/i18n/locales/it/settings.json b/webview-ui/src/i18n/locales/it/settings.json index f5c12b5c75..179418d3db 100644 --- a/webview-ui/src/i18n/locales/it/settings.json +++ b/webview-ui/src/i18n/locales/it/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Chiave API:", "mistralApiKeyPlaceholder": "Inserisci la tua chiave API Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Compatibile con OpenAI", "openAiKeyLabel": "Chiave API OpenAI", "openAiKeyPlaceholder": "Inserisci la tua chiave API OpenAI", diff --git a/webview-ui/src/i18n/locales/ja/settings.json b/webview-ui/src/i18n/locales/ja/settings.json index f91dc6a174..8eda41cbcf 100644 --- a/webview-ui/src/i18n/locales/ja/settings.json +++ b/webview-ui/src/i18n/locales/ja/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "APIキー:", "mistralApiKeyPlaceholder": "Mistral APIキーを入力してください", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI互換", "openAiKeyLabel": "OpenAI APIキー", "openAiKeyPlaceholder": "OpenAI APIキーを入力してください", diff --git a/webview-ui/src/i18n/locales/ko/settings.json b/webview-ui/src/i18n/locales/ko/settings.json index f1f4347887..bb1721cf08 100644 --- a/webview-ui/src/i18n/locales/ko/settings.json +++ b/webview-ui/src/i18n/locales/ko/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API 키:", "mistralApiKeyPlaceholder": "Mistral API 키를 입력하세요", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI 호환", "openAiKeyLabel": "OpenAI API 키", "openAiKeyPlaceholder": "OpenAI API 키를 입력하세요", diff --git a/webview-ui/src/i18n/locales/nl/settings.json b/webview-ui/src/i18n/locales/nl/settings.json index 07f86818a2..84fd456b18 100644 --- a/webview-ui/src/i18n/locales/nl/settings.json +++ b/webview-ui/src/i18n/locales/nl/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API-sleutel:", "mistralApiKeyPlaceholder": "Voer uw Mistral API-sleutel in", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI-compatibel", "openAiKeyLabel": "OpenAI API-sleutel", "openAiKeyPlaceholder": "Voer uw OpenAI API-sleutel in", diff --git a/webview-ui/src/i18n/locales/pl/settings.json b/webview-ui/src/i18n/locales/pl/settings.json index b787d85a81..f3673d85cf 100644 --- a/webview-ui/src/i18n/locales/pl/settings.json +++ b/webview-ui/src/i18n/locales/pl/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Klucz API:", "mistralApiKeyPlaceholder": "Wprowadź swój klucz API Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Kompatybilny z OpenAI", "openAiKeyLabel": "Klucz API OpenAI", "openAiKeyPlaceholder": "Wprowadź swój klucz API OpenAI", diff --git a/webview-ui/src/i18n/locales/pt-BR/settings.json b/webview-ui/src/i18n/locales/pt-BR/settings.json index e35df63d15..d1b7e73944 100644 --- a/webview-ui/src/i18n/locales/pt-BR/settings.json +++ b/webview-ui/src/i18n/locales/pt-BR/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Chave de API:", "mistralApiKeyPlaceholder": "Digite sua chave de API da Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Compatível com OpenAI", "openAiKeyLabel": "Chave de API OpenAI", "openAiKeyPlaceholder": "Digite sua chave de API OpenAI", diff --git a/webview-ui/src/i18n/locales/ru/settings.json b/webview-ui/src/i18n/locales/ru/settings.json index 1a0d533792..359397023f 100644 --- a/webview-ui/src/i18n/locales/ru/settings.json +++ b/webview-ui/src/i18n/locales/ru/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Ключ API:", "mistralApiKeyPlaceholder": "Введите свой API-ключ Mistral", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI-совместимый", "openAiKeyLabel": "Ключ API OpenAI", "openAiKeyPlaceholder": "Введите ваш ключ API OpenAI", diff --git a/webview-ui/src/i18n/locales/tr/settings.json b/webview-ui/src/i18n/locales/tr/settings.json index c05beb0eb3..a015247506 100644 --- a/webview-ui/src/i18n/locales/tr/settings.json +++ b/webview-ui/src/i18n/locales/tr/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API Anahtarı:", "mistralApiKeyPlaceholder": "Mistral API anahtarınızı girin", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI Uyumlu", "openAiKeyLabel": "OpenAI API Anahtarı", "openAiKeyPlaceholder": "OpenAI API anahtarınızı girin", diff --git a/webview-ui/src/i18n/locales/vi/settings.json b/webview-ui/src/i18n/locales/vi/settings.json index 016079f0cc..b4c89ac7d8 100644 --- a/webview-ui/src/i18n/locales/vi/settings.json +++ b/webview-ui/src/i18n/locales/vi/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "Khóa API:", "mistralApiKeyPlaceholder": "Nhập khóa API Mistral của bạn", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "Tương thích OpenAI", "openAiKeyLabel": "Khóa API OpenAI", "openAiKeyPlaceholder": "Nhập khóa API OpenAI của bạn", diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json index 7a4bd26fb8..f34f776b30 100644 --- a/webview-ui/src/i18n/locales/zh-CN/settings.json +++ b/webview-ui/src/i18n/locales/zh-CN/settings.json @@ -55,6 +55,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API 密钥:", "mistralApiKeyPlaceholder": "输入您的 Mistral API 密钥", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI 兼容", "openAiKeyLabel": "OpenAI API 密钥", "openAiKeyPlaceholder": "输入你的 OpenAI API 密钥", diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json index b3d57e998a..c29cf1e40c 100644 --- a/webview-ui/src/i18n/locales/zh-TW/settings.json +++ b/webview-ui/src/i18n/locales/zh-TW/settings.json @@ -50,6 +50,7 @@ "mistralProvider": "Mistral", "mistralApiKeyLabel": "API 金鑰:", "mistralApiKeyPlaceholder": "輸入您的 Mistral API 金鑰", + "vertexProvider": "GCP Vertex AI", "openaiCompatibleProvider": "OpenAI 相容", "openAiKeyLabel": "OpenAI API 金鑰", "openAiKeyPlaceholder": "輸入您的 OpenAI API 金鑰",