From db8c60ceffd1f0a3b6144b40950276ae6095f4e9 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Tue, 1 Jul 2025 08:44:12 -0600 Subject: [PATCH] Add missing translation key to all locale files - Added 'executeCommand.patternAddedToWhitelist' translation to all 17 non-English locale files - This fixes the failing check-translations CI job --- src/i18n/locales/ca/tools.json | 3 +++ src/i18n/locales/de/tools.json | 3 +++ src/i18n/locales/es/tools.json | 3 +++ src/i18n/locales/fr/tools.json | 3 +++ src/i18n/locales/hi/tools.json | 3 +++ src/i18n/locales/id/tools.json | 3 +++ src/i18n/locales/it/tools.json | 3 +++ src/i18n/locales/ja/tools.json | 3 +++ src/i18n/locales/ko/tools.json | 3 +++ src/i18n/locales/nl/tools.json | 3 +++ src/i18n/locales/pl/tools.json | 3 +++ src/i18n/locales/pt-BR/tools.json | 3 +++ src/i18n/locales/ru/tools.json | 3 +++ src/i18n/locales/tr/tools.json | 3 +++ src/i18n/locales/vi/tools.json | 3 +++ src/i18n/locales/zh-CN/tools.json | 3 +++ src/i18n/locales/zh-TW/tools.json | 3 +++ 17 files changed, 51 insertions(+) diff --git a/src/i18n/locales/ca/tools.json b/src/i18n/locales/ca/tools.json index 5b3a228bde..835523f147 100644 --- a/src/i18n/locales/ca/tools.json +++ b/src/i18n/locales/ca/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "No s'ha pogut crear una nova tasca a causa de restriccions de política." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/de/tools.json b/src/i18n/locales/de/tools.json index eb1afbc082..16e871dc66 100644 --- a/src/i18n/locales/de/tools.json +++ b/src/i18n/locales/de/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Neue Aufgabe konnte aufgrund von Richtlinienbeschränkungen nicht erstellt werden." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/es/tools.json b/src/i18n/locales/es/tools.json index 303f5365ed..539010428e 100644 --- a/src/i18n/locales/es/tools.json +++ b/src/i18n/locales/es/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "No se pudo crear una nueva tarea debido a restricciones de política." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/fr/tools.json b/src/i18n/locales/fr/tools.json index a6c71aca33..e8bf5c3ce5 100644 --- a/src/i18n/locales/fr/tools.json +++ b/src/i18n/locales/fr/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Impossible de créer une nouvelle tâche en raison de restrictions de politique." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/hi/tools.json b/src/i18n/locales/hi/tools.json index 0cb4aeb14e..f35a4798a5 100644 --- a/src/i18n/locales/hi/tools.json +++ b/src/i18n/locales/hi/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "नीति प्रतिबंधों के कारण नया कार्य बनाने में विफल।" } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/id/tools.json b/src/i18n/locales/id/tools.json index 2e3c4f0c22..185a323b1a 100644 --- a/src/i18n/locales/id/tools.json +++ b/src/i18n/locales/id/tools.json @@ -15,5 +15,8 @@ "errors": { "policy_restriction": "Gagal membuat tugas baru karena pembatasan kebijakan." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/it/tools.json b/src/i18n/locales/it/tools.json index ffae474f1d..1733d157aa 100644 --- a/src/i18n/locales/it/tools.json +++ b/src/i18n/locales/it/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Impossibile creare una nuova attività a causa di restrizioni di policy." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/ja/tools.json b/src/i18n/locales/ja/tools.json index 04a5fcc085..0876a6c4b4 100644 --- a/src/i18n/locales/ja/tools.json +++ b/src/i18n/locales/ja/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "ポリシー制限により新しいタスクを作成できませんでした。" } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/ko/tools.json b/src/i18n/locales/ko/tools.json index e43a541794..fb888a231f 100644 --- a/src/i18n/locales/ko/tools.json +++ b/src/i18n/locales/ko/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "정책 제한으로 인해 새 작업을 생성하지 못했습니다." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/nl/tools.json b/src/i18n/locales/nl/tools.json index 56a8cdbc46..4157e59340 100644 --- a/src/i18n/locales/nl/tools.json +++ b/src/i18n/locales/nl/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Kan geen nieuwe taak aanmaken vanwege beleidsbeperkingen." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/pl/tools.json b/src/i18n/locales/pl/tools.json index 62568826aa..cd7e8a273e 100644 --- a/src/i18n/locales/pl/tools.json +++ b/src/i18n/locales/pl/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Nie udało się utworzyć nowego zadania z powodu ograniczeń polityki." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/pt-BR/tools.json b/src/i18n/locales/pt-BR/tools.json index f74e0f8196..9855d07875 100644 --- a/src/i18n/locales/pt-BR/tools.json +++ b/src/i18n/locales/pt-BR/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Falha ao criar nova tarefa devido a restrições de política." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/ru/tools.json b/src/i18n/locales/ru/tools.json index 1e59d10499..39de1ef758 100644 --- a/src/i18n/locales/ru/tools.json +++ b/src/i18n/locales/ru/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Не удалось создать новую задачу из-за ограничений политики." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/tr/tools.json b/src/i18n/locales/tr/tools.json index e4c73cdc4b..f7d8682a9c 100644 --- a/src/i18n/locales/tr/tools.json +++ b/src/i18n/locales/tr/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Politika kısıtlamaları nedeniyle yeni görev oluşturulamadı." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/vi/tools.json b/src/i18n/locales/vi/tools.json index 9811ee12c9..269b0beebb 100644 --- a/src/i18n/locales/vi/tools.json +++ b/src/i18n/locales/vi/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "Không thể tạo nhiệm vụ mới do hạn chế chính sách." } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/zh-CN/tools.json b/src/i18n/locales/zh-CN/tools.json index 13641b8d43..e28d3b2113 100644 --- a/src/i18n/locales/zh-CN/tools.json +++ b/src/i18n/locales/zh-CN/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "由于策略限制,无法创建新任务。" } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } } diff --git a/src/i18n/locales/zh-TW/tools.json b/src/i18n/locales/zh-TW/tools.json index a726e3c919..4a20d9bac4 100644 --- a/src/i18n/locales/zh-TW/tools.json +++ b/src/i18n/locales/zh-TW/tools.json @@ -12,5 +12,8 @@ "errors": { "policy_restriction": "由於政策限制,無法建立新工作。" } + }, + "executeCommand": { + "patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list." } }