mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
chore(i18n): add missing en/tools keys (executeCommand, fetchInstructions, generic)
This commit is contained in:
parent
04db47b5c1
commit
bacedd6897
1 changed files with 13 additions and 0 deletions
|
|
@ -15,6 +15,19 @@
|
|||
"policy_restriction": "Failed to create new task due to policy restrictions."
|
||||
}
|
||||
},
|
||||
"executeCommand": {
|
||||
"workingDirMissing": "Working directory '{{workingDir}}' does not exist.",
|
||||
"shellIntegrationGenericError": "Command execution failed due to an unexpected shell integration error."
|
||||
},
|
||||
"fetchInstructions": {
|
||||
"errors": {
|
||||
"invalidRequest": "Invalid request"
|
||||
}
|
||||
},
|
||||
"generic": {
|
||||
"noChanges": "No changes were made.",
|
||||
"changesRejected": "Changes were rejected."
|
||||
},
|
||||
"errors": {
|
||||
"toolCallError": "Tool call error: {{toolName}}",
|
||||
"toolExecutionError": "Tool execution error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue