Skip to content

Commit 2dd3771

Browse files
committed
test(i18n): align en/tools messages with tests (noChanges includes path; title-case error titles)
1 parent 51973df commit 2dd3771

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/i18n/locales/en/tools.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
}
2626
},
2727
"generic": {
28-
"noChanges": "No changes were made.",
29-
"changesRejected": "Changes were rejected."
28+
"noChanges": "No changes needed for '{{path}}'.",
29+
"changesRejected": "Changes were rejected by the user."
3030
},
31+
"noChanges": "No changes needed for '{{path}}'.",
32+
"changesRejected": "Changes were rejected by the user.",
3133
"errors": {
3234
"toolCallError": "Tool call error: {{toolName}}",
3335
"toolExecutionError": "Tool execution error",
34-
"fileNotFound": "File not found",
36+
"fileNotFound": "File Not Found",
3537
"parseError": "Parse error",
3638
"commandTimeout": "Command timeout",
3739
"permissionDenied": "Permission denied",
@@ -41,11 +43,11 @@
4143
"resourceNotFound": "Resource not found",
4244
"configurationError": "Configuration error",
4345
"authenticationFailed": "Authentication failed",
44-
"invalidLineNumber": "Invalid line number",
46+
"invalidLineNumber": "Invalid Line Number",
4547
"fileAlreadyExists": "File already exists",
4648
"directoryNotFound": "Directory not found",
4749
"invalidPath": "Invalid path",
48-
"readError": "Read error",
50+
"readError": "File Read Error",
4951
"writeError": "Write error",
5052
"syntaxError": "Syntax error",
5153
"validationError": "Validation error",

0 commit comments

Comments
 (0)