270 lines
12 KiB
Plaintext
270 lines
12 KiB
Plaintext
/* Title for auth picker screen. */
|
||
"AuthPickerTitle" = "Welcome";
|
||
|
||
/* Sign in with email button label. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"SignInWithEmail" = "Sign in with email";
|
||
|
||
/* Title for email entry screen, email text field placeholder. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"EnterYourEmail" = "Enter your email";
|
||
|
||
/* Error message displayed when user enters an invalid email address. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"InvalidEmailError" = "Incorrect email address.";
|
||
|
||
/* Error message displayed when the app cannot authenticate user's account. */
|
||
"CannotAuthenticateError" = "This type of account isn't supported by this app";
|
||
|
||
/* Title of an alert shown to an existing user coming back to the app. */
|
||
"ExistingAccountTitle" = "You already have an account";
|
||
|
||
/* Alert message to let user know what identity provider (second placeholder, ex. Google) was used previously for the email address (first placeholder). */
|
||
"ProviderUsedPreviouslyMessage" = "You've already used %@. Sign in with %@ to continue.";
|
||
|
||
/* Title for sign in screen and sign in button. */
|
||
"SignInTitle" = "Sign in";
|
||
|
||
/* Password text field placeholder. */
|
||
"EnterYourPassword" = "Enter your password";
|
||
|
||
/* Error message displayed when user enters an empty password. */
|
||
"InvalidPasswordError" = "Password cannot be empty.";
|
||
|
||
/* Error message displayed when the email and password don't match. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"WrongPasswordError" = "The email and password that you entered don't match.";
|
||
|
||
/* Error message displayed when there's no account matching the email address. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"UserNotFoundError" = "That email address doesn't match an existing account.";
|
||
|
||
/* Error message displayed when the account is disabled. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"AccountDisabledError" = "That email address is for an account that has been disabled.";
|
||
|
||
/* Error message displayed after user trying to sign in too many times. */
|
||
"SignInTooManyTimesError" = "You've entered an incorrect password too many times. Try again in a few minutes.";
|
||
|
||
/* Error message displayed when FUIAuth is not configured with third party provider. Parameter is value of provider (e g Google, Facebook etc) */
|
||
"CantFindProvider" = "Can't find provider for %@.";
|
||
|
||
/* Error message displayed when after re-authorization current user's email and re-authorized user's email doesn't match. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"EmailsDontMatch" = "Emails don't match";
|
||
|
||
/* Title for password recovery screen. */
|
||
"PasswordRecoveryTitle" = "Recover password";
|
||
|
||
/* Explanation on how the password of an account can be recovered. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"PasswordRecoveryMessage" = "Receive instructions to this email that explain how to reset your password";
|
||
|
||
/* Title of a message displayed when the email for password recovery has been sent. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"PasswordRecoveryEmailSentTitle" = "Check your email";
|
||
|
||
/* Message displayed when the email for password recovery has been sent. */
|
||
"PasswordRecoveryEmailSentMessage" = "Follow the instructions sent to %@ to recover your password.";
|
||
|
||
/* Title for sign up screen. */
|
||
"SignUpTitle" = "Create account";
|
||
|
||
/* Name text field placeholder. */
|
||
"FirstAndLastName" = "First name & surname";
|
||
|
||
/* Placeholder for the password text field in a sign up form. */
|
||
"ChoosePassword" = "Choose password";
|
||
|
||
/* Text linked to a web page with the Terms of Service content. */
|
||
"TermsOfService" = "Terms of Service";
|
||
|
||
/* Text linked to a web page with the Privacy Policy content. */
|
||
"PrivacyPolicy" = "Privacy Policy";
|
||
|
||
/* A message displayed when the first log in screen is displayed. The first placeholder is the terms of service agreement link, the second place holder is the privacy policy agreement link. */
|
||
"TermsOfServiceMessage" = "By continuing, you are indicating that you accept our %@ and %@.";
|
||
|
||
/* Error message displayed when the email address is already in use. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"EmailAlreadyInUseError" = "The email address is already in use by another account.";
|
||
|
||
/* Error message displayed when the password is too weak. */
|
||
"WeakPasswordError" = "Strong passwords have at least 6 characters and a mix of letters and numbers.";
|
||
|
||
/* Error message displayed when many accounts have been created from same IP address. */
|
||
"SignUpTooManyTimesError" = "Too many account requests are coming from your IP address. Try again in a few minutes.";
|
||
|
||
/* Message to explain to the user that password is needed for an account with this email address. */
|
||
"PasswordVerificationMessage" = "You've already used %@ to sign in. Enter your password for that account.";
|
||
|
||
/* OK button title. */
|
||
"OK" = "OK";
|
||
|
||
/* Cancel button title. */
|
||
"Cancel" = "Cancel";
|
||
|
||
/* Back button title. */
|
||
"Back" = "Back";
|
||
|
||
/* Next button title. */
|
||
"Next" = "Next";
|
||
|
||
/* Save button title. */
|
||
"Save" = "Save";
|
||
|
||
/* Send button title. */
|
||
"Send" = "Send";
|
||
|
||
/* Resend button title. */
|
||
"Resend" = "Resend";
|
||
|
||
/* Label next to a email text field. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"Email" = "Email";
|
||
|
||
/* Label next to a password text field. */
|
||
"Password" = "Password";
|
||
|
||
/* Label next to a name text field. */
|
||
"Name" = "Name";
|
||
|
||
/* Alert title Error. */
|
||
"Error" = "Error";
|
||
|
||
/* Alert button title Close. */
|
||
"Close" = "Close";
|
||
|
||
/* Account Settings section title Profile. */
|
||
"AS_SectionProfile" = "Profile";
|
||
|
||
/* Account Settings section title Security. */
|
||
"AS_SectionSecurity" = "Security";
|
||
|
||
/* Account Settings section title Linked Accounts. */
|
||
"AS_SectionLinkedAccounts" = "Linked Accounts";
|
||
|
||
/* Account Settings cell title Name. */
|
||
"AS_Name" = "Name";
|
||
|
||
/* Account Settings cell title Email. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"AS_Email" = "Email";
|
||
|
||
/* Account Settings cell title Add Password. */
|
||
"AS_AddPassword" = "Add password";
|
||
|
||
/* Account Settings cell title Change Password. */
|
||
"AS_ChangePassword" = "Change password";
|
||
|
||
/* Account Settings cell title Sign Out. */
|
||
"AS_SignOut" = "Sign Out";
|
||
|
||
/* Account Settings cell title Delete Account. */
|
||
"AS_DeleteAccount" = "Delete Account";
|
||
|
||
/* Button text for 'Forgot Password' action. */
|
||
"ForgotPassword" = "Forgotten password?";
|
||
|
||
/* Alert message title show for re-authorization. */
|
||
"VerifyItsYou" = "Verify that it's you";
|
||
|
||
/* Alert message title shown to confirm account deletion action. */
|
||
"DeleteAccountConfirmationTitle" = "Delete account?";
|
||
|
||
/* Alert message body shown to confirm account deletion action. */
|
||
"DeleteAccountBody" = "This will erase all data associated with your account, and can't be undone. You will need to sign in again to complete this action";
|
||
|
||
/* Explanation message shown before deleting account. */
|
||
"DeleteAccountConfirmationMessage" = "This will erase all data associated with your account, and can't be undone. Are you sure that you want to delete your account?";
|
||
|
||
/* Text of Delete action button. */
|
||
"Delete" = "Delete";
|
||
|
||
/* Title of Controller shown before deleting account */
|
||
"DeleteAccountControllerTitle" = "Delete account";
|
||
|
||
/* Alert message shown before account deletion. */
|
||
"ActionCantBeUndone" = "This action can't be undone";
|
||
|
||
/* Button title for unlinking account action. */
|
||
"UnlinkAction" = "Unlink";
|
||
|
||
/* Controller title shown for unlinking account action. */
|
||
"UnlinkTitle" = "Linked account";
|
||
|
||
/* Alert title shown before unlinking action. */
|
||
"UnlinkConfirmationTitle" = "Unlink account?";
|
||
|
||
/* Alert message shown before unlinking action. */
|
||
"UnlinkConfirmationMessage" = "You will no longer be able to sign in using your account";
|
||
|
||
/* Alert action title shown before unlinking action. */
|
||
"UnlinkConfirmationActionTitle" = "Unlink account";
|
||
|
||
/* Alert action message shown before updating email action. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"UpdateEmailAlertMessage" = "To change email address associated with your account, you will need to sign in again.";
|
||
|
||
/* Alert action message shown before confirmation of updating email action. */
|
||
"UpdateEmailVerificationAlertMessage" = "In order to change your password, you first need to enter your current password.";
|
||
|
||
/* Controller title shown when editing account email. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"EditEmailTitle" = "Edit email";
|
||
|
||
/* Controller title shown when editing account name. */
|
||
"EditNameTitle" = "Edit name";
|
||
|
||
/* Alert message shown when adding account password. */
|
||
"AddPasswordAlertMessage" = "To add a password to your account, you will need to sign in again.";
|
||
|
||
/* Alert message shown when editing account password. */
|
||
"EditPasswordAlertMessage" = "To change your account's password, you will need to sign in again.";
|
||
|
||
/* Alert message shown when re-authenticating before editing account password. */
|
||
"ReauthenticateEditPasswordAlertMessage" = "In order to change your password, you first need to enter your current password.";
|
||
|
||
/* Controller title shown when adding password to account. */
|
||
"AddPasswordTitle" = "Add password";
|
||
|
||
/* Controller title shown when editing password to account. */
|
||
"EditPasswordTitle" = "Change password";
|
||
|
||
/* Title of Password/Email provider. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"ProviderTitlePassword" = "Email";
|
||
|
||
/* Title of Google provider */
|
||
"ProviderTitleGoogle" = "Google";
|
||
|
||
/* Title of Facebook provider */
|
||
"ProviderTitleFacebook" = "Facebook";
|
||
|
||
/* Title of Twitter provider */
|
||
"ProviderTitleTwitter" = "Twitter";
|
||
|
||
/* Sign in with provider button label. */
|
||
"SignInWithProvider" = "Sign in with %@";
|
||
|
||
/* Placeholder of input cell when user changes name. */
|
||
"PlaceholderEnterName" = "Enter your name";
|
||
|
||
/* Placeholder of input cell when user changes name. Use short/abbreviated translation for 'email' which is less than 15 chars. */
|
||
"PlaceholderEnterEmail" = "Enter your email";
|
||
|
||
/* Placeholder of secret input cell when user changes password. */
|
||
"PlaceholderEnterPassword" = "Enter your password";
|
||
|
||
/* Placeholder of secret input cell when user confirms password. */
|
||
"PlaceholderNewPassword" = "New password";
|
||
|
||
/* Placeholder of secret input cell when user changes password. */
|
||
"PlaceholderChosePassword" = "Choose password";
|
||
|
||
/* Title of forgot password button. */
|
||
"ForgotPasswordTitle" = "Trouble signing in?";
|
||
|
||
/* Title of confirm email label. */
|
||
"ConfirmEmail" = "Confirm email";
|
||
|
||
/* Title of successfully signed in label. */
|
||
"SignedIn" = "Signed in!";
|
||
|
||
/* Title used in trouble getting email alert view. */
|
||
"TroubleGettingEmailTitle" = "Trouble getting emails?";
|
||
|
||
/* Alert message displayed when user having trouble getting email. */
|
||
"TroubleGettingEmailMessage" = "Try these common fixes: \n – Check whether the email was marked as spam or filtered.\n – Check your internet connection.\n – Check that you did not misspell your email.\n – Check that your inbox space is not running out, or for other inbox settings-related issues.\n If the steps above didn't work, you can resend the email. Note that this will deactivate the link in the older email.";
|
||
|
||
/* Message displayed after email is sent. The placeholder is the email address that the email is sent to. */
|
||
"EmailSentConfirmationMessage" = "A sign-in email with additional instructions was sent to %@. Check your email to complete sign-in.";
|
||
|
||
/* Message displayed after the email of sign-in link is sent. */
|
||
"SignInEmailSent" = "Sign-in email sent";
|