diff --git a/locales/en.json b/locales/en.json index 6054903..82bbc21 100644 --- a/locales/en.json +++ b/locales/en.json @@ -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", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 992e854..96f4b25 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -104,7 +104,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": { "title": "Cursor 注册工具", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index 75b178e..6ab8447 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -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": {