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

@@ -102,7 +102,8 @@
"check_version_failed": "檢查版本失敗: {error}",
"stack_trace": "堆疊跟踪",
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
"no_write_permission": "沒有寫入權限: {path}"
"no_write_permission": "沒有寫入權限: {path}",
"path_not_found": "路徑未找到: {path}"
},
"register": {