Updated locale keys

This commit is contained in:
2025-12-18 11:13:58 +01:00
parent f6e07192dc
commit ea6a9741ee
9 changed files with 81 additions and 55 deletions

View File

@@ -32,7 +32,7 @@
"checkEmail1": "Check your email and click the link to create a new password.",
"checkSms1": "Check your phone and follow the instructions to create a new password.",
"checkEmail2": "If you don't receive the email in some minutes, check your spam folder or press \"Resend email\".",
"checkSms2": "If you don't receive the SMS in some minutes, make sure you have signal or press \"Resend SMS\"",
"checkSms2": "If you don't receive the SMS in some minutes, make sure you have signal or press \"Resend SMS\".",
"resendEmail": "Resend email",
"resendSms": "Resend SMS",
"continueKey": "Continue",

View File

@@ -32,7 +32,7 @@
"checkEmail1": "Revisa tu email y haz clic en el enlace para crear una nueva contraseña.",
"checkSms1": "Revisa tu móvil y sigue las instrucciones para crear una nueva contraseña.",
"checkEmail2": "Si no recibes el correo en unos minutos, revisa tu carpeta de spam o pulsa \"Reenviar correo\".",
"checkSms2": "Si no recibes el SMS en unos minutos, asegúrate de tener cobertura o pulsa \"Reenviar SMS\"",
"checkSms2": "Si no recibes el SMS en unos minutos, asegúrate de tener cobertura o pulsa \"Reenviar SMS\".",
"resendEmail": "Reenviar correo",
"resendSms": "Reenviar SMS",
"continueKey": "Continuar",

View File

@@ -32,7 +32,7 @@
"checkEmail1": "Controlla la tua email e fai clic sul collegamento per creare una nuova password.",
"checkSms1": "Controlla il tuo telefono e segui le istruzioni per creare una nuova password",
"checkEmail2": "Se non ricevi l'e-mail entro pochi minuti, controlla la cartella spam o premi \"Invia nuovamente e-mail\".",
"checkSms2": "Se non ricevi l'SMS entro pochi minuti, assicurati di avere copertura oppure premi \"Rinvia SMS\"",
"checkSms2": "Se non ricevi l'SMS entro pochi minuti, assicurati di avere copertura oppure premi \"Rinvia SMS\".",
"resendEmail": "Inoltra la posta",
"resendSms": "Inoltra SMS",
"continueKey": "Continuare",

View File

@@ -32,7 +32,7 @@
"checkEmail1": "Revise seu e-mail e clique no link para criar uma nova senha.",
"checkSms1": "Revise seu celular e siga as instruções para criar uma nova senha",
"checkEmail2": "Se você não receber a correspondência em alguns minutos, revise sua pasta de spam ou pressione \"Reenviar correspondência\".",
"checkSms2": "Se você não receber o SMS em alguns minutos, certifique-se de ter cobertura ou pressione \"Reenviar SMS\"",
"checkSms2": "Se você não receber o SMS em alguns minutos, certifique-se de ter cobertura ou pressione \"Reenviar SMS\".",
"resendEmail": "Reenviar correio",
"resendSms": "Reenviar SMS",
"continueKey": "Continuar",

View File

@@ -1,6 +1,5 @@
export 'src/sf_delegate.dart';
export 'src/generated/i18n.dart';
export 'src/generated/i18n.g.dart';
export 'src/utils/constants.dart';
export 'src/utils/context_extension.dart';
export 'src/utils/string_extension.dart';

View File

@@ -3,26 +3,53 @@
class I18n {
const I18n._();
static const String example = 'example';
static const String start = 'start';
static const String next = 'next';
static const String skip = 'skip';
static const String onboardingTitle1 = 'onboardingTitle1';
static const String onboardingSubtitle1 = 'onboardingSubtitle1';
static const String onboardingTitle2 = 'onboardingTitle2';
static const String onboardingSubtitle2 = 'onboardingSubtitle2';
static const String onboardingTitle3 = 'onboardingTitle3';
static const String onboardingSubtitle3 = 'onboardingSubtitle3';
static const String linkPhoneTitle = 'linkPhoneTitle';
static const String linkPhoneSubtitle = 'linkPhoneSubtitle';
static const String mobilePhone = 'mobilePhone';
static const String phoneNumber = 'phoneNumber';
static const String selectYourCountry = 'selectYourCountry';
static const String errorMessagePhoneIsEmpty = 'errorMessagePhoneIsEmpty';
static const String connect = "connect";
static const String verificationCodeSentTo = "verificationCodeSentTo";
static const String enterCodeHere = "enterCodeHere";
static const String enter = "enter";
static const String didNotReceiveIt = "didNotReceiveIt";
static const String tryAgain = "tryAgain";
static const example = 'example';
static const onboardingTitle1 = 'onboardingTitle1';
static const onboardingSubtitle1 = 'onboardingSubtitle1';
static const onboardingTitle2 = 'onboardingTitle2';
static const onboardingSubtitle2 = 'onboardingSubtitle2';
static const onboardingTitle3 = 'onboardingTitle3';
static const onboardingSubtitle3 = 'onboardingSubtitle3';
static const start = 'start';
static const next = 'next';
static const skip = 'skip';
static const linkPhoneTitle = 'linkPhoneTitle';
static const linkPhoneSubtitle = 'linkPhoneSubtitle';
static const mobilePhone = 'mobilePhone';
static const phoneNumber = 'phoneNumber';
static const selectYourCountry = 'selectYourCountry';
static const errorMessagePhoneIsEmpty = 'errorMessagePhoneIsEmpty';
static const connect = 'connect';
static const verificationCodeSentTo = 'verificationCodeSentTo';
static const enterCodeHere = 'enterCodeHere';
static const enter = 'enter';
static const didNotReceiveIt = 'didNotReceiveIt';
static const tryAgain = 'tryAgain';
static const recoverPasswordTitle = 'recoverPasswordTitle';
static const recoverPasswordSubtitle = 'recoverPasswordSubtitle';
static const send = 'send';
static const back = 'back';
static const email = 'email';
static const errorMessageContactIsEmpty = 'errorMessageContactIsEmpty';
static const emailSent = 'emailSent';
static const smsSent = 'smsSent';
static const checkEmail1 = 'checkEmail1';
static const checkSms1 = 'checkSms1';
static const checkEmail2 = 'checkEmail2';
static const checkSms2 = 'checkSms2';
static const resendEmail = 'resendEmail';
static const resendSms = 'resendSms';
static const continueKey = 'continueKey';
static const newPassword = 'newPassword';
static const repeatPassword = 'repeatPassword';
static const passwordLength = 'passwordLength';
static const passwordCapital = 'passwordCapital';
static const passwordNumber = 'passwordNumber';
static const passwordSpecial = 'passwordSpecial';
static const accept = 'accept';
static const errorMessageUnequalPasswords = 'errorMessageUnequalPasswords';
static const errorMessagePasswordTooShort = 'errorMessagePasswordTooShort';
static const errorMessagePasswordNoCapitals = 'errorMessagePasswordNoCapitals';
static const errorMessagePasswordNoNumbers = 'errorMessagePasswordNoNumbers';
static const errorMessagePasswordNoSpecialChars = 'errorMessagePasswordNoSpecialChars';
}