Skip to content

Commit db8c60c

Browse files
committed
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
1 parent 8fd1210 commit db8c60c

File tree

17 files changed

+51
-0
lines changed

17 files changed

+51
-0
lines changed

src/i18n/locales/ca/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "No s'ha pogut crear una nova tasca a causa de restriccions de política."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/de/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "Neue Aufgabe konnte aufgrund von Richtlinienbeschränkungen nicht erstellt werden."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/es/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "No se pudo crear una nueva tarea debido a restricciones de política."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/fr/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "Impossible de créer une nouvelle tâche en raison de restrictions de politique."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/hi/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "नीति प्रतिबंधों के कारण नया कार्य बनाने में विफल।"
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/id/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"errors": {
1616
"policy_restriction": "Gagal membuat tugas baru karena pembatasan kebijakan."
1717
}
18+
},
19+
"executeCommand": {
20+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1821
}
1922
}

src/i18n/locales/it/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "Impossibile creare una nuova attività a causa di restrizioni di policy."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/ja/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "ポリシー制限により新しいタスクを作成できませんでした。"
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/ko/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "정책 제한으로 인해 새 작업을 생성하지 못했습니다."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

src/i18n/locales/nl/tools.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"errors": {
1313
"policy_restriction": "Kan geen nieuwe taak aanmaken vanwege beleidsbeperkingen."
1414
}
15+
},
16+
"executeCommand": {
17+
"patternAddedToWhitelist": "Command pattern \"{{pattern}}\" has been added to the allowed commands list."
1518
}
1619
}

0 commit comments

Comments
 (0)