diff --git a/webview-ui/src/i18n/locales/ca/mcp.json b/webview-ui/src/i18n/locales/ca/mcp.json index ab3173cfad..16129b1dff 100644 --- a/webview-ui/src/i18n/locales/ca/mcp.json +++ b/webview-ui/src/i18n/locales/ca/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Permet sempre", "parameters": "Paràmetres", - "noDescription": "Sense descripció" + "noDescription": "Sense descripció", + "togglePromptInclusion": "Canviar inclusió al prompt" }, "tabs": { "tools": "Eines", diff --git a/webview-ui/src/i18n/locales/de/mcp.json b/webview-ui/src/i18n/locales/de/mcp.json index 3fbc9ea1de..d01b2858fe 100644 --- a/webview-ui/src/i18n/locales/de/mcp.json +++ b/webview-ui/src/i18n/locales/de/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Immer erlauben", "parameters": "Parameter", - "noDescription": "Keine Beschreibung" + "noDescription": "Keine Beschreibung", + "togglePromptInclusion": "Einbeziehung in Prompt umschalten" }, "tabs": { "tools": "Tools", diff --git a/webview-ui/src/i18n/locales/es/mcp.json b/webview-ui/src/i18n/locales/es/mcp.json index 27af50ddc0..5f2bd84dbf 100644 --- a/webview-ui/src/i18n/locales/es/mcp.json +++ b/webview-ui/src/i18n/locales/es/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Permitir siempre", "parameters": "Parámetros", - "noDescription": "Sin descripción" + "noDescription": "Sin descripción", + "togglePromptInclusion": "Alternar inclusión en el prompt" }, "tabs": { "tools": "Herramientas", diff --git a/webview-ui/src/i18n/locales/fr/mcp.json b/webview-ui/src/i18n/locales/fr/mcp.json index 1cde3bad23..7443c25c96 100644 --- a/webview-ui/src/i18n/locales/fr/mcp.json +++ b/webview-ui/src/i18n/locales/fr/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Toujours autoriser", "parameters": "Paramètres", - "noDescription": "Aucune description" + "noDescription": "Aucune description", + "togglePromptInclusion": "Basculer l'inclusion dans le prompt" }, "tabs": { "tools": "Outils", diff --git a/webview-ui/src/i18n/locales/hi/mcp.json b/webview-ui/src/i18n/locales/hi/mcp.json index d0339a2bde..5971affd9a 100644 --- a/webview-ui/src/i18n/locales/hi/mcp.json +++ b/webview-ui/src/i18n/locales/hi/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "हमेशा अनुमति दें", "parameters": "पैरामीटर", - "noDescription": "कोई विवरण नहीं" + "noDescription": "कोई विवरण नहीं", + "togglePromptInclusion": "प्रॉम्प्ट में शामिल करना टॉगल करें" }, "tabs": { "tools": "टूल्स", diff --git a/webview-ui/src/i18n/locales/it/mcp.json b/webview-ui/src/i18n/locales/it/mcp.json index e60c1c1ef9..32d307465e 100644 --- a/webview-ui/src/i18n/locales/it/mcp.json +++ b/webview-ui/src/i18n/locales/it/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Consenti sempre", "parameters": "Parametri", - "noDescription": "Nessuna descrizione" + "noDescription": "Nessuna descrizione", + "togglePromptInclusion": "Attiva/disattiva inclusione nel prompt" }, "tabs": { "tools": "Strumenti", diff --git a/webview-ui/src/i18n/locales/ja/mcp.json b/webview-ui/src/i18n/locales/ja/mcp.json index 204bdca1e4..af7814181e 100644 --- a/webview-ui/src/i18n/locales/ja/mcp.json +++ b/webview-ui/src/i18n/locales/ja/mcp.json @@ -17,8 +17,9 @@ "learnMoreEditingSettings": "MCP設定ファイルの編集方法を詳しく見る", "tool": { "alwaysAllow": "常に許可", - "parameters": "パラメーター", - "noDescription": "説明なし" + "parameters": "パラメータ", + "noDescription": "説明なし", + "togglePromptInclusion": "プロンプトへの含有を切り替える" }, "tabs": { "tools": "ツール", diff --git a/webview-ui/src/i18n/locales/ko/mcp.json b/webview-ui/src/i18n/locales/ko/mcp.json index 957f4ee69a..83f0c5adf4 100644 --- a/webview-ui/src/i18n/locales/ko/mcp.json +++ b/webview-ui/src/i18n/locales/ko/mcp.json @@ -17,8 +17,9 @@ "learnMoreEditingSettings": "MCP 설정 파일 편집 방법 더 알아보기", "tool": { "alwaysAllow": "항상 허용", - "parameters": "파라미터", - "noDescription": "설명 없음" + "parameters": "매개변수", + "noDescription": "설명 없음", + "togglePromptInclusion": "프롬프트 포함 여부 전환" }, "tabs": { "tools": "도구", diff --git a/webview-ui/src/i18n/locales/nl/mcp.json b/webview-ui/src/i18n/locales/nl/mcp.json index 571dc36e9e..7751e55e41 100644 --- a/webview-ui/src/i18n/locales/nl/mcp.json +++ b/webview-ui/src/i18n/locales/nl/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Altijd toestaan", "parameters": "Parameters", - "noDescription": "Geen beschrijving" + "noDescription": "Geen beschrijving", + "togglePromptInclusion": "Inclusie in prompt in-/uitschakelen" }, "tabs": { "tools": "Tools", @@ -28,6 +29,7 @@ "emptyState": { "noTools": "Geen tools gevonden", "noResources": "Geen bronnen gevonden", + "noLogs": "Geen logboeken gevonden", "noErrors": "Geen fouten gevonden" }, "networkTimeout": { diff --git a/webview-ui/src/i18n/locales/pl/mcp.json b/webview-ui/src/i18n/locales/pl/mcp.json index 4a694aac4d..ab39dee200 100644 --- a/webview-ui/src/i18n/locales/pl/mcp.json +++ b/webview-ui/src/i18n/locales/pl/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Zawsze pozwalaj", "parameters": "Parametry", - "noDescription": "Brak opisu" + "noDescription": "Brak opisu", + "togglePromptInclusion": "Przełącz uwzględnianie w podpowiedzi" }, "tabs": { "tools": "Narzędzia", diff --git a/webview-ui/src/i18n/locales/pt-BR/mcp.json b/webview-ui/src/i18n/locales/pt-BR/mcp.json index 7b1cbbd19d..3ed314e16c 100644 --- a/webview-ui/src/i18n/locales/pt-BR/mcp.json +++ b/webview-ui/src/i18n/locales/pt-BR/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Sempre permitir", "parameters": "Parâmetros", - "noDescription": "Sem descrição" + "noDescription": "Sem descrição", + "togglePromptInclusion": "Alternar inclusão no prompt" }, "tabs": { "tools": "Ferramentas", diff --git a/webview-ui/src/i18n/locales/ru/mcp.json b/webview-ui/src/i18n/locales/ru/mcp.json index 8f064d168c..26480b1b5f 100644 --- a/webview-ui/src/i18n/locales/ru/mcp.json +++ b/webview-ui/src/i18n/locales/ru/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Всегда разрешать", "parameters": "Параметры", - "noDescription": "Нет описания" + "noDescription": "Нет описания", + "togglePromptInclusion": "Переключить включение в промпт" }, "tabs": { "tools": "Инструменты", diff --git a/webview-ui/src/i18n/locales/tr/mcp.json b/webview-ui/src/i18n/locales/tr/mcp.json index e8b6b5b4fe..58e4b934e3 100644 --- a/webview-ui/src/i18n/locales/tr/mcp.json +++ b/webview-ui/src/i18n/locales/tr/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Her zaman izin ver", "parameters": "Parametreler", - "noDescription": "Açıklama yok" + "noDescription": "Açıklama yok", + "togglePromptInclusion": "Komut isteminde dahil etmeyi aç/kapat" }, "tabs": { "tools": "Araçlar", diff --git a/webview-ui/src/i18n/locales/vi/mcp.json b/webview-ui/src/i18n/locales/vi/mcp.json index 11c18003a2..8a0679414f 100644 --- a/webview-ui/src/i18n/locales/vi/mcp.json +++ b/webview-ui/src/i18n/locales/vi/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "Luôn cho phép", "parameters": "Tham số", - "noDescription": "Không có mô tả" + "noDescription": "Không có mô tả", + "togglePromptInclusion": "Bật/tắt bao gồm trong lời nhắc" }, "tabs": { "tools": "Công cụ", diff --git a/webview-ui/src/i18n/locales/zh-CN/mcp.json b/webview-ui/src/i18n/locales/zh-CN/mcp.json index 67d47ea75e..d381a3721f 100644 --- a/webview-ui/src/i18n/locales/zh-CN/mcp.json +++ b/webview-ui/src/i18n/locales/zh-CN/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "始终允许", "parameters": "参数", - "noDescription": "无描述" + "noDescription": "无描述", + "togglePromptInclusion": "切换在提示中的包含" }, "tabs": { "tools": "工具", diff --git a/webview-ui/src/i18n/locales/zh-TW/mcp.json b/webview-ui/src/i18n/locales/zh-TW/mcp.json index 9406433ae9..1493f35650 100644 --- a/webview-ui/src/i18n/locales/zh-TW/mcp.json +++ b/webview-ui/src/i18n/locales/zh-TW/mcp.json @@ -18,7 +18,8 @@ "tool": { "alwaysAllow": "總是允許", "parameters": "參數", - "noDescription": "無說明" + "noDescription": "無說明", + "togglePromptInclusion": "切換在提示中的包含" }, "tabs": { "tools": "工具",