Update strings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user