Add new translation key for 'path_not_found' in English and Chinese (Simplified and Traditional) locales, ensuring consistent error messaging across languages.

This commit is contained in:
yeongpin
2025-03-25 06:37:20 +08:00
parent 35ed9cb6f6
commit a8966de771
3 changed files with 6 additions and 3 deletions

View File

@@ -104,7 +104,8 @@
"check_version_failed": "Check Version Failed: {error}",
"stack_trace": "Stack Trace",
"version_too_low": "Cursor Version Too Low: {version} < 0.45.0",
"no_write_permission": "No Write Permission: {path}"
"no_write_permission": "No Write Permission: {path}",
"path_not_found": "Path Not Found: {path}"
},
"register": {
"title": "Cursor Registration Tool",