@juo/orion-extensions 0.13.1 → 0.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,16 @@ const Login = {
2
2
  loginViewTitle: "Přihlásit se",
3
3
  checkEmailTitle: "Zkontrolujte svůj e-mail",
4
4
  subtitle: "Změňte své produkty, možnosti doručení a platby nebo aktualizujte stav svého předplatného",
5
- separatorText: "nebo se přihlaste přes"
5
+ separatorText: "nebo se přihlaste přes",
6
+ emailLabel: "Váš e-mail",
7
+ codeLabel: "Kód",
8
+ checkInboxText: "Zkontrolujte svou e-mailovou schránku, kde najdete přihlašovací kód. Zadejte ho níže pro přihlášení. Pokud nedorazí do 2 minut, ",
9
+ tryAgainText: "zkuste to znovu",
10
+ checkInboxSuffixText: ".",
11
+ continueButtonText: "Pokračovat",
12
+ genericErrorMessage: "Něco se pokazilo. Zkuste to prosím znovu.",
13
+ invalidCodeMessage: "Kód je neplatný nebo vypršel.",
14
+ socialLoginErrorMessage: "Zkuste prosím jiný způsob přihlášení."
6
15
  };
7
16
  const cs = {
8
17
  "action:show_content": {
@@ -2,7 +2,16 @@ const Login = {
2
2
  loginViewTitle: "Anmelden",
3
3
  checkEmailTitle: "Überprüfe deine E-Mail",
4
4
  subtitle: "Ändere deine Produkte, Liefer- und Zahlungsoptionen oder aktualisiere den Status deines Abonnements",
5
- separatorText: "oder anmelden mit"
5
+ separatorText: "oder anmelden mit",
6
+ emailLabel: "Deine E-Mail",
7
+ codeLabel: "Code",
8
+ checkInboxText: "Prüfe deinen Posteingang auf einen Anmeldecode. Gib ihn unten ein, um dich anzumelden. Wenn er innerhalb von 2 Minuten nicht ankommt, ",
9
+ tryAgainText: "versuche es erneut",
10
+ checkInboxSuffixText: ".",
11
+ continueButtonText: "Weiter",
12
+ genericErrorMessage: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
13
+ invalidCodeMessage: "Der Code ist ungültig oder abgelaufen.",
14
+ socialLoginErrorMessage: "Bitte versuche eine andere Anmeldemethode."
6
15
  };
7
16
  const de = {
8
17
  "action:show_content": {
@@ -2,7 +2,16 @@ const Login = {
2
2
  loginViewTitle: "Iniciar sesión",
3
3
  checkEmailTitle: "Revisa tu correo",
4
4
  subtitle: "Cambia tus productos, opciones de entrega y pago o actualiza el estado de tu suscripción",
5
- separatorText: "o inicia sesión con"
5
+ separatorText: "o inicia sesión con",
6
+ emailLabel: "Tu correo electrónico",
7
+ codeLabel: "Código",
8
+ checkInboxText: "Revisa tu bandeja de entrada para encontrar el código de acceso. Introdúcelo abajo para iniciar sesión. Si no llega en 2 minutos, ",
9
+ tryAgainText: "inténtalo de nuevo",
10
+ checkInboxSuffixText: ".",
11
+ continueButtonText: "Continuar",
12
+ genericErrorMessage: "Algo salió mal. Por favor, inténtalo de nuevo.",
13
+ invalidCodeMessage: "El código no es válido o ha caducado.",
14
+ socialLoginErrorMessage: "Por favor, prueba otra opción de inicio de sesión."
6
15
  };
7
16
  const es = {
8
17
  "action:show_content": {