Skip to content

Commit ae99055

Browse files
committed
chore(i18n): add missing en/tools keys (executeCommand, fetchInstructions, generic)
1 parent 556facc commit ae99055

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/i18n/locales/en/tools.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
"policy_restriction": "Failed to create new task due to policy restrictions."
1616
}
1717
},
18+
"executeCommand": {
19+
"workingDirMissing": "Working directory '{{workingDir}}' does not exist.",
20+
"shellIntegrationGenericError": "Command execution failed due to an unexpected shell integration error."
21+
},
22+
"fetchInstructions": {
23+
"errors": {
24+
"invalidRequest": "Invalid request"
25+
}
26+
},
27+
"generic": {
28+
"noChanges": "No changes were made.",
29+
"changesRejected": "Changes were rejected."
30+
},
1831
"errors": {
1932
"toolCallError": "Tool call error: {{toolName}}",
2033
"toolExecutionError": "Tool execution error",

0 commit comments

Comments
 (0)