Move FTUE strings for translation.

This commit is contained in:
Doug 2022-07-14 14:13:32 +01:00 committed by Doug
parent 572a8762ac
commit c7816673ef
4 changed files with 293 additions and 292 deletions

View file

@ -19,77 +19,3 @@
// MARK: Onboarding Personalization WIP
"image_picker_action_files" = "Choose from files";
// MARK: Onboarding Authentication WIP
"authentication_registration_title" = "Create your account";
"authentication_registration_username" = "Username";
"authentication_registration_username_footer" = "You cant change this later";
/* The placeholder will show the full Matrix ID that has been entered. */
"authentication_registration_username_footer_available" = "Others can discover you %@";
"authentication_registration_password_footer" = "Must be 8 characters or more";
"authentication_login_title" = "Welcome back!";
"authentication_login_username" = "Username / Email / Phone";
"authentication_login_forgot_password" = "Forgot password";
"authentication_server_info_title" = "Where your conversations will live";
"authentication_server_selection_login_title" = "Connect to homeserver";
"authentication_server_selection_login_message" = "What is the address of your server?";
"authentication_server_selection_register_title" = "Select your homeserver";
"authentication_server_selection_register_message" = "What is the address of your server? This is like a home for all your data";
"authentication_server_selection_server_url" = "Homeserver URL";
"authentication_server_selection_generic_error" = "Cannot find a server at this URL, please check it is correct.";
"authentication_cancel_flow_confirmation_message" = "Your account is not created yet. Stop the registration process?";
"authentication_verify_email_input_title" = "Enter your email";
"authentication_verify_email_input_message" = "%@ needs to verify your account";
"authentication_verify_email_text_field_placeholder" = "Email";
"authentication_verify_email_waiting_title" = "Check your email to verify.";
/* The placeholder will show the email address that was entered. */
"authentication_verify_email_waiting_message" = "To confirm your email, tap the button in the email we just sent to %@";
"authentication_verify_email_waiting_hint" = "Did not receive an email?";
"authentication_verify_email_waiting_button" = "Resend email";
"authentication_forgot_password_input_title" = "Enter your email";
"authentication_forgot_password_input_message" = "%@ will send you a verification link";
"authentication_forgot_password_text_field_placeholder" = "Email";
"authentication_forgot_password_waiting_title" = "Check your email.";
/* The placeholder will show the email address that was entered. */
"authentication_forgot_password_waiting_message" = "Follow the instructions sent to %@";
"authentication_forgot_password_waiting_button" = "Resend email";
"authentication_choose_password_input_title" = "Choose a new password";
"authentication_choose_password_input_message" = "Make sure its 8 characters or more";
"authentication_choose_password_text_field_placeholder" = "New Password";
"authentication_choose_password_signout_all_devices" = "Sign out of all devices";
"authentication_choose_password_submit_button" = "Reset Password";
"authentication_verify_msisdn_input_title" = "Enter your phone number";
"authentication_verify_msisdn_input_message" = "%@ needs to verify your account";
"authentication_verify_msisdn_text_field_placeholder" = "Phone Number";
"authentication_verify_msisdn_otp_text_field_placeholder" = "Confirmation Code";
"authentication_verify_msisdn_waiting_title" = "Verify your phone number";
/* The placeholder will show the phone number that was entered. */
"authentication_verify_msisdn_waiting_message" = "A code was sent to %@";
"authentication_verify_msisdn_waiting_button" = "Resend code";
"authentication_verify_msisdn_invalid_phone_number" = "Invalid phone number";
"authentication_terms_title" = "Server policies";
"authentication_terms_message" = "Please read %@s terms and policies";
"authentication_terms_policy_url_error" = "Unable to find the selected policy. Please try again later.";
"authentication_recaptcha_title" = "Are you a human?";
// MARK: Password Validation
"password_validation_info_header" = "Your password should meet the criteria below:";
"password_validation_error_header" = "Given password does not meet the criteria below:";
/* The placeholder will show a number */
"password_validation_error_min_length" = "At least %d characters.";
/* The placeholder will show a number */
"password_validation_error_max_length" = "Not exceed %d characters.";
"password_validation_error_contain_lowercase_letter" = "Contain a lower-case letter.";
"password_validation_error_contain_uppercase_letter" = "Contain an upper-case letter.";
"password_validation_error_contain_number" = "Contain a number.";
"password_validation_error_contain_symbol" = "Contain a symbol.";

View file

@ -96,7 +96,7 @@
"accessibility_checkbox_label" = "checkbox";
"accessibility_button_label" = "button";
// Onboarding
// MARK: Onboarding
"onboarding_splash_register_button_title" = "Create account";
"onboarding_splash_login_button_title" = "I already have an account";
"onboarding_splash_page_1_title" = "Own your conversations.";
@ -142,7 +142,82 @@
"onboarding_celebration_message" = "Head to settings anytime to update your profile.";
"onboarding_celebration_button" = "Let's go";
// Authentication
// MARK: Authentication
"authentication_registration_title" = "Create your account";
"authentication_registration_username" = "Username";
"authentication_registration_username_footer" = "You cant change this later";
/* The placeholder will show the full Matrix ID that has been entered. */
"authentication_registration_username_footer_available" = "Others can discover you %@";
"authentication_registration_password_footer" = "Must be 8 characters or more";
"authentication_login_title" = "Welcome back!";
"authentication_login_username" = "Username / Email / Phone";
"authentication_login_forgot_password" = "Forgot password";
"authentication_server_info_title" = "Where your conversations will live";
"authentication_server_selection_login_title" = "Connect to homeserver";
"authentication_server_selection_login_message" = "What is the address of your server?";
"authentication_server_selection_register_title" = "Select your homeserver";
"authentication_server_selection_register_message" = "What is the address of your server? This is like a home for all your data";
"authentication_server_selection_server_url" = "Homeserver URL";
"authentication_server_selection_generic_error" = "Cannot find a server at this URL, please check it is correct.";
"authentication_cancel_flow_confirmation_message" = "Your account is not created yet. Stop the registration process?";
"authentication_verify_email_input_title" = "Enter your email";
"authentication_verify_email_input_message" = "%@ needs to verify your account";
"authentication_verify_email_text_field_placeholder" = "Email";
"authentication_verify_email_waiting_title" = "Check your email to verify.";
/* The placeholder will show the email address that was entered. */
"authentication_verify_email_waiting_message" = "To confirm your email, tap the button in the email we just sent to %@";
"authentication_verify_email_waiting_hint" = "Did not receive an email?";
"authentication_verify_email_waiting_button" = "Resend email";
"authentication_forgot_password_input_title" = "Enter your email";
"authentication_forgot_password_input_message" = "%@ will send you a verification link";
"authentication_forgot_password_text_field_placeholder" = "Email";
"authentication_forgot_password_waiting_title" = "Check your email.";
/* The placeholder will show the email address that was entered. */
"authentication_forgot_password_waiting_message" = "Follow the instructions sent to %@";
"authentication_forgot_password_waiting_button" = "Resend email";
"authentication_choose_password_input_title" = "Choose a new password";
"authentication_choose_password_input_message" = "Make sure its 8 characters or more";
"authentication_choose_password_text_field_placeholder" = "New Password";
"authentication_choose_password_signout_all_devices" = "Sign out of all devices";
"authentication_choose_password_submit_button" = "Reset Password";
"authentication_verify_msisdn_input_title" = "Enter your phone number";
"authentication_verify_msisdn_input_message" = "%@ needs to verify your account";
"authentication_verify_msisdn_text_field_placeholder" = "Phone Number";
"authentication_verify_msisdn_otp_text_field_placeholder" = "Confirmation Code";
"authentication_verify_msisdn_waiting_title" = "Verify your phone number";
/* The placeholder will show the phone number that was entered. */
"authentication_verify_msisdn_waiting_message" = "A code was sent to %@";
"authentication_verify_msisdn_waiting_button" = "Resend code";
"authentication_verify_msisdn_invalid_phone_number" = "Invalid phone number";
"authentication_terms_title" = "Server policies";
"authentication_terms_message" = "Please read %@s terms and policies";
"authentication_terms_policy_url_error" = "Unable to find the selected policy. Please try again later.";
"authentication_recaptcha_title" = "Are you a human?";
// MARK: Password Validation
"password_validation_info_header" = "Your password should meet the criteria below:";
"password_validation_error_header" = "Given password does not meet the criteria below:";
/* The placeholder will show a number */
"password_validation_error_min_length" = "At least %d characters.";
/* The placeholder will show a number */
"password_validation_error_max_length" = "Not exceed %d characters.";
"password_validation_error_contain_lowercase_letter" = "Contain a lower-case letter.";
"password_validation_error_contain_uppercase_letter" = "Contain an upper-case letter.";
"password_validation_error_contain_number" = "Contain a number.";
"password_validation_error_contain_symbol" = "Contain a symbol.";
// MARK: Legacy Authentication
"auth_login" = "Log in";
"auth_register" = "Register";
"auth_submit" = "Submit";

View file

@ -531,6 +531,190 @@ public class VectorL10n: NSObject {
public static var authenticatedSessionFlowNotSupported: String {
return VectorL10n.tr("Vector", "authenticated_session_flow_not_supported")
}
/// Your account is not created yet. Stop the registration process?
public static var authenticationCancelFlowConfirmationMessage: String {
return VectorL10n.tr("Vector", "authentication_cancel_flow_confirmation_message")
}
/// Make sure its 8 characters or more
public static var authenticationChoosePasswordInputMessage: String {
return VectorL10n.tr("Vector", "authentication_choose_password_input_message")
}
/// Choose a new password
public static var authenticationChoosePasswordInputTitle: String {
return VectorL10n.tr("Vector", "authentication_choose_password_input_title")
}
/// Sign out of all devices
public static var authenticationChoosePasswordSignoutAllDevices: String {
return VectorL10n.tr("Vector", "authentication_choose_password_signout_all_devices")
}
/// Reset Password
public static var authenticationChoosePasswordSubmitButton: String {
return VectorL10n.tr("Vector", "authentication_choose_password_submit_button")
}
/// New Password
public static var authenticationChoosePasswordTextFieldPlaceholder: String {
return VectorL10n.tr("Vector", "authentication_choose_password_text_field_placeholder")
}
/// %@ will send you a verification link
public static func authenticationForgotPasswordInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_forgot_password_input_message", p1)
}
/// Enter your email
public static var authenticationForgotPasswordInputTitle: String {
return VectorL10n.tr("Vector", "authentication_forgot_password_input_title")
}
/// Email
public static var authenticationForgotPasswordTextFieldPlaceholder: String {
return VectorL10n.tr("Vector", "authentication_forgot_password_text_field_placeholder")
}
/// Resend email
public static var authenticationForgotPasswordWaitingButton: String {
return VectorL10n.tr("Vector", "authentication_forgot_password_waiting_button")
}
/// Follow the instructions sent to %@
public static func authenticationForgotPasswordWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_forgot_password_waiting_message", p1)
}
/// Check your email.
public static var authenticationForgotPasswordWaitingTitle: String {
return VectorL10n.tr("Vector", "authentication_forgot_password_waiting_title")
}
/// Forgot password
public static var authenticationLoginForgotPassword: String {
return VectorL10n.tr("Vector", "authentication_login_forgot_password")
}
/// Welcome back!
public static var authenticationLoginTitle: String {
return VectorL10n.tr("Vector", "authentication_login_title")
}
/// Username / Email / Phone
public static var authenticationLoginUsername: String {
return VectorL10n.tr("Vector", "authentication_login_username")
}
/// Are you a human?
public static var authenticationRecaptchaTitle: String {
return VectorL10n.tr("Vector", "authentication_recaptcha_title")
}
/// Must be 8 characters or more
public static var authenticationRegistrationPasswordFooter: String {
return VectorL10n.tr("Vector", "authentication_registration_password_footer")
}
/// Create your account
public static var authenticationRegistrationTitle: String {
return VectorL10n.tr("Vector", "authentication_registration_title")
}
/// Username
public static var authenticationRegistrationUsername: String {
return VectorL10n.tr("Vector", "authentication_registration_username")
}
/// You cant change this later
public static var authenticationRegistrationUsernameFooter: String {
return VectorL10n.tr("Vector", "authentication_registration_username_footer")
}
/// Others can discover you %@
public static func authenticationRegistrationUsernameFooterAvailable(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_registration_username_footer_available", p1)
}
/// Where your conversations will live
public static var authenticationServerInfoTitle: String {
return VectorL10n.tr("Vector", "authentication_server_info_title")
}
/// Cannot find a server at this URL, please check it is correct.
public static var authenticationServerSelectionGenericError: String {
return VectorL10n.tr("Vector", "authentication_server_selection_generic_error")
}
/// What is the address of your server?
public static var authenticationServerSelectionLoginMessage: String {
return VectorL10n.tr("Vector", "authentication_server_selection_login_message")
}
/// Connect to homeserver
public static var authenticationServerSelectionLoginTitle: String {
return VectorL10n.tr("Vector", "authentication_server_selection_login_title")
}
/// What is the address of your server? This is like a home for all your data
public static var authenticationServerSelectionRegisterMessage: String {
return VectorL10n.tr("Vector", "authentication_server_selection_register_message")
}
/// Select your homeserver
public static var authenticationServerSelectionRegisterTitle: String {
return VectorL10n.tr("Vector", "authentication_server_selection_register_title")
}
/// Homeserver URL
public static var authenticationServerSelectionServerUrl: String {
return VectorL10n.tr("Vector", "authentication_server_selection_server_url")
}
/// Please read %@s terms and policies
public static func authenticationTermsMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_terms_message", p1)
}
/// Unable to find the selected policy. Please try again later.
public static var authenticationTermsPolicyUrlError: String {
return VectorL10n.tr("Vector", "authentication_terms_policy_url_error")
}
/// Server policies
public static var authenticationTermsTitle: String {
return VectorL10n.tr("Vector", "authentication_terms_title")
}
/// %@ needs to verify your account
public static func authenticationVerifyEmailInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_verify_email_input_message", p1)
}
/// Enter your email
public static var authenticationVerifyEmailInputTitle: String {
return VectorL10n.tr("Vector", "authentication_verify_email_input_title")
}
/// Email
public static var authenticationVerifyEmailTextFieldPlaceholder: String {
return VectorL10n.tr("Vector", "authentication_verify_email_text_field_placeholder")
}
/// Resend email
public static var authenticationVerifyEmailWaitingButton: String {
return VectorL10n.tr("Vector", "authentication_verify_email_waiting_button")
}
/// Did not receive an email?
public static var authenticationVerifyEmailWaitingHint: String {
return VectorL10n.tr("Vector", "authentication_verify_email_waiting_hint")
}
/// To confirm your email, tap the button in the email we just sent to %@
public static func authenticationVerifyEmailWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_verify_email_waiting_message", p1)
}
/// Check your email to verify.
public static var authenticationVerifyEmailWaitingTitle: String {
return VectorL10n.tr("Vector", "authentication_verify_email_waiting_title")
}
/// %@ needs to verify your account
public static func authenticationVerifyMsisdnInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_input_message", p1)
}
/// Enter your phone number
public static var authenticationVerifyMsisdnInputTitle: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_input_title")
}
/// Invalid phone number
public static var authenticationVerifyMsisdnInvalidPhoneNumber: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_invalid_phone_number")
}
/// Confirmation Code
public static var authenticationVerifyMsisdnOtpTextFieldPlaceholder: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_otp_text_field_placeholder")
}
/// Phone Number
public static var authenticationVerifyMsisdnTextFieldPlaceholder: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_text_field_placeholder")
}
/// Resend code
public static var authenticationVerifyMsisdnWaitingButton: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_waiting_button")
}
/// A code was sent to %@
public static func authenticationVerifyMsisdnWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_waiting_message", p1)
}
/// Verify your phone number
public static var authenticationVerifyMsisdnWaitingTitle: String {
return VectorL10n.tr("Vector", "authentication_verify_msisdn_waiting_title")
}
/// Back
public static var back: String {
return VectorL10n.tr("Vector", "back")
@ -4079,6 +4263,38 @@ public class VectorL10n: NSObject {
public static var or: String {
return VectorL10n.tr("Vector", "or")
}
/// Contain a lower-case letter.
public static var passwordValidationErrorContainLowercaseLetter: String {
return VectorL10n.tr("Vector", "password_validation_error_contain_lowercase_letter")
}
/// Contain a number.
public static var passwordValidationErrorContainNumber: String {
return VectorL10n.tr("Vector", "password_validation_error_contain_number")
}
/// Contain a symbol.
public static var passwordValidationErrorContainSymbol: String {
return VectorL10n.tr("Vector", "password_validation_error_contain_symbol")
}
/// Contain an upper-case letter.
public static var passwordValidationErrorContainUppercaseLetter: String {
return VectorL10n.tr("Vector", "password_validation_error_contain_uppercase_letter")
}
/// Given password does not meet the criteria below:
public static var passwordValidationErrorHeader: String {
return VectorL10n.tr("Vector", "password_validation_error_header")
}
/// Not exceed %d characters.
public static func passwordValidationErrorMaxLength(_ p1: Int) -> String {
return VectorL10n.tr("Vector", "password_validation_error_max_length", p1)
}
/// At least %d characters.
public static func passwordValidationErrorMinLength(_ p1: Int) -> String {
return VectorL10n.tr("Vector", "password_validation_error_min_length", p1)
}
/// Your password should meet the criteria below:
public static var passwordValidationInfoHeader: String {
return VectorL10n.tr("Vector", "password_validation_info_header")
}
/// CONVERSATIONS
public static var peopleConversationSection: String {
return VectorL10n.tr("Vector", "people_conversation_section")

View file

@ -10,226 +10,10 @@ import Foundation
// swiftlint:disable function_parameter_count identifier_name line_length type_body_length
public extension VectorL10n {
/// Your account is not created yet. Stop the registration process?
static var authenticationCancelFlowConfirmationMessage: String {
return VectorL10n.tr("Untranslated", "authentication_cancel_flow_confirmation_message")
}
/// Make sure its 8 characters or more
static var authenticationChoosePasswordInputMessage: String {
return VectorL10n.tr("Untranslated", "authentication_choose_password_input_message")
}
/// Choose a new password
static var authenticationChoosePasswordInputTitle: String {
return VectorL10n.tr("Untranslated", "authentication_choose_password_input_title")
}
/// Sign out of all devices
static var authenticationChoosePasswordSignoutAllDevices: String {
return VectorL10n.tr("Untranslated", "authentication_choose_password_signout_all_devices")
}
/// Reset Password
static var authenticationChoosePasswordSubmitButton: String {
return VectorL10n.tr("Untranslated", "authentication_choose_password_submit_button")
}
/// New Password
static var authenticationChoosePasswordTextFieldPlaceholder: String {
return VectorL10n.tr("Untranslated", "authentication_choose_password_text_field_placeholder")
}
/// %@ will send you a verification link
static func authenticationForgotPasswordInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_input_message", p1)
}
/// Enter your email
static var authenticationForgotPasswordInputTitle: String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_input_title")
}
/// Email
static var authenticationForgotPasswordTextFieldPlaceholder: String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_text_field_placeholder")
}
/// Resend email
static var authenticationForgotPasswordWaitingButton: String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_waiting_button")
}
/// Follow the instructions sent to %@
static func authenticationForgotPasswordWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_waiting_message", p1)
}
/// Check your email.
static var authenticationForgotPasswordWaitingTitle: String {
return VectorL10n.tr("Untranslated", "authentication_forgot_password_waiting_title")
}
/// Forgot password
static var authenticationLoginForgotPassword: String {
return VectorL10n.tr("Untranslated", "authentication_login_forgot_password")
}
/// Welcome back!
static var authenticationLoginTitle: String {
return VectorL10n.tr("Untranslated", "authentication_login_title")
}
/// Username / Email / Phone
static var authenticationLoginUsername: String {
return VectorL10n.tr("Untranslated", "authentication_login_username")
}
/// Are you a human?
static var authenticationRecaptchaTitle: String {
return VectorL10n.tr("Untranslated", "authentication_recaptcha_title")
}
/// Must be 8 characters or more
static var authenticationRegistrationPasswordFooter: String {
return VectorL10n.tr("Untranslated", "authentication_registration_password_footer")
}
/// Create your account
static var authenticationRegistrationTitle: String {
return VectorL10n.tr("Untranslated", "authentication_registration_title")
}
/// Username
static var authenticationRegistrationUsername: String {
return VectorL10n.tr("Untranslated", "authentication_registration_username")
}
/// You cant change this later
static var authenticationRegistrationUsernameFooter: String {
return VectorL10n.tr("Untranslated", "authentication_registration_username_footer")
}
/// Others can discover you %@
static func authenticationRegistrationUsernameFooterAvailable(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_registration_username_footer_available", p1)
}
/// Where your conversations will live
static var authenticationServerInfoTitle: String {
return VectorL10n.tr("Untranslated", "authentication_server_info_title")
}
/// Cannot find a server at this URL, please check it is correct.
static var authenticationServerSelectionGenericError: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_generic_error")
}
/// What is the address of your server?
static var authenticationServerSelectionLoginMessage: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_login_message")
}
/// Connect to homeserver
static var authenticationServerSelectionLoginTitle: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_login_title")
}
/// What is the address of your server? This is like a home for all your data
static var authenticationServerSelectionRegisterMessage: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_register_message")
}
/// Select your homeserver
static var authenticationServerSelectionRegisterTitle: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_register_title")
}
/// Homeserver URL
static var authenticationServerSelectionServerUrl: String {
return VectorL10n.tr("Untranslated", "authentication_server_selection_server_url")
}
/// Please read %@s terms and policies
static func authenticationTermsMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_terms_message", p1)
}
/// Unable to find the selected policy. Please try again later.
static var authenticationTermsPolicyUrlError: String {
return VectorL10n.tr("Untranslated", "authentication_terms_policy_url_error")
}
/// Server policies
static var authenticationTermsTitle: String {
return VectorL10n.tr("Untranslated", "authentication_terms_title")
}
/// %@ needs to verify your account
static func authenticationVerifyEmailInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_input_message", p1)
}
/// Enter your email
static var authenticationVerifyEmailInputTitle: String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_input_title")
}
/// Email
static var authenticationVerifyEmailTextFieldPlaceholder: String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_text_field_placeholder")
}
/// Resend email
static var authenticationVerifyEmailWaitingButton: String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_waiting_button")
}
/// Did not receive an email?
static var authenticationVerifyEmailWaitingHint: String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_waiting_hint")
}
/// To confirm your email, tap the button in the email we just sent to %@
static func authenticationVerifyEmailWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_waiting_message", p1)
}
/// Check your email to verify.
static var authenticationVerifyEmailWaitingTitle: String {
return VectorL10n.tr("Untranslated", "authentication_verify_email_waiting_title")
}
/// %@ needs to verify your account
static func authenticationVerifyMsisdnInputMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_input_message", p1)
}
/// Enter your phone number
static var authenticationVerifyMsisdnInputTitle: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_input_title")
}
/// Invalid phone number
static var authenticationVerifyMsisdnInvalidPhoneNumber: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_invalid_phone_number")
}
/// Confirmation Code
static var authenticationVerifyMsisdnOtpTextFieldPlaceholder: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_otp_text_field_placeholder")
}
/// Phone Number
static var authenticationVerifyMsisdnTextFieldPlaceholder: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_text_field_placeholder")
}
/// Resend code
static var authenticationVerifyMsisdnWaitingButton: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_waiting_button")
}
/// A code was sent to %@
static func authenticationVerifyMsisdnWaitingMessage(_ p1: String) -> String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_waiting_message", p1)
}
/// Verify your phone number
static var authenticationVerifyMsisdnWaitingTitle: String {
return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_waiting_title")
}
/// Choose from files
static var imagePickerActionFiles: String {
return VectorL10n.tr("Untranslated", "image_picker_action_files")
}
/// Contain a lower-case letter.
static var passwordValidationErrorContainLowercaseLetter: String {
return VectorL10n.tr("Untranslated", "password_validation_error_contain_lowercase_letter")
}
/// Contain a number.
static var passwordValidationErrorContainNumber: String {
return VectorL10n.tr("Untranslated", "password_validation_error_contain_number")
}
/// Contain a symbol.
static var passwordValidationErrorContainSymbol: String {
return VectorL10n.tr("Untranslated", "password_validation_error_contain_symbol")
}
/// Contain an upper-case letter.
static var passwordValidationErrorContainUppercaseLetter: String {
return VectorL10n.tr("Untranslated", "password_validation_error_contain_uppercase_letter")
}
/// Given password does not meet the criteria below:
static var passwordValidationErrorHeader: String {
return VectorL10n.tr("Untranslated", "password_validation_error_header")
}
/// Not exceed %d characters.
static func passwordValidationErrorMaxLength(_ p1: Int) -> String {
return VectorL10n.tr("Untranslated", "password_validation_error_max_length", p1)
}
/// At least %d characters.
static func passwordValidationErrorMinLength(_ p1: Int) -> String {
return VectorL10n.tr("Untranslated", "password_validation_error_min_length", p1)
}
/// Your password should meet the criteria below:
static var passwordValidationInfoHeader: String {
return VectorL10n.tr("Untranslated", "password_validation_info_header")
}
}
// swiftlint:enable function_parameter_count identifier_name line_length type_body_length