| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517 |
- import '../strings_enum.dart';
- Map<String, String> enUs = {
- Strings.someThingWentWorng: 'Something went wrong',
- Strings.retry: 'Retry',
- //profile
- Strings.settings: 'Settings',
- Strings.language: 'Language',
- Strings.termsOfService: 'Terms of Service',
- Strings.privacyPolicy: 'Privacy Policy',
- Strings.version: 'Version',
- Strings.ok: 'OK',
- Strings.cancel: 'Cancel',
- Strings.oops: 'Oops!',
- Strings.connectionIssueDetected:
- 'Connection issue detected. Please verify your internet access and try again.',
- Strings.copied: 'Copied',
- Strings.later: 'Later',
- Strings.noData: 'No data',
- //empty error update
- Strings.refresh: 'Refresh',
- Strings.unableToConnectNetwork: 'Please check your internet connection',
- Strings.unableToConnectServer:
- 'Server is temporarily unavailable, please try again later',
- Strings.regionRestricted:
- 'Due to local laws and regulatory restrictions, the FKey service is not available in your region.',
- Strings.updateNow: 'Update Now',
- Strings.newVersionAvailable: 'New Version Available',
- // VPN Error codes
- // util error
- Strings.eUtilOpenEmail: 'Error opening email',
- Strings.eUtilOpenBrowser: 'Error opening browser',
- Strings.eUtilOpenGooglePlay: 'Error opening Google Play',
- Strings.error: 'Error',
- // Privacy policy
- Strings.terms: 'Terms',
- Strings.privacy: 'Privacy',
- Strings.termsAgreementPrefix:
- 'By signing up or continuing, you agree to our ',
- Strings.termsAgreementConnector: ' and ',
- // Account page
- Strings.account: 'Current Identity',
- // Dialog texts
- Strings.processing: 'Processing...',
- Strings.success: 'Success',
- Strings.unknownError: 'Unknown error',
- Strings.failed: 'Connection failed',
- // exit
- Strings.exit: 'Exit',
- // feedback
- Strings.feedback: 'Feedback',
- // setting page
- Strings.networkSection: 'Network',
- Strings.securitySection: 'Security',
- Strings.myPreCode: 'My Pre Code',
- Strings.validTerm: 'Expiry Date',
- Strings.freeTime: 'Free Time',
- Strings.deviceAuthorization: 'Device Authorization',
- Strings.routingMode: 'Routing Mode',
- Strings.splitTunneling: 'Split Tunneling',
- Strings.autoReconnect: 'Auto Reconnect',
- Strings.restoreDefault: 'Restore Default',
- Strings.deleteAccount: 'Delete Account',
- Strings.logout: 'Logout',
- // media location page
- Strings.connecting: 'Connecting...',
- Strings.connected: 'Connected',
- Strings.disconnected: 'Disconnected',
- Strings.open: 'Open',
- Strings.disconnect: 'Disconnect',
- Strings.disconnecting: 'Disconnecting',
- Strings.connect: 'Connect',
- Strings.opening: 'Opening',
- Strings.connectedSuccessfully: 'Connected successfully',
- Strings.willOpenSoon: 'will open soon',
- Strings.netflix: 'Netflix',
- Strings.youtube: 'YouTube',
- Strings.amazon: 'Amazon',
- Strings.hulu: 'hulu',
- Strings.niftyStreaming: 'Nifty Streaming',
- Strings.youtubeStreaming: 'YouTube Streaming',
- Strings.amazonStreaming: 'Amazon Streaming',
- Strings.huluStreaming: 'hulu Streaming',
- // split tunneling page
- Strings.excludeSelectedAppsFromVPN: 'Exclude selected apps from VPN',
- Strings.useVPNForSelectedAppsOnly: 'Use VPN for selected apps only',
- Strings.selectApps: 'Select apps',
- Strings.customizeYourVPN: 'Customize your VPN',
- // subscription page
- Strings.subscription: 'Subscribe',
- Strings.currentSubscription: 'Current subscription',
- Strings.upgradeToPremium: 'Upgrade to Premium',
- Strings.activatePreCode: 'Activate Pre Code',
- Strings.preCodeHint:
- 'If you have a Pre code, please enter it to claim your Pre benefits.',
- Strings.planChangeInfo: 'Plan change info',
- Strings.whenItStarts: 'When it starts',
- Strings.whatHappensToYourBalance: 'What happens to your balance',
- Strings.extraTime: 'Extra time',
- Strings.yourNewPlanBeginsRightAway: 'Your new plan begins right away.',
- Strings.anyUnusedAmountFromYourOldPlan:
- 'Any unused amount from your old plan will be added to the new one.',
- Strings.youllGetExtraDays:
- 'You\'ll get extra days based on your remaining balance.',
- Strings.premiumsIncluded: 'Premium\'s included',
- Strings.unlockAllFreeLocations: 'Unlock all free locations',
- Strings.unlockSmartMode: 'Unlock smart mode',
- Strings.unlockMultiHopMode: 'Unlock Multi-hop mode',
- Strings.premiumCanShareXDevices: 'Use on @count devices simultaneously',
- Strings.ownYourOwnPrivateServer: 'Own your own private server',
- Strings.closeAds: 'Close ads',
- Strings.confirmChange: 'Subscribe',
- Strings.restorePurchases: 'Restore Purchases',
- Strings.paymentIssue: 'Payment issue',
- Strings.yearlyAutoRenewCancelAnytime: 'Auto-renews, cancel anytime',
- // home page
- Strings.recent: 'Recent',
- Strings.moviesAndTV: 'Movies&TV',
- Strings.social: 'Social',
- Strings.support: 'Support',
- Strings.sport: 'Sport',
- Strings.music: 'Music',
- Strings.game: 'Game',
- // country restricted
- Strings.sorry: 'Sorry',
- Strings.unableToLoadData: 'Unable to load data',
- Strings.dueLawsAndRegulations:
- 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.',
- // more pages
- Strings.sendPreCodeToEmail: 'Send Pre Code to Email',
- Strings.selectServer: 'Select Server',
- // Dialog messages
- Strings.premiumActivated: 'Premium Activated Successfully !',
- Strings.premiumActivatedMessage:
- 'You\'ve been upgraded to Premium. Enjoy all advanced features and an enhanced browsing experience.',
- Strings.gotIt: 'Got it',
- Strings.emailSent: 'Email Sent Successfully',
- Strings.emailSentMessage:
- 'Your Pre Code has been sent to your email.\nPlease check your inbox (and spam folder).',
- Strings.noInternetConnection: 'No Internet Connection',
- Strings.noInternetMessage:
- 'It looks like you\'re offline. Please check your internet connection and try again.',
- Strings.logOut: 'Log Out',
- Strings.logOutConfirmMessage:
- 'Are you sure you want to log out? You\'ll need to sign in again to access your Premium features.',
- Strings.thankYouFeedback: 'Thank you for your feedback!',
- Strings.feedbackMessage:
- 'We\'re sorry you\'re not enjoying your experience. We\'ll do our best to improve it soon.',
- Strings.done: 'Done',
- Strings.whatIsUid: 'What is UID?',
- Strings.uidMessage:
- 'Device ID (UID) This is your device\'s unique identifier. Providing this ID helps our support team verify your device and resolve your issues more quickly.',
- Strings.confirm: 'Confirm',
- // Device Authorization
- Strings.copy: 'Copy',
- Strings.pleaseKeepPageOpen: 'Please keep this page open.',
- Strings.authorizationCode: 'Authorization Code',
- Strings.authorizationCodeDesc:
- 'This 6-digit code allows a VIP user to link your device. It refreshes every 15 minutes.',
- Strings.shareWithPreUser: 'Share with Pre User',
- Strings.shareWithPreUserDesc:
- 'Tell the VIP user this code so they can enter it on their device to authorize you.',
- Strings.waitingForAuthorization: 'Waiting for Authorization',
- Strings.waitingForAuthorizationDesc:
- 'Please keep this page open.\nOnce approved, your account will automatically upgrade and reconnect.',
- Strings.enterCode: 'Enter Code',
- Strings.enterCodeDesc:
- 'Input the 6-digit code shown on the other device (free user).This code refreshes every 15 minutes.',
- Strings.verifyDevice: 'Verify Device',
- Strings.verifyDeviceDesc:
- 'We\'ll check if the entered code matches an active device waiting for authorization.',
- Strings.authorizationSuccessful: 'Authorization Successful',
- Strings.authorizationSuccessfulDesc:
- 'Once confirmed, the device will automatically upgrade and link to your account.',
- Strings.deviceLimitReached: 'Device Limit Reached',
- Strings.deviceLimitMessage: 'You can only authorize up to',
- Strings.devices: 'devices',
- Strings.deviceAuthorized: 'Device Authorized',
- Strings.deviceAuthorizedMessage:
- 'New device has been successfully authorized',
- Strings.relieveDevice: 'Relieve Device',
- Strings.relieveDeviceMessage: 'Are you sure you want to relieve',
- Strings.relieveDeviceLoseAccess: 'This device will lose Premium access.',
- Strings.deviceRelieved: 'Device Relieved',
- Strings.deviceRelievedMessage: 'has been removed from authorized devices',
- Strings.currentDevice: 'Current Device',
- Strings.androidDevices: 'Android devices',
- Strings.authCodeCopied: 'Authorization code copied to clipboard',
- Strings.invalidAuthorizationCode: 'Invalid Authorization Code',
- Strings.invalidAuthorizationCodeMessage:
- 'The code you entered is incorrect or has expired.\nPlease check the 6-digit code on the other device and try again.',
- Strings.invalidAuthorizationCodeButton: 'Try again',
- // Pre Code Email
- Strings.codeBackedUpMessage: 'Your code will be backed up to this email.',
- Strings.enterYourEmail: 'Enter your email',
- Strings.sendYourEmail: 'Send your Email',
- Strings.yourPreCredential: 'Your Pre Credential',
- Strings.yourPreCredentialDesc:
- 'This is your VIP credential. Please store it securely and do not share it with anyone.',
- Strings.secureEmailBackup: 'Secure Email Backup',
- Strings.secureEmailBackupDesc:
- 'We will send an email containing this credential to your specified email address for safekeeping.',
- Strings.sendAndSave: 'Send and Save',
- Strings.sendAndSaveDesc:
- 'After the email is sent, we recommend you also save this credential to a secure location on your device.',
- // Routing Mode
- Strings.smart: 'Smart Mode',
- Strings.smartModeDesc:
- 'Only traffic that needs VPN will use the VPN network.',
- Strings.global: 'Global Mode',
- Strings.globalModeDesc:
- 'All traffic uses VPN network for maximum privacy and security.',
- // Subscription Plans
- Strings.perYear: 'Per year',
- Strings.yearlyPlan: 'Yearly Plan',
- Strings.mostlyChoose: 'Mostly choose',
- Strings.once: 'once',
- Strings.lifeTime: 'Life time',
- Strings.monthPlan: 'Month Plan',
- Strings.perWeek: 'Per week',
- Strings.weekPlan: 'Week Plan',
- Strings.limitedTime: 'Limited Time',
- Strings.subscriptionChanged: 'Subscription plan changed successfully',
- Strings.restoringPurchases: 'Restoring purchases...',
- Strings.openingPaymentSupport: 'Opening payment support...',
- Strings.info: 'Info',
- // Other messages
- Strings.vpnConnectionError: 'VPN connection error',
- Strings.vpnServiceDisconnected: 'VPN service disconnected unexpectedly',
- Strings.failedCaptureScreenshot: 'Failed to capture screenshot',
- Strings.imageSavedToAlbum: 'The image has been saved to your local album',
- Strings.failedSaveImage: 'Failed to save image to gallery',
- Strings.failedToSave: 'Failed to save',
- Strings.failedSendEmail: 'Failed to send email',
- // Connection status
- Strings.activeTime: 'Active time',
- Strings.yearPlanPrice: 'Year Plan @price per year',
- // Connecting status carousel texts
- Strings.securingData: 'Securing data…',
- Strings.encryptingTraffic: 'Encrypting traffic…',
- Strings.protectingPrivacy: 'Protecting privacy…',
- Strings.safeConnection: 'Safe connection…',
- Strings.yourDataIsSafe: 'Your data is safe…',
- // Login & Signup
- Strings.login: 'Log in',
- Strings.loginButton: 'Log In',
- Strings.loginDescription:
- 'After logging in, your trial time will not be cleared and will be synced to your account.',
- Strings.signup: 'Sign up to NOMO',
- Strings.signupButton: 'Sign Up',
- Strings.signupDescription:
- 'After signing up, your trial time will not be cleared and will be synced to your account.',
- Strings.username: 'Username',
- Strings.password: 'Password',
- Strings.usernamePasswordRule: '6-20 characters (letters or numbers)',
- Strings.noAccount: 'No account? ',
- Strings.registerNow: ' Register now',
- Strings.alreadyHaveAccount: 'Already have an account? ',
- Strings.loginNow: ' Login now',
- // Feedback
- Strings.feedbackPlaceholder: 'Describe your issue or suggestion...',
- Strings.emailAddressForReply: '• Your email address (for our reply)',
- Strings.send: 'Send',
- // Account page additions
- Strings.changeSubscription: 'Change Subscription',
- Strings.awaitingActivation: 'Awaiting Activation',
- Strings.relieve: 'Relieve',
- Strings.configureAuthorizedDevices: 'Configure authorized devices...',
- Strings.authorizeUpTo4DevicesAsPremium:
- 'Authorize up to @max devices as Premium (@current/@max)',
- Strings.youCanAuthorizeOtherDevices:
- 'You can authorize other devices as Premium users (@current/@max)',
- // Pre Code page
- Strings.preCodeInfoMessage:
- 'Pre Code is your premium user credential.\nUse it to activate benefits or sync your account\non other devices.',
- Strings.pleaseStoreSecurely: 'Please store it securely !',
- Strings.sendPreCodeEmailDesc:
- 'Send your Pre Code to your registered email address',
- Strings.storeLocalCopyDesc: 'Store a copy of your Pre Code on this device',
- Strings.preview: 'Preview',
- Strings.hide: 'Hide',
- Strings.sendToEmail: 'Send to Email',
- Strings.saveLocalCopy: 'Save Local Copy',
- // Splash page
- Strings.secureYourConnection: 'Secure Your Connection',
- Strings.secureYourConnectionDesc:
- 'You can log in or register an account to share membership across different devices.',
- // Pre Code Save Dialog
- Strings.save: 'Save',
- // Split Tunneling
- Strings.onlyOneModeActive: 'Only one mode can be active at a time.',
- Strings.chooseAppsExcludeDesc: 'Choose apps that will not use VPN.',
- Strings.chooseAppsIncludeDesc: 'Choose apps that will use VPN.',
- Strings.splitTunnelingDesc:
- 'Smart split tunneling, only use VPN when accessing foreign websites or apps.',
- Strings.selectAppsExclude: 'Select apps that will not use VPN',
- Strings.selectAppsInclude: 'Select apps that will use VPN',
- Strings.deselectAll: 'Deselect all',
- Strings.allApps: 'All apps',
- // Feedback Bottom Sheet
- Strings.howExperience: "How's your\nexperience so far ?",
- Strings.wedLoveToKnow: "we'd love to know !",
- // Feedback Tags - Bad 😡
- Strings.vpnConnectionFailed: 'VPN connection failed',
- Strings.internetTooSlow: 'Internet too slow',
- Strings.keepsDisconnecting: 'Keeps disconnecting',
- Strings.appCrashes: 'App crashes or freezes',
- Strings.otherIssues: 'Other issues',
- // Feedback Tags - Poor 😥
- Strings.connectionUnstable: 'Connection unstable',
- Strings.speedNotExpected: 'Speed not as expected',
- Strings.hardToUse: 'Hard to use / confusing UI',
- // Feedback Tags - Okay 🤭
- Strings.worksFineNotFast: 'Works fine but not fast enough',
- Strings.limitedFreeServers: 'Limited free servers',
- Strings.appCouldBeSimpler: 'App could be simpler',
- Strings.sometimesDisconnects: 'Sometimes disconnects',
- Strings.nothingSpecial: 'Nothing special',
- // Feedback Tags - Good 😏
- Strings.easyToUse: 'Easy to use',
- Strings.fastConnection: 'Fast connection',
- Strings.stablePerformance: 'Stable performance',
- Strings.usefulFreeVersion: 'Useful free version',
- Strings.satisfiedOverall: 'Satisfied overall',
- // Feedback Tags - Excellent 🥰
- Strings.fastAndStable: 'Fast and stable connection',
- Strings.greatUserExperience: 'Great user experience',
- Strings.excellentPremiumFeatures: 'Excellent premium features',
- Strings.worthRecommending: 'Worth recommending',
- Strings.loveTheDesign: 'I love the design',
- // Change Password
- Strings.changePassword: 'Change Password',
- Strings.changePasswordDescription:
- 'You can change your password anytime to ensure security. No limit on password changes',
- Strings.enterNewPassword: 'Enter new password',
- Strings.enterConfirmPassword: 'Enter confirm password',
- Strings.confirmPasswordMustBeTheSame:
- 'The passwords entered twice are inconsistent',
- Strings.yes: 'Yes',
- // Push Notifications
- Strings.pushNotifications: 'Push Notifications',
- Strings.upgradeNow: 'Upgrade Now',
- // Languages
- Strings.enLang: 'English',
- Strings.esLang: 'Español',
- Strings.frLang: 'Français',
- Strings.deLang: 'Deutsch',
- Strings.jaLang: '日本語',
- Strings.koLang: '한국어',
- Strings.faLang: 'فارسی',
- Strings.myLang: 'မြန်မာဘာသာ',
- Strings.arLang: 'عربي',
- Strings.ruLang: 'Русский',
- Strings.zhTWLang: '繁體中文',
- Strings.tkLang: 'Türkmençe',
- Strings.ptBRLang: 'Português (Brasil)',
- Strings.viLang: 'Tiếng Việt',
- Strings.idLang: 'Bahasa Indonesia',
- Strings.tlLang: 'Filipino',
- Strings.thLang: 'ไทย',
- Strings.hiLang: 'हिन्दी',
- Strings.trLang: 'Türkçe',
- // Signup
- Strings.signingUp: 'Signing up...',
- Strings.signUpSuccessful: 'Sign up successful',
- // Login
- Strings.loggingIn: 'Logging in...',
- Strings.loginSuccessful: 'Login successful',
- // Logout
- Strings.loggingOut: 'Logging out...',
- Strings.logoutSuccessful: 'Logout successful',
- // Change password
- Strings.changingPassword: 'Changing password...',
- Strings.changePasswordSuccessful: 'Change password successful',
- // Delete account
- Strings.deletingAccount: 'Deleting account...',
- Strings.deleteAccountSuccessful: 'Delete account successful',
- Strings.deleteAccountConfirmMessage:
- 'Deleting your account will permanently remove your data and membership information. This action cannot be undone.',
- Strings.deleteAccountConfirmButton: 'Delete',
- // Bind email / Member benefits
- Strings.bindEmailMemberBenefits: 'Bind registered account',
- Strings.bindingAccountEmailProtectsPreRights:
- 'After members bind to the registered account, they can log in on other devices and share member benefits.',
- Strings.associatedInterests: 'Bind member benefits',
- Strings.associatedInterestsDesc:
- '1. After registering a Nomo account on this device, the member benefits on the current device will be automatically transferred to your registered account.\n2. Your member account can log in on other devices to share member benefits.',
- Strings.notNow: 'Not now',
- // VPN Error Messages
- Strings.vpnConnectionTimeoutError: 'Connection to node timed out',
- Strings.vpnNoNodeError: 'No available nodes found',
- Strings.vpnInitError: 'Failed to initialize VPN service',
- Strings.vpnKillError: 'VPN service was terminated',
- Strings.vpnRevokeError: 'VPN connection disconnected, please reconnect',
- Strings.vpnServiceEmptyError: 'VPN service is unavailable',
- Strings.vpnRouterError: 'VPN routing configuration error',
- Strings.vpnPermissionDeniedError: 'VPN permission denied',
- Strings.vpnRPCCallFailed: 'VPN service communication error',
- Strings.vpnRPCReturnFalse: 'VPN service failed to start',
- // Remain time
- Strings.remainTime: 'Remain time',
- Strings.remainTimeEnded: 'Your available time has ended',
- Strings.expired: 'Expired',
- // Enable Notifications
- Strings.enableNotifications: 'Enable Notifications',
- Strings.enableNotificationsDesc:
- 'Enable notifications to receive important updates and messages.',
- Strings.enable: 'Enable',
- // Windows tray icon hints
- Strings.showWindow: 'Show Window',
- Strings.quitApp: 'Quit',
- Strings.vpnConnected: 'VPN Connected',
- Strings.vpnConnecting: 'VPN Connecting',
- Strings.vpnDisconnected: 'VPN Disconnected',
- // Feedback validation
- Strings.pleaseEnterFeedback: 'Please enter feedback content',
- Strings.pleaseEnterEmail: 'Please enter email address',
- Strings.pleaseEnterValidEmail: 'Please enter a valid email address',
- Strings.feedbackSubmitted: 'Feedback submitted, we will reply to you soon',
- Strings.feedbackSubmitFailed: 'Submit failed, please try again later',
- // Theme
- Strings.theme: 'Theme',
- Strings.followSystem: 'Follow System',
- Strings.darkMode: 'Dark',
- Strings.lightMode: 'Light',
- // Time units
- Strings.days: 'days',
- Strings.day: 'day',
- Strings.hour: 'h',
- // Membership expired
- Strings.membershipExpired: 'Membership Expired',
- Strings.membershipExpiredMessage:
- 'Your free trial has ended.\nSubscribe now to continue enjoying all premium features.',
- Strings.subscribeNow: 'Subscribe Now',
- // Web subscription hint
- Strings.subscriptionForWebTitle: 'Warm Reminder',
- Strings.subscriptionForWebMessage:
- 'If membership is not updated after payment, please pull down to refresh the home page or restart the app to sync.',
- // Simplified Chinese language name
- Strings.zhCNLang: '简体中文',
- // Premium benefits
- Strings.equity1Title: '@count Devices Online',
- Strings.equity1Desc:
- 'The VIP account can be used simultaneously on @count devices.',
- Strings.equity2Title: 'IP Persistence',
- Strings.equity2Desc: 'Priority for previously used IP addresses',
- Strings.equity3Title: 'Premium Speed',
- Strings.equity3Desc: 'Low latency for gaming & 4K streaming',
- Strings.equity4Title: 'Unlock Streaming',
- Strings.equity4Desc: 'Unlock Netflix, Disney+, and more.',
- Strings.equity5Title: 'Trial Preservation',
- Strings.equity5Desc: 'Remaining trial days remain valid',
- Strings.equity6Title: 'Ad-Free',
- Strings.equity6Desc: 'Total removal of all advertisements',
- // Error page
- Strings.pageNotFound: 'Page not found or has been removed.',
- Strings.backToHome: 'Back to Home',
- };
|