|
@@ -1,5 +1,4 @@
|
|
|
class Strings {
|
|
class Strings {
|
|
|
- static const String hello = 'hello';
|
|
|
|
|
static const String loading = 'loading';
|
|
static const String loading = 'loading';
|
|
|
|
|
|
|
|
static const String changeTheme = 'change_theme';
|
|
static const String changeTheme = 'change_theme';
|
|
@@ -70,7 +69,6 @@ class Strings {
|
|
|
static const String go = 'go';
|
|
static const String go = 'go';
|
|
|
static const String bottomBarGames = 'games';
|
|
static const String bottomBarGames = 'games';
|
|
|
static const String bottomBarBoost = 'boost';
|
|
static const String bottomBarBoost = 'boost';
|
|
|
- static const String bottomBarMe = 'me';
|
|
|
|
|
|
|
|
|
|
static const String titleGame = 'game';
|
|
static const String titleGame = 'game';
|
|
|
static const String tabAll = 'all';
|
|
static const String tabAll = 'all';
|
|
@@ -78,20 +76,16 @@ class Strings {
|
|
|
static const String tabTrending = 'trending';
|
|
static const String tabTrending = 'trending';
|
|
|
static const String tabNew = 'new';
|
|
static const String tabNew = 'new';
|
|
|
static const String download = 'download';
|
|
static const String download = 'download';
|
|
|
- static const String boost = 'boost';
|
|
|
|
|
|
|
|
|
|
- static const String titleBoost = 'boost';
|
|
|
|
|
static const String gameNotFound = 'game not found';
|
|
static const String gameNotFound = 'game not found';
|
|
|
static const String exploreGames = 'explore games!';
|
|
static const String exploreGames = 'explore games!';
|
|
|
static const String chooseServer = 'choose server';
|
|
static const String chooseServer = 'choose server';
|
|
|
|
|
|
|
|
- static const String titleMe = 'device';
|
|
|
|
|
static const String searchHistory = 'search history';
|
|
static const String searchHistory = 'search history';
|
|
|
static const String searchHint = 'enter game name';
|
|
static const String searchHint = 'enter game name';
|
|
|
static const String searchNoGame = 'no game I want to boost';
|
|
static const String searchNoGame = 'no game I want to boost';
|
|
|
static const String searchNoRelatedGames =
|
|
static const String searchNoRelatedGames =
|
|
|
'no related games found. browse ourselection?';
|
|
'no related games found. browse ourselection?';
|
|
|
- static const String searchContactUs = 'contact us';
|
|
|
|
|
static const String submitGameTitle = 'submit game';
|
|
static const String submitGameTitle = 'submit game';
|
|
|
static const String submitGameContent =
|
|
static const String submitGameContent =
|
|
|
'could not find the game you wish to boost?';
|
|
'could not find the game you wish to boost?';
|
|
@@ -170,14 +164,14 @@ class Strings {
|
|
|
"Please check your network and try again.";
|
|
"Please check your network and try again.";
|
|
|
static const String error = 'Error';
|
|
static const String error = 'Error';
|
|
|
|
|
|
|
|
-// 登录注册相关
|
|
|
|
|
|
|
+ // 登录注册相关
|
|
|
static const String registerWithEmail = "Register With Email";
|
|
static const String registerWithEmail = "Register With Email";
|
|
|
static const String signInWithEmail = "Sign In With Email";
|
|
static const String signInWithEmail = "Sign In With Email";
|
|
|
static const String continueWithGoogle = "Continue With Google";
|
|
static const String continueWithGoogle = "Continue With Google";
|
|
|
static const String continueWithApple = "Continue With Apple";
|
|
static const String continueWithApple = "Continue With Apple";
|
|
|
static const String continueWithFacebook = "Continue With Facebook";
|
|
static const String continueWithFacebook = "Continue With Facebook";
|
|
|
|
|
|
|
|
-// 注册页面
|
|
|
|
|
|
|
+ // 注册页面
|
|
|
static const String signUp = "Sign Up";
|
|
static const String signUp = "Sign Up";
|
|
|
static const String emailAddress = "Email address";
|
|
static const String emailAddress = "Email address";
|
|
|
static const String password = "Password";
|
|
static const String password = "Password";
|
|
@@ -185,18 +179,18 @@ class Strings {
|
|
|
static const String alreadyHaveAccount = "Already have an account?";
|
|
static const String alreadyHaveAccount = "Already have an account?";
|
|
|
static const String signIn = "Sign In";
|
|
static const String signIn = "Sign In";
|
|
|
|
|
|
|
|
-// 密码规则提示
|
|
|
|
|
|
|
+ // 密码规则提示
|
|
|
static const String passwordMustInclude = "Your password must include:";
|
|
static const String passwordMustInclude = "Your password must include:";
|
|
|
static const String atLeast6Characters = "At least 6 characters";
|
|
static const String atLeast6Characters = "At least 6 characters";
|
|
|
static const String atLeastOneUppercase = "At least one uppercase letter";
|
|
static const String atLeastOneUppercase = "At least one uppercase letter";
|
|
|
static const String atLeastOneLowercase = "At least one lowercase letter";
|
|
static const String atLeastOneLowercase = "At least one lowercase letter";
|
|
|
static const String atLeastOneNumber = "At least one number";
|
|
static const String atLeastOneNumber = "At least one number";
|
|
|
|
|
|
|
|
-// 登录页面
|
|
|
|
|
|
|
+ // 登录页面
|
|
|
static const String forgotPassword = "Forgot Password?";
|
|
static const String forgotPassword = "Forgot Password?";
|
|
|
static const String dontHaveAccount = "Don't have account?";
|
|
static const String dontHaveAccount = "Don't have account?";
|
|
|
|
|
|
|
|
-// 隐私政策
|
|
|
|
|
|
|
+ // 隐私政策
|
|
|
static const String termsAndPrivacy =
|
|
static const String termsAndPrivacy =
|
|
|
"By signing up or continuing, you agree to our Terms and Privacy";
|
|
"By signing up or continuing, you agree to our Terms and Privacy";
|
|
|
static const String terms = "Terms";
|
|
static const String terms = "Terms";
|
|
@@ -205,7 +199,7 @@ class Strings {
|
|
|
"By signing up or continuing, you agree to our ";
|
|
"By signing up or continuing, you agree to our ";
|
|
|
static const String termsAgreementConnector = " and ";
|
|
static const String termsAgreementConnector = " and ";
|
|
|
|
|
|
|
|
-// 账户激活
|
|
|
|
|
|
|
+ // 账户激活
|
|
|
static const String activateAccount = 'Activate Account';
|
|
static const String activateAccount = 'Activate Account';
|
|
|
static const String passwordSetup = 'Password Setup';
|
|
static const String passwordSetup = 'Password Setup';
|
|
|
static const String emailVerificationHint =
|
|
static const String emailVerificationHint =
|
|
@@ -221,62 +215,63 @@ class Strings {
|
|
|
static const String forgotPasswordTitle = 'Forgot Password';
|
|
static const String forgotPasswordTitle = 'Forgot Password';
|
|
|
|
|
|
|
|
// Account page
|
|
// Account page
|
|
|
- static const String createYourAccount = 'createYourAccount';
|
|
|
|
|
- static const String account = 'account';
|
|
|
|
|
- static const String freePlanUnlocked = 'freePlanUnlocked';
|
|
|
|
|
- static const String activateToEnableFeatures = 'activateToEnableFeatures';
|
|
|
|
|
- static const String activateNow = 'activateNow';
|
|
|
|
|
- static const String changePassword = 'changePassword';
|
|
|
|
|
- static const String signOut = 'signOut';
|
|
|
|
|
|
|
+ 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
|
|
// Sign out dialog
|
|
|
- static const String signOutTitle = 'signOutTitle';
|
|
|
|
|
- static const String signOutMessage = 'signOutMessage';
|
|
|
|
|
- static const String signOutWarning = 'signOutWarning';
|
|
|
|
|
- static const String confirm = 'confirm';
|
|
|
|
|
|
|
+ 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
|
|
// Dialog texts
|
|
|
- static const String processing = 'processing';
|
|
|
|
|
- static const String success = 'success';
|
|
|
|
|
- static const String unknownError = 'unknown_error';
|
|
|
|
|
- static const String failed = 'failed';
|
|
|
|
|
|
|
+ static const String processing = 'Processing...';
|
|
|
|
|
+ static const String success = 'Success';
|
|
|
|
|
+ static const String unknownError = 'Unknown error';
|
|
|
|
|
+ static const String failed = 'Failed';
|
|
|
|
|
|
|
|
// Loading Dialog Messages
|
|
// 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';
|
|
|
|
|
|
|
+ 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
|
|
// boost report
|
|
|
- static const String boostReport = 'boost_report';
|
|
|
|
|
|
|
+ static const String boostReport = 'Boost Report';
|
|
|
|
|
|
|
|
// sign out dialog
|
|
// sign out dialog
|
|
|
- static const String signOuting = 'signOuting';
|
|
|
|
|
- static const String signOutSuccessful = 'signOutSuccessful';
|
|
|
|
|
|
|
+ static const String signOuting = 'Signing out...';
|
|
|
|
|
+ static const String signOutSuccessful = 'Sign out successful';
|
|
|
|
|
|
|
|
// boost report
|
|
// 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 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 =
|
|
static const String networkRestricted =
|
|
@@ -344,4 +339,97 @@ class Strings {
|
|
|
|
|
|
|
|
// local boost
|
|
// local boost
|
|
|
static const String localBoost = '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...';
|
|
|
}
|
|
}
|