en_us_translation.dart 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. import '../strings_enum.dart';
  2. Map<String, String> enUs = {
  3. Strings.someThingWentWorng: 'Something went wrong',
  4. Strings.retry: 'Retry',
  5. //profile
  6. Strings.settings: 'Settings',
  7. Strings.language: 'Language',
  8. Strings.termsOfService: 'Terms of Service',
  9. Strings.privacyPolicy: 'Privacy Policy',
  10. Strings.version: 'Version',
  11. Strings.ok: 'OK',
  12. Strings.cancel: 'Cancel',
  13. Strings.oops: 'Oops',
  14. Strings.copied: 'Copied',
  15. Strings.later: 'Later',
  16. Strings.noData: 'No data',
  17. //empty error update
  18. Strings.refresh: 'Refresh',
  19. Strings.unableToConnectNetwork: 'Please check your internet connection',
  20. Strings.unableToConnectServer:
  21. 'Server is temporarily unavailable, please try again later',
  22. Strings.regionRestricted:
  23. 'Due to local laws and regulatory restrictions, the FKey service is not available in your region.',
  24. Strings.updateNow: 'Update Now',
  25. Strings.newVersionAvailable: 'New Version Available',
  26. // VPN Error codes
  27. // util error
  28. Strings.eUtilOpenEmail: 'Error opening email',
  29. Strings.eUtilOpenBrowser: 'Error opening browser',
  30. Strings.eUtilOpenGooglePlay: 'Error opening Google Play',
  31. Strings.error: 'Error',
  32. // Privacy policy
  33. Strings.terms: 'Terms',
  34. Strings.privacy: 'Privacy',
  35. Strings.termsAgreementPrefix:
  36. 'By signing up or continuing, you agree to our ',
  37. Strings.termsAgreementConnector: ' and ',
  38. // Account page
  39. Strings.account: 'Account',
  40. // Dialog texts
  41. Strings.processing: 'Processing...',
  42. Strings.success: 'Success',
  43. Strings.unknownError: 'Unknown error',
  44. Strings.failed: 'Failed',
  45. // exit
  46. Strings.exit: 'Exit',
  47. // feedback
  48. Strings.feedback: 'Feedback',
  49. // setting page
  50. Strings.networkSection: 'Network',
  51. Strings.securitySection: 'Security',
  52. Strings.myPreCode: 'My Pre Code',
  53. Strings.validTerm: 'Valid Term',
  54. Strings.freeTime: 'Free Time',
  55. Strings.deviceAuthorization: 'Device Authorization',
  56. Strings.routingMode: 'Routing Mode',
  57. Strings.splitTunneling: 'Split Tunneling',
  58. Strings.autoReconnect: 'Auto Reconnect',
  59. Strings.restoreDefault: 'Restore Default',
  60. Strings.deleteAccount: 'Delete Account',
  61. Strings.logout: 'Logout',
  62. // media location page
  63. Strings.connecting: 'Connecting...',
  64. Strings.connected: 'Connected',
  65. Strings.disconnected: 'Disconnected',
  66. Strings.open: 'Open',
  67. Strings.disconnect: 'Disconnect',
  68. Strings.connect: 'Connect',
  69. Strings.opening: 'Opening',
  70. Strings.connectedSuccessfully: 'Connected successfully',
  71. Strings.willOpenSoon: 'will open soon',
  72. Strings.netflix: 'Netflix',
  73. Strings.youtube: 'YouTube',
  74. Strings.amazon: 'Amazon',
  75. Strings.hulu: 'hulu',
  76. Strings.niftyStreaming: 'Nifty Streaming',
  77. Strings.youtubeStreaming: 'YouTube Streaming',
  78. Strings.amazonStreaming: 'Amazon Streaming',
  79. Strings.huluStreaming: 'hulu Streaming',
  80. // split tunneling page
  81. Strings.excludeSelectedAppsFromVPN: 'Exclude selected apps from VPN',
  82. Strings.useVPNForSelectedAppsOnly: 'Use VPN for selected apps only',
  83. Strings.selectApps: 'Select apps',
  84. Strings.customizeYourVPN: 'Customize your VPN',
  85. // subscription page
  86. Strings.subscription: 'Subscription',
  87. Strings.currentSubscription: 'Current subscription',
  88. Strings.upgradeToPremium: 'Upgrade to Premium',
  89. Strings.activatePreCode: 'Activate Pre Code',
  90. Strings.preCodeHint:
  91. 'If you have a Pre code, please enter it to claim your Pre benefits.',
  92. Strings.planChangeInfo: 'Plan change info',
  93. Strings.whenItStarts: 'When it starts',
  94. Strings.whatHappensToYourBalance: 'What happens to your balance',
  95. Strings.extraTime: 'Extra time',
  96. Strings.yourNewPlanBeginsRightAway: 'Your new plan begins right away.',
  97. Strings.anyUnusedAmountFromYourOldPlan:
  98. 'Any unused amount from your old plan will be added to the new one.',
  99. Strings.youllGetExtraDays:
  100. 'You\'ll get extra days based on your remaining balance.',
  101. Strings.premiumsIncluded: 'Premium\'s included',
  102. Strings.unlockAllFreeLocations: 'Unlock all free locations',
  103. Strings.unlockSmartMode: 'Unlock smart mode',
  104. Strings.unlockMultiHopMode: 'Unlock Multi-hop mode',
  105. Strings.premiumCanShareXDevices: 'Premium can share X devices',
  106. Strings.ownYourOwnPrivateServer: 'Own your own private server',
  107. Strings.closeAds: 'Close ads',
  108. Strings.confirmChange: 'Confirm Change',
  109. Strings.restorePurchases: 'Restore Purchases',
  110. Strings.paymentIssue: 'Payment issue',
  111. Strings.yearlyAutoRenewCancelAnytime: 'Yearly auto-renew. Cancel anytime',
  112. // home page
  113. Strings.recent: 'Recent',
  114. Strings.moviesAndTV: 'Movies&TV',
  115. Strings.social: 'Social',
  116. Strings.support: 'Support',
  117. Strings.sport: 'Sport',
  118. Strings.music: 'Music',
  119. Strings.game: 'Game',
  120. // country restricted
  121. Strings.sorry: 'Sorry',
  122. Strings.unableToLoadData: 'Unable to load data',
  123. Strings.dueLawsAndRegulations:
  124. 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.',
  125. // more pages
  126. Strings.sendPreCodeToEmail: 'Send Pre Code to Email',
  127. Strings.selectServer: 'Select Server',
  128. // Dialog messages
  129. Strings.premiumActivated: 'Premium Activated Successfully !',
  130. Strings.premiumActivatedMessage:
  131. 'You\'ve been upgraded to Premium. Enjoy all advanced features and an enhanced browsing experience.',
  132. Strings.gotIt: 'Got it',
  133. Strings.emailSent: 'Email Sent Successfully',
  134. Strings.emailSentMessage:
  135. 'Your Pre Code has been sent to your email.\nPlease check your inbox (and spam folder).',
  136. Strings.noInternetConnection: 'No Internet Connection',
  137. Strings.noInternetMessage:
  138. 'It looks like you\'re offline. Please check your internet connection and try again.',
  139. Strings.logOut: 'Log Out',
  140. Strings.logOutConfirmMessage:
  141. 'Are you sure you want to log out? You\'ll need to sign in again to access your Premium features.',
  142. Strings.thankYouFeedback: 'Thank you for your feedback!',
  143. Strings.feedbackMessage:
  144. 'We\'re sorry you\'re not enjoying your experience. We\'ll do our best to improve it soon.',
  145. Strings.done: 'Done',
  146. Strings.whatIsUid: 'What is UID?',
  147. Strings.uidMessage:
  148. '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.',
  149. Strings.confirm: 'Confirm',
  150. // Device Authorization
  151. Strings.copy: 'Copy',
  152. Strings.pleaseKeepPageOpen: 'Please keep this page open.',
  153. Strings.authorizationCode: 'Authorization Code',
  154. Strings.authorizationCodeDesc:
  155. 'This 6-digit code allows a VIP user to link your device. It refreshes every 15 minutes.',
  156. Strings.shareWithPreUser: 'Share with Pre User',
  157. Strings.shareWithPreUserDesc:
  158. 'Tell the VIP user this code so they can enter it on their device to authorize you.',
  159. Strings.waitingForAuthorization: 'Waiting for Authorization',
  160. Strings.waitingForAuthorizationDesc:
  161. 'Please keep this page open.\nOnce approved, your account will automatically upgrade and reconnect.',
  162. Strings.enterCode: 'Enter Code',
  163. Strings.enterCodeDesc:
  164. 'Input the 6-digit code shown on the other device (free user).This code refreshes every 15 minutes.',
  165. Strings.verifyDevice: 'Verify Device',
  166. Strings.verifyDeviceDesc:
  167. 'We\'ll check if the entered code matches an active device waiting for authorization.',
  168. Strings.authorizationSuccessful: 'Authorization Successful',
  169. Strings.authorizationSuccessfulDesc:
  170. 'Once confirmed, the device will automatically upgrade and link to your account.',
  171. Strings.deviceLimitReached: 'Device Limit Reached',
  172. Strings.deviceLimitMessage: 'You can only authorize up to',
  173. Strings.devices: 'devices',
  174. Strings.deviceAuthorized: 'Device Authorized',
  175. Strings.deviceAuthorizedMessage:
  176. 'New device has been successfully authorized',
  177. Strings.relieveDevice: 'Relieve Device',
  178. Strings.relieveDeviceMessage: 'Are you sure you want to relieve',
  179. Strings.relieveDeviceLoseAccess: 'This device will lose Premium access.',
  180. Strings.deviceRelieved: 'Device Relieved',
  181. Strings.deviceRelievedMessage: 'has been removed from authorized devices',
  182. Strings.currentDevice: 'Current Device',
  183. Strings.androidDevices: 'Android devices',
  184. Strings.authCodeCopied: 'Authorization code copied to clipboard',
  185. Strings.invalidAuthorizationCode: 'Invalid Authorization Code',
  186. Strings.invalidAuthorizationCodeMessage:
  187. 'The code you entered is incorrect or has expired.\nPlease check the 6-digit code on the other device and try again.',
  188. Strings.invalidAuthorizationCodeButton: 'Try again',
  189. // Pre Code Email
  190. Strings.codeBackedUpMessage: 'Your code will be backed up to this email.',
  191. Strings.enterYourEmail: 'Enter your email',
  192. Strings.sendYourEmail: 'Send your Email',
  193. Strings.yourPreCredential: 'Your Pre Credential',
  194. Strings.yourPreCredentialDesc:
  195. 'This is your VIP credential. Please store it securely and do not share it with anyone.',
  196. Strings.secureEmailBackup: 'Secure Email Backup',
  197. Strings.secureEmailBackupDesc:
  198. 'We will send an email containing this credential to your specified email address for safekeeping.',
  199. Strings.sendAndSave: 'Send and Save',
  200. Strings.sendAndSaveDesc:
  201. 'After the email is sent, we recommend you also save this credential to a secure location on your device.',
  202. // Routing Mode
  203. Strings.smart: 'Smart',
  204. Strings.smartModeDesc:
  205. 'The local and VPN networks coexist, and the optimal route is selected intelligently.',
  206. Strings.global: 'Global',
  207. Strings.globalModeDesc:
  208. 'All traffic is routed through the VPN server to ensure maximum privacy and security.',
  209. // Subscription Plans
  210. Strings.perYear: 'Per year',
  211. Strings.yearlyPlan: 'Yearly Plan',
  212. Strings.mostlyChoose: 'Mostly choose',
  213. Strings.once: 'once',
  214. Strings.lifeTime: 'Life time',
  215. Strings.monthPlan: 'Month Plan',
  216. Strings.perWeek: 'Per week',
  217. Strings.weekPlan: 'Week Plan',
  218. Strings.limitedTime: 'Limited Time',
  219. Strings.subscriptionChanged: 'Subscription plan changed successfully',
  220. Strings.restoringPurchases: 'Restoring purchases...',
  221. Strings.openingPaymentSupport: 'Opening payment support...',
  222. Strings.info: 'Info',
  223. // Other messages
  224. Strings.vpnConnectionError: 'VPN connection error',
  225. Strings.vpnServiceDisconnected: 'VPN service disconnected unexpectedly',
  226. Strings.failedCaptureScreenshot: 'Failed to capture screenshot',
  227. Strings.imageSavedToAlbum: 'The image has been saved to your local album',
  228. Strings.failedSaveImage: 'Failed to save image to gallery',
  229. Strings.failedToSave: 'Failed to save',
  230. Strings.failedSendEmail: 'Failed to send email',
  231. // Connection status
  232. Strings.activeTime: 'Active time',
  233. Strings.yearPlanPrice: 'Year Plan @price per year',
  234. // Connecting status carousel texts
  235. Strings.securingData: 'Securing data…',
  236. Strings.encryptingTraffic: 'Encrypting traffic…',
  237. Strings.protectingPrivacy: 'Protecting privacy…',
  238. Strings.safeConnection: 'Safe connection…',
  239. Strings.yourDataIsSafe: 'Your data is safe…',
  240. // Login & Signup
  241. Strings.login: 'Log in',
  242. Strings.loginButton: 'Log In',
  243. Strings.loginDescription:
  244. 'After a successful login, your free trial will be applied, and the remaining membership will be synced to your account for use across all linked devices.',
  245. Strings.signup: 'Sign up to NOMO',
  246. Strings.signupButton: 'Sign Up',
  247. Strings.signupDescription:
  248. 'After registration, your free trial will be deducted, and other membership time shifts to your account for multi-device use.',
  249. Strings.username: 'Username',
  250. Strings.password: 'Password',
  251. Strings.usernamePasswordRule: '6-20 characters (letters or numbers)',
  252. Strings.noAccount: 'No account? ',
  253. Strings.registerNow: ' Register now',
  254. Strings.alreadyHaveAccount: 'Already have an account? ',
  255. Strings.loginNow: ' Login now',
  256. // Feedback
  257. Strings.feedbackPlaceholder:
  258. 'An English version for reference: Describe your issue or suggestion...',
  259. Strings.emailAddressForReply: '• Your email address (for our reply)',
  260. Strings.send: 'Send',
  261. // Account page additions
  262. Strings.changeSubscription: 'Change Subscription',
  263. Strings.awaitingActivation: 'Awaiting Activation',
  264. Strings.relieve: 'Relieve',
  265. Strings.configureAuthorizedDevices: 'Configure authorized devices...',
  266. Strings.authorizeUpTo4DevicesAsPremium:
  267. 'Authorize up to @max devices as Premium (@current/@max)',
  268. Strings.youCanAuthorizeOtherDevices:
  269. 'You can authorize other devices as Premium users (@current/@max)',
  270. // Pre Code page
  271. Strings.preCodeInfoMessage:
  272. 'Pre Code is your premium user credential.\nUse it to activate benefits or sync your account\non other devices.',
  273. Strings.pleaseStoreSecurely: 'Please store it securely !',
  274. Strings.sendPreCodeEmailDesc:
  275. 'Send your Pre Code to your registered email address',
  276. Strings.storeLocalCopyDesc: 'Store a copy of your Pre Code on this device',
  277. Strings.preview: 'Preview',
  278. Strings.hide: 'Hide',
  279. Strings.sendToEmail: 'Send to Email',
  280. Strings.saveLocalCopy: 'Save Local Copy',
  281. // Splash page
  282. Strings.secureYourConnection: 'Secure Your Connection',
  283. Strings.secureYourConnectionDesc:
  284. 'You can log in or register an account to share membership across different devices.',
  285. // Pre Code Save Dialog
  286. Strings.save: 'Save',
  287. // Split Tunneling
  288. Strings.onlyOneModeActive: 'Only one mode can be active at a time.',
  289. Strings.chooseAppsExcludeDesc:
  290. 'Choose apps that will connect directly without using the VPN.',
  291. Strings.chooseAppsIncludeDesc:
  292. 'Choose apps that will use the VPN while others connect normally.',
  293. Strings.splitTunnelingDesc:
  294. 'Split tunneling lets you control which apps use the VPN connection and which connect directly. It helps you manage bandwidth and access local or foreign content without turning off the VPN.',
  295. Strings.selectAppsExclude: 'Select apps that will not use the VPN',
  296. Strings.selectAppsInclude: 'Select apps that will use the VPN',
  297. Strings.deselectAll: 'Deselect all',
  298. Strings.allApps: 'All apps',
  299. // Feedback Bottom Sheet
  300. Strings.howExperience: "How's your\nexperience so far ?",
  301. Strings.wedLoveToKnow: "we'd love to know !",
  302. // Feedback Tags - Bad 😡
  303. Strings.vpnConnectionFailed: 'VPN connection failed',
  304. Strings.internetTooSlow: 'Internet too slow',
  305. Strings.keepsDisconnecting: 'Keeps disconnecting',
  306. Strings.appCrashes: 'App crashes or freezes',
  307. Strings.otherIssues: 'Other issues',
  308. // Feedback Tags - Poor 😥
  309. Strings.connectionUnstable: 'Connection unstable',
  310. Strings.speedNotExpected: 'Speed not as expected',
  311. Strings.hardToUse: 'Hard to use / confusing UI',
  312. // Feedback Tags - Okay 🤭
  313. Strings.worksFineNotFast: 'Works fine but not fast enough',
  314. Strings.limitedFreeServers: 'Limited free servers',
  315. Strings.appCouldBeSimpler: 'App could be simpler',
  316. Strings.sometimesDisconnects: 'Sometimes disconnects',
  317. Strings.nothingSpecial: 'Nothing special',
  318. // Feedback Tags - Good 😏
  319. Strings.easyToUse: 'Easy to use',
  320. Strings.fastConnection: 'Fast connection',
  321. Strings.stablePerformance: 'Stable performance',
  322. Strings.usefulFreeVersion: 'Useful free version',
  323. Strings.satisfiedOverall: 'Satisfied overall',
  324. // Feedback Tags - Excellent 🥰
  325. Strings.fastAndStable: 'Fast and stable connection',
  326. Strings.greatUserExperience: 'Great user experience',
  327. Strings.excellentPremiumFeatures: 'Excellent premium features',
  328. Strings.worthRecommending: 'Worth recommending',
  329. Strings.loveTheDesign: 'I love the design',
  330. // Change Password
  331. Strings.changePassword: 'Change Password',
  332. Strings.changePasswordDescription:
  333. 'You can change your password anytime to ensure security. No limit on password changes',
  334. Strings.enterNewPassword: 'Enter new password',
  335. Strings.enterConfirmPassword: 'Enter confirm password',
  336. Strings.confirmPasswordMustBeTheSame:
  337. 'The passwords entered twice are inconsistent',
  338. Strings.yes: 'Yes',
  339. };