|
@@ -20,7 +20,10 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
|
String get localeName => 'en';
|
|
|
|
|
|
- static String m0(passwordStrengthValue) =>
|
|
|
+ static String m0(supportEmail) =>
|
|
|
+ "Please drop an email to ${supportEmail} from your registered email address";
|
|
|
+
|
|
|
+ static String m1(passwordStrengthValue) =>
|
|
|
"Password strength: ${passwordStrengthValue}";
|
|
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
@@ -39,17 +42,30 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"byClickingLogInIAgreeToThe": MessageLookupByLibrary.simpleMessage(
|
|
|
"By clicking log in, I agree to the"),
|
|
|
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
|
|
+ "changeEmail": MessageLookupByLibrary.simpleMessage("Change email"),
|
|
|
"changePasswordTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Change password"),
|
|
|
"checkInboxAndSpamFolder": MessageLookupByLibrary.simpleMessage(
|
|
|
"Please check your inbox (and spam) to complete verification"),
|
|
|
+ "codeCopiedToClipboard":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Code copied to clipboard"),
|
|
|
+ "confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
|
|
|
"confirmAccountDeletion":
|
|
|
MessageLookupByLibrary.simpleMessage("Confirm Account Deletion"),
|
|
|
"confirmDeletePrompt": MessageLookupByLibrary.simpleMessage(
|
|
|
"Yes, I want to permanently delete this account and all its data."),
|
|
|
"confirmPassword":
|
|
|
MessageLookupByLibrary.simpleMessage("Confirm password"),
|
|
|
+ "confirmRecoveryKey":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Confirm recovery key"),
|
|
|
+ "confirmYourRecoveryKey":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Confirm your recovery key"),
|
|
|
+ "contactSupport":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Contact support"),
|
|
|
"continueLabel": MessageLookupByLibrary.simpleMessage("Continue"),
|
|
|
+ "copypasteThisCodentoYourAuthenticatorApp":
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Copy-paste this code\nto your authenticator app"),
|
|
|
"createAccount": MessageLookupByLibrary.simpleMessage("Create account"),
|
|
|
"createNewAccount":
|
|
|
MessageLookupByLibrary.simpleMessage("Create new account"),
|
|
@@ -71,20 +87,28 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("My reason isn’t listed"),
|
|
|
"deleteRequestSLAText": MessageLookupByLibrary.simpleMessage(
|
|
|
"Your request will be processed within 72 hours."),
|
|
|
+ "doThisLater": MessageLookupByLibrary.simpleMessage("Do this later"),
|
|
|
+ "dropSupportEmail": m0,
|
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
|
"encryption": MessageLookupByLibrary.simpleMessage("Encryption"),
|
|
|
"encryptionKeys":
|
|
|
MessageLookupByLibrary.simpleMessage("Encryption keys"),
|
|
|
"endToEndEncrypted":
|
|
|
MessageLookupByLibrary.simpleMessage("end-to-end encrypted"),
|
|
|
+ "enterCode": MessageLookupByLibrary.simpleMessage("Enter code"),
|
|
|
"enterNewPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
|
|
|
"Enter a new password we can use to encrypt your data"),
|
|
|
"enterPasswordToEncrypt": MessageLookupByLibrary.simpleMessage(
|
|
|
"Enter a password we can use to encrypt your data"),
|
|
|
+ "enterThe6digitCodeFromnyourAuthenticatorApp":
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Enter the 6-digit code from\nyour authenticator app"),
|
|
|
"enterValidEmail": MessageLookupByLibrary.simpleMessage(
|
|
|
"Please enter a valid email address."),
|
|
|
"enterYourEmailAddress":
|
|
|
MessageLookupByLibrary.simpleMessage("Enter your email address"),
|
|
|
+ "enterYourPassword":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Enter your password"),
|
|
|
"enterYourRecoveryKey":
|
|
|
MessageLookupByLibrary.simpleMessage("Enter your recovery key"),
|
|
|
"feedback": MessageLookupByLibrary.simpleMessage("Feedback"),
|
|
@@ -95,6 +119,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"generatingEncryptionKeys": MessageLookupByLibrary.simpleMessage(
|
|
|
"Generating encryption keys..."),
|
|
|
"howItWorks": MessageLookupByLibrary.simpleMessage("How it works"),
|
|
|
+ "incorrectPasswordTitle":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Incorrect password"),
|
|
|
"incorrectRecoveryKeyBody": MessageLookupByLibrary.simpleMessage(
|
|
|
"The recovery key you entered is incorrect"),
|
|
|
"incorrectRecoveryKeyTitle":
|
|
@@ -103,9 +129,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage("Insecure device"),
|
|
|
"invalidEmailAddress":
|
|
|
MessageLookupByLibrary.simpleMessage("Invalid email address"),
|
|
|
+ "invalidKey": MessageLookupByLibrary.simpleMessage("Invalid key"),
|
|
|
+ "invalidRecoveryKey": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "The recovery key you entered is not valid. Please make sure it "),
|
|
|
"kindlyHelpUsWithThisInformation": MessageLookupByLibrary.simpleMessage(
|
|
|
"Kindly help us with this information"),
|
|
|
"logInLabel": MessageLookupByLibrary.simpleMessage("Log in"),
|
|
|
+ "lostDevice": MessageLookupByLibrary.simpleMessage("Lost device?"),
|
|
|
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),
|
|
|
"noPasswordWarningPart1": MessageLookupByLibrary.simpleMessage(
|
|
|
"We don\'t store this password, so if you forget,"),
|
|
@@ -120,23 +150,54 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"password": MessageLookupByLibrary.simpleMessage("Password"),
|
|
|
"passwordChangedSuccessfully": MessageLookupByLibrary.simpleMessage(
|
|
|
"Password changed successfully"),
|
|
|
- "passwordStrength": m0,
|
|
|
+ "passwordStrength": m1,
|
|
|
"pleaseSendAnEmailTo":
|
|
|
MessageLookupByLibrary.simpleMessage("Please send an email to"),
|
|
|
+ "pleaseTryAgain":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Please try again"),
|
|
|
"pleaseWait": MessageLookupByLibrary.simpleMessage("Please wait..."),
|
|
|
"privacyPolicy": MessageLookupByLibrary.simpleMessage("privacy policy"),
|
|
|
"privacyPolicyTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Privacy Policy"),
|
|
|
+ "recover": MessageLookupByLibrary.simpleMessage("Recover"),
|
|
|
+ "recoverAccount":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Recover account"),
|
|
|
"recoverButton": MessageLookupByLibrary.simpleMessage("Recover"),
|
|
|
+ "recoveryKey": MessageLookupByLibrary.simpleMessage("Recovery key"),
|
|
|
+ "recoveryKeyCopiedToClipboard": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Recovery key copied to clipboard"),
|
|
|
+ "recoveryKeyOnForgotPassword": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "If you forget your password, the only way you can recover your data is with this key."),
|
|
|
+ "recoveryKeySaveDescription": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "We don\'t store this key, please save this 24 word key in a safe place."),
|
|
|
+ "recoveryKeySuccessBody": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Great! Your recovery key is valid. Thank you for verifying.\n\nPlease remember to keep your recovery key safely backed up."),
|
|
|
+ "recoveryKeyVerified":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Recovery key verified"),
|
|
|
+ "recoveryKeyVerifyReason": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Your recovery key is the only way to recover your photos if you forget your password. You can find your recovery key in Settings > Account.\n\nPlease enter your recovery key here to verify that you have saved it correctly."),
|
|
|
"recoverySuccessful":
|
|
|
MessageLookupByLibrary.simpleMessage("Recovery successful!"),
|
|
|
+ "recreatePasswordBody": MessageLookupByLibrary.simpleMessage(
|
|
|
+ "The current device is not powerful enough to verify your "),
|
|
|
+ "recreatePasswordTitle":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Recreate password"),
|
|
|
"resendEmail": MessageLookupByLibrary.simpleMessage("Resend email"),
|
|
|
"resetPasswordTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Reset password"),
|
|
|
+ "saveKey": MessageLookupByLibrary.simpleMessage("Save key"),
|
|
|
+ "saveYourRecoveryKeyIfYouHaventAlready":
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Save your recovery key if you haven\'t already"),
|
|
|
+ "scanCode": MessageLookupByLibrary.simpleMessage("Scan code"),
|
|
|
+ "scanThisBarcodeWithnyourAuthenticatorApp":
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
+ "Scan this barcode with\nyour authenticator app"),
|
|
|
"selectReason": MessageLookupByLibrary.simpleMessage("Select reason"),
|
|
|
"sendEmail": MessageLookupByLibrary.simpleMessage("Send email"),
|
|
|
"setPasswordTitle":
|
|
|
MessageLookupByLibrary.simpleMessage("Set password"),
|
|
|
+ "setupComplete": MessageLookupByLibrary.simpleMessage("Setup complete"),
|
|
|
"somethingWentWrongPleaseTryAgain":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Something went wrong, please try again"),
|
|
@@ -145,6 +206,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"Sorry, we could not generate secure keys on this device.\n\nplease sign up from a different device."),
|
|
|
"strongStrength": MessageLookupByLibrary.simpleMessage("Strong"),
|
|
|
+ "tapToCopy": MessageLookupByLibrary.simpleMessage("tap to copy"),
|
|
|
"tapToEnterCode":
|
|
|
MessageLookupByLibrary.simpleMessage("Tap to enter code"),
|
|
|
"terminate": MessageLookupByLibrary.simpleMessage("Terminate"),
|
|
@@ -155,15 +217,32 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
|
"termsOfService":
|
|
|
MessageLookupByLibrary.simpleMessage("terms of service"),
|
|
|
"termsOfServicesTitle": MessageLookupByLibrary.simpleMessage("Terms"),
|
|
|
+ "thisCanBeUsedToRecoverYourAccountIfYou":
|
|
|
+ MessageLookupByLibrary.simpleMessage(
|
|
|
+ "This can be used to recover your account if you lose your second factor"),
|
|
|
"thisDevice": MessageLookupByLibrary.simpleMessage("This device"),
|
|
|
"thisWillLogYouOutOfTheFollowingDevice":
|
|
|
MessageLookupByLibrary.simpleMessage(
|
|
|
"This will log you out of the following device:"),
|
|
|
"thisWillLogYouOutOfThisDevice": MessageLookupByLibrary.simpleMessage(
|
|
|
"This will log you out of this device!"),
|
|
|
+ "tryAgain": MessageLookupByLibrary.simpleMessage("Try again"),
|
|
|
+ "twofactorAuthenticationPageTitle":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Two-factor authentication"),
|
|
|
+ "twofactorSetup":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Two-factor setup"),
|
|
|
+ "useRecoveryKey":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Use recovery key"),
|
|
|
"verify": MessageLookupByLibrary.simpleMessage("Verify"),
|
|
|
"verifyEmail": MessageLookupByLibrary.simpleMessage("Verify email"),
|
|
|
+ "verifyPassword":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Verify password"),
|
|
|
+ "verifyingRecoveryKey":
|
|
|
+ MessageLookupByLibrary.simpleMessage("Verifying recovery key..."),
|
|
|
+ "viewRecoveryKey":
|
|
|
+ MessageLookupByLibrary.simpleMessage("View recovery key"),
|
|
|
"weakStrength": MessageLookupByLibrary.simpleMessage("Weak"),
|
|
|
+ "welcomeBack": MessageLookupByLibrary.simpleMessage("Welcome back!"),
|
|
|
"weveSentAMailTo":
|
|
|
MessageLookupByLibrary.simpleMessage("We\'ve sent a mail to"),
|
|
|
"yourAccountHasBeenDeleted": MessageLookupByLibrary.simpleMessage(
|