From e2592f0e40715df9dc2573e69deed68e711c8cf4 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Wed, 3 Sep 2025 17:56:05 -0600 Subject: [PATCH] test(i18n): align en/tools messages with tests (noChanges includes path; title-case error titles) --- src/i18n/locales/en/tools.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en/tools.json b/src/i18n/locales/en/tools.json index 01a9c9904f..6e294bf86a 100644 --- a/src/i18n/locales/en/tools.json +++ b/src/i18n/locales/en/tools.json @@ -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",