Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/ar/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const account_center = {
code_verification: {
send: 'إرسال رمز التحقق',
resend: 'لم تستلمه بعد؟ <a>إعادة إرسال رمز التحقق</a>',
resend_countdown: 'لم تستلمه بعد؟<span> أعد الإرسال بعد {{seconds}} ث.</span>',
resend_countdown: 'لم تستلمه بعد؟ أعد الإرسال بعد {{seconds}} ث.',
},

email_verification: {
Expand All @@ -75,7 +75,7 @@ const account_center = {
send: 'إرسال رمز التحقق',
description: 'تم إرسال رمز التحقق إلى بريدك الإلكتروني {{email}}. أدخل الرمز للمتابعة.',
resend: 'لم تستلمه بعد؟ <a>إعادة إرسال رمز التحقق</a>',
resend_countdown: 'لم تستلمه بعد؟<span> أعد الإرسال بعد {{seconds}} ث.</span>',
resend_countdown: 'لم تستلمه بعد؟ أعد الإرسال بعد {{seconds}} ث.',
error_send_failed: 'فشل إرسال رمز التحقق. يرجى المحاولة لاحقًا.',
error_verify_failed: 'فشل التحقق. يرجى إدخال الرمز مرة أخرى.',
error_invalid_code: 'رمز التحقق غير صالح أو منتهي الصلاحية.',
Expand All @@ -87,7 +87,7 @@ const account_center = {
send: 'إرسال رمز التحقق',
description: 'تم إرسال رمز التحقق إلى هاتفك {{phone}}. أدخل الرمز للمتابعة.',
resend: 'لم تستلمه بعد؟ <a>إعادة إرسال رمز التحقق</a>',
resend_countdown: 'لم تستلمه بعد؟<span> أعد الإرسال بعد {{seconds}} ث.</span>',
resend_countdown: 'لم تستلمه بعد؟ أعد الإرسال بعد {{seconds}} ث.',
error_send_failed: 'فشل إرسال رمز التحقق. يرجى المحاولة لاحقًا.',
error_verify_failed: 'فشل التحقق. يرجى إدخال الرمز مرة أخرى.',
error_invalid_code: 'رمز التحقق غير صالح أو منتهي الصلاحية.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/de/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const account_center = {
code_verification: {
send: 'Bestätigungscode senden',
resend: 'Noch nichts erhalten? <a>Bestätigungscode erneut senden</a>',
resend_countdown: 'Noch nichts erhalten?<span> Erneut senden nach {{seconds}} s.</span>',
resend_countdown: 'Noch nichts erhalten? Erneut senden nach {{seconds}} s.',
},

email_verification: {
Expand All @@ -83,7 +83,7 @@ const account_center = {
description:
'Der Bestätigungscode wurde an deine E-Mail {{email}} gesendet. Gib den Code ein, um fortzufahren.',
resend: 'Noch nichts erhalten? <a>Bestätigungscode erneut senden</a>',
resend_countdown: 'Noch nichts erhalten?<span> Erneut senden nach {{seconds}} s.</span>',
resend_countdown: 'Noch nichts erhalten? Erneut senden nach {{seconds}} s.',
error_send_failed:
'Bestätigungscode konnte nicht gesendet werden. Bitte versuche es später noch einmal.',
error_verify_failed: 'Verifizierung fehlgeschlagen. Bitte gib den Code erneut ein.',
Expand All @@ -98,7 +98,7 @@ const account_center = {
description:
'Der Bestätigungscode wurde an dein Telefon {{phone}} gesendet. Gib den Code ein, um fortzufahren.',
resend: 'Noch nichts erhalten? <a>Bestätigungscode erneut senden</a>',
resend_countdown: 'Noch nichts erhalten?<span> Erneut senden nach {{seconds}} s.</span>',
resend_countdown: 'Noch nichts erhalten? Erneut senden nach {{seconds}} s.',
error_send_failed:
'Bestätigungscode konnte nicht gesendet werden. Bitte versuche es später noch einmal.',
error_verify_failed: 'Verifizierung fehlgeschlagen. Bitte gib den Code erneut ein.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/en/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const account_center = {
code_verification: {
send: 'Send verification code',
resend: 'Not received yet? <a>Resend verification code</a>',
resend_countdown: 'Not received yet?<span> Resend after {{seconds}}s.</span>',
resend_countdown: 'Not received yet? Resend after {{seconds}}s.',
},

email_verification: {
Expand All @@ -78,7 +78,7 @@ const account_center = {
description:
'The verification code has been sent to your email {{email}}. Enter the code to continue.',
resend: 'Not received yet? <a>Resend verification code</a>',
resend_countdown: 'Not received yet?<span> Resend after {{seconds}}s.</span>',
resend_countdown: 'Not received yet? Resend after {{seconds}}s.',
error_send_failed: 'Failed to send verification code. Please try again later.',
error_verify_failed: 'Verification failed. Please enter the code again.',
error_invalid_code: 'The verification code is invalid or has expired.',
Expand All @@ -92,7 +92,7 @@ const account_center = {
description:
'The verification code has been sent to your phone {{phone}}. Enter the code to continue.',
resend: 'Not received yet? <a>Resend verification code</a>',
resend_countdown: 'Not received yet?<span> Resend after {{seconds}}s.</span>',
resend_countdown: 'Not received yet? Resend after {{seconds}}s.',
error_send_failed: 'Failed to send verification code. Please try again later.',
error_verify_failed: 'Verification failed. Please enter the code again.',
error_invalid_code: 'The verification code is invalid or has expired.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/es/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const account_center = {
code_verification: {
send: 'Enviar código de verificación',
resend: '¿Aún no lo recibes? <a>Reenviar código de verificación</a>',
resend_countdown: '¿Aún no lo recibes?<span> Reenvía después de {{seconds}} s.</span>',
resend_countdown: '¿Aún no lo recibes? Reenvía después de {{seconds}} s.',
},

email_verification: {
Expand All @@ -81,7 +81,7 @@ const account_center = {
description:
'El código de verificación se ha enviado a tu correo {{email}}. Ingresa el código para continuar.',
resend: '¿Aún no lo recibes? <a>Reenviar código de verificación</a>',
resend_countdown: '¿Aún no lo recibes?<span> Reenvía después de {{seconds}} s.</span>',
resend_countdown: '¿Aún no lo recibes? Reenvía después de {{seconds}} s.',
error_send_failed: 'No se pudo enviar el código de verificación. Inténtalo de nuevo más tarde.',
error_verify_failed: 'La verificación falló. Ingresa el código nuevamente.',
error_invalid_code: 'El código de verificación no es válido o ha expirado.',
Expand All @@ -95,7 +95,7 @@ const account_center = {
description:
'El código de verificación se ha enviado a tu teléfono {{phone}}. Ingresa el código para continuar.',
resend: '¿Aún no lo recibes? <a>Reenviar código de verificación</a>',
resend_countdown: '¿Aún no lo recibes?<span> Reenvía después de {{seconds}} s.</span>',
resend_countdown: '¿Aún no lo recibes? Reenvía después de {{seconds}} s.',
error_send_failed: 'No se pudo enviar el código de verificación. Inténtalo de nuevo más tarde.',
error_verify_failed: 'La verificación falló. Ingresa el código nuevamente.',
error_invalid_code: 'El código de verificación no es válido o ha expirado.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/fr/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const account_center = {
code_verification: {
send: 'Envoyer le code de vérification',
resend: 'Pas encore reçu ? <a>Renvoyer le code de vérification</a>',
resend_countdown: 'Pas encore reçu ?<span> Renvoyez après {{seconds}} s.</span>',
resend_countdown: 'Pas encore reçu ? Renvoyez après {{seconds}} s.',
},

email_verification: {
Expand All @@ -82,7 +82,7 @@ const account_center = {
description:
'Le code de vérification a été envoyé à votre e-mail {{email}}. Saisissez le code pour continuer.',
resend: 'Pas encore reçu ? <a>Renvoyer le code de vérification</a>',
resend_countdown: 'Pas encore reçu ?<span> Renvoyez après {{seconds}} s.</span>',
resend_countdown: 'Pas encore reçu ? Renvoyez après {{seconds}} s.',
error_send_failed: "Échec de l'envoi du code de vérification. Veuillez réessayer plus tard.",
error_verify_failed: 'Échec de la vérification. Veuillez saisir le code à nouveau.',
error_invalid_code: 'Le code de vérification est invalide ou a expiré.',
Expand All @@ -96,7 +96,7 @@ const account_center = {
description:
'Le code de vérification a été envoyé à votre téléphone {{phone}}. Saisissez le code pour continuer.',
resend: 'Pas encore reçu ? <a>Renvoyer le code de vérification</a>',
resend_countdown: 'Pas encore reçu ?<span> Renvoyez après {{seconds}} s.</span>',
resend_countdown: 'Pas encore reçu ? Renvoyez après {{seconds}} s.',
error_send_failed: "Échec de l'envoi du code de vérification. Veuillez réessayer plus tard.",
error_verify_failed: 'Échec de la vérification. Veuillez saisir le code à nouveau.',
error_invalid_code: 'Le code de vérification est invalide ou a expiré.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/it/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const account_center = {
code_verification: {
send: 'Invia codice di verifica',
resend: "Non l'hai ricevuto? <a>Reinvia il codice di verifica</a>",
resend_countdown: "Non l'hai ricevuto?<span> Reinvia dopo {{seconds}} s.</span>",
resend_countdown: "Non l'hai ricevuto? Reinvia dopo {{seconds}} s.",
},

email_verification: {
Expand All @@ -81,7 +81,7 @@ const account_center = {
description:
"Il codice di verifica è stato inviato all'e-mail {{email}}. Inserisci il codice per continuare.",
resend: "Non l'hai ricevuto? <a>Reinvia il codice di verifica</a>",
resend_countdown: "Non l'hai ricevuto?<span> Reinvia dopo {{seconds}} s.</span>",
resend_countdown: "Non l'hai ricevuto? Reinvia dopo {{seconds}} s.",
error_send_failed: 'Invio del codice di verifica non riuscito. Riprova più tardi.',
error_verify_failed: 'Verifica non riuscita. Inserisci di nuovo il codice.',
error_invalid_code: 'Il codice di verifica non è valido o è scaduto.',
Expand All @@ -95,7 +95,7 @@ const account_center = {
description:
'Il codice di verifica è stato inviato al tuo telefono {{phone}}. Inserisci il codice per continuare.',
resend: "Non l'hai ricevuto? <a>Reinvia il codice di verifica</a>",
resend_countdown: "Non l'hai ricevuto?<span> Reinvia dopo {{seconds}} s.</span>",
resend_countdown: "Non l'hai ricevuto? Reinvia dopo {{seconds}} s.",
error_send_failed: 'Invio del codice di verifica non riuscito. Riprova più tardi.',
error_verify_failed: 'Verifica non riuscita. Inserisci di nuovo il codice.',
error_invalid_code: 'Il codice di verifica non è valido o è scaduto.',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/ja/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const account_center = {
code_verification: {
send: '認証コードを送信',
resend: 'まだ届きませんか? <a>認証コードを再送</a>',
resend_countdown: 'まだ届きませんか?<span> {{seconds}} 秒後に再送できます</span>',
resend_countdown: 'まだ届きませんか? {{seconds}} 秒後に再送できます',
},

email_verification: {
Expand All @@ -77,7 +77,7 @@ const account_center = {
description:
'認証コードをメールアドレス {{email}} に送信しました。コードを入力して続行してください。',
resend: 'まだ届きませんか? <a>認証コードを再送</a>',
resend_countdown: 'まだ届きませんか?<span> {{seconds}} 秒後に再送できます</span>',
resend_countdown: 'まだ届きませんか? {{seconds}} 秒後に再送できます',
error_send_failed: '認証コードの送信に失敗しました。しばらくしてからもう一度お試しください。',
error_verify_failed: '認証に失敗しました。もう一度コードを入力してください。',
error_invalid_code: '認証コードが無効か、有効期限が切れています。',
Expand All @@ -90,7 +90,7 @@ const account_center = {
send: '認証コードを送信',
description: '認証コードを電話 {{phone}} に送信しました。コードを入力して続行してください。',
resend: 'まだ届きませんか? <a>認証コードを再送</a>',
resend_countdown: 'まだ届きませんか?<span> {{seconds}} 秒後に再送できます</span>',
resend_countdown: 'まだ届きませんか? {{seconds}} 秒後に再送できます',
error_send_failed: '認証コードの送信に失敗しました。しばらくしてからもう一度お試しください。',
error_verify_failed: '認証に失敗しました。もう一度コードを入力してください。',
error_invalid_code: '認証コードが無効か、有効期限が切れています。',
Expand Down
6 changes: 3 additions & 3 deletions packages/phrases-experience/src/locales/ko/account-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const account_center = {
code_verification: {
send: '인증 코드 보내기',
resend: '아직 받지 못하셨나요? <a>인증 코드 다시 보내기</a>',
resend_countdown: '아직 받지 못하셨나요?<span> {{seconds}}초 후에 다시 보낼 수 있습니다</span>',
resend_countdown: '아직 받지 못하셨나요? {{seconds}}초 후에 다시 보낼 수 있습니다',
},

email_verification: {
Expand All @@ -75,7 +75,7 @@ const account_center = {
description:
'인증 코드가 이메일 {{email}}(으)로 전송되었습니다. 코드를 입력해 계속 진행하세요.',
resend: '아직 받지 못하셨나요? <a>인증 코드 다시 보내기</a>',
resend_countdown: '아직 받지 못하셨나요?<span> {{seconds}}초 후에 다시 보낼 수 있습니다</span>',
resend_countdown: '아직 받지 못하셨나요? {{seconds}}초 후에 다시 보낼 수 있습니다',
error_send_failed: '인증 코드를 보내지 못했습니다. 잠시 후 다시 시도해주세요.',
error_verify_failed: '인증에 실패했습니다. 코드를 다시 입력해주세요.',
error_invalid_code: '인증 코드가 잘못되었거나 만료되었습니다.',
Expand All @@ -88,7 +88,7 @@ const account_center = {
description:
'인증 코드가 전화번호 {{phone}}(으)로 전송되었습니다. 코드를 입력해 계속 진행하세요.',
resend: '아직 받지 못하셨나요? <a>인증 코드 다시 보내기</a>',
resend_countdown: '아직 받지 못하셨나요?<span> {{seconds}}초 후에 다시 보낼 수 있습니다</span>',
resend_countdown: '아직 받지 못하셨나요? {{seconds}}초 후에 다시 보낼 수 있습니다',
error_send_failed: '인증 코드를 보내지 못했습니다. 잠시 후 다시 시도해주세요.',
error_verify_failed: '인증에 실패했습니다. 코드를 다시 입력해주세요.',
error_invalid_code: '인증 코드가 잘못되었거나 만료되었습니다.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const account_center = {
code_verification: {
send: 'Wyślij kod weryfikacyjny',
resend: 'Nie otrzymałeś? <a>Wyślij kod weryfikacyjny ponownie</a>',
resend_countdown: 'Nie otrzymałeś?<span> Wyślij ponownie po {{seconds}} s.</span>',
resend_countdown: 'Nie otrzymałeś? Wyślij ponownie po {{seconds}} s.',
},

email_verification: {
Expand All @@ -77,7 +77,7 @@ const account_center = {
description:
'Kod weryfikacyjny został wysłany na adres {{email}}. Wprowadź kod, aby kontynuować.',
resend: 'Nie otrzymałeś? <a>Wyślij kod weryfikacyjny ponownie</a>',
resend_countdown: 'Nie otrzymałeś?<span> Wyślij ponownie po {{seconds}} s.</span>',
resend_countdown: 'Nie otrzymałeś? Wyślij ponownie po {{seconds}} s.',
error_send_failed: 'Nie udało się wysłać kodu weryfikacyjnego. Spróbuj ponownie później.',
error_verify_failed: 'Weryfikacja nie powiodła się. Wprowadź kod ponownie.',
error_invalid_code: 'Kod weryfikacyjny jest nieprawidłowy lub wygasł.',
Expand All @@ -91,7 +91,7 @@ const account_center = {
description:
'Kod weryfikacyjny został wysłany na Twój telefon {{phone}}. Wprowadź kod, aby kontynuować.',
resend: 'Nie otrzymałeś? <a>Wyślij kod weryfikacyjny ponownie</a>',
resend_countdown: 'Nie otrzymałeś?<span> Wyślij ponownie po {{seconds}} s.</span>',
resend_countdown: 'Nie otrzymałeś? Wyślij ponownie po {{seconds}} s.',
error_send_failed: 'Nie udało się wysłać kodu weryfikacyjnego. Spróbuj ponownie później.',
error_verify_failed: 'Weryfikacja nie powiodła się. Wprowadź kod ponownie.',
error_invalid_code: 'Kod weryfikacyjny jest nieprawidłowy lub wygasł.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const account_center = {
code_verification: {
send: 'Enviar código de verificação',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
},

email_verification: {
Expand All @@ -79,7 +79,7 @@ const account_center = {
description:
'O código de verificação foi enviado para o e-mail {{email}}. Digite o código para continuar.',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
error_send_failed: 'Falha ao enviar o código de verificação. Tente novamente mais tarde.',
error_verify_failed: 'Falha na verificação. Digite o código novamente.',
error_invalid_code: 'O código de verificação é inválido ou expirou.',
Expand All @@ -93,7 +93,7 @@ const account_center = {
description:
'O código de verificação foi enviado para o seu telefone {{phone}}. Digite o código para continuar.',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
error_send_failed: 'Falha ao enviar o código de verificação. Tente novamente mais tarde.',
error_verify_failed: 'Falha na verificação. Digite o código novamente.',
error_invalid_code: 'O código de verificação é inválido ou expirou.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const account_center = {
code_verification: {
send: 'Enviar código de verificação',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
},

email_verification: {
Expand All @@ -81,7 +81,7 @@ const account_center = {
description:
'O código de verificação foi enviado para o e-mail {{email}}. Introduza o código para continuar.',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
error_send_failed: 'Falha ao enviar o código de verificação. Tente novamente mais tarde.',
error_verify_failed: 'Falha na verificação. Introduza novamente o código.',
error_invalid_code: 'O código de verificação é inválido ou expirou.',
Expand All @@ -95,7 +95,7 @@ const account_center = {
description:
'O código de verificação foi enviado para o seu telefone {{phone}}. Introduza o código para continuar.',
resend: 'Ainda não recebeu? <a>Reenviar código de verificação</a>',
resend_countdown: 'Ainda não recebeu?<span> Reenvie após {{seconds}} s.</span>',
resend_countdown: 'Ainda não recebeu? Reenvie após {{seconds}} s.',
error_send_failed: 'Falha ao enviar o código de verificação. Tente novamente mais tarde.',
error_verify_failed: 'Falha na verificação. Introduza novamente o código.',
error_invalid_code: 'O código de verificação é inválido ou expirou.',
Expand Down
Loading
Loading