diff --git a/locales/en.json b/locales/en.json index 88fbd90..d49cea8 100644 --- a/locales/en.json +++ b/locales/en.json @@ -33,7 +33,9 @@ "bypass_version_check": "Bypass Cursor Version Check", "check_user_authorized": "Check User Authorized", "bypass_token_limit": "Bypass Token Limit", - "restore_machine_id": "Restore Machine ID from Backup" + "restore_machine_id": "Restore Machine ID from Backup", + "language_config_saved": "Language configuration saved successfully", + "lang_invalid_choice": "Invalid choice. Please enter one of the following options: ({lang_choices})" }, "languages": { "ar": "Arabic", diff --git a/locales/vi.json b/locales/vi.json index 606b63e..3de278f 100644 --- a/locales/vi.json +++ b/locales/vi.json @@ -33,7 +33,9 @@ "bypass_version_check": "Bỏ qua Kiểm tra Phiên bản Cursor", "check_user_authorized": "Kiểm tra Quyền Người dùng", "bypass_token_limit": "Bỏ qua giới hạn Token", - "restore_machine_id": "Khôi phục ID máy từ bản sao lưu" + "restore_machine_id": "Khôi phục ID máy từ bản sao lưu", + "language_config_saved": "Đổi ngôn ngữ thành công", + "lang_invalid_choice": "Lựa chọn không hợp lệ. Vui lòng nhập một số từ ({lang_choices})" }, "languages": { "ar": "Tiếng Ả Rập", diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 52e7d52..3c87e5f 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -33,7 +33,9 @@ "bypass_version_check": "绕过 Cursor 版本检查", "check_user_authorized": "检查用户授权", "bypass_token_limit": "绕过 Token 限制", - "restore_machine_id": "从备份恢复机器ID" + "restore_machine_id": "从备份恢复机器ID", + "language_config_saved": "语言配置保存成功", + "lang_invalid_choice": "选择无效。请输入以下选项之一:({lang_choices})" }, "languages": { "ar": "阿拉伯语", diff --git a/locales/zh_tw.json b/locales/zh_tw.json index 857adc5..bc34386 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -33,7 +33,9 @@ "bypass_version_check": "繞過 Cursor 版本檢查", "check_user_authorized": "檢查用戶授權", "bypass_token_limit": "繞過 Token 限制", - "restore_machine_id": "從備份恢復機器ID" + "restore_machine_id": "從備份恢復機器ID", + "language_config_saved": "語言配置保存成功", + "lang_invalid_choice": "選擇無效。請輸入以下選項之一:({lang_choices})" }, "languages": { "ar": "阿拉伯語",