diff --git a/mobile/packages/strings/lib/l10n/arb/strings_en.arb b/mobile/packages/strings/lib/l10n/arb/strings_en.arb index 980994e3c3..aa8dfc0ae5 100644 --- a/mobile/packages/strings/lib/l10n/arb/strings_en.arb +++ b/mobile/packages/strings/lib/l10n/arb/strings_en.arb @@ -703,5 +703,76 @@ "iOSOkButton": "OK", "@iOSOkButton": { "description": "Message showed on a button that the user can click to leave the current dialog. It is used on iOS side. Maximum 30 characters." + }, + "emailAlreadyRegistered": "Email already registered.", + "@emailAlreadyRegistered": { + "description": "Error message when email is already registered" + }, + "emailNotRegistered": "Email not registered.", + "@emailNotRegistered": { + "description": "Error message when email is not registered" + }, + "thisEmailIsAlreadyInUse": "This email is already in use", + "@thisEmailIsAlreadyInUse": { + "description": "Error message when email is already in use" + }, + "emailChangedTo": "Email changed to {newEmail}", + "@emailChangedTo": { + "description": "Message when email has been changed", + "placeholders": { + "newEmail": { + "description": "The new email address", + "type": "String", + "example": "new@example.com" + } + } + }, + "authenticationFailedPleaseTryAgain": "Authentication failed, please try again", + "@authenticationFailedPleaseTryAgain": { + "description": "Error message when authentication fails" + }, + "authenticationSuccessful": "Authentication successful!", + "@authenticationSuccessful": { + "description": "Success message when authentication is successful" + }, + "sessionExpired": "Session expired", + "@sessionExpired": { + "description": "Error message when session has expired" + }, + "incorrectRecoveryKey": "Incorrect recovery key", + "@incorrectRecoveryKey": { + "description": "Error message when recovery key is incorrect" + }, + "theRecoveryKeyYouEnteredIsIncorrect": "The recovery key you entered is incorrect", + "@theRecoveryKeyYouEnteredIsIncorrect": { + "description": "Detailed error message when recovery key is incorrect" + }, + "twofactorAuthenticationSuccessfullyReset": "Two-factor authentication successfully reset", + "@twofactorAuthenticationSuccessfullyReset": { + "description": "Message when two-factor authentication is successfully reset" + }, + "noRecoveryKey": "No recovery key", + "@noRecoveryKey": { + "description": "Error message when no recovery key is found" + }, + "yourAccountHasBeenDeleted": "Your account has been deleted", + "@yourAccountHasBeenDeleted": { + "description": "Confirmation message when account has been deleted" + }, + "verificationId": "Verification ID", + "@verificationId": { + "description": "Label for verification ID" + }, + "yourVerificationCodeHasExpired": "Your verification code has expired", + "@yourVerificationCodeHasExpired": { + "description": "Error message when verification code has expired" + }, + "incorrectCode": "Incorrect code", + "@incorrectCode": { + "description": "Error message when code is incorrect" + }, + "sorryTheCodeYouveEnteredIsIncorrect": "Sorry, the code you've entered is incorrect", + "@sorryTheCodeYouveEnteredIsIncorrect": { + "description": "Detailed error message when code is incorrect" } } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations.dart b/mobile/packages/strings/lib/l10n/strings_localizations.dart index ccb3bf5cc9..56f153543e 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations.dart @@ -1153,6 +1153,114 @@ abstract class StringsLocalizations { /// In en, this message translates to: /// **'OK'** String get iOSOkButton; + + /// Error message when email is already registered + /// + /// In en, this message translates to: + /// **'Email already registered.'** + String get emailAlreadyRegistered; + + /// Error message when email is not registered + /// + /// In en, this message translates to: + /// **'Email not registered.'** + String get emailNotRegistered; + + /// Error message when email is already in use + /// + /// In en, this message translates to: + /// **'This email is already in use'** + String get thisEmailIsAlreadyInUse; + + /// Message when email has been changed + /// + /// In en, this message translates to: + /// **'Email changed to {newEmail}'** + String emailChangedTo(String newEmail); + + /// Error message when authentication fails + /// + /// In en, this message translates to: + /// **'Authentication failed, please try again'** + String get authenticationFailedPleaseTryAgain; + + /// Success message when authentication is successful + /// + /// In en, this message translates to: + /// **'Authentication successful!'** + String get authenticationSuccessful; + + /// Error message when session has expired + /// + /// In en, this message translates to: + /// **'Session expired'** + String get sessionExpired; + + /// Error message when recovery key is incorrect + /// + /// In en, this message translates to: + /// **'Incorrect recovery key'** + String get incorrectRecoveryKey; + + /// Detailed error message when recovery key is incorrect + /// + /// In en, this message translates to: + /// **'The recovery key you entered is incorrect'** + String get theRecoveryKeyYouEnteredIsIncorrect; + + /// Message when two-factor authentication is successfully reset + /// + /// In en, this message translates to: + /// **'Two-factor authentication successfully reset'** + String get twofactorAuthenticationSuccessfullyReset; + + /// Error message when no recovery key is found + /// + /// In en, this message translates to: + /// **'No recovery key'** + String get noRecoveryKey; + + /// Status message while waiting for WiFi connection + /// + /// In en, this message translates to: + /// **'Waiting for WiFi...'** + String get waitingForWifi; + + /// Error message when attempting to delete the default account + /// + /// In en, this message translates to: + /// **'You cannot delete your default account'** + String get youCannotDeleteYourDefaultAccount; + + /// Confirmation message when account has been deleted + /// + /// In en, this message translates to: + /// **'Your account has been deleted'** + String get yourAccountHasBeenDeleted; + + /// Label for verification ID + /// + /// In en, this message translates to: + /// **'Verification ID'** + String get verificationId; + + /// Error message when verification code has expired + /// + /// In en, this message translates to: + /// **'Your verification code has expired'** + String get yourVerificationCodeHasExpired; + + /// Error message when code is incorrect + /// + /// In en, this message translates to: + /// **'Incorrect code'** + String get incorrectCode; + + /// Detailed error message when code is incorrect + /// + /// In en, this message translates to: + /// **'Sorry, the code you\'ve entered is incorrect'** + String get sorryTheCodeYouveEnteredIsIncorrect; } class _StringsLocalizationsDelegate diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_ar.dart b/mobile/packages/strings/lib/l10n/strings_localizations_ar.dart index 98bdc172d3..adfe676f5d 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_ar.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_ar.dart @@ -564,4 +564,66 @@ class StringsLocalizationsAr extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_bg.dart b/mobile/packages/strings/lib/l10n/strings_localizations_bg.dart index 60dce5783c..2586324842 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_bg.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_bg.dart @@ -564,4 +564,66 @@ class StringsLocalizationsBg extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_cs.dart b/mobile/packages/strings/lib/l10n/strings_localizations_cs.dart index d459600125..dbce15788d 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_cs.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_cs.dart @@ -564,4 +564,66 @@ class StringsLocalizationsCs extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_da.dart b/mobile/packages/strings/lib/l10n/strings_localizations_da.dart index a458398a05..d7f0abc3df 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_da.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_da.dart @@ -564,4 +564,66 @@ class StringsLocalizationsDa extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_el.dart b/mobile/packages/strings/lib/l10n/strings_localizations_el.dart index cf2f113dd8..87ced4197d 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_el.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_el.dart @@ -564,4 +564,66 @@ class StringsLocalizationsEl extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_en.dart b/mobile/packages/strings/lib/l10n/strings_localizations_en.dart index 20488e207b..01f51c2561 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_en.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_en.dart @@ -564,4 +564,66 @@ class StringsLocalizationsEn extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_es.dart b/mobile/packages/strings/lib/l10n/strings_localizations_es.dart index 5afce95fa1..6c1e0aaecf 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_es.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_es.dart @@ -564,4 +564,66 @@ class StringsLocalizationsEs extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_fr.dart b/mobile/packages/strings/lib/l10n/strings_localizations_fr.dart index 25b22d66c6..4109cf4fba 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_fr.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_fr.dart @@ -564,4 +564,66 @@ class StringsLocalizationsFr extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_id.dart b/mobile/packages/strings/lib/l10n/strings_localizations_id.dart index 3cd8b4b05a..16546527ba 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_id.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_id.dart @@ -564,4 +564,66 @@ class StringsLocalizationsId extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_ja.dart b/mobile/packages/strings/lib/l10n/strings_localizations_ja.dart index 6c9e63b325..56a398d9d3 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_ja.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_ja.dart @@ -564,4 +564,66 @@ class StringsLocalizationsJa extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_ko.dart b/mobile/packages/strings/lib/l10n/strings_localizations_ko.dart index 9fa75484b8..b144ae51cf 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_ko.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_ko.dart @@ -564,4 +564,66 @@ class StringsLocalizationsKo extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_lt.dart b/mobile/packages/strings/lib/l10n/strings_localizations_lt.dart index 702d0ab86b..036dd81fec 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_lt.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_lt.dart @@ -564,4 +564,66 @@ class StringsLocalizationsLt extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_nl.dart b/mobile/packages/strings/lib/l10n/strings_localizations_nl.dart index 94d1c252cb..6a95f9f7d5 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_nl.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_nl.dart @@ -564,4 +564,66 @@ class StringsLocalizationsNl extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_pl.dart b/mobile/packages/strings/lib/l10n/strings_localizations_pl.dart index c4a477f29e..c72f89835c 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_pl.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_pl.dart @@ -564,4 +564,66 @@ class StringsLocalizationsPl extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_pt.dart b/mobile/packages/strings/lib/l10n/strings_localizations_pt.dart index d3db542580..b848a94a68 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_pt.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_pt.dart @@ -564,4 +564,66 @@ class StringsLocalizationsPt extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_ru.dart b/mobile/packages/strings/lib/l10n/strings_localizations_ru.dart index b944b53c3f..753036325e 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_ru.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_ru.dart @@ -564,4 +564,66 @@ class StringsLocalizationsRu extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_sk.dart b/mobile/packages/strings/lib/l10n/strings_localizations_sk.dart index 99f32a6738..95c8373d02 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_sk.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_sk.dart @@ -564,4 +564,66 @@ class StringsLocalizationsSk extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_sr.dart b/mobile/packages/strings/lib/l10n/strings_localizations_sr.dart index 079750b0a6..63ddbf5858 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_sr.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_sr.dart @@ -564,4 +564,66 @@ class StringsLocalizationsSr extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_sv.dart b/mobile/packages/strings/lib/l10n/strings_localizations_sv.dart index 65f7eed158..81aedc19a1 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_sv.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_sv.dart @@ -564,4 +564,66 @@ class StringsLocalizationsSv extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_tr.dart b/mobile/packages/strings/lib/l10n/strings_localizations_tr.dart index c3c6004baa..0f95b247d8 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_tr.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_tr.dart @@ -564,4 +564,66 @@ class StringsLocalizationsTr extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_vi.dart b/mobile/packages/strings/lib/l10n/strings_localizations_vi.dart index 7ba7281dac..742890b81a 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_vi.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_vi.dart @@ -564,4 +564,66 @@ class StringsLocalizationsVi extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } diff --git a/mobile/packages/strings/lib/l10n/strings_localizations_zh.dart b/mobile/packages/strings/lib/l10n/strings_localizations_zh.dart index ea01a6f2ce..51775fe459 100644 --- a/mobile/packages/strings/lib/l10n/strings_localizations_zh.dart +++ b/mobile/packages/strings/lib/l10n/strings_localizations_zh.dart @@ -563,6 +563,68 @@ class StringsLocalizationsZh extends StringsLocalizations { @override String get iOSOkButton => 'OK'; + + @override + String get emailAlreadyRegistered => 'Email already registered.'; + + @override + String get emailNotRegistered => 'Email not registered.'; + + @override + String get thisEmailIsAlreadyInUse => 'This email is already in use'; + + @override + String emailChangedTo(String newEmail) { + return 'Email changed to $newEmail'; + } + + @override + String get authenticationFailedPleaseTryAgain => + 'Authentication failed, please try again'; + + @override + String get authenticationSuccessful => 'Authentication successful!'; + + @override + String get sessionExpired => 'Session expired'; + + @override + String get incorrectRecoveryKey => 'Incorrect recovery key'; + + @override + String get theRecoveryKeyYouEnteredIsIncorrect => + 'The recovery key you entered is incorrect'; + + @override + String get twofactorAuthenticationSuccessfullyReset => + 'Two-factor authentication successfully reset'; + + @override + String get noRecoveryKey => 'No recovery key'; + + @override + String get waitingForWifi => 'Waiting for WiFi...'; + + @override + String get youCannotDeleteYourDefaultAccount => + 'You cannot delete your default account'; + + @override + String get yourAccountHasBeenDeleted => 'Your account has been deleted'; + + @override + String get verificationId => 'Verification ID'; + + @override + String get yourVerificationCodeHasExpired => + 'Your verification code has expired'; + + @override + String get incorrectCode => 'Incorrect code'; + + @override + String get sorryTheCodeYouveEnteredIsIncorrect => + 'Sorry, the code you\'ve entered is incorrect'; } /// The translations for Chinese, as used in Taiwan (`zh_TW`).