@foxy.io/elements 1.17.0 → 1.17.1

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.
@@ -78,6 +78,8 @@
78
78
  "first_name": "Vorname",
79
79
  "invalid_credential_error": "Falsches Passwort. Bitte vergewissern Sie sich, dass Sie Ihr aktuelles oder temporäres Passwort eingegeben haben und versuchen Sie es erneut.",
80
80
  "last_name": "Nachname",
81
+ "new_password": "Neues Passwort",
82
+ "password": "Passwort",
81
83
  "sign_in": "Weiter",
82
84
  "tax_id": "Steuer-ID",
83
85
  "undo_cancel": "Überprüfung",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "Erforderlich",
89
91
  "v8n_too_long": "Zu lang",
90
92
  "sign-in-form": {
91
- "new_password": "Neues Passwort",
92
- "password": "Passwort",
93
93
  "spinner": {
94
94
  "loading_busy": "Wird geladen",
95
95
  "loading_error": "Wurde nicht geladen"
@@ -78,6 +78,8 @@
78
78
  "first_name": "First name",
79
79
  "invalid_credential_error": "Incorrect password. Please make sure you've entered your current or temporary password and try again.",
80
80
  "last_name": "Last name",
81
+ "new_password": "New password",
82
+ "password": "Password",
81
83
  "sign_in": "Continue",
82
84
  "tax_id": "Tax ID",
83
85
  "undo_cancel": "Review",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "Required",
89
91
  "v8n_too_long": "Too long",
90
92
  "sign-in-form": {
91
- "new_password": "New password",
92
- "password": "Password",
93
93
  "spinner": {
94
94
  "loading_busy": "Loading",
95
95
  "loading_error": "Failed to load"
@@ -78,6 +78,8 @@
78
78
  "first_name": "Vorname",
79
79
  "invalid_credential_error": "Contraseña incorrecta. Asegúrese de haber ingresado su contraseña actual o temporal y vuelva a intentarlo.",
80
80
  "last_name": "Nachname",
81
+ "new_password": "Nueva contraseña",
82
+ "password": "Contraseña",
81
83
  "sign_in": "Continuar",
82
84
  "tax_id": "Número de identificación fiscal",
83
85
  "undo_cancel": "Revisar",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "Obligatorio",
89
91
  "v8n_too_long": "Demasiado largo",
90
92
  "sign-in-form": {
91
- "new_password": "Nueva contraseña",
92
- "password": "Contraseña",
93
93
  "spinner": {
94
94
  "loading_busy": "Cargando",
95
95
  "loading_error": "No se pudo cargar"
@@ -78,6 +78,8 @@
78
78
  "first_name": "Imię",
79
79
  "invalid_credential_error": "Niepoprawne hasło. Upewnij się, że wpisałeś swoje obecne lub tymczasowe hasło i spróbuj ponownie.",
80
80
  "last_name": "Nazwisko",
81
+ "new_password": "Nowe hasło",
82
+ "password": "Hasło",
81
83
  "sign_in": "Kontynuuj",
82
84
  "tax_id": "NIP",
83
85
  "undo_cancel": "Przegląd",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "Wymagany",
89
91
  "v8n_too_long": "Za długo",
90
92
  "sign-in-form": {
91
- "new_password": "Nowe hasło",
92
- "password": "Hasło",
93
93
  "spinner": {
94
94
  "loading_busy": "Ładowanie",
95
95
  "loading_error": "Nie udało się załadować"
@@ -78,6 +78,8 @@
78
78
  "first_name": "Förnamn",
79
79
  "invalid_credential_error": "Fel lösenord. Se till att du har angett ditt nuvarande eller tillfälliga lösenord och försök igen.",
80
80
  "last_name": "Efternamn",
81
+ "new_password": "Nytt lösenord",
82
+ "password": "Lösenord",
81
83
  "sign_in": "Fortsätt",
82
84
  "tax_id": "Moms ID",
83
85
  "undo_cancel": "Säkerställ info",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "Nödvänding",
89
91
  "v8n_too_long": "För lång",
90
92
  "sign-in-form": {
91
- "new_password": "Nytt lösenord",
92
- "password": "Lösenord",
93
93
  "spinner": {
94
94
  "loading_busy": "Laddar",
95
95
  "loading_error": "Lyckades inte ladda"
@@ -78,6 +78,8 @@
78
78
  "first_name": "名",
79
79
  "invalid_credential_error": "密碼錯誤。 請確保您已輸入現時或臨時密碼,然後重試。",
80
80
  "last_name": "姓",
81
+ "new_password": "新密碼",
82
+ "password": "密碼",
81
83
  "sign_in": "繼續",
82
84
  "tax_id": "稅務編號",
83
85
  "undo_cancel": "審核",
@@ -88,8 +90,6 @@
88
90
  "v8n_required": "必需的",
89
91
  "v8n_too_long": "太長",
90
92
  "sign-in-form": {
91
- "new_password": "新密碼",
92
- "password": "密碼",
93
93
  "spinner": {
94
94
  "loading_busy": "載入中",
95
95
  "loading_error": "加載失敗"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@foxy.io/elements",
3
3
  "type": "module",
4
- "version": "1.17.0",
4
+ "version": "1.17.1",
5
5
  "description": "E-commerce web components by Foxy.",
6
6
  "repository": {
7
7
  "type": "git",