diff --git a/locales/en.json b/locales/en.json index 64aa0b8..abc1f8b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -29,7 +29,8 @@ "delete_google_account": "Delete Cursor Google Account", "continue_prompt": "Continue? (y/N): ", "operation_cancelled_by_user": "Operation cancelled by user", - "exiting": "Exiting ……" + "exiting": "Exiting ……", + "bypass_version_check": "Bypass Cursor Version Check" }, "languages": { "en": "English", @@ -523,7 +524,8 @@ "premium_usage": "Premium Usage", "basic_usage": "Basic Usage", "usage_not_found": "Usage not found", - "lifetime_access_enabled": "Lifetime Access Enabled" + "lifetime_access_enabled": "Lifetime Access Enabled", + "token_not_found": "Token not found" }, "config": { "config_not_available": "Configuration not available", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index bfd88e0..e448492 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -29,7 +29,8 @@ "delete_google_account": "删除 Cursor Google 账号", "continue_prompt": "继续?(y/N): ", "operation_cancelled_by_user": "操作被用户取消", - "exiting": "退出中 ……" + "exiting": "退出中 ……", + "bypass_version_check": "绕过 Cursor 版本检查" }, "languages": { "en": "英语", @@ -501,7 +502,8 @@ "premium_usage": "高级使用量", "basic_usage": "基础使用量", "usage_not_found": "使用量未找到", - "lifetime_access_enabled": "永久访问已启用" + "lifetime_access_enabled": "永久访问已启用", + "token_not_found": "Token 未找到" }, "config": { "config_not_available": "配置未找到。", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index 85b2dd2..87c2b91 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -29,7 +29,8 @@ "delete_google_account": "刪除 Cursor Google 帳號", "continue_prompt": "繼續?(y/N): ", "operation_cancelled_by_user": "操作被使用者取消", - "exiting": "退出中 ……" + "exiting": "退出中 ……", + "bypass_version_check": "繞過 Cursor 版本檢查" }, "languages": { "en": "英文", @@ -483,7 +484,8 @@ "premium_usage": "高級使用量", "basic_usage": "基礎使用量", "usage_not_found": "使用量未找到", - "lifetime_access_enabled": "永久訪問已啟用" + "lifetime_access_enabled": "永久訪問已啟用", + "token_not_found": "Token 未找到" }, "config": { "config_not_available": "配置未找到。",