@juo/orion-extensions 0.14.2 → 0.14.4

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.
@@ -1,4 +1,4 @@
1
- const Login = {
1
+ const e = {
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",
@@ -12,8 +12,7 @@ const Login = {
12
12
  genericErrorMessage: "Něco se pokazilo. Zkuste to prosím znovu.",
13
13
  invalidCodeMessage: "Kód je neplatný nebo vypršel.",
14
14
  socialLoginErrorMessage: "Zkuste prosím jiný způsob přihlášení."
15
- };
16
- const cs = {
15
+ }, t = {
17
16
  "action:show_content": {
18
17
  headerText: "Tato zpráva je pro vás",
19
18
  subheaderText: "Máme pro vás něco důležitého – děkujeme, že jste naším předplatitelem.",
@@ -96,9 +95,9 @@ const cs = {
96
95
  acceptLabel: "Potvrdit",
97
96
  declineLabel: "Odmítnout"
98
97
  },
99
- Login
98
+ Login: e
100
99
  };
101
100
  export {
102
- Login,
103
- cs as default
101
+ e as Login,
102
+ t as default
104
103
  };
@@ -1,4 +1,4 @@
1
- const Login = {
1
+ const e = {
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",
@@ -12,8 +12,7 @@ const Login = {
12
12
  genericErrorMessage: "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
13
13
  invalidCodeMessage: "Der Code ist ungültig oder abgelaufen.",
14
14
  socialLoginErrorMessage: "Bitte versuche eine andere Anmeldemethode."
15
- };
16
- const de = {
15
+ }, n = {
17
16
  "action:show_content": {
18
17
  headerText: "Diese Nachricht ist für dich",
19
18
  subheaderText: "Wir haben etwas Wichtiges für dich – danke, dass du unser Abonnent bist.",
@@ -96,9 +95,9 @@ const de = {
96
95
  acceptLabel: "Bestätigen",
97
96
  declineLabel: "Ablehnen"
98
97
  },
99
- Login
98
+ Login: e
100
99
  };
101
100
  export {
102
- Login,
103
- de as default
101
+ e as Login,
102
+ n as default
104
103
  };
@@ -1,4 +1,4 @@
1
- const Login = {
1
+ const e = {
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",
@@ -12,8 +12,7 @@ const Login = {
12
12
  genericErrorMessage: "Algo salió mal. Por favor, inténtalo de nuevo.",
13
13
  invalidCodeMessage: "El código no es válido o ha caducado.",
14
14
  socialLoginErrorMessage: "Por favor, prueba otra opción de inicio de sesión."
15
- };
16
- const es = {
15
+ }, a = {
17
16
  "action:show_content": {
18
17
  headerText: "Este mensaje es para ti",
19
18
  subheaderText: "Tenemos algo importante que decirte – gracias por ser nuestro suscriptor.",
@@ -96,9 +95,9 @@ const es = {
96
95
  acceptLabel: "Confirmar",
97
96
  declineLabel: "Rechazar"
98
97
  },
99
- Login
98
+ Login: e
100
99
  };
101
100
  export {
102
- Login,
103
- es as default
101
+ e as Login,
102
+ a as default
104
103
  };