// swiftlint:disable all // Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen import Foundation // swiftlint:disable superfluous_disable_command // swiftlint:disable file_length // MARK: - Strings // 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 it’s 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") } /// We will send you a verification link. static var authenticationForgotPasswordInputMessage: String { return VectorL10n.tr("Untranslated", "authentication_forgot_password_input_message") } /// Enter your email address static var authenticationForgotPasswordInputTitle: String { return VectorL10n.tr("Untranslated", "authentication_forgot_password_input_title") } /// Email Address 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") } /// Did not receive an email? static var authenticationForgotPasswordWaitingHint: String { return VectorL10n.tr("Untranslated", "authentication_forgot_password_waiting_hint") } /// To confirm your email address, tap the button in the email we just 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 or Email static var authenticationLoginUsername: String { return VectorL10n.tr("Untranslated", "authentication_login_username") } /// This server would like to make sure you are not a robot static var authenticationRecaptchaMessage: String { return VectorL10n.tr("Untranslated", "authentication_recaptcha_message") } /// We’ll need some info to get you set up. static var authenticationRegistrationMessage: String { return VectorL10n.tr("Untranslated", "authentication_registration_message") } /// 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 can’t change this later static var authenticationRegistrationUsernameFooter: String { return VectorL10n.tr("Untranslated", "authentication_registration_username_footer") } /// Join millions for free on the largest public server static var authenticationServerInfoMatrixDescription: String { return VectorL10n.tr("Untranslated", "authentication_server_info_matrix_description") } /// Choose your server to store your data 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? A server is like a home for all your data. static var authenticationServerSelectionMessage: String { return VectorL10n.tr("Untranslated", "authentication_server_selection_message") } /// You can only connect to a server that has already been set up static var authenticationServerSelectionServerFooter: String { return VectorL10n.tr("Untranslated", "authentication_server_selection_server_footer") } /// Server URL static var authenticationServerSelectionServerUrl: String { return VectorL10n.tr("Untranslated", "authentication_server_selection_server_url") } /// Choose your server static var authenticationServerSelectionTitle: String { return VectorL10n.tr("Untranslated", "authentication_server_selection_title") } /// Please read through T&C. You must accept in order to continue. static var authenticationTermsMessage: String { return VectorL10n.tr("Untranslated", "authentication_terms_message") } /// Unable to find the selected policy. Please try again later. static var authenticationTermsPolicyUrlError: String { return VectorL10n.tr("Untranslated", "authentication_terms_policy_url_error") } /// Privacy policy static var authenticationTermsTitle: String { return VectorL10n.tr("Untranslated", "authentication_terms_title") } /// This will help verify your account and enables password recovery. static var authenticationVerifyEmailInputMessage: String { return VectorL10n.tr("Untranslated", "authentication_verify_email_input_message") } /// Enter your email address static var authenticationVerifyEmailInputTitle: String { return VectorL10n.tr("Untranslated", "authentication_verify_email_input_title") } /// Email Address 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 address, 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") } /// This will help verify your account and enables password recovery. static var authenticationVerifyMsisdnInputMessage: String { return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_input_message") } /// 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") } /// Verification 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") } /// We just sent a code to %@. Enter it below to verify it’s you. static func authenticationVerifyMsisdnWaitingMessage(_ p1: String) -> String { return VectorL10n.tr("Untranslated", "authentication_verify_msisdn_waiting_message", p1) } /// Confirm 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") } /// Room Info static var roomInfoBackButtonTitle: String { return VectorL10n.tr("Untranslated", "room_info_back_button_title") } } // swiftlint:enable function_parameter_count identifier_name line_length type_body_length