class Strings { static const String loading = 'loading'; static const String changeTheme = 'change_theme'; static const String changeLanguage = 'change_language'; static const String noInternetConnection = 'no internet connection'; static const String serverNotResponding = 'server not responding'; static const String someThingWentWorng = 'something went wrong'; static const String apiNotFound = 'api not found'; static const String serverError = 'Server error'; static const String urlNotFound = 'Url not found'; static const String retry = 'retry'; static const String me = 'me'; static const String device = 'device'; static const String settings = 'settings'; static const String contactUs = 'contact us'; static const String faq = 'faq'; static const String about = 'about'; static const String language = 'language'; static const String launchGameAfterBoost = 'launch game after boost'; static const String uploadLog = 'upload log'; static const String clearCache = 'clear cache'; static const String deleteUser = 'delete user'; static const String email = 'email'; static const String discord = 'discord'; static const String whatsapp = 'whatsapp'; static const String line = 'line'; static const String wechat = 'wechat'; static const String qq = 'qq'; static const String termsOfService = 'terms of service'; static const String privacyPolicy = 'privacy policy'; static const String version = 'version'; static const String newUpdate = 'new update'; static const String visitWebsite = 'visit website'; static const String english = 'English (Original)'; static const String spanish = 'Espanol (Spanish)'; static const String confirmStop = 'confirm stop'; static const String pushSetting = 'Push Setting'; static const String enableDebugLog = 'Enable debug log'; static const String exportLog = "Export Log"; static const String successful = 'successful'; static const String ok = 'ok'; static const String cancel = 'cancel'; static const String oops = 'oops'; static const String copied = 'copied'; static const String deviceId = 'device id'; static const String newVersion = 'new version'; static const String upgrade = 'upgrade'; static const String later = 'later'; static const String noData = 'no data'; static const String anErrorOccurred = 'an error occurred'; static const String tryAgain = 'try again'; static const String enLang = 'english'; static const String esLang = 'spanish'; static const String arLang = 'arabic'; static const String faLang = 'persian'; static const String myLang = 'burmese'; static const String deLang = 'german'; static const String jaLang = 'japanese'; static const String frLang = 'french'; static const String ruLang = 'russian'; static const String koLang = 'korean'; static const String submit = 'submit'; static const String go = 'go'; static const String bottomBarGames = 'games'; static const String bottomBarBoost = 'boost'; static const String titleGame = 'game'; static const String tabAll = 'all'; static const String tabHot = 'hot'; static const String tabTrending = 'trending'; static const String tabNew = 'new'; static const String download = 'download'; static const String gameNotFound = 'game not found'; static const String exploreGames = 'explore games!'; static const String chooseServer = 'choose server'; static const String searchHistory = 'search history'; static const String searchHint = 'enter game name'; static const String searchNoGame = 'no game I want to boost'; static const String searchNoRelatedGames = 'no related games found. browse ourselection?'; static const String submitGameTitle = 'submit game'; static const String submitGameContent = 'could not find the game you wish to boost?'; static const String submitGameHint = 'send a request'; static const String or = 'or'; static const String selectLocalGame = 'select local game'; static const String submitted = 'submitted! we appreciate yourfeedback.'; static const String scanningLocalGames = 'scanning local games'; static const String searching = 'searching...'; static const String dontShowAgain = 'dont show this again'; //boosting static const String stop = 'stop'; static const String startGame = 'start game'; static const String latency = 'latency'; static const String packetLoss = 'packet loss'; static const String showPing = "Show Ping"; static const String tryingToSelectNode = 'Trying to select the node, please wait a moment.'; static const String connecting = 'Connecting...'; //node static const String autoMatic = 'Auto Matic'; static const String manual = 'Manual'; //stop boosting dialog static const String stopAcceleration = 'Stop Acceleration?'; static const String stopAccelerationContent = 'Stopping acceleration may cause game disconnection. Continue?'; //empty error update static const String refresh = 'refresh'; static const String unableToConnectNetwork = 'Unable to connect to the network'; static const String unableToConnectServer = 'Unable to connect to the server'; static const String regionRestricted = 'Region restricted'; static const String userDisabled = 'User disabled'; static const String deviceRestricted = 'Device restricted'; static const String permissionsNeededTitle = 'Permissions Needed'; static const String permissionsNeededContent = "Permissions Needed Content"; static const String acceptAndContinue = 'Accept and Continue'; static const String updateNow = 'Update Now'; static const String newVersionAvailable = 'New Version Available'; //vpn error // VPN Error Codes (500-599) static const String eVpnUserAuth = 'User Unauthorized'; static const String eVpnUserStatus = 'Account Disabled or Renewal Required'; static const String eVpnMaxDevice = 'Maximum Device Limit Reached'; static const String eVpnConnectServer = 'Failed to Connect to Server'; static const String eVpnRedisReadError = 'Failed to Retrieve User Information'; static const String eVpnIpRegion = 'IP Region Mismatch'; static const String eVpnUserExpire = 'Account Expired'; static const String eVpnUserLevelError = 'Membership Level Mismatch'; static const String eVpnServerOverload = 'Server Overloaded'; static const String eVpnNoServer = 'No Server Available'; static const String eVpnInvalidDeviceId = 'Device ID Not Found in User Account'; static const String eVpnTrialTimeLimited = 'Trial Period Expired'; static const String eVpnTellRetry = 'Tell Retry'; static const String eVpnBadParam = 'Bad Param'; static const String eVpnConnectRouter = 'Failed to Connect to Router'; static const String eVpnInit = 'Initialization Failed'; static const String eVpnServerKilled = 'Server Killed'; static const String eVpnConnectionFailed = 'Connection failed due to cancellation during the process'; static const String eMethodCall = 'Method Call Error'; // util error static const String eUtilOpenEmail = 'Error opening email'; static const String eUtilOpenGooglePlay = 'Error opening Google Play'; static const String eUtilOpenBrowser = 'Error opening browser'; static const String networkErrorTitle = 'No Internet Connection'; static const String networkErrorContent = "Please check your network and try again."; static const String error = 'Error'; // 登录注册相关 static const String registerWithEmail = "Register With Email"; static const String signInWithEmail = "Sign In With Email"; static const String continueWithGoogle = "Continue With Google"; static const String continueWithApple = "Continue With Apple"; static const String continueWithFacebook = "Continue With Facebook"; // 注册页面 static const String signUp = "Sign Up"; static const String emailAddress = "Email address"; static const String password = "Password"; static const String passwordAgain = "Password again"; static const String alreadyHaveAccount = "Already have an account?"; static const String signIn = "Sign In"; // 密码规则提示 static const String passwordMustInclude = "Your password must include:"; static const String atLeast6Characters = "At least 6 characters"; static const String atLeastOneUppercase = "At least one uppercase letter"; static const String atLeastOneLowercase = "At least one lowercase letter"; static const String atLeastOneNumber = "At least one number"; // 登录页面 static const String forgotPassword = "Forgot Password?"; static const String dontHaveAccount = "Don't have account?"; // 隐私政策 static const String termsAndPrivacy = "By signing up or continuing, you agree to our Terms and Privacy"; static const String terms = "Terms"; static const String privacy = "Privacy"; static const String termsAgreementPrefix = "By signing up or continuing, you agree to our "; static const String termsAgreementConnector = " and "; // 账户激活 static const String activateAccount = 'Activate Account'; static const String passwordSetup = 'Password Setup'; static const String emailVerificationHint = 'Current email for code? Proceed. Else, enter new email to update login.'; static const String verificationCodeHint = 'Please enter the 6-digit Verify Code sent to your email address. The code is valid for 10 minutes.'; static const String send = 'Send'; static const String resend = 'Resend'; static const String verify = 'Verify'; static const String setup = 'Setup'; // 忘记密码 static const String forgotPasswordTitle = 'Forgot Password'; // Account page static const String createYourAccount = 'Create Your Account'; static const String account = 'Account'; static const String freePlanUnlocked = 'Free Plan Unlocked'; static const String activateToEnableFeatures = 'Activate Now to Enable Features'; static const String activateNow = 'Activate Now'; static const String changePassword = 'Change Password'; static const String signOut = 'Sign Out'; // Sign out dialog static const String signOutMessage = 'This will delete all local data (including settings and history) from this device.'; static const String signOutWarning = 'This action cannot be undone.'; static const String confirm = 'Confirm'; // Dialog texts static const String processing = 'Processing...'; static const String success = 'Success'; static const String unknownError = 'Unknown error'; static const String failed = 'Failed'; // Loading Dialog Messages static const String submitting = 'Submitting...'; static const String submissionSuccessful = 'Submission successful'; static const String sendingVerificationCode = 'Sending verification code...'; static const String verificationCodeSent = 'Verification code sent'; static const String verifyingEmail = 'Verifying email...'; static const String emailVerified = 'Email verified'; static const String resettingPassword = 'Resetting password...'; static const String passwordResetSuccessful = 'Password reset successful'; static const String signingIn = 'Signing in...'; static const String signInSuccessful = 'Sign in successful'; static const String signingUp = 'Signing up...'; static const String signUpSuccessful = 'Sign up successful'; static const String activatingAccount = 'Activating account...'; static const String accountActivated = 'Account activated'; static const String changingPassword = 'Changing password...'; static const String passwordChanged = 'Password changed'; // boost report static const String boostReport = 'Boost Report'; // sign out dialog static const String signOuting = 'Signing out...'; static const String signOutSuccessful = 'Sign out successful'; // boost report static const String totalTime = 'Total Time'; static const String improved = 'Improved'; static const String ping = 'Ping'; static const String loss = 'Loss'; static const String avoidLag = 'Avoid Lag'; static const String times = 'Times'; static const String beforeBoostingPing = 'Before Boosting Ping'; static const String afterBoostingPing = 'After Boosting Ping'; static const String afterVipBoostingPing = 'After VIP Boosting Ping'; static const String boostRating = 'Boost Rating'; // 错误提示 static const String networkRestricted = 'Network restricted. Please switch network and restart App.'; // exit static const String exit = 'Exit'; // apply game static const String applyGame = 'Apply for local game'; static const String popularGame = 'Popular Games'; static const String feedbackTip = 'We’ll process your feedback ASAP once received'; // scanner static const String submittedGame = 'Submitted'; // media upload static const String selectUploadType = 'Select Upload Type'; static const String selectImage = 'Select Image'; static const String selectVideo = 'Select Video'; static const String imageVideoOptional = 'Image/Video (Optional)'; static const String maxLimit = 'Max {imageCount} images (≤ {imageSize}MB each) or {videoCount} video (≤ {videoSize}MB)'; static const String maxImagesLimit = 'Max {count} images (≤ {size}MB each)'; static const String maxVideosLimit = 'Max {count} videos (≤ {size}MB)'; static const String fileTooLarge = 'File Too Large'; static const String imageSizeExceedsLimit = 'Image size exceeds limit (≤ {size}MB)'; static const String videoSizeExceedsLimit = 'Video size exceeds limit (≤ {size}MB)'; static const String selectFailed = 'Select Failed'; static const String cannotSelectFilePleaseRetry = 'Cannot select file, please retry'; static const String videoSelectedCannotAddOtherFiles = 'Video selected, cannot add other files'; static const String tip = 'Tip'; // boosting static const String dedicatedGameRoute = 'Dedicated Game Route'; static const String aiLatencyReduction = 'AI Latency Reduction'; static const String dynamicMultiRoute = 'Dynamic Multi-Route'; // feedback static const String feedback = 'Feedback'; static const String gameName = 'Game Name'; static const String problemCategory = 'Problem Category (Single Choice)'; static const String detailsProblem = 'Details Of The Problem'; static const String pleaseProvideADetailed = 'Please Provide A Detailed Description Of Your Issue So We Can Better Help You.'; static const String yourEmail = 'Your Email'; static const String pleaseLeaveYour = 'please leave your contact information, which will help us solve your problem.'; static const String gameBoosting = 'Game Boosting'; static const String errorCode = 'Error Code'; static const String gameLag = 'Game Lag'; static const String noGameLocation = 'No Game Location'; // boost report static const String gameDidntFeelGreat = 'Game didn’t feel great? Speak up!'; static const String weWillListenAndTakeYourSuggestionsSeriously = '(We’ll listen and take your suggestions seriously.)'; static const String sendFeedback = 'Send Feedback'; static const String others = 'Others'; // local boost static const String localBoost = 'Local Boost'; // setting page static const String networkSection = 'Network'; static const String securitySection = 'Security'; static const String myPreCode = 'My Pre Code'; static const String validTerm = 'Valid Term'; static const String freeTime = 'Free Time'; static const String deviceAuthorization = 'Device Authorization'; static const String routingMode = 'Routing Mode'; static const String splitTunneling = 'Split Tunneling'; static const String autoReconnect = 'Auto Reconnect'; static const String restoreDefault = 'Restore Default'; static const String deleteAccount = 'Delete Account'; static const String logout = 'Logout'; // media location page static const String connected = 'Connected'; static const String disconnected = 'Disconnected'; static const String open = 'Open'; static const String disconnect = 'Disconnect'; static const String connect = 'Connect'; static const String opening = 'Opening'; static const String connectedSuccessfully = 'Connected successfully'; static const String willOpenSoon = 'will open soon'; static const String netflix = 'Netflix'; static const String youtube = 'YouTube'; static const String amazon = 'Amazon'; static const String hulu = 'hulu'; static const String niftyStreaming = 'Nifty Streaming'; static const String youtubeStreaming = 'YouTube Streaming'; static const String amazonStreaming = 'Amazon Streaming'; static const String huluStreaming = 'hulu Streaming'; // split tunneling page static const String excludeSelectedAppsFromVPN = 'Exclude selected apps from VPN'; static const String useVPNForSelectedAppsOnly = 'Use VPN for selected apps only'; static const String selectApps = 'Select apps'; static const String customizeYourVPN = 'Customize your VPN'; // subscription page static const String subscription = 'Subscription'; static const String currentSubscription = 'Current subscription'; static const String upgradeToPremium = 'Upgrade to Premium'; static const String activatePreCode = 'Activate Pre Code'; static const String preCodeHint = 'If you have a Pre code, please enter it to claim your Pre benefits.'; static const String planChangeInfo = 'Plan change info'; static const String whenItStarts = 'When it starts'; static const String whatHappensToYourBalance = 'What happens to your balance'; static const String extraTime = 'Extra time'; static const String yourNewPlanBeginsRightAway = 'Your new plan begins right away.'; static const String anyUnusedAmountFromYourOldPlan = 'Any unused amount from your old plan will be added to the new one.'; static const String youllGetExtraDays = 'You\'ll get extra days based on your remaining balance.'; static const String premiumsIncluded = 'Premium\'s included'; static const String unlockAllFreeLocations = 'Unlock all free locations'; static const String unlockSmartMode = 'Unlock smart mode'; static const String unlockMultiHopMode = 'Unlock Multi-hop mode'; static const String premiumCanShareXDevices = 'Premium can share X devices'; static const String ownYourOwnPrivateServer = 'Own your own private server'; static const String closeAds = 'Close ads'; static const String confirmChange = 'Confirm Change'; static const String restorePurchases = 'Restore Purchases'; static const String paymentIssue = 'Payment issue'; static const String yearlyAutoRenewCancelAnytime = 'Yearly auto-renew. Cancel anytime'; // home page static const String recent = 'Recent'; static const String moviesAndTV = 'Movies&TV'; static const String social = 'Social'; static const String support = 'Support'; static const String sport = 'Sport'; static const String music = 'Music'; static const String game = 'Game'; // country restricted static const String sorry = 'Sorry'; static const String unableToLoadData = 'Unable to load data'; static const String dueLawsAndRegulations = 'Due to local laws and regulations, \nNOMOVPN services are not available in \nyour current region.'; // more pages static const String sendPreCodeToEmail = 'Send Pre Code to Email'; static const String selectServer = 'Select Server'; static const String relieveDevice = 'Relieve Device'; static const String relieve = 'Relieve'; static const String info = 'Info'; static const String restoringPurchases = 'Restoring purchases...'; }