forked from mirrors/cursor-free-vip
Refactor: Remove GitHub trial reset feature and add development version check. Update translations for lifetime access and development version messages.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"program_terminated": "Program was terminated by user",
|
||||
"error_occurred": "An error occurred: {error}. Please try again",
|
||||
"press_enter": "Press Enter to Exit",
|
||||
"disable_auto_update": "Disable Cursor Auto-Update"
|
||||
"disable_auto_update": "Disable Cursor Auto-Update",
|
||||
"lifetime_access_enabled": "LIFETIME ACCESS ENABLED"
|
||||
},
|
||||
"languages": {
|
||||
"en": "English",
|
||||
@@ -278,6 +279,7 @@
|
||||
"continue_anyway": "Continuing with current version...",
|
||||
"update_confirm": "Do you want to update to the latest version? (Y/n)",
|
||||
"update_skipped": "Skipping update.",
|
||||
"invalid_choice": "Invalid choice. Please enter 'Y' or 'n'."
|
||||
"invalid_choice": "Invalid choice. Please enter 'Y' or 'n'.",
|
||||
"development_version": "Development Version {current} > {latest}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user