mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-05 02:01:30 +03:00
Enhance TempMailPlus integration by adding translator support for internationalization, improving error messages, and updating the email tab interface documentation. Additionally, update localization files for multiple languages to include new translation keys related to email verification processes.
This commit is contained in:
@@ -850,5 +850,17 @@
|
||||
"auth_updated_successfully": "Authentication information updated successfully!",
|
||||
"auth_update_failed": "Failed to update authentication information",
|
||||
"error": "Error: {error}"
|
||||
},
|
||||
"tempmail": {
|
||||
"check_email_failed": "Check email failed: {error}",
|
||||
"extract_code_failed": "Extract verification code failed: {error}",
|
||||
"configured_email": "Configured email: {email}",
|
||||
"checking_email": "Checking for Cursor verification email...",
|
||||
"email_found": "Found Cursor verification email",
|
||||
"verification_code": "Verification code: {code}",
|
||||
"no_code": "Could not get verification code",
|
||||
"no_email": "No Cursor verification email found",
|
||||
"config_error": "Config file error: {error}",
|
||||
"general_error": "An error occurred: {error}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user