mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
Refactor reset_machine_manual.py to remove deprecated comments and add new error message translations for file modification failures in English, Simplified Chinese, and Traditional Chinese locales.
This commit is contained in:
parent
c97bfd1475
commit
5f380ebe5e
@ -105,7 +105,8 @@
|
|||||||
"stack_trace": "Stack Trace",
|
"stack_trace": "Stack Trace",
|
||||||
"version_too_low": "Cursor Version Too Low: {version} < 0.45.0",
|
"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}"
|
"path_not_found": "Path Not Found: {path}",
|
||||||
|
"modify_file_failed": "Modify File Failed: {error}"
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"title": "Cursor Registration Tool",
|
"title": "Cursor Registration Tool",
|
||||||
|
@ -105,7 +105,8 @@
|
|||||||
"stack_trace": "堆栈跟踪",
|
"stack_trace": "堆栈跟踪",
|
||||||
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
|
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
|
||||||
"no_write_permission": "没有写入权限: {path}",
|
"no_write_permission": "没有写入权限: {path}",
|
||||||
"path_not_found": "路径未找到: {path}"
|
"path_not_found": "路径未找到: {path}",
|
||||||
|
"modify_file_failed": "修改文件失败: {error}"
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"title": "Cursor 注册工具",
|
"title": "Cursor 注册工具",
|
||||||
|
@ -103,7 +103,8 @@
|
|||||||
"stack_trace": "堆疊跟踪",
|
"stack_trace": "堆疊跟踪",
|
||||||
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
|
"version_too_low": "Cursor版本太低: {version} < 0.45.0",
|
||||||
"no_write_permission": "沒有寫入權限: {path}",
|
"no_write_permission": "沒有寫入權限: {path}",
|
||||||
"path_not_found": "路徑未找到: {path}"
|
"path_not_found": "路徑未找到: {path}",
|
||||||
|
"modify_file_failed": "修改文件失敗: {error}"
|
||||||
},
|
},
|
||||||
|
|
||||||
"register": {
|
"register": {
|
||||||
|
@ -663,13 +663,10 @@ class MachineIDResetter:
|
|||||||
self.update_system_ids(new_ids)
|
self.update_system_ids(new_ids)
|
||||||
|
|
||||||
|
|
||||||
### Remove In v1.7.02
|
|
||||||
# Modify workbench.desktop.main.js
|
# Modify workbench.desktop.main.js
|
||||||
|
|
||||||
workbench_path = get_workbench_cursor_path(self.translator)
|
workbench_path = get_workbench_cursor_path(self.translator)
|
||||||
modify_workbench_js(workbench_path, self.translator)
|
modify_workbench_js(workbench_path, self.translator)
|
||||||
|
|
||||||
### Remove In v1.7.02
|
|
||||||
# Check Cursor version and perform corresponding actions
|
# Check Cursor version and perform corresponding actions
|
||||||
|
|
||||||
greater_than_0_45 = check_cursor_version(self.translator)
|
greater_than_0_45 = check_cursor_version(self.translator)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user