Add some missing SwiftGen updates to strings.

This commit is contained in:
Doug 2022-02-09 15:01:57 +00:00
parent 85271e6231
commit 07b3bf7860

View file

@ -115,7 +115,7 @@ public class VectorL10n: NSObject {
public static var authEmailInUse: String {
return VectorL10n.tr("Vector", "auth_email_in_use")
}
/// No identity server is configured so you cannot add an email address in order to reset your password in the future.
/// No identity server is configured so you cannot add an email address in order to reset your Matrix account password in the future.
public static var authEmailIsRequired: String {
return VectorL10n.tr("Vector", "auth_email_is_required")
}
@ -131,11 +131,11 @@ public class VectorL10n: NSObject {
public static var authEmailValidationMessage: String {
return VectorL10n.tr("Vector", "auth_email_validation_message")
}
/// Forgot password?
/// Forgot Matrix account password?
public static var authForgotPassword: String {
return VectorL10n.tr("Vector", "auth_forgot_password")
}
/// No identity server is configured: add one to reset your password.
/// No identity server is configured: add one to reset your Matrix account password.
public static var authForgotPasswordErrorNoConfiguredIdentityServer: String {
return VectorL10n.tr("Vector", "auth_forgot_password_error_no_configured_identity_server")
}
@ -227,7 +227,7 @@ public class VectorL10n: NSObject {
public static var authPhoneInUse: String {
return VectorL10n.tr("Vector", "auth_phone_in_use")
}
/// No identity server is configured so you cannot add a phone number in order to reset your password in the future.
/// No identity server is configured so you cannot add a phone number in order to reset your Matrix account password in the future.
public static var authPhoneIsRequired: String {
return VectorL10n.tr("Vector", "auth_phone_is_required")
}
@ -243,7 +243,7 @@ public class VectorL10n: NSObject {
public static var authRegister: String {
return VectorL10n.tr("Vector", "auth_register")
}
/// Confirm your new password
/// Confirm your new Matrix account password
public static var authRepeatNewPasswordPlaceholder: String {
return VectorL10n.tr("Vector", "auth_repeat_new_password_placeholder")
}
@ -255,7 +255,7 @@ public class VectorL10n: NSObject {
public static func authResetPasswordEmailValidationMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "auth_reset_password_email_validation_message", p1)
}
/// No identity server is configured: add one in server options to reset your password.
/// No identity server is configured: add one in server options to reset your Matrix account password.
public static var authResetPasswordErrorIsRequired: String {
return VectorL10n.tr("Vector", "auth_reset_password_error_is_required")
}
@ -267,7 +267,7 @@ public class VectorL10n: NSObject {
public static var authResetPasswordErrorUnauthorized: String {
return VectorL10n.tr("Vector", "auth_reset_password_error_unauthorized")
}
/// To reset your password, enter the email address linked to your account:
/// To reset your Matrix account password, enter the email address linked to your account:
public static var authResetPasswordMessage: String {
return VectorL10n.tr("Vector", "auth_reset_password_message")
}
@ -283,7 +283,7 @@ public class VectorL10n: NSObject {
public static var authResetPasswordNextStepButton: String {
return VectorL10n.tr("Vector", "auth_reset_password_next_step_button")
}
/// Your password has been reset.\n\nYou have been logged out of all sessions and will no longer receive push notifications. To re-enable notifications, re-log in on each device.
/// Your Matrix account password has been reset.\n\nYou have been logged out of all sessions and will no longer receive push notifications. To re-enable notifications, re-log in on each device.
public static var authResetPasswordSuccessMessage: String {
return VectorL10n.tr("Vector", "auth_reset_password_success_message")
}
@ -747,7 +747,7 @@ public class VectorL10n: NSObject {
public static var deactivateAccountInformationsPart5: String {
return VectorL10n.tr("Vector", "deactivate_account_informations_part5")
}
/// To continue, please enter your password
/// To continue, please enter your Matrix account password
public static var deactivateAccountPasswordAlertMessage: String {
return VectorL10n.tr("Vector", "deactivate_account_password_alert_message")
}
@ -1875,7 +1875,7 @@ public class VectorL10n: NSObject {
public static var keyBackupSetupPassphraseConfirmPassphraseValid: String {
return VectorL10n.tr("Vector", "key_backup_setup_passphrase_confirm_passphrase_valid")
}
/// We'll store an encrypted copy of your keys on our server. Protect your backup with a phrase to keep it secure.\n\nFor maximum security, this should be different from your account password.
/// We'll store an encrypted copy of your keys on our server. Protect your backup with a phrase to keep it secure.\n\nFor maximum security, this should be different from your Matrix account password.
public static var keyBackupSetupPassphraseInfo: String {
return VectorL10n.tr("Vector", "key_backup_setup_passphrase_info")
}
@ -4115,7 +4115,7 @@ public class VectorL10n: NSObject {
public static var secretsRecoveryWithPassphraseTitle: String {
return VectorL10n.tr("Vector", "secrets_recovery_with_passphrase_title")
}
/// Enter your account password to confirm
/// Enter your Matrix account password to confirm
public static var secretsResetAuthenticationMessage: String {
return VectorL10n.tr("Vector", "secrets_reset_authentication_message")
}
@ -4167,7 +4167,7 @@ public class VectorL10n: NSObject {
public static var secretsSetupRecoveryKeyTitle: String {
return VectorL10n.tr("Vector", "secrets_setup_recovery_key_title")
}
/// Don't use your account password.
/// Don't use your Matrix account password.
public static var secretsSetupRecoveryPassphraseAdditionalInformation: String {
return VectorL10n.tr("Vector", "secrets_setup_recovery_passphrase_additional_information")
}
@ -4323,7 +4323,7 @@ public class VectorL10n: NSObject {
public static var securitySettingsCryptoSessions: String {
return VectorL10n.tr("Vector", "security_settings_crypto_sessions")
}
/// If you dont recognise a login, change your password and reset Secure Backup.
/// If you dont recognise a login, change your Matrix account password and reset Secure Backup.
public static var securitySettingsCryptoSessionsDescription2: String {
return VectorL10n.tr("Vector", "security_settings_crypto_sessions_description_2")
}
@ -4375,7 +4375,7 @@ public class VectorL10n: NSObject {
public static var securitySettingsTitle: String {
return VectorL10n.tr("Vector", "security_settings_title")
}
/// Confirm your identity by entering your account password
/// Confirm your identity by entering your Matrix account password
public static var securitySettingsUserPasswordDescription: String {
return VectorL10n.tr("Vector", "security_settings_user_password_description")
}
@ -4447,7 +4447,7 @@ public class VectorL10n: NSObject {
public static var settingsAdd3pidInvalidPasswordMessage: String {
return VectorL10n.tr("Vector", "settings_add_3pid_invalid_password_message")
}
/// To continue, please enter your password
/// To continue, please enter your Matrix account password
public static var settingsAdd3pidPasswordMessage: String {
return VectorL10n.tr("Vector", "settings_add_3pid_password_message")
}
@ -4495,7 +4495,7 @@ public class VectorL10n: NSObject {
public static func settingsCallsStunServerFallbackDescription(_ p1: String) -> String {
return VectorL10n.tr("Vector", "settings_calls_stun_server_fallback_description", p1)
}
/// Change password
/// Change Matrix account password
public static var settingsChangePassword: String {
return VectorL10n.tr("Vector", "settings_change_password")
}
@ -4699,7 +4699,7 @@ public class VectorL10n: NSObject {
public static var settingsEncryptedGroupMessages: String {
return VectorL10n.tr("Vector", "settings_encrypted_group_messages")
}
/// Fail to update password
/// Fail to update Matrix account password
public static var settingsFailToUpdatePassword: String {
return VectorL10n.tr("Vector", "settings_fail_to_update_password")
}
@ -4955,7 +4955,7 @@ public class VectorL10n: NSObject {
public static var settingsOther: String {
return VectorL10n.tr("Vector", "settings_other")
}
/// Your password has been updated
/// Your Matrix account password has been updated
public static var settingsPasswordUpdated: String {
return VectorL10n.tr("Vector", "settings_password_updated")
}