| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- 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.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: 'Account',
- // Dialog texts
- Strings.processing: 'Processing...',
- Strings.success: 'Success',
- Strings.unknownError: 'Unknown error',
- Strings.failed: 'Failed',
- // exit
- Strings.exit: 'Exit',
- // feedback
- Strings.feedback: 'Feedback',
- // setting page
- Strings.networkSection: 'Network',
- Strings.securitySection: 'Security',
- Strings.myPreCode: 'My Pre Code',
- Strings.validTerm: 'Valid Term',
- 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.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: 'Subscription',
- 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: 'Premium can share X devices',
- Strings.ownYourOwnPrivateServer: 'Own your own private server',
- Strings.closeAds: 'Close ads',
- Strings.confirmChange: 'Confirm Change',
- Strings.restorePurchases: 'Restore Purchases',
- Strings.paymentIssue: 'Payment issue',
- Strings.yearlyAutoRenewCancelAnytime: 'Yearly auto-renew. 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',
- // 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',
- Strings.smartModeDesc:
- 'The local and VPN networks coexist, and the optimal route is selected intelligently.',
- Strings.global: 'Global',
- Strings.globalModeDesc:
- 'All traffic is routed through the VPN server to ensure 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',
- };
|