diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json index 2b07474517..82f7c27eb8 100644 --- a/webview-ui/src/i18n/locales/ca/settings.json +++ b/webview-ui/src/i18n/locales/ca/settings.json @@ -488,7 +488,16 @@ "placeholder": "Per defecte: claude", "maxTokensLabel": "Tokens màxims de sortida", "maxTokensDescription": "Nombre màxim de tokens de sortida per a les respostes de Claude Code. El valor per defecte és 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json index 480895e9c9..4d3c22704f 100644 --- a/webview-ui/src/i18n/locales/de/settings.json +++ b/webview-ui/src/i18n/locales/de/settings.json @@ -488,7 +488,16 @@ "placeholder": "Standard: claude", "maxTokensLabel": "Maximale Ausgabe-Tokens", "maxTokensDescription": "Maximale Anzahl an Ausgabe-Tokens für Claude Code-Antworten. Standard ist 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/es/settings.json b/webview-ui/src/i18n/locales/es/settings.json index e65f96b821..b779148615 100644 --- a/webview-ui/src/i18n/locales/es/settings.json +++ b/webview-ui/src/i18n/locales/es/settings.json @@ -488,7 +488,16 @@ "placeholder": "Por defecto: claude", "maxTokensLabel": "Tokens máximos de salida", "maxTokensDescription": "Número máximo de tokens de salida para las respuestas de Claude Code. El valor predeterminado es 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/fr/settings.json b/webview-ui/src/i18n/locales/fr/settings.json index 9f0e10e854..342f51f151 100644 --- a/webview-ui/src/i18n/locales/fr/settings.json +++ b/webview-ui/src/i18n/locales/fr/settings.json @@ -488,7 +488,16 @@ "placeholder": "Défaut : claude", "maxTokensLabel": "Jetons de sortie max", "maxTokensDescription": "Nombre maximum de jetons de sortie pour les réponses de Claude Code. La valeur par défaut est 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/hi/settings.json b/webview-ui/src/i18n/locales/hi/settings.json index 399f17501a..885afec070 100644 --- a/webview-ui/src/i18n/locales/hi/settings.json +++ b/webview-ui/src/i18n/locales/hi/settings.json @@ -488,7 +488,16 @@ "placeholder": "डिफ़ॉल्ट: claude", "maxTokensLabel": "अधिकतम आउटपुट टोकन", "maxTokensDescription": "Claude Code प्रतिक्रियाओं के लिए आउटपुट टोकन की अधिकतम संख्या। डिफ़ॉल्ट 8000 है।" - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/id/settings.json b/webview-ui/src/i18n/locales/id/settings.json index 6e0129103a..626f8a677e 100644 --- a/webview-ui/src/i18n/locales/id/settings.json +++ b/webview-ui/src/i18n/locales/id/settings.json @@ -492,7 +492,16 @@ "placeholder": "Default: claude", "maxTokensLabel": "Token Output Maks", "maxTokensDescription": "Jumlah maksimum token output untuk respons Claude Code. Default adalah 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/it/settings.json b/webview-ui/src/i18n/locales/it/settings.json index 4d230483fc..b659f56929 100644 --- a/webview-ui/src/i18n/locales/it/settings.json +++ b/webview-ui/src/i18n/locales/it/settings.json @@ -488,7 +488,16 @@ "placeholder": "Predefinito: claude", "maxTokensLabel": "Token di output massimi", "maxTokensDescription": "Numero massimo di token di output per le risposte di Claude Code. Il valore predefinito è 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/ja/settings.json b/webview-ui/src/i18n/locales/ja/settings.json index 7127b65fa1..1bcf9cd173 100644 --- a/webview-ui/src/i18n/locales/ja/settings.json +++ b/webview-ui/src/i18n/locales/ja/settings.json @@ -279,6 +279,15 @@ "anthropic1MContextBetaDescription": "Claude Sonnet 4のコンテキストウィンドウを100万トークンに拡張します", "awsBedrock1MContextBetaLabel": "1Mコンテキストウィンドウを有効にする(ベータ版)", "awsBedrock1MContextBetaDescription": "Claude Sonnet 4のコンテキストウィンドウを100万トークンに拡張します", + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview", "cerebrasApiKey": "Cerebras APIキー", "getCerebrasApiKey": "Cerebras APIキーを取得", "chutesApiKey": "Chutes APIキー", diff --git a/webview-ui/src/i18n/locales/ko/settings.json b/webview-ui/src/i18n/locales/ko/settings.json index c746e53dc2..e0fc7402f9 100644 --- a/webview-ui/src/i18n/locales/ko/settings.json +++ b/webview-ui/src/i18n/locales/ko/settings.json @@ -274,6 +274,15 @@ "openRouterTransformsText": "프롬프트와 메시지 체인을 컨텍스트 크기로 압축 (OpenRouter Transforms)", "anthropicApiKey": "Anthropic API 키", "getAnthropicApiKey": "Anthropic API 키 받기", + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview", "anthropicUseAuthToken": "X-Api-Key 대신 Authorization 헤더로 Anthropic API 키 전달", "anthropic1MContextBetaLabel": "1M 컨텍스트 창 활성화 (베타)", "anthropic1MContextBetaDescription": "Claude Sonnet 4의 컨텍스트 창을 100만 토큰으로 확장", diff --git a/webview-ui/src/i18n/locales/nl/settings.json b/webview-ui/src/i18n/locales/nl/settings.json index 7f1c416f43..603a8e86af 100644 --- a/webview-ui/src/i18n/locales/nl/settings.json +++ b/webview-ui/src/i18n/locales/nl/settings.json @@ -488,7 +488,16 @@ "placeholder": "Standaard: claude", "maxTokensLabel": "Max Output Tokens", "maxTokensDescription": "Maximaal aantal output-tokens voor Claude Code-reacties. Standaard is 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/pl/settings.json b/webview-ui/src/i18n/locales/pl/settings.json index 5b5d886ac5..76125e4d4f 100644 --- a/webview-ui/src/i18n/locales/pl/settings.json +++ b/webview-ui/src/i18n/locales/pl/settings.json @@ -488,7 +488,16 @@ "placeholder": "Domyślnie: claude", "maxTokensLabel": "Maksymalna liczba tokenów wyjściowych", "maxTokensDescription": "Maksymalna liczba tokenów wyjściowych dla odpowiedzi Claude Code. Domyślnie 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/pt-BR/settings.json b/webview-ui/src/i18n/locales/pt-BR/settings.json index 2a4f96e001..4ffcdf39ed 100644 --- a/webview-ui/src/i18n/locales/pt-BR/settings.json +++ b/webview-ui/src/i18n/locales/pt-BR/settings.json @@ -488,7 +488,16 @@ "placeholder": "Padrão: claude", "maxTokensLabel": "Tokens de saída máximos", "maxTokensDescription": "Número máximo de tokens de saída para respostas do Claude Code. O padrão é 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/ru/settings.json b/webview-ui/src/i18n/locales/ru/settings.json index 8c48ed1e31..670624d04a 100644 --- a/webview-ui/src/i18n/locales/ru/settings.json +++ b/webview-ui/src/i18n/locales/ru/settings.json @@ -488,7 +488,16 @@ "placeholder": "По умолчанию: claude", "maxTokensLabel": "Макс. выходных токенов", "maxTokensDescription": "Максимальное количество выходных токенов для ответов Claude Code. По умолчанию 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/tr/settings.json b/webview-ui/src/i18n/locales/tr/settings.json index f4c5da3acf..4e43a83209 100644 --- a/webview-ui/src/i18n/locales/tr/settings.json +++ b/webview-ui/src/i18n/locales/tr/settings.json @@ -488,7 +488,16 @@ "placeholder": "Varsayılan: claude", "maxTokensLabel": "Maksimum Çıktı Token sayısı", "maxTokensDescription": "Claude Code yanıtları için maksimum çıktı token sayısı. Varsayılan 8000'dir." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/vi/settings.json b/webview-ui/src/i18n/locales/vi/settings.json index 0f4e74c9ab..7b2272cac0 100644 --- a/webview-ui/src/i18n/locales/vi/settings.json +++ b/webview-ui/src/i18n/locales/vi/settings.json @@ -488,7 +488,16 @@ "placeholder": "Mặc định: claude", "maxTokensLabel": "Số token đầu ra tối đa", "maxTokensDescription": "Số lượng token đầu ra tối đa cho các phản hồi của Claude Code. Mặc định là 8000." - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": { diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json index eeff20d410..86f56a9a0c 100644 --- a/webview-ui/src/i18n/locales/zh-TW/settings.json +++ b/webview-ui/src/i18n/locales/zh-TW/settings.json @@ -488,7 +488,16 @@ "placeholder": "預設:claude", "maxTokensLabel": "最大輸出 Token", "maxTokensDescription": "Claude Code 回應的最大輸出 Token 數量。預設為 8000。" - } + }, + "azureApiKey": "Azure API Key", + "getAzureApiKey": "Get Azure API Key", + "azureBaseUrl": "Azure Base URL", + "azureBaseUrlHint": "For Claude: https://.services.ai.azure.com/anthropic/ | For GPT: https://.cognitiveservices.azure.com/", + "azureShowAdvanced": "Show Advanced Settings", + "azureDeploymentName": "Deployment Name (Optional)", + "azureDeploymentNameHint": "Override the default deployment name. Leave empty to use model ID.", + "azureApiVersion": "API Version (Optional)", + "azureApiVersionHint": "Optional API version override. Defaults: Claude=2023-06-01, GPT=2024-12-01-preview" }, "browser": { "enable": {