en_us_translation.dart 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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.disconnecting: 'Disconnecting...',
  69. Strings.connect: 'Connect',
  70. Strings.opening: 'Opening',
  71. Strings.connectedSuccessfully: 'Connected successfully',
  72. Strings.willOpenSoon: 'will open soon',
  73. Strings.netflix: 'Netflix',
  74. Strings.youtube: 'YouTube',
  75. Strings.amazon: 'Amazon',
  76. Strings.hulu: 'hulu',
  77. Strings.niftyStreaming: 'Nifty Streaming',
  78. Strings.youtubeStreaming: 'YouTube Streaming',
  79. Strings.amazonStreaming: 'Amazon Streaming',
  80. Strings.huluStreaming: 'hulu Streaming',
  81. // split tunneling page
  82. Strings.excludeSelectedAppsFromVPN: 'Exclude selected apps from VPN',
  83. Strings.useVPNForSelectedAppsOnly: 'Use VPN for selected apps only',
  84. Strings.selectApps: 'Select apps',
  85. Strings.customizeYourVPN: 'Customize your VPN',
  86. // subscription page
  87. Strings.subscription: 'Subscription',
  88. Strings.currentSubscription: 'Current subscription',
  89. Strings.upgradeToPremium: 'Upgrade to Premium',
  90. Strings.activatePreCode: 'Activate Pre Code',
  91. Strings.preCodeHint:
  92. 'If you have a Pre code, please enter it to claim your Pre benefits.',
  93. Strings.planChangeInfo: 'Plan change info',
  94. Strings.whenItStarts: 'When it starts',
  95. Strings.whatHappensToYourBalance: 'What happens to your balance',
  96. Strings.extraTime: 'Extra time',
  97. Strings.yourNewPlanBeginsRightAway: 'Your new plan begins right away.',
  98. Strings.anyUnusedAmountFromYourOldPlan:
  99. 'Any unused amount from your old plan will be added to the new one.',
  100. Strings.youllGetExtraDays:
  101. 'You\'ll get extra days based on your remaining balance.',
  102. Strings.premiumsIncluded: 'Premium\'s included',
  103. Strings.unlockAllFreeLocations: 'Unlock all free locations',
  104. Strings.unlockSmartMode: 'Unlock smart mode',
  105. Strings.unlockMultiHopMode: 'Unlock Multi-hop mode',
  106. Strings.premiumCanShareXDevices: 'Premium can share @count devices',
  107. Strings.ownYourOwnPrivateServer: 'Own your own private server',
  108. Strings.closeAds: 'Close ads',
  109. Strings.confirmChange: 'Confirm Change',
  110. Strings.restorePurchases: 'Restore Purchases',
  111. Strings.paymentIssue: 'Payment issue',
  112. Strings.yearlyAutoRenewCancelAnytime: 'Yearly auto-renew. Cancel anytime',
  113. // home page
  114. Strings.recent: 'Recent',
  115. Strings.moviesAndTV: 'Movies&TV',
  116. Strings.social: 'Social',
  117. Strings.support: 'Support',
  118. Strings.sport: 'Sport',
  119. Strings.music: 'Music',
  120. Strings.game: 'Game',
  121. // country restricted
  122. Strings.sorry: 'Sorry',
  123. Strings.unableToLoadData: 'Unable to load data',
  124. Strings.dueLawsAndRegulations:
  125. 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.',
  126. // more pages
  127. Strings.sendPreCodeToEmail: 'Send Pre Code to Email',
  128. Strings.selectServer: 'Select Server',
  129. // Dialog messages
  130. Strings.premiumActivated: 'Premium Activated Successfully !',
  131. Strings.premiumActivatedMessage:
  132. 'You\'ve been upgraded to Premium. Enjoy all advanced features and an enhanced browsing experience.',
  133. Strings.gotIt: 'Got it',
  134. Strings.emailSent: 'Email Sent Successfully',
  135. Strings.emailSentMessage:
  136. 'Your Pre Code has been sent to your email.\nPlease check your inbox (and spam folder).',
  137. Strings.noInternetConnection: 'No Internet Connection',
  138. Strings.noInternetMessage:
  139. 'It looks like you\'re offline. Please check your internet connection and try again.',
  140. Strings.logOut: 'Log Out',
  141. Strings.logOutConfirmMessage:
  142. 'Are you sure you want to log out? You\'ll need to sign in again to access your Premium features.',
  143. Strings.thankYouFeedback: 'Thank you for your feedback!',
  144. Strings.feedbackMessage:
  145. 'We\'re sorry you\'re not enjoying your experience. We\'ll do our best to improve it soon.',
  146. Strings.done: 'Done',
  147. Strings.whatIsUid: 'What is UID?',
  148. Strings.uidMessage:
  149. '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.',
  150. Strings.confirm: 'Confirm',
  151. // Device Authorization
  152. Strings.copy: 'Copy',
  153. Strings.pleaseKeepPageOpen: 'Please keep this page open.',
  154. Strings.authorizationCode: 'Authorization Code',
  155. Strings.authorizationCodeDesc:
  156. 'This 6-digit code allows a VIP user to link your device. It refreshes every 15 minutes.',
  157. Strings.shareWithPreUser: 'Share with Pre User',
  158. Strings.shareWithPreUserDesc:
  159. 'Tell the VIP user this code so they can enter it on their device to authorize you.',
  160. Strings.waitingForAuthorization: 'Waiting for Authorization',
  161. Strings.waitingForAuthorizationDesc:
  162. 'Please keep this page open.\nOnce approved, your account will automatically upgrade and reconnect.',
  163. Strings.enterCode: 'Enter Code',
  164. Strings.enterCodeDesc:
  165. 'Input the 6-digit code shown on the other device (free user).This code refreshes every 15 minutes.',
  166. Strings.verifyDevice: 'Verify Device',
  167. Strings.verifyDeviceDesc:
  168. 'We\'ll check if the entered code matches an active device waiting for authorization.',
  169. Strings.authorizationSuccessful: 'Authorization Successful',
  170. Strings.authorizationSuccessfulDesc:
  171. 'Once confirmed, the device will automatically upgrade and link to your account.',
  172. Strings.deviceLimitReached: 'Device Limit Reached',
  173. Strings.deviceLimitMessage: 'You can only authorize up to',
  174. Strings.devices: 'devices',
  175. Strings.deviceAuthorized: 'Device Authorized',
  176. Strings.deviceAuthorizedMessage:
  177. 'New device has been successfully authorized',
  178. Strings.relieveDevice: 'Relieve Device',
  179. Strings.relieveDeviceMessage: 'Are you sure you want to relieve',
  180. Strings.relieveDeviceLoseAccess: 'This device will lose Premium access.',
  181. Strings.deviceRelieved: 'Device Relieved',
  182. Strings.deviceRelievedMessage: 'has been removed from authorized devices',
  183. Strings.currentDevice: 'Current Device',
  184. Strings.androidDevices: 'Android devices',
  185. Strings.authCodeCopied: 'Authorization code copied to clipboard',
  186. Strings.invalidAuthorizationCode: 'Invalid Authorization Code',
  187. Strings.invalidAuthorizationCodeMessage:
  188. 'The code you entered is incorrect or has expired.\nPlease check the 6-digit code on the other device and try again.',
  189. Strings.invalidAuthorizationCodeButton: 'Try again',
  190. // Pre Code Email
  191. Strings.codeBackedUpMessage: 'Your code will be backed up to this email.',
  192. Strings.enterYourEmail: 'Enter your email',
  193. Strings.sendYourEmail: 'Send your Email',
  194. Strings.yourPreCredential: 'Your Pre Credential',
  195. Strings.yourPreCredentialDesc:
  196. 'This is your VIP credential. Please store it securely and do not share it with anyone.',
  197. Strings.secureEmailBackup: 'Secure Email Backup',
  198. Strings.secureEmailBackupDesc:
  199. 'We will send an email containing this credential to your specified email address for safekeeping.',
  200. Strings.sendAndSave: 'Send and Save',
  201. Strings.sendAndSaveDesc:
  202. 'After the email is sent, we recommend you also save this credential to a secure location on your device.',
  203. // Routing Mode
  204. Strings.smart: 'Smart',
  205. Strings.smartModeDesc:
  206. 'The local and VPN networks coexist, and the optimal route is selected intelligently.',
  207. Strings.global: 'Global',
  208. Strings.globalModeDesc:
  209. 'All traffic is routed through the VPN server to ensure maximum privacy and security.',
  210. // Subscription Plans
  211. Strings.perYear: 'Per year',
  212. Strings.yearlyPlan: 'Yearly Plan',
  213. Strings.mostlyChoose: 'Mostly choose',
  214. Strings.once: 'once',
  215. Strings.lifeTime: 'Life time',
  216. Strings.monthPlan: 'Month Plan',
  217. Strings.perWeek: 'Per week',
  218. Strings.weekPlan: 'Week Plan',
  219. Strings.limitedTime: 'Limited Time',
  220. Strings.subscriptionChanged: 'Subscription plan changed successfully',
  221. Strings.restoringPurchases: 'Restoring purchases...',
  222. Strings.openingPaymentSupport: 'Opening payment support...',
  223. Strings.info: 'Info',
  224. // Other messages
  225. Strings.vpnConnectionError: 'VPN connection error',
  226. Strings.vpnServiceDisconnected: 'VPN service disconnected unexpectedly',
  227. Strings.failedCaptureScreenshot: 'Failed to capture screenshot',
  228. Strings.imageSavedToAlbum: 'The image has been saved to your local album',
  229. Strings.failedSaveImage: 'Failed to save image to gallery',
  230. Strings.failedToSave: 'Failed to save',
  231. Strings.failedSendEmail: 'Failed to send email',
  232. // Connection status
  233. Strings.activeTime: 'Active time',
  234. Strings.yearPlanPrice: 'Year Plan @price per year',
  235. // Connecting status carousel texts
  236. Strings.securingData: 'Securing data…',
  237. Strings.encryptingTraffic: 'Encrypting traffic…',
  238. Strings.protectingPrivacy: 'Protecting privacy…',
  239. Strings.safeConnection: 'Safe connection…',
  240. Strings.yourDataIsSafe: 'Your data is safe…',
  241. // Login & Signup
  242. Strings.login: 'Log in',
  243. Strings.loginButton: 'Log In',
  244. Strings.loginDescription:
  245. '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.',
  246. Strings.signup: 'Sign up to NOMO',
  247. Strings.signupButton: 'Sign Up',
  248. Strings.signupDescription:
  249. 'After registration, your free trial will be deducted, and other membership time shifts to your account for multi-device use.',
  250. Strings.username: 'Username',
  251. Strings.password: 'Password',
  252. Strings.usernamePasswordRule: '6-20 characters (letters or numbers)',
  253. Strings.noAccount: 'No account? ',
  254. Strings.registerNow: ' Register now',
  255. Strings.alreadyHaveAccount: 'Already have an account? ',
  256. Strings.loginNow: ' Login now',
  257. // Feedback
  258. Strings.feedbackPlaceholder: '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. // Push Notifications
  340. Strings.pushNotifications: 'Push Notifications',
  341. Strings.upgradeNow: 'Upgrade Now',
  342. // Languages
  343. Strings.enLang: 'English',
  344. Strings.esLang: 'Español',
  345. Strings.frLang: 'Français',
  346. Strings.deLang: 'Deutsch',
  347. Strings.jaLang: '日本語',
  348. Strings.koLang: '한국어',
  349. Strings.faLang: 'فارسی',
  350. Strings.myLang: 'မြန်မာဘာသာ',
  351. Strings.arLang: 'عربي',
  352. Strings.ruLang: 'Русский',
  353. Strings.zhTWLang: '繁體中文',
  354. Strings.tkLang: 'Türkmençe',
  355. Strings.ptBRLang: 'Português (Brasil)',
  356. Strings.viLang: 'Tiếng Việt',
  357. Strings.idLang: 'Bahasa Indonesia',
  358. Strings.tlLang: 'Filipino',
  359. Strings.thLang: 'ไทย',
  360. Strings.hiLang: 'हिन्दी',
  361. Strings.trLang: 'Türkçe',
  362. // Signup
  363. Strings.signingUp: 'Signing up...',
  364. Strings.signUpSuccessful: 'Sign up successful',
  365. // Login
  366. Strings.loggingIn: 'Logging in...',
  367. Strings.loginSuccessful: 'Login successful',
  368. // Logout
  369. Strings.loggingOut: 'Logging out...',
  370. Strings.logoutSuccessful: 'Logout successful',
  371. // Change password
  372. Strings.changingPassword: 'Changing password...',
  373. Strings.changePasswordSuccessful: 'Change password successful',
  374. // Delete account
  375. Strings.deletingAccount: 'Deleting account...',
  376. Strings.deleteAccountSuccessful: 'Delete account successful',
  377. Strings.deleteAccountConfirmMessage:
  378. 'Deleting your account will permanently remove your data and membership information. This action cannot be undone.',
  379. Strings.deleteAccountConfirmButton: 'Delete',
  380. // Bind email / Member benefits
  381. Strings.bindEmailMemberBenefits: 'Bind account/Member benefits',
  382. Strings.bindingAccountEmailProtectsPreRights:
  383. 'Binding account/email protects your Pre rights.',
  384. Strings.associatedInterests: 'Associated interests',
  385. Strings.associatedInterestsDesc:
  386. 'Please note the following subscription rules upon login:\n1. Free Account: The account will inherit the current subscription on this device.\n2. Member Account: The app will switch to that account\'s existing plan.\nNote: The purchase on this device will remain valid.',
  387. Strings.notNow: 'Not now',
  388. // VPN Error Messages
  389. Strings.vpnConnectionTimeoutError: 'Connection to node timed out',
  390. Strings.vpnNoNodeError: 'No available nodes found',
  391. Strings.vpnInitError: 'Failed to initialize VPN service',
  392. Strings.vpnKillError: 'VPN service was terminated',
  393. Strings.vpnRevokeError: 'VPN connection disconnected, please reconnect',
  394. Strings.vpnServiceEmptyError: 'VPN service is unavailable',
  395. Strings.vpnRouterError: 'VPN routing configuration error',
  396. Strings.vpnPermissionDeniedError: 'VPN permission denied',
  397. // Remain time
  398. Strings.remainTime: 'Remain time',
  399. Strings.remainTimeEnded: 'Your available time has ended',
  400. Strings.expired: 'Expired',
  401. // Enable Notifications
  402. Strings.enableNotifications: 'Enable Notifications',
  403. Strings.enableNotificationsDesc:
  404. 'Enable notifications to receive important updates and messages.',
  405. Strings.enable: 'Enable',
  406. // Windows tray icon hints
  407. Strings.showWindow: 'Show Window',
  408. Strings.quitApp: 'Quit',
  409. Strings.vpnConnected: 'VPN Connected',
  410. Strings.vpnConnecting: 'VPN Connecting',
  411. Strings.vpnDisconnected: 'VPN Disconnected',
  412. // Feedback validation
  413. Strings.pleaseEnterFeedback: 'Please enter feedback content',
  414. Strings.pleaseEnterEmail: 'Please enter email address',
  415. Strings.pleaseEnterValidEmail: 'Please enter a valid email address',
  416. Strings.feedbackSubmitted: 'Feedback submitted, we will reply to you soon',
  417. Strings.feedbackSubmitFailed: 'Submit failed, please try again later',
  418. // Theme
  419. Strings.theme: 'Theme',
  420. Strings.followSystem: 'Follow System',
  421. Strings.darkMode: 'Dark',
  422. Strings.lightMode: 'Light',
  423. // 时间单位
  424. Strings.days: 'days',
  425. Strings.day: 'day',
  426. Strings.hour: 'h',
  427. };