From 14473ea1e9105a5ead9f11f99afc89854e88e29d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 12 Jul 2025 15:02:15 -0400 Subject: [PATCH] Updated string for denied command (#5637) --- webview-ui/src/i18n/locales/ca/settings.json | 2 +- webview-ui/src/i18n/locales/de/settings.json | 2 +- webview-ui/src/i18n/locales/en/settings.json | 2 +- webview-ui/src/i18n/locales/es/settings.json | 2 +- webview-ui/src/i18n/locales/fr/settings.json | 2 +- webview-ui/src/i18n/locales/hi/settings.json | 2 +- webview-ui/src/i18n/locales/id/settings.json | 2 +- webview-ui/src/i18n/locales/it/settings.json | 2 +- webview-ui/src/i18n/locales/ja/settings.json | 2 +- webview-ui/src/i18n/locales/ko/settings.json | 2 +- webview-ui/src/i18n/locales/nl/settings.json | 2 +- webview-ui/src/i18n/locales/pl/settings.json | 2 +- webview-ui/src/i18n/locales/pt-BR/settings.json | 2 +- webview-ui/src/i18n/locales/ru/settings.json | 2 +- webview-ui/src/i18n/locales/tr/settings.json | 2 +- webview-ui/src/i18n/locales/vi/settings.json | 2 +- webview-ui/src/i18n/locales/zh-CN/settings.json | 2 +- webview-ui/src/i18n/locales/zh-TW/settings.json | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/webview-ui/src/i18n/locales/ca/settings.json b/webview-ui/src/i18n/locales/ca/settings.json index c1a6135dc0..0dd08afb29 100644 --- a/webview-ui/src/i18n/locales/ca/settings.json +++ b/webview-ui/src/i18n/locales/ca/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Introduïu prefix de comanda (ex. 'git ')", "deniedCommandPlaceholder": "Introduïu prefix de comanda a denegar (ex. 'rm -rf')", "addButton": "Afegir", - "autoDenied": "El prefix de comanda `{{prefix}}` ha estat automàticament denegat. Intentar eludir aquesta restricció pot comprometre la seguretat del sistema." + "autoDenied": "Les comandes amb el prefix `{{prefix}}` han estat prohibides per l'usuari. No eludeixis aquesta restricció executant una altra comanda." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/de/settings.json b/webview-ui/src/i18n/locales/de/settings.json index 7287787ad7..923475d3fd 100644 --- a/webview-ui/src/i18n/locales/de/settings.json +++ b/webview-ui/src/i18n/locales/de/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Befehlspräfix eingeben (z.B. 'git ')", "deniedCommandPlaceholder": "Befehlspräfix zum Verweigern eingeben (z.B. 'rm -rf')", "addButton": "Hinzufügen", - "autoDenied": "Das Befehlspräfix `{{prefix}}` wurde automatisch verweigert. Bitte versuchen Sie nicht, diese Beschränkung zu umgehen." + "autoDenied": "Befehle mit dem Präfix `{{prefix}}` wurden vom Benutzer verboten. Umgehe diese Beschränkung nicht durch das Ausführen eines anderen Befehls." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json index d33b494b21..25428cfb16 100644 --- a/webview-ui/src/i18n/locales/en/settings.json +++ b/webview-ui/src/i18n/locales/en/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Enter command prefix (e.g., 'git ')", "deniedCommandPlaceholder": "Enter command prefix to deny (e.g., 'rm -rf')", "addButton": "Add", - "autoDenied": "The command prefix `{{prefix}}` has been automatically denied. Please do not attempt to bypass this restriction." + "autoDenied": "Commands with the prefix `{{prefix}}` have been forbidden by the user. Do not bypass this restriction by running another command." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/es/settings.json b/webview-ui/src/i18n/locales/es/settings.json index 49bdb17cc2..7f6af9bd72 100644 --- a/webview-ui/src/i18n/locales/es/settings.json +++ b/webview-ui/src/i18n/locales/es/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Ingrese prefijo de comando (ej. 'git ')", "deniedCommandPlaceholder": "Ingrese prefijo de comando a denegar (ej. 'rm -rf')", "addButton": "Añadir", - "autoDenied": "El prefijo de comando `{{prefix}}` ha sido automáticamente denegado. Por favor, no intente eludir esta restricción." + "autoDenied": "Los comandos con el prefijo `{{prefix}}` han sido prohibidos por el usuario. No eludes esta restricción ejecutando otro comando." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/fr/settings.json b/webview-ui/src/i18n/locales/fr/settings.json index 987d22b4ad..5986a5bf17 100644 --- a/webview-ui/src/i18n/locales/fr/settings.json +++ b/webview-ui/src/i18n/locales/fr/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Entrez le préfixe de commande (ex. 'git ')", "deniedCommandPlaceholder": "Entrez le préfixe de commande à refuser (ex. 'rm -rf')", "addButton": "Ajouter", - "autoDenied": "Le préfixe de commande `{{prefix}}` a été automatiquement refusé. Veuillez ne pas tenter de contourner cette restriction." + "autoDenied": "Les commandes avec le préfixe `{{prefix}}` ont été interdites par l'utilisateur. Ne contourne pas cette restriction en exécutant une autre commande." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/hi/settings.json b/webview-ui/src/i18n/locales/hi/settings.json index a5d1152f1f..0a99064588 100644 --- a/webview-ui/src/i18n/locales/hi/settings.json +++ b/webview-ui/src/i18n/locales/hi/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "कमांड प्रीफिक्स दर्ज करें (उदा. 'git ')", "deniedCommandPlaceholder": "अस्वीकार करने के लिए कमांड प्रीफिक्स दर्ज करें (उदा. 'rm -rf')", "addButton": "जोड़ें", - "autoDenied": "कमांड प्रीफिक्स `{{prefix}}` को स्वचालित रूप से अस्वीकार कर दिया गया है। इस प्रतिबंध को दरकिनार करने की कोशिश सिस्टम सुरक्षा को खतरे में डाल सकती है।" + "autoDenied": "प्रीफिक्स `{{prefix}}` वाले कमांड उपयोगकर्ता द्वारा प्रतिबंधित किए गए हैं। दूसरा कमांड चलाकर इस प्रतिबंध को दरकिनार न करें।" }, "updateTodoList": { "label": "टूडू", diff --git a/webview-ui/src/i18n/locales/id/settings.json b/webview-ui/src/i18n/locales/id/settings.json index a2e40c782c..9ae5dd846c 100644 --- a/webview-ui/src/i18n/locales/id/settings.json +++ b/webview-ui/src/i18n/locales/id/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Masukkan prefix perintah (misalnya, 'git ')", "deniedCommandPlaceholder": "Masukkan prefix perintah untuk ditolak (misalnya, 'rm -rf')", "addButton": "Tambah", - "autoDenied": "Awalan perintah `{{prefix}}` telah ditolak secara otomatis. Mencoba menghindari pembatasan ini dapat membahayakan keamanan sistem." + "autoDenied": "Perintah dengan awalan `{{prefix}}` telah dilarang oleh pengguna. Jangan menghindari pembatasan ini dengan menjalankan perintah lain." }, "showMenu": { "label": "Tampilkan menu auto-approve di tampilan chat", diff --git a/webview-ui/src/i18n/locales/it/settings.json b/webview-ui/src/i18n/locales/it/settings.json index ac9a30eaf1..a2897496ec 100644 --- a/webview-ui/src/i18n/locales/it/settings.json +++ b/webview-ui/src/i18n/locales/it/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Inserisci prefisso comando (es. 'git ')", "deniedCommandPlaceholder": "Inserisci prefisso comando da negare (es. 'rm -rf')", "addButton": "Aggiungi", - "autoDenied": "Il prefisso del comando `{{prefix}}` è stato automaticamente negato. Si prega di non tentare di aggirare questa restrizione." + "autoDenied": "I comandi con il prefisso `{{prefix}}` sono stati vietati dall'utente. Non aggirare questa restrizione eseguendo un altro comando." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/ja/settings.json b/webview-ui/src/i18n/locales/ja/settings.json index d99f2d5935..bda4182851 100644 --- a/webview-ui/src/i18n/locales/ja/settings.json +++ b/webview-ui/src/i18n/locales/ja/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "コマンドプレフィックスを入力(例:'git ')", "deniedCommandPlaceholder": "拒否するコマンドプレフィックスを入力(例:'rm -rf')", "addButton": "追加", - "autoDenied": "コマンドプレフィックス `{{prefix}}` が自動的に拒否されました。この制限を回避しようとしないでください。" + "autoDenied": "プレフィックス `{{prefix}}` を持つコマンドはユーザーによって禁止されています。別のコマンドを実行してこの制限を回避しないでください。" }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/ko/settings.json b/webview-ui/src/i18n/locales/ko/settings.json index 7f93df619e..5053ed62f3 100644 --- a/webview-ui/src/i18n/locales/ko/settings.json +++ b/webview-ui/src/i18n/locales/ko/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "명령 접두사 입력(예: 'git ')", "deniedCommandPlaceholder": "거부할 명령 접두사 입력(예: 'rm -rf')", "addButton": "추가", - "autoDenied": "명령어 접두사 `{{prefix}}`가 자동으로 거부되었습니다. 이 제한을 우회하려고 시도하면 시스템 보안이 위험해질 수 있습니다." + "autoDenied": "접두사 `{{prefix}}`를 가진 명령어는 사용자에 의해 금지되었습니다. 다른 명령어를 실행하여 이 제한을 우회하지 마세요." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/nl/settings.json b/webview-ui/src/i18n/locales/nl/settings.json index 2b39dc6fe7..ab12e1931c 100644 --- a/webview-ui/src/i18n/locales/nl/settings.json +++ b/webview-ui/src/i18n/locales/nl/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Voer commando-prefix in (bijv. 'git ')", "deniedCommandPlaceholder": "Voer te weigeren commando-prefix in (bijv. 'rm -rf')", "addButton": "Toevoegen", - "autoDenied": "Het commando-prefix `{{prefix}}` is automatisch geweigerd. Pogingen om deze beperking te omzeilen kunnen de systeemveiligheid in gevaar brengen." + "autoDenied": "Commando's met het prefix `{{prefix}}` zijn verboden door de gebruiker. Omzeil deze beperking niet door een ander commando uit te voeren." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/pl/settings.json b/webview-ui/src/i18n/locales/pl/settings.json index 0f18c3627e..266c668606 100644 --- a/webview-ui/src/i18n/locales/pl/settings.json +++ b/webview-ui/src/i18n/locales/pl/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Wprowadź prefiks polecenia (np. 'git ')", "deniedCommandPlaceholder": "Wprowadź prefiks polecenia do odrzucenia (np. 'rm -rf')", "addButton": "Dodaj", - "autoDenied": "Prefiks polecenia `{{prefix}}` został automatycznie odrzucony. Próba obejścia tego ograniczenia może narazić system na ryzyko bezpieczeństwa." + "autoDenied": "Polecenia z prefiksem `{{prefix}}` zostały zabronione przez użytkownika. Nie obchodź tego ograniczenia uruchamiając inne polecenie." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/pt-BR/settings.json b/webview-ui/src/i18n/locales/pt-BR/settings.json index a5e5ffd048..e9825ae749 100644 --- a/webview-ui/src/i18n/locales/pt-BR/settings.json +++ b/webview-ui/src/i18n/locales/pt-BR/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Digite o prefixo do comando (ex. 'git ')", "deniedCommandPlaceholder": "Digite o prefixo do comando para negar (ex. 'rm -rf')", "addButton": "Adicionar", - "autoDenied": "O prefixo do comando `{{prefix}}` foi automaticamente negado. Tentar contornar essa restrição pode expor o sistema a riscos de segurança." + "autoDenied": "Comandos com o prefixo `{{prefix}}` foram proibidos pelo usuário. Não contorne esta restrição executando outro comando." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/ru/settings.json b/webview-ui/src/i18n/locales/ru/settings.json index 74bbe9bad7..1b74b2253f 100644 --- a/webview-ui/src/i18n/locales/ru/settings.json +++ b/webview-ui/src/i18n/locales/ru/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Введите префикс команды (например, 'git ')", "deniedCommandPlaceholder": "Введите префикс команды для запрета (например, 'rm -rf')", "addButton": "Добавить", - "autoDenied": "Префикс команды `{{prefix}}` был автоматически отклонен. Попытка обойти это ограничение может подвергнуть систему риску безопасности." + "autoDenied": "Команды с префиксом `{{prefix}}` были запрещены пользователем. Не обходи это ограничение, выполняя другую команду." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/tr/settings.json b/webview-ui/src/i18n/locales/tr/settings.json index be9ad0f75b..49d1803ddf 100644 --- a/webview-ui/src/i18n/locales/tr/settings.json +++ b/webview-ui/src/i18n/locales/tr/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Komut öneki girin (örn. 'git ')", "deniedCommandPlaceholder": "Reddetmek için komut öneki girin (örn. 'rm -rf')", "addButton": "Ekle", - "autoDenied": "Komut öneki `{{prefix}}` otomatik olarak reddedildi. Bu kısıtlamayı aşmaya çalışmak sistemi güvenlik risklerine maruz bırakabilir." + "autoDenied": "`{{prefix}}` önekli komutlar kullanıcı tarafından yasaklandı. Başka bir komut çalıştırarak bu kısıtlamayı aşma." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/vi/settings.json b/webview-ui/src/i18n/locales/vi/settings.json index 4be5257bff..c12b5778a2 100644 --- a/webview-ui/src/i18n/locales/vi/settings.json +++ b/webview-ui/src/i18n/locales/vi/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "Nhập tiền tố lệnh (ví dụ: 'git ')", "deniedCommandPlaceholder": "Nhập tiền tố lệnh để từ chối (ví dụ: 'rm -rf')", "addButton": "Thêm", - "autoDenied": "Tiền tố lệnh `{{prefix}}` đã được tự động từ chối. Việc cố gắng vượt qua hạn chế này có thể khiến hệ thống gặp rủi ro bảo mật." + "autoDenied": "Các lệnh có tiền tố `{{prefix}}` đã bị người dùng cấm. Đừng vượt qua hạn chế này bằng cách chạy lệnh khác." }, "updateTodoList": { "label": "Todo", diff --git a/webview-ui/src/i18n/locales/zh-CN/settings.json b/webview-ui/src/i18n/locales/zh-CN/settings.json index 930f1fe74d..c75578067d 100644 --- a/webview-ui/src/i18n/locales/zh-CN/settings.json +++ b/webview-ui/src/i18n/locales/zh-CN/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "输入命令前缀(例如 'git ')", "deniedCommandPlaceholder": "输入要拒绝的命令前缀(例如 'rm -rf')", "addButton": "添加", - "autoDenied": "命令前缀 `{{prefix}}` 已被自动拒绝。尝试绕过此限制可能会使系统面临安全风险。" + "autoDenied": "前缀为 `{{prefix}}` 的命令已被用户禁止。不要通过运行其他命令来绕过此限制。" }, "updateTodoList": { "label": "待办", diff --git a/webview-ui/src/i18n/locales/zh-TW/settings.json b/webview-ui/src/i18n/locales/zh-TW/settings.json index fee20b1c1b..dec9e936b2 100644 --- a/webview-ui/src/i18n/locales/zh-TW/settings.json +++ b/webview-ui/src/i18n/locales/zh-TW/settings.json @@ -180,7 +180,7 @@ "commandPlaceholder": "輸入命令前綴(例如 'git ')", "deniedCommandPlaceholder": "輸入要拒絕的命令前綴(例如 'rm -rf')", "addButton": "新增", - "autoDenied": "命令前綴 `{{prefix}}` 已被自動拒絕。嘗試繞過此限制可能會使系統面臨安全風險。" + "autoDenied": "前綴為 `{{prefix}}` 的命令已被使用者禁止。不要透過執行其他命令來繞過此限制。" }, "updateTodoList": { "label": "待辦",