|
25 | 25 | } |
26 | 26 | }, |
27 | 27 | "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." |
30 | 30 | }, |
| 31 | + "noChanges": "No changes needed for '{{path}}'.", |
| 32 | + "changesRejected": "Changes were rejected by the user.", |
31 | 33 | "errors": { |
32 | 34 | "toolCallError": "Tool call error: {{toolName}}", |
33 | 35 | "toolExecutionError": "Tool execution error", |
34 | | - "fileNotFound": "File not found", |
| 36 | + "fileNotFound": "File Not Found", |
35 | 37 | "parseError": "Parse error", |
36 | 38 | "commandTimeout": "Command timeout", |
37 | 39 | "permissionDenied": "Permission denied", |
|
41 | 43 | "resourceNotFound": "Resource not found", |
42 | 44 | "configurationError": "Configuration error", |
43 | 45 | "authenticationFailed": "Authentication failed", |
44 | | - "invalidLineNumber": "Invalid line number", |
| 46 | + "invalidLineNumber": "Invalid Line Number", |
45 | 47 | "fileAlreadyExists": "File already exists", |
46 | 48 | "directoryNotFound": "Directory not found", |
47 | 49 | "invalidPath": "Invalid path", |
48 | | - "readError": "Read error", |
| 50 | + "readError": "File Read Error", |
49 | 51 | "writeError": "Write error", |
50 | 52 | "syntaxError": "Syntax error", |
51 | 53 | "validationError": "Validation error", |
|
0 commit comments