mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
chore(i18n): sentence case error titles ('File not found', 'File already exists')
This commit is contained in:
parent
12d07db7cb
commit
7d006ba2ee
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
},
|
||||
"errors": {
|
||||
"fileNotFound": "File Not Found",
|
||||
"fileNotFound": "File not found",
|
||||
"parseError": "Parse Error",
|
||||
"commandTimeout": "Command Timeout",
|
||||
"permissionDenied": "Permission Denied",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"configurationError": "Configuration Error",
|
||||
"authenticationFailed": "Authentication Failed",
|
||||
"invalidLineNumber": "Invalid Line Number",
|
||||
"fileAlreadyExists": "File Already Exists",
|
||||
"fileAlreadyExists": "File already exists",
|
||||
"directoryNotFound": "Directory Not Found",
|
||||
"invalidPath": "Invalid Path",
|
||||
"readError": "Read Error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue