mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
test(i18n): align en/tools messages with tests (noChanges includes path; title-case error titles)
This commit is contained in:
parent
72c79ce0e9
commit
e2592f0e40
1 changed files with 7 additions and 5 deletions
|
|
@ -25,13 +25,15 @@
|
|||
}
|
||||
},
|
||||
"generic": {
|
||||
"noChanges": "No changes were made.",
|
||||
"changesRejected": "Changes were rejected."
|
||||
"noChanges": "No changes needed for '{{path}}'.",
|
||||
"changesRejected": "Changes were rejected by the user."
|
||||
},
|
||||
"noChanges": "No changes needed for '{{path}}'.",
|
||||
"changesRejected": "Changes were rejected by the user.",
|
||||
"errors": {
|
||||
"toolCallError": "Tool call error: {{toolName}}",
|
||||
"toolExecutionError": "Tool execution error",
|
||||
"fileNotFound": "File not found",
|
||||
"fileNotFound": "File Not Found",
|
||||
"parseError": "Parse error",
|
||||
"commandTimeout": "Command timeout",
|
||||
"permissionDenied": "Permission denied",
|
||||
|
|
@ -41,11 +43,11 @@
|
|||
"resourceNotFound": "Resource not found",
|
||||
"configurationError": "Configuration error",
|
||||
"authenticationFailed": "Authentication failed",
|
||||
"invalidLineNumber": "Invalid line number",
|
||||
"invalidLineNumber": "Invalid Line Number",
|
||||
"fileAlreadyExists": "File already exists",
|
||||
"directoryNotFound": "Directory not found",
|
||||
"invalidPath": "Invalid path",
|
||||
"readError": "Read error",
|
||||
"readError": "File Read Error",
|
||||
"writeError": "Write error",
|
||||
"syntaxError": "Syntax error",
|
||||
"validationError": "Validation error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue