strings_enum.dart 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. class Strings {
  2. static const String loading = 'loading';
  3. static const String changeTheme = 'change_theme';
  4. static const String changeLanguage = 'change_language';
  5. static const String noInternetConnection = 'no internet connection';
  6. static const String serverNotResponding = 'server not responding';
  7. static const String someThingWentWorng = 'something went wrong';
  8. static const String apiNotFound = 'api not found';
  9. static const String serverError = 'Server error';
  10. static const String urlNotFound = 'Url not found';
  11. static const String retry = 'retry';
  12. static const String me = 'me';
  13. static const String device = 'device';
  14. static const String settings = 'settings';
  15. static const String contactUs = 'contact us';
  16. static const String faq = 'faq';
  17. static const String about = 'about';
  18. static const String language = 'language';
  19. static const String launchGameAfterBoost = 'launch game after boost';
  20. static const String uploadLog = 'upload log';
  21. static const String clearCache = 'clear cache';
  22. static const String deleteUser = 'delete user';
  23. static const String email = 'email';
  24. static const String discord = 'discord';
  25. static const String whatsapp = 'whatsapp';
  26. static const String line = 'line';
  27. static const String wechat = 'wechat';
  28. static const String qq = 'qq';
  29. static const String termsOfService = 'terms of service';
  30. static const String privacyPolicy = 'privacy policy';
  31. static const String version = 'version';
  32. static const String newUpdate = 'new update';
  33. static const String visitWebsite = 'visit website';
  34. static const String english = 'English (Original)';
  35. static const String spanish = 'Espanol (Spanish)';
  36. static const String confirmStop = 'confirm stop';
  37. static const String pushSetting = 'Push Setting';
  38. static const String enableDebugLog = 'Enable debug log';
  39. static const String exportLog = "Export Log";
  40. static const String successful = 'successful';
  41. static const String ok = 'ok';
  42. static const String cancel = 'cancel';
  43. static const String oops = 'oops';
  44. static const String copied = 'copied';
  45. static const String deviceId = 'device id';
  46. static const String newVersion = 'new version';
  47. static const String upgrade = 'upgrade';
  48. static const String later = 'later';
  49. static const String noData = 'no data';
  50. static const String anErrorOccurred = 'an error occurred';
  51. static const String tryAgain = 'try again';
  52. static const String enLang = 'english';
  53. static const String esLang = 'spanish';
  54. static const String arLang = 'arabic';
  55. static const String faLang = 'persian';
  56. static const String myLang = 'burmese';
  57. static const String deLang = 'german';
  58. static const String jaLang = 'japanese';
  59. static const String frLang = 'french';
  60. static const String ruLang = 'russian';
  61. static const String koLang = 'korean';
  62. static const String submit = 'submit';
  63. static const String go = 'go';
  64. static const String bottomBarGames = 'games';
  65. static const String bottomBarBoost = 'boost';
  66. static const String titleGame = 'game';
  67. static const String tabAll = 'all';
  68. static const String tabHot = 'hot';
  69. static const String tabTrending = 'trending';
  70. static const String tabNew = 'new';
  71. static const String download = 'download';
  72. static const String gameNotFound = 'game not found';
  73. static const String exploreGames = 'explore games!';
  74. static const String chooseServer = 'choose server';
  75. static const String searchHistory = 'search history';
  76. static const String searchHint = 'enter game name';
  77. static const String searchNoGame = 'no game I want to boost';
  78. static const String searchNoRelatedGames =
  79. 'no related games found. browse ourselection?';
  80. static const String submitGameTitle = 'submit game';
  81. static const String submitGameContent =
  82. 'could not find the game you wish to boost?';
  83. static const String submitGameHint = 'send a request';
  84. static const String or = 'or';
  85. static const String selectLocalGame = 'select local game';
  86. static const String submitted = 'submitted! we appreciate yourfeedback.';
  87. static const String scanningLocalGames = 'scanning local games';
  88. static const String searching = 'searching...';
  89. static const String dontShowAgain = 'dont show this again';
  90. //boosting
  91. static const String stop = 'stop';
  92. static const String startGame = 'start game';
  93. static const String latency = 'latency';
  94. static const String packetLoss = 'packet loss';
  95. static const String showPing = "Show Ping";
  96. static const String tryingToSelectNode =
  97. 'Trying to select the node, please wait a moment.';
  98. static const String connecting = 'Connecting...';
  99. //node
  100. static const String autoMatic = 'Auto Matic';
  101. static const String manual = 'Manual';
  102. //stop boosting dialog
  103. static const String stopAcceleration = 'Stop Acceleration?';
  104. static const String stopAccelerationContent =
  105. 'Stopping acceleration may cause game disconnection. Continue?';
  106. //empty error update
  107. static const String refresh = 'refresh';
  108. static const String unableToConnectNetwork =
  109. 'Unable to connect to the network';
  110. static const String unableToConnectServer = 'Unable to connect to the server';
  111. static const String regionRestricted = 'Region restricted';
  112. static const String userDisabled = 'User disabled';
  113. static const String deviceRestricted = 'Device restricted';
  114. static const String permissionsNeededTitle = 'Permissions Needed';
  115. static const String permissionsNeededContent = "Permissions Needed Content";
  116. static const String acceptAndContinue = 'Accept and Continue';
  117. static const String updateNow = 'Update Now';
  118. static const String newVersionAvailable = 'New Version Available';
  119. //vpn error
  120. // VPN Error Codes (500-599)
  121. static const String eVpnUserAuth = 'User Unauthorized';
  122. static const String eVpnUserStatus = 'Account Disabled or Renewal Required';
  123. static const String eVpnMaxDevice = 'Maximum Device Limit Reached';
  124. static const String eVpnConnectServer = 'Failed to Connect to Server';
  125. static const String eVpnRedisReadError =
  126. 'Failed to Retrieve User Information';
  127. static const String eVpnIpRegion = 'IP Region Mismatch';
  128. static const String eVpnUserExpire = 'Account Expired';
  129. static const String eVpnUserLevelError = 'Membership Level Mismatch';
  130. static const String eVpnServerOverload = 'Server Overloaded';
  131. static const String eVpnNoServer = 'No Server Available';
  132. static const String eVpnInvalidDeviceId =
  133. 'Device ID Not Found in User Account';
  134. static const String eVpnTrialTimeLimited = 'Trial Period Expired';
  135. static const String eVpnTellRetry = 'Tell Retry';
  136. static const String eVpnBadParam = 'Bad Param';
  137. static const String eVpnConnectRouter = 'Failed to Connect to Router';
  138. static const String eVpnInit = 'Initialization Failed';
  139. static const String eVpnServerKilled = 'Server Killed';
  140. static const String eVpnConnectionFailed =
  141. 'Connection failed due to cancellation during the process';
  142. static const String eMethodCall = 'Method Call Error';
  143. // util error
  144. static const String eUtilOpenEmail = 'Error opening email';
  145. static const String eUtilOpenGooglePlay = 'Error opening Google Play';
  146. static const String eUtilOpenBrowser = 'Error opening browser';
  147. static const String networkErrorTitle = 'No Internet Connection';
  148. static const String networkErrorContent =
  149. "Please check your network and try again.";
  150. static const String error = 'Error';
  151. // 登录注册相关
  152. static const String registerWithEmail = "Register With Email";
  153. static const String signInWithEmail = "Sign In With Email";
  154. static const String continueWithGoogle = "Continue With Google";
  155. static const String continueWithApple = "Continue With Apple";
  156. static const String continueWithFacebook = "Continue With Facebook";
  157. // 注册页面
  158. static const String signUp = "Sign Up";
  159. static const String emailAddress = "Email address";
  160. static const String password = "Password";
  161. static const String passwordAgain = "Password again";
  162. static const String alreadyHaveAccount = "Already have an account?";
  163. static const String signIn = "Sign In";
  164. // 密码规则提示
  165. static const String passwordMustInclude = "Your password must include:";
  166. static const String atLeast6Characters = "At least 6 characters";
  167. static const String atLeastOneUppercase = "At least one uppercase letter";
  168. static const String atLeastOneLowercase = "At least one lowercase letter";
  169. static const String atLeastOneNumber = "At least one number";
  170. // 登录页面
  171. static const String forgotPassword = "Forgot Password?";
  172. static const String dontHaveAccount = "Don't have account?";
  173. // 隐私政策
  174. static const String termsAndPrivacy =
  175. "By signing up or continuing, you agree to our Terms and Privacy";
  176. static const String terms = "Terms";
  177. static const String privacy = "Privacy";
  178. static const String termsAgreementPrefix =
  179. "By signing up or continuing, you agree to our ";
  180. static const String termsAgreementConnector = " and ";
  181. // 账户激活
  182. static const String activateAccount = 'Activate Account';
  183. static const String passwordSetup = 'Password Setup';
  184. static const String emailVerificationHint =
  185. 'Current email for code? Proceed. Else, enter new email to update login.';
  186. static const String verificationCodeHint =
  187. 'Please enter the 6-digit Verify Code sent to your email address. The code is valid for 10 minutes.';
  188. static const String send = 'Send';
  189. static const String resend = 'Resend';
  190. static const String verify = 'Verify';
  191. static const String setup = 'Setup';
  192. // 忘记密码
  193. static const String forgotPasswordTitle = 'Forgot Password';
  194. // Account page
  195. static const String createYourAccount = 'Create Your Account';
  196. static const String account = 'Account';
  197. static const String freePlanUnlocked = 'Free Plan Unlocked';
  198. static const String activateToEnableFeatures =
  199. 'Activate Now to Enable Features';
  200. static const String activateNow = 'Activate Now';
  201. static const String changePassword = 'Change Password';
  202. static const String signOut = 'Sign Out';
  203. // Sign out dialog
  204. static const String signOutMessage =
  205. 'This will delete all local data (including settings and history) from this device.';
  206. static const String signOutWarning = 'This action cannot be undone.';
  207. static const String confirm = 'Confirm';
  208. // Dialog texts
  209. static const String processing = 'Processing...';
  210. static const String success = 'Success';
  211. static const String unknownError = 'Unknown error';
  212. static const String failed = 'Failed';
  213. // Loading Dialog Messages
  214. static const String submitting = 'Submitting...';
  215. static const String submissionSuccessful = 'Submission successful';
  216. static const String sendingVerificationCode = 'Sending verification code...';
  217. static const String verificationCodeSent = 'Verification code sent';
  218. static const String verifyingEmail = 'Verifying email...';
  219. static const String emailVerified = 'Email verified';
  220. static const String resettingPassword = 'Resetting password...';
  221. static const String passwordResetSuccessful = 'Password reset successful';
  222. static const String signingIn = 'Signing in...';
  223. static const String signInSuccessful = 'Sign in successful';
  224. static const String signingUp = 'Signing up...';
  225. static const String signUpSuccessful = 'Sign up successful';
  226. static const String activatingAccount = 'Activating account...';
  227. static const String accountActivated = 'Account activated';
  228. static const String changingPassword = 'Changing password...';
  229. static const String passwordChanged = 'Password changed';
  230. // boost report
  231. static const String boostReport = 'Boost Report';
  232. // sign out dialog
  233. static const String signOuting = 'Signing out...';
  234. static const String signOutSuccessful = 'Sign out successful';
  235. // boost report
  236. static const String totalTime = 'Total Time';
  237. static const String improved = 'Improved';
  238. static const String ping = 'Ping';
  239. static const String loss = 'Loss';
  240. static const String avoidLag = 'Avoid Lag';
  241. static const String times = 'Times';
  242. static const String beforeBoostingPing = 'Before Boosting Ping';
  243. static const String afterBoostingPing = 'After Boosting Ping';
  244. static const String afterVipBoostingPing = 'After VIP Boosting Ping';
  245. static const String boostRating = 'Boost Rating';
  246. // 错误提示
  247. static const String networkRestricted =
  248. 'Network restricted. Please switch network and restart App.';
  249. // exit
  250. static const String exit = 'Exit';
  251. // apply game
  252. static const String applyGame = 'Apply for local game';
  253. static const String popularGame = 'Popular Games';
  254. static const String feedbackTip =
  255. 'We’ll process your feedback ASAP once received';
  256. // scanner
  257. static const String submittedGame = 'Submitted';
  258. // media upload
  259. static const String selectUploadType = 'Select Upload Type';
  260. static const String selectImage = 'Select Image';
  261. static const String selectVideo = 'Select Video';
  262. static const String imageVideoOptional = 'Image/Video (Optional)';
  263. static const String maxLimit =
  264. 'Max {imageCount} images (≤ {imageSize}MB each) or {videoCount} video (≤ {videoSize}MB)';
  265. static const String maxImagesLimit = 'Max {count} images (≤ {size}MB each)';
  266. static const String maxVideosLimit = 'Max {count} videos (≤ {size}MB)';
  267. static const String fileTooLarge = 'File Too Large';
  268. static const String imageSizeExceedsLimit =
  269. 'Image size exceeds limit (≤ {size}MB)';
  270. static const String videoSizeExceedsLimit =
  271. 'Video size exceeds limit (≤ {size}MB)';
  272. static const String selectFailed = 'Select Failed';
  273. static const String cannotSelectFilePleaseRetry =
  274. 'Cannot select file, please retry';
  275. static const String videoSelectedCannotAddOtherFiles =
  276. 'Video selected, cannot add other files';
  277. static const String tip = 'Tip';
  278. // boosting
  279. static const String dedicatedGameRoute = 'Dedicated Game Route';
  280. static const String aiLatencyReduction = 'AI Latency Reduction';
  281. static const String dynamicMultiRoute = 'Dynamic Multi-Route';
  282. // feedback
  283. static const String feedback = 'Feedback';
  284. static const String gameName = 'Game Name';
  285. static const String problemCategory = 'Problem Category (Single Choice)';
  286. static const String detailsProblem = 'Details Of The Problem';
  287. static const String pleaseProvideADetailed =
  288. 'Please Provide A Detailed Description Of Your Issue So We Can Better Help You.';
  289. static const String yourEmail = 'Your Email';
  290. static const String pleaseLeaveYour =
  291. 'please leave your contact information, which will help us solve your problem.';
  292. static const String gameBoosting = 'Game Boosting';
  293. static const String errorCode = 'Error Code';
  294. static const String gameLag = 'Game Lag';
  295. static const String noGameLocation = 'No Game Location';
  296. // boost report
  297. static const String gameDidntFeelGreat = 'Game didn’t feel great? Speak up!';
  298. static const String weWillListenAndTakeYourSuggestionsSeriously =
  299. '(We’ll listen and take your suggestions seriously.)';
  300. static const String sendFeedback = 'Send Feedback';
  301. static const String others = 'Others';
  302. // local boost
  303. static const String localBoost = 'Local Boost';
  304. // setting page
  305. static const String networkSection = 'Network';
  306. static const String securitySection = 'Security';
  307. static const String myPreCode = 'My Pre Code';
  308. static const String validTerm = 'Valid Term';
  309. static const String freeTime = 'Free Time';
  310. static const String deviceAuthorization = 'Device Authorization';
  311. static const String routingMode = 'Routing Mode';
  312. static const String splitTunneling = 'Split Tunneling';
  313. static const String autoReconnect = 'Auto Reconnect';
  314. static const String restoreDefault = 'Restore Default';
  315. static const String deleteAccount = 'Delete Account';
  316. static const String logout = 'Logout';
  317. // media location page
  318. static const String connected = 'Connected';
  319. static const String disconnected = 'Disconnected';
  320. static const String open = 'Open';
  321. static const String disconnect = 'Disconnect';
  322. static const String connect = 'Connect';
  323. static const String opening = 'Opening';
  324. static const String connectedSuccessfully = 'Connected successfully';
  325. static const String willOpenSoon = 'will open soon';
  326. static const String netflix = 'Netflix';
  327. static const String youtube = 'YouTube';
  328. static const String amazon = 'Amazon';
  329. static const String hulu = 'hulu';
  330. static const String niftyStreaming = 'Nifty Streaming';
  331. static const String youtubeStreaming = 'YouTube Streaming';
  332. static const String amazonStreaming = 'Amazon Streaming';
  333. static const String huluStreaming = 'hulu Streaming';
  334. // split tunneling page
  335. static const String excludeSelectedAppsFromVPN =
  336. 'Exclude selected apps from VPN';
  337. static const String useVPNForSelectedAppsOnly =
  338. 'Use VPN for selected apps only';
  339. static const String selectApps = 'Select apps';
  340. static const String customizeYourVPN = 'Customize your VPN';
  341. // subscription page
  342. static const String subscription = 'Subscription';
  343. static const String currentSubscription = 'Current subscription';
  344. static const String upgradeToPremium = 'Upgrade to Premium';
  345. static const String activatePreCode = 'Activate Pre Code';
  346. static const String preCodeHint =
  347. 'If you have a Pre code, please enter it to claim your Pre benefits.';
  348. static const String planChangeInfo = 'Plan change info';
  349. static const String whenItStarts = 'When it starts';
  350. static const String whatHappensToYourBalance = 'What happens to your balance';
  351. static const String extraTime = 'Extra time';
  352. static const String yourNewPlanBeginsRightAway =
  353. 'Your new plan begins right away.';
  354. static const String anyUnusedAmountFromYourOldPlan =
  355. 'Any unused amount from your old plan will be added to the new one.';
  356. static const String youllGetExtraDays =
  357. 'You\'ll get extra days based on your remaining balance.';
  358. static const String premiumsIncluded = 'Premium\'s included';
  359. static const String unlockAllFreeLocations = 'Unlock all free locations';
  360. static const String unlockSmartMode = 'Unlock smart mode';
  361. static const String unlockMultiHopMode = 'Unlock Multi-hop mode';
  362. static const String premiumCanShareXDevices = 'Premium can share X devices';
  363. static const String ownYourOwnPrivateServer = 'Own your own private server';
  364. static const String closeAds = 'Close ads';
  365. static const String confirmChange = 'Confirm Change';
  366. static const String restorePurchases = 'Restore Purchases';
  367. static const String paymentIssue = 'Payment issue';
  368. static const String yearlyAutoRenewCancelAnytime =
  369. 'Yearly auto-renew. Cancel anytime';
  370. // home page
  371. static const String recent = 'Recent';
  372. static const String moviesAndTV = 'Movies&TV';
  373. static const String social = 'Social';
  374. static const String support = 'Support';
  375. static const String sport = 'Sport';
  376. static const String music = 'Music';
  377. static const String game = 'Game';
  378. // country restricted
  379. static const String sorry = 'Sorry';
  380. static const String unableToLoadData = 'Unable to load data';
  381. static const String dueLawsAndRegulations =
  382. 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.';
  383. // more pages
  384. static const String sendPreCodeToEmail = 'Send Pre Code to Email';
  385. static const String selectServer = 'Select Server';
  386. static const String relieveDevice = 'Relieve Device';
  387. static const String relieve = 'Relieve';
  388. static const String info = 'Info';
  389. static const String restoringPurchases = 'Restoring purchases...';
  390. }