Update CHANGELOG for v1.7.18 with fixes for write permissions and other issues. Add new translation keys for error messages in English and Chinese (Simplified and Traditional) locales.

This commit is contained in:
yeongpin
2025-03-23 21:13:08 +08:00
parent 58b4b0dece
commit 3d1450ced0
4 changed files with 10 additions and 4 deletions

View File

@@ -102,7 +102,8 @@
"package_not_found": "package.json未找到: {path}",
"check_version_failed": "检查版本失败: {error}",
"stack_trace": "堆栈跟踪",
"version_too_low": "Cursor版本太低: {version} < 0.45.0"
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
"no_write_permission": "没有写入权限: {path}"
},
"register": {
"title": "Cursor 注册工具",