diff --git a/webview-ui/src/i18n/locales/ca/prompts.json b/webview-ui/src/i18n/locales/ca/prompts.json index f5c9842e90..dd497ecf27 100644 --- a/webview-ui/src/i18n/locales/ca/prompts.json +++ b/webview-ui/src/i18n/locales/ca/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Configuració d'API", - "select": "Seleccioneu quina configuració d'API utilitzar per a aquest mode" + "select": "Seleccioneu quina configuració d'API utilitzar per a aquest mode", + "scope": "Abast", + "global": "Global", + "workspace": "Espai de treball" }, "tools": { "title": "Eines disponibles", diff --git a/webview-ui/src/i18n/locales/de/prompts.json b/webview-ui/src/i18n/locales/de/prompts.json index 6e7c4bdc75..99d64f2d5a 100644 --- a/webview-ui/src/i18n/locales/de/prompts.json +++ b/webview-ui/src/i18n/locales/de/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API-Konfiguration", - "select": "Wähle, welche API-Konfiguration für diesen Modus verwendet werden soll" + "select": "Wähle, welche API-Konfiguration für diesen Modus verwendet werden soll", + "scope": "Bereich", + "global": "Global", + "workspace": "Arbeitsbereich" }, "tools": { "title": "Verfügbare Werkzeuge", diff --git a/webview-ui/src/i18n/locales/es/prompts.json b/webview-ui/src/i18n/locales/es/prompts.json index 6e2ad48051..797528fe8b 100644 --- a/webview-ui/src/i18n/locales/es/prompts.json +++ b/webview-ui/src/i18n/locales/es/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Configuración de API", - "select": "Selecciona qué configuración de API usar para este modo" + "select": "Selecciona qué configuración de API usar para este modo", + "scope": "Ámbito", + "global": "Global", + "workspace": "Espacio de trabajo" }, "tools": { "title": "Herramientas disponibles", diff --git a/webview-ui/src/i18n/locales/fr/prompts.json b/webview-ui/src/i18n/locales/fr/prompts.json index 5adce7b17a..2acf1f84e4 100644 --- a/webview-ui/src/i18n/locales/fr/prompts.json +++ b/webview-ui/src/i18n/locales/fr/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Configuration API", - "select": "Sélectionnez la configuration API à utiliser pour ce mode" + "select": "Sélectionnez la configuration API à utiliser pour ce mode", + "scope": "Portée", + "global": "Global", + "workspace": "Espace de travail" }, "tools": { "title": "Outils disponibles", diff --git a/webview-ui/src/i18n/locales/hi/prompts.json b/webview-ui/src/i18n/locales/hi/prompts.json index 8f8fb9caa6..4e1294d0cf 100644 --- a/webview-ui/src/i18n/locales/hi/prompts.json +++ b/webview-ui/src/i18n/locales/hi/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API कॉन्फ़िगरेशन", - "select": "इस मोड के लिए किस API कॉन्फ़िगरेशन का उपयोग करना है, चुनें" + "select": "इस मोड के लिए किस API कॉन्फ़िगरेशन का उपयोग करना है, चुनें", + "scope": "स्कोप", + "global": "वैश्विक", + "workspace": "कार्यक्षेत्र" }, "tools": { "title": "उपलब्ध टूल्स", diff --git a/webview-ui/src/i18n/locales/id/prompts.json b/webview-ui/src/i18n/locales/id/prompts.json index 938d8de34c..b6023d36b8 100644 --- a/webview-ui/src/i18n/locales/id/prompts.json +++ b/webview-ui/src/i18n/locales/id/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Konfigurasi API", - "select": "Pilih konfigurasi API mana yang akan digunakan untuk mode ini" + "select": "Pilih konfigurasi API mana yang akan digunakan untuk mode ini", + "scope": "Cakupan", + "global": "Global", + "workspace": "Ruang Kerja" }, "tools": { "title": "Tools yang Tersedia", diff --git a/webview-ui/src/i18n/locales/it/prompts.json b/webview-ui/src/i18n/locales/it/prompts.json index 538124e584..d0844c1eb9 100644 --- a/webview-ui/src/i18n/locales/it/prompts.json +++ b/webview-ui/src/i18n/locales/it/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Configurazione API", - "select": "Seleziona quale configurazione API utilizzare per questa modalità" + "select": "Seleziona quale configurazione API utilizzare per questa modalità", + "scope": "Ambito", + "global": "Globale", + "workspace": "Area di lavoro" }, "tools": { "title": "Strumenti disponibili", diff --git a/webview-ui/src/i18n/locales/ja/prompts.json b/webview-ui/src/i18n/locales/ja/prompts.json index 4d7c77e688..c127a40582 100644 --- a/webview-ui/src/i18n/locales/ja/prompts.json +++ b/webview-ui/src/i18n/locales/ja/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API設定", - "select": "このモードで使用するAPI設定を選択してください" + "select": "このモードで使用するAPI設定を選択してください", + "scope": "スコープ", + "global": "グローバル", + "workspace": "ワークスペース" }, "tools": { "title": "利用可能なツール", diff --git a/webview-ui/src/i18n/locales/ko/prompts.json b/webview-ui/src/i18n/locales/ko/prompts.json index 204547e4c3..dd5ac02101 100644 --- a/webview-ui/src/i18n/locales/ko/prompts.json +++ b/webview-ui/src/i18n/locales/ko/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API 구성", - "select": "이 모드에 사용할 API 구성 선택" + "select": "이 모드에 사용할 API 구성 선택", + "scope": "범위", + "global": "전역", + "workspace": "워크스페이스" }, "tools": { "title": "사용 가능한 도구", diff --git a/webview-ui/src/i18n/locales/nl/prompts.json b/webview-ui/src/i18n/locales/nl/prompts.json index b1be9df568..1410456d65 100644 --- a/webview-ui/src/i18n/locales/nl/prompts.json +++ b/webview-ui/src/i18n/locales/nl/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API-configuratie", - "select": "Selecteer welke API-configuratie voor deze modus gebruikt moet worden" + "select": "Selecteer welke API-configuratie voor deze modus gebruikt moet worden", + "scope": "Bereik", + "global": "Globaal", + "workspace": "Werkruimte" }, "tools": { "title": "Beschikbare tools", diff --git a/webview-ui/src/i18n/locales/pl/prompts.json b/webview-ui/src/i18n/locales/pl/prompts.json index 7aa686af04..cb097f5a75 100644 --- a/webview-ui/src/i18n/locales/pl/prompts.json +++ b/webview-ui/src/i18n/locales/pl/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Konfiguracja API", - "select": "Wybierz, której konfiguracji API użyć dla tego trybu" + "select": "Wybierz, której konfiguracji API użyć dla tego trybu", + "scope": "Zakres", + "global": "Globalny", + "workspace": "Obszar roboczy" }, "tools": { "title": "Dostępne narzędzia", diff --git a/webview-ui/src/i18n/locales/pt-BR/prompts.json b/webview-ui/src/i18n/locales/pt-BR/prompts.json index 1cef958f59..4ed58149ba 100644 --- a/webview-ui/src/i18n/locales/pt-BR/prompts.json +++ b/webview-ui/src/i18n/locales/pt-BR/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Configuração de API", - "select": "Selecione qual configuração de API usar para este modo" + "select": "Selecione qual configuração de API usar para este modo", + "scope": "Escopo", + "global": "Global", + "workspace": "Área de trabalho" }, "tools": { "title": "Ferramentas disponíveis", diff --git a/webview-ui/src/i18n/locales/ru/prompts.json b/webview-ui/src/i18n/locales/ru/prompts.json index 5af112ceaa..c7d68d629e 100644 --- a/webview-ui/src/i18n/locales/ru/prompts.json +++ b/webview-ui/src/i18n/locales/ru/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Конфигурация API", - "select": "Выберите, какую конфигурацию API использовать для этого режима" + "select": "Выберите, какую конфигурацию API использовать для этого режима", + "scope": "Область", + "global": "Глобальная", + "workspace": "Рабочая область" }, "tools": { "title": "Доступные инструменты", diff --git a/webview-ui/src/i18n/locales/tr/prompts.json b/webview-ui/src/i18n/locales/tr/prompts.json index 543fd88898..2c6fa532f0 100644 --- a/webview-ui/src/i18n/locales/tr/prompts.json +++ b/webview-ui/src/i18n/locales/tr/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API Yapılandırması", - "select": "Bu mod için hangi API yapılandırmasının kullanılacağını seçin" + "select": "Bu mod için hangi API yapılandırmasının kullanılacağını seçin", + "scope": "Kapsam", + "global": "Genel", + "workspace": "Çalışma Alanı" }, "tools": { "title": "Kullanılabilir Araçlar", diff --git a/webview-ui/src/i18n/locales/vi/prompts.json b/webview-ui/src/i18n/locales/vi/prompts.json index 7ac6fa5d6a..3949271984 100644 --- a/webview-ui/src/i18n/locales/vi/prompts.json +++ b/webview-ui/src/i18n/locales/vi/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "Cấu hình API", - "select": "Chọn cấu hình API nào để sử dụng cho chế độ này" + "select": "Chọn cấu hình API nào để sử dụng cho chế độ này", + "scope": "Phạm vi", + "global": "Toàn cục", + "workspace": "Không gian làm việc" }, "tools": { "title": "Công cụ có sẵn", diff --git a/webview-ui/src/i18n/locales/zh-CN/prompts.json b/webview-ui/src/i18n/locales/zh-CN/prompts.json index 84255d8868..6c6f81a8ed 100644 --- a/webview-ui/src/i18n/locales/zh-CN/prompts.json +++ b/webview-ui/src/i18n/locales/zh-CN/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API配置", - "select": "选择要用于此模式的API配置" + "select": "选择要用于此模式的API配置", + "scope": "范围", + "global": "全局", + "workspace": "工作区" }, "tools": { "title": "可用功能", diff --git a/webview-ui/src/i18n/locales/zh-TW/prompts.json b/webview-ui/src/i18n/locales/zh-TW/prompts.json index 89e84824ba..5242417a30 100644 --- a/webview-ui/src/i18n/locales/zh-TW/prompts.json +++ b/webview-ui/src/i18n/locales/zh-TW/prompts.json @@ -14,7 +14,10 @@ }, "apiConfiguration": { "title": "API 設定", - "select": "選擇此模式要使用的 API 設定" + "select": "選擇此模式要使用的 API 設定", + "scope": "範圍", + "global": "全域", + "workspace": "工作區" }, "tools": { "title": "可用工具",