@everymatrix/user-login 1.70.1 → 1.71.0
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.
- package/dist/cjs/user-login.cjs.entry.js +79 -19
- package/dist/collection/components/user-login/user-login.stories.js +12 -12
- package/dist/collection/utils/locale.utils.js +72 -12
- package/dist/esm/user-login.entry.js +79 -19
- package/dist/user-login/user-login.entry.js +108 -107
- package/package.json +1 -1
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/packages/stencil/user-login/stencil.config.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/packages/stencil/user-login/stencil.config.dev.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/packages/stencil/user-login/storybook/main.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/packages/stencil/user-login/storybook/preview.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/user-login/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -25,7 +25,12 @@ const TRANSLATIONS = {
|
|
|
25
25
|
"configError": "An unexpected error has occurred when fetching the configuration",
|
|
26
26
|
"userEmailError": "The email or username have an invalid format.",
|
|
27
27
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
28
|
-
"userPasswordError": "The password has an invalid format."
|
|
28
|
+
"userPasswordError": "The password has an invalid format.",
|
|
29
|
+
"GmErr_UnexpectedException": "There was an error trying to fetch the data...",
|
|
30
|
+
"Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information.",
|
|
31
|
+
"GmErr_Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information",
|
|
32
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information.",
|
|
33
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information."
|
|
29
34
|
},
|
|
30
35
|
"tr": {
|
|
31
36
|
"invalidField": "Üzgünüz, bu kullanıcı adı/e-posta adresi ve/veya şifre tanınmadı.",
|
|
@@ -46,7 +51,12 @@ const TRANSLATIONS = {
|
|
|
46
51
|
"configError": "Yapılandırma alınırken beklenmeyen bir hata oluştu",
|
|
47
52
|
"userEmailError": "E-posta veya kullanıcı adı geçersiz bir formata sahip.",
|
|
48
53
|
"userPhoneError": "Ön ek veya telefon numarası geçersiz bir formata sahip.",
|
|
49
|
-
"userPasswordError": "Şifre geçersiz bir formata sahip."
|
|
54
|
+
"userPasswordError": "Şifre geçersiz bir formata sahip.",
|
|
55
|
+
"GmErr_UnexpectedException": "Verileri almaya çalışırken bir hata oluştu...",
|
|
56
|
+
"Forbidden_UserAccount_Timeout": "Belirlediğiniz aktif zaman aşımı nedeniyle şu anda hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
57
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Belirlediğiniz aktif zaman aşımı nedeniyle şu anda hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
58
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Aktif bir kendini dışlama nedeniyle hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
59
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Aktif bir kendini dışlama nedeniyle hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin."
|
|
50
60
|
},
|
|
51
61
|
"en-us": {
|
|
52
62
|
"invalidField": "Sorry, that username/email address and/or password has not been recognized.",
|
|
@@ -67,7 +77,12 @@ const TRANSLATIONS = {
|
|
|
67
77
|
"configError": "An unexpected error has occured when fetchig the configuration",
|
|
68
78
|
"userEmailError": "The email or username have an invalid format.",
|
|
69
79
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
70
|
-
"userPasswordError": "The password has an invalid format."
|
|
80
|
+
"userPasswordError": "The password has an invalid format.",
|
|
81
|
+
"GmErr_UnexpectedException": "There was an error trying to fetch the data...",
|
|
82
|
+
"Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information.",
|
|
83
|
+
"GmErr_Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information",
|
|
84
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information.",
|
|
85
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information."
|
|
71
86
|
},
|
|
72
87
|
"ro": {
|
|
73
88
|
"invalidField": "Ne pare rău, acest nume de utilizator/adresă de e-mail și/sau parolă nu a fost recunoscut.",
|
|
@@ -88,7 +103,12 @@ const TRANSLATIONS = {
|
|
|
88
103
|
"configError": "A apărut o eroare neașteptată la preluarea configurației",
|
|
89
104
|
"userEmailError": "Emailul sau numele de utilizator au un format invalid.",
|
|
90
105
|
"userPhoneError": "Prefixul sau numărul de telefon au un format invalid.",
|
|
91
|
-
"userPasswordError": "Parola are un format invalid."
|
|
106
|
+
"userPasswordError": "Parola are un format invalid.",
|
|
107
|
+
"GmErr_UnexpectedException": "A apărut o eroare la încercarea de a prelua datele...",
|
|
108
|
+
"Forbidden_UserAccount_Timeout": "Accesul la contul dumneavoastră nu este posibil momentan din cauza unei perioade de pauză active setate de dumneavoastră. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
109
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Accesul la contul dumneavoastră nu este posibil momentan din cauza unei perioade de pauză active setate de dumneavoastră. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
110
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Accesul la contul dumneavoastră nu este posibil din cauza unei autoexcluderi active. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
111
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Accesul la contul dumneavoastră nu este posibil din cauza unei autoexcluderi active. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații."
|
|
92
112
|
},
|
|
93
113
|
"hr": {
|
|
94
114
|
"invalidField": "Žao nam je, to korisničko ime/adresa e-pošte i/ili lozinka nisu prepoznati.",
|
|
@@ -109,7 +129,12 @@ const TRANSLATIONS = {
|
|
|
109
129
|
"configError": "Došlo je do neočekivane pogreške prilikom dohvaćanja konfiguracije",
|
|
110
130
|
"userEmailError": "E-mail ili korisničko ime imaju nevažeći format.",
|
|
111
131
|
"userPhoneError": "Prefiks ili telefonski broj imaju nevažeći format.",
|
|
112
|
-
"userPasswordError": "Lozinka ima nevažeći format."
|
|
132
|
+
"userPasswordError": "Lozinka ima nevažeći format.",
|
|
133
|
+
"GmErr_UnexpectedException": "Došlo je do pogreške prilikom dohvaćanja podataka...",
|
|
134
|
+
"Forbidden_UserAccount_Timeout": "Trenutno nije moguće pristupiti vašem računu zbog aktivne vremenske blokade koju ste postavili. Za više informacija kontaktirajte Službu za korisnike.",
|
|
135
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Trenutno nije moguće pristupiti vašem računu zbog aktivne vremenske blokade koju ste postavili. Za više informacija kontaktirajte Službu za korisnike.",
|
|
136
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Nije moguće pristupiti vašem računu zbog aktivne samoisključenosti. Za više informacija kontaktirajte Službu za korisnike.",
|
|
137
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Nije moguće pristupiti vašem računu zbog aktivne samoisključenosti. Za više informacija kontaktirajte Službu za korisnike."
|
|
113
138
|
},
|
|
114
139
|
"fr": {
|
|
115
140
|
"invalidField": "Désolé, ce nom d'utilisateur/adresse e-mail et/ou mot de passe n'a pas été reconnu.",
|
|
@@ -130,7 +155,12 @@ const TRANSLATIONS = {
|
|
|
130
155
|
"configError": "Une erreur inattendue s'est produite lors de la récupération de la configuration",
|
|
131
156
|
"userEmailError": "L'email ou le nom d'utilisateur ont un format invalide.",
|
|
132
157
|
"userPhoneError": "Le préfixe ou le numéro de téléphone ont un format invalide.",
|
|
133
|
-
"userPasswordError": "Le mot de passe a un format invalide."
|
|
158
|
+
"userPasswordError": "Le mot de passe a un format invalide.",
|
|
159
|
+
"GmErr_UnexpectedException": "Une erreur s'est produite lors de la récupération des données...",
|
|
160
|
+
"Forbidden_UserAccount_Timeout": "Il n'est actuellement pas possible d'accéder à votre compte en raison d'une période de pause active que vous avez définie. Veuillez contacter le service client pour plus d'informations.",
|
|
161
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Il n'est actuellement pas possible d'accéder à votre compte en raison d'une période de pause active que vous avez définie. Veuillez contacter le service client pour plus d'informations.",
|
|
162
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Il n'est pas possible d'accéder à votre compte en raison d'une auto-exclusion active. Veuillez contacter le service client pour plus d'informations.",
|
|
163
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Il n'est pas possible d'accéder à votre compte en raison d'une auto-exclusion active. Veuillez contacter le service client pour plus d'informations."
|
|
134
164
|
},
|
|
135
165
|
"cs": {
|
|
136
166
|
"invalidField": "Omlouváme se, toto uživatelské jméno/e-mailová adresa a/nebo heslo nebyly rozpoznány.",
|
|
@@ -151,7 +181,12 @@ const TRANSLATIONS = {
|
|
|
151
181
|
"configError": "Při načítání konfigurace došlo k neočekávané chybě",
|
|
152
182
|
"userEmailError": "E-mail nebo uživatelské jméno mají neplatný formát.",
|
|
153
183
|
"userPhoneError": "Předvolba nebo telefonní číslo mají neplatný formát.",
|
|
154
|
-
"userPasswordError": "Heslo má neplatný formát."
|
|
184
|
+
"userPasswordError": "Heslo má neplatný formát.",
|
|
185
|
+
"GmErr_UnexpectedException": "Při načítání dat došlo k chybě...",
|
|
186
|
+
"Forbidden_UserAccount_Timeout": "Váš účet není momentálně přístupný kvůli aktivnímu časovému omezení, které jste nastavili. Pro více informací kontaktujte zákaznický servis.",
|
|
187
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Váš účet není momentálně přístupný kvůli aktivnímu časovému omezení, které jste nastavili. Pro více informací kontaktujte zákaznický servis.",
|
|
188
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Váš účet není přístupný kvůli aktivní sebevyloučení. Pro více informací kontaktujte zákaznický servis.",
|
|
189
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Váš účet není přístupný kvůli aktivní sebevyloučení. Pro více informací kontaktujte zákaznický servis."
|
|
155
190
|
},
|
|
156
191
|
"de": {
|
|
157
192
|
"invalidField": "Entschuldigung, dieser Benutzername/diese E-Mail-Adresse und/oder dieses Passwort wurde nicht erkannt.",
|
|
@@ -172,7 +207,12 @@ const TRANSLATIONS = {
|
|
|
172
207
|
"configError": "Beim Abrufen der Konfiguration ist ein unerwarteter Fehler aufgetreten",
|
|
173
208
|
"userEmailError": "Die E-Mail oder der Benutzername haben ein ungültiges Format.",
|
|
174
209
|
"userPhoneError": "Die Vorwahl oder die Telefonnummer haben ein ungültiges Format.",
|
|
175
|
-
"userPasswordError": "Das Passwort hat ein ungültiges Format."
|
|
210
|
+
"userPasswordError": "Das Passwort hat ein ungültiges Format.",
|
|
211
|
+
"GmErr_UnexpectedException": "Beim Abrufen der Daten ist ein Fehler aufgetreten...",
|
|
212
|
+
"Forbidden_UserAccount_Timeout": "Der Zugriff auf Ihr Konto ist derzeit aufgrund einer aktiven Auszeit, die Sie festgelegt haben, nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
213
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Der Zugriff auf Ihr Konto ist derzeit aufgrund einer aktiven Auszeit, die Sie festgelegt haben, nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
214
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Der Zugriff auf Ihr Konto ist aufgrund einer aktiven Selbstausschlussregelung nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
215
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Der Zugriff auf Ihr Konto ist aufgrund einer aktiven Selbstausschlussregelung nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice."
|
|
176
216
|
},
|
|
177
217
|
"pt-br": {
|
|
178
218
|
"invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
|
|
@@ -193,7 +233,12 @@ const TRANSLATIONS = {
|
|
|
193
233
|
"configError": "Ocorreu um erro inesperado ao buscar a configuração",
|
|
194
234
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
195
235
|
"userPhoneError": "O prefixo ou o número de telefone têm um formato inválido.",
|
|
196
|
-
"userPasswordError": "A senha tem um formato inválido."
|
|
236
|
+
"userPasswordError": "A senha tem um formato inválido.",
|
|
237
|
+
"GmErr_UnexpectedException": "Ocorreu um erro ao tentar buscar os dados...",
|
|
238
|
+
"Forbidden_UserAccount_Timeout": "Atualmente não é possível acessar sua conta devido a um período de pausa ativo que você definiu. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
239
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Atualmente não é possível acessar sua conta devido a um período de pausa ativo que você definiu. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
240
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Não é possível acessar sua conta devido a uma autoexclusão ativa. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
241
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Não é possível acessar sua conta devido a uma autoexclusão ativa. Por favor, entre em contato com o Atendimento ao Cliente para mais informações."
|
|
197
242
|
},
|
|
198
243
|
"es-mx": {
|
|
199
244
|
"invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
|
|
@@ -214,7 +259,12 @@ const TRANSLATIONS = {
|
|
|
214
259
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
215
260
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
216
261
|
"userPhoneError": "El prefijo o el número de teléfono tienen un formato inválido.",
|
|
217
|
-
"userPasswordError": "La contraseña tiene un formato inválido."
|
|
262
|
+
"userPasswordError": "La contraseña tiene un formato inválido.",
|
|
263
|
+
"GmErr_UnexpectedException": "Ocurrió un error al intentar obtener los datos...",
|
|
264
|
+
"Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta al Servicio al Cliente para más información.",
|
|
265
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta al Servicio al Cliente para más información.",
|
|
266
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta al Servicio al Cliente para más información.",
|
|
267
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta al Servicio al Cliente para más información."
|
|
218
268
|
},
|
|
219
269
|
"es": {
|
|
220
270
|
"invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
|
|
@@ -235,7 +285,12 @@ const TRANSLATIONS = {
|
|
|
235
285
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
236
286
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
237
287
|
"userPhoneError": "El prefijo o el número de teléfono tienen un formato inválido.",
|
|
238
|
-
"userPasswordError": "La contraseña tiene un formato inválido."
|
|
288
|
+
"userPasswordError": "La contraseña tiene un formato inválido.",
|
|
289
|
+
"GmErr_UnexpectedException": "Ocurrió un error al intentar obtener los datos...",
|
|
290
|
+
"Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
291
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
292
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
293
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta con el Servicio de Atención al Cliente para más información."
|
|
239
294
|
},
|
|
240
295
|
"pt": {
|
|
241
296
|
"invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
|
|
@@ -256,7 +311,12 @@ const TRANSLATIONS = {
|
|
|
256
311
|
"configError": "Ocorreu um erro inesperado ao procurar a configuração",
|
|
257
312
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
258
313
|
"userPhoneError": "O prefixo ou o número de telefone têm um formato inválido.",
|
|
259
|
-
"userPasswordError": "A senha tem um formato inválido."
|
|
314
|
+
"userPasswordError": "A senha tem um formato inválido.",
|
|
315
|
+
"GmErr_UnexpectedException": "Ocorreu um erro ao tentar buscar os dados...",
|
|
316
|
+
"Forbidden_UserAccount_Timeout": "De momento não é possível aceder à sua conta devido a uma pausa ativa que definiu. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
317
|
+
"GmErr_Forbidden_UserAccount_Timeout": "De momento não é possível aceder à sua conta devido a uma pausa ativa que definiu. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
318
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Não é possível aceder à sua conta devido a uma autoexclusão ativa. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
319
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Não é possível aceder à sua conta devido a uma autoexclusão ativa. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações."
|
|
260
320
|
}
|
|
261
321
|
};
|
|
262
322
|
const getTranslations = (url) => {
|
|
@@ -370,7 +430,7 @@ const dispatchCustomEvent = (type, data = {}) => {
|
|
|
370
430
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
371
431
|
*/
|
|
372
432
|
|
|
373
|
-
function defineCustomElement(CustomElement, version = '24.5.
|
|
433
|
+
function defineCustomElement(CustomElement, version = '24.5.10') {
|
|
374
434
|
Object.defineProperty(CustomElement, 'version', {
|
|
375
435
|
get() {
|
|
376
436
|
return version;
|
|
@@ -418,26 +478,26 @@ defineCustomElement(Lumo);
|
|
|
418
478
|
* Copyright 2019 Google LLC
|
|
419
479
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
420
480
|
*/
|
|
421
|
-
const t$1=globalThis,e$2=t$1.ShadowRoot&&(void 0===t$1.ShadyCSS||t$1.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$
|
|
481
|
+
const t$1=globalThis,e$2=t$1.ShadowRoot&&(void 0===t$1.ShadyCSS||t$1.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$1=Symbol(),o$2=new WeakMap;class n$2{constructor(t,e,o){if(this._$cssResult$=!0,o!==s$1)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$2&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$2.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$2.set(s,t));}return t}toString(){return this.cssText}}const r$3=t=>new n$2("string"==typeof t?t:t+"",void 0,s$1),i$3=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new n$2(o,t,s$1)},S$1=(s,o)=>{if(e$2)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$1.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$2=e$2?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$3(e)})(t):t;
|
|
422
482
|
|
|
423
483
|
/**
|
|
424
484
|
* @license
|
|
425
485
|
* Copyright 2017 Google LLC
|
|
426
486
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
427
|
-
*/const{is:i$2,defineProperty:e$1,getOwnPropertyDescriptor:
|
|
487
|
+
*/const{is:i$2,defineProperty:e$1,getOwnPropertyDescriptor:r$2,getOwnPropertyNames:h$1,getOwnPropertySymbols:o$1,getPrototypeOf:n$1}=Object,a$1=globalThis,c$1=a$1.trustedTypes,l$1=c$1?c$1.emptyScript:"",p$1=a$1.reactiveElementPolyfillSupport,d$1=(t,s)=>t,u$1={toAttribute(t,s){switch(s){case Boolean:t=t?l$1:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$1=(t,s)=>!i$2(t,s),y={attribute:!0,type:String,converter:u$1,reflect:!1,hasChanged:f$1};Symbol.metadata??=Symbol("metadata"),a$1.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=y){if(s.state&&(s.attribute=!1),this._$Ei(),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,s);void 0!==r&&e$1(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$2(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get(){return e?.call(this)},set(s){const r=e?.call(this);h.call(this,s),this.requestUpdate(t,r,i);},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??y}static _$Ei(){if(this.hasOwnProperty(d$1("elementProperties")))return;const t=n$1(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d$1("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d$1("properties"))){const t=this.properties,s=[...h$1(t),...o$1(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return !1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$EC(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const r=(void 0!==i.converter?.toAttribute?i.converter:u$1).toAttribute(s,i.type);this._$Em=t,null==r?this.removeAttribute(e):this.setAttribute(e,r),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u$1;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??f$1)(this[t],s))return;this.P(t,s,i);}!1===this.isUpdatePending&&(this._$ES=this._$ET());}P(t,s,i){this._$AL.has(t)||this._$AL.set(t,s),!0===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t);}async _$ET(){this.isUpdatePending=!0;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t)!0!==i.wrapped||this._$AL.has(s)||void 0===this[s]||this.P(s,this[s],i);}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EU();}catch(s){throw t=!1,this._$EU(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t);}_$EU(){this._$AL=new Map,this.isUpdatePending=!1;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return !0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU();}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[d$1("elementProperties")]=new Map,b[d$1("finalized")]=new Map,p$1?.({ReactiveElement:b}),(a$1.reactiveElementVersions??=[]).push("2.0.4");
|
|
428
488
|
|
|
429
489
|
/**
|
|
430
490
|
* @license
|
|
431
491
|
* Copyright 2017 Google LLC
|
|
432
492
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
433
493
|
*/
|
|
434
|
-
const t=globalThis,i$1=t.trustedTypes,s
|
|
494
|
+
const t=globalThis,i$1=t.trustedTypes,s=i$1?i$1.createPolicy("lit-html",{createHTML:t=>t}):void 0,e="$lit$",h=`lit$${Math.random().toFixed(9).slice(2)}$`,o="?"+h,n=`<${o}>`,r$1=document,l=()=>r$1.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a=Array.isArray,u=t=>a(t)||"function"==typeof t?.[Symbol.iterator],d="[ \t\n\f\r]",f=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,_=/>/g,m=RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),p=/'/g,g=/"/g,$=/^(?:script|style|textarea|title)$/i,T=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),A=new WeakMap,C=r$1.createTreeWalker(r$1,129);function P(t,i){if(!a(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s?s.createHTML(i):i}const V=(t,i)=>{const s=t.length-1,o=[];let r,l=2===i?"<svg>":3===i?"<math>":"",c=f;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,y=0;for(;y<s.length&&(c.lastIndex=y,u=c.exec(s),null!==u);)y=c.lastIndex,c===f?"!--"===u[1]?c=v:void 0!==u[1]?c=_:void 0!==u[2]?($.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m):void 0!==u[3]&&(c=m):c===m?">"===u[0]?(c=r??f,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?m:'"'===u[3]?g:p):c===g||c===p?c=m:c===v||c===_?c=f:(c=m,r=void 0);const x=c===m&&t[i+1].startsWith("/>")?" ":"";l+=c===f?s+n:d>=0?(o.push(a),s.slice(0,d)+e+s.slice(d)+h+x):s+h+(-2===d?i:x);}return [P(t,l+(t[s]||"<?>")+(2===i?"</svg>":3===i?"</math>":"")),o]};class N{constructor({strings:t,_$litType$:s},n){let r;this.parts=[];let c=0,a=0;const u=t.length-1,d=this.parts,[f,v]=V(t,s);if(this.el=N.createElement(f,n),C.currentNode=this.el.content,2===s||3===s){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes);}for(;null!==(r=C.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(e)){const i=v[a++],s=r.getAttribute(t).split(h),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:c,name:e[2],strings:s,ctor:"."===e[1]?H:"?"===e[1]?I:"@"===e[1]?L:k}),r.removeAttribute(t);}else t.startsWith(h)&&(d.push({type:6,index:c}),r.removeAttribute(t));if($.test(r.tagName)){const t=r.textContent.split(h),s=t.length-1;if(s>0){r.textContent=i$1?i$1.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l()),C.nextNode(),d.push({type:2,index:++c});r.append(t[s],l());}}}else if(8===r.nodeType)if(r.data===o)d.push({type:2,index:c});else {let t=-1;for(;-1!==(t=r.data.indexOf(h,t+1));)d.push({type:7,index:c}),t+=h.length-1;}c++;}}static createElement(t,i){const s=r$1.createElement("template");return s.innerHTML=t,s}}function S(t,i,s=t,e){if(i===T)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=c(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=S(t,h._$AS(t,i.values),h,e)),i}class M{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??r$1).importNode(i,!0);C.currentNode=e;let h=C.nextNode(),o=0,n=0,l=s[0];for(;void 0!==l;){if(o===l.index){let i;2===l.type?i=new R(h,h.nextSibling,this,t):1===l.type?i=new l.ctor(h,l.name,l.strings,this,t):6===l.type&&(i=new z(h,this,t)),this._$AV.push(i),l=s[++n];}o!==l?.index&&(h=C.nextNode(),o++);}return C.currentNode=r$1,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0;}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=S(this,t,i),c(t)?t===E||null==t||""===t?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u(t)?this.k(t):this._(t);}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t));}_(t){this._$AH!==E&&c(this._$AH)?this._$AA.nextSibling.data=t:this.T(r$1.createTextNode(t)),this._$AH=t;}$(t){const{values:i,_$litType$:s}=t,e="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=N.createElement(P(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else {const t=new M(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t;}}_$AC(t){let i=A.get(t.strings);return void 0===i&&A.set(t.strings,i=new N(t)),i}k(t){a(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new R(this.O(l()),this.O(l()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t));}}class k{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=E;}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=S(this,t,i,0),o=!c(t)||t!==this._$AH&&t!==T,o&&(this._$AH=t);else {const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=S(this,e[s+n],i,n),r===T&&(r=this._$AH[n]),o||=!c(r)||r!==this._$AH[n],r===E?t=E:t!==E&&(t+=(r??"")+h[n+1]),this._$AH[n]=r;}o&&!e&&this.j(t);}j(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"");}}class H extends k{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===E?void 0:t;}}class I extends k{constructor(){super(...arguments),this.type=4;}j(t){this.element.toggleAttribute(this.name,!!t&&t!==E);}}class L extends k{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5;}_$AI(t,i=this){if((t=S(this,t,i,0)??E)===T)return;const s=this._$AH,e=t===E&&s!==E||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==E&&(s===E||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){S(this,t);}}const j=t.litHtmlPolyfillSupport;j?.(N,R),(t.litHtmlVersions??=[]).push("3.2.1");const B=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new R(i.insertBefore(l(),t),t,void 0,s??{});}return h._$AI(t),h};
|
|
435
495
|
|
|
436
496
|
/**
|
|
437
497
|
* @license
|
|
438
498
|
* Copyright 2017 Google LLC
|
|
439
499
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
440
|
-
*/
|
|
500
|
+
*/class r extends b{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const s=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(s,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1);}render(){return T}}r._$litElement$=!0,r["finalized"]=!0,globalThis.litElementHydrateSupport?.({LitElement:r});const i=globalThis.litElementPolyfillSupport;i?.({LitElement:r});(globalThis.litElementVersions??=[]).push("4.1.1");
|
|
441
501
|
|
|
442
502
|
/**
|
|
443
503
|
* @license
|
|
@@ -600,7 +660,7 @@ function updateInstanceStyles(instance) {
|
|
|
600
660
|
|
|
601
661
|
const componentClass = instance.constructor;
|
|
602
662
|
|
|
603
|
-
if (instance instanceof
|
|
663
|
+
if (instance instanceof r) {
|
|
604
664
|
// LitElement
|
|
605
665
|
|
|
606
666
|
// The adoptStyles function may fall back to appending style elements to shadow root.
|
|
@@ -641,7 +701,7 @@ function updateInstanceStylesOfType(componentClass) {
|
|
|
641
701
|
* @param {Function} componentClass
|
|
642
702
|
*/
|
|
643
703
|
function updateComponentStyles(componentClass) {
|
|
644
|
-
if (componentClass.prototype instanceof
|
|
704
|
+
if (componentClass.prototype instanceof r) {
|
|
645
705
|
// Update LitElement-based component's elementStyles
|
|
646
706
|
componentClass.elementStyles = componentClass.finalizeStyles(componentClass.styles);
|
|
647
707
|
} else {
|
|
@@ -44,19 +44,19 @@ const Template = (args) => {
|
|
|
44
44
|
<user-login
|
|
45
45
|
endpoint="${args.endpoint}"
|
|
46
46
|
lang="${args.lang}"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
47
|
+
client-styling="${args.clientStyling}"
|
|
48
|
+
client-styling-url="${args.clientStylingUrl}"
|
|
49
|
+
translation-url="${args.translationUrl}"
|
|
50
|
+
password-reset="${args.passwordReset}"
|
|
51
|
+
user-email-regex="${args.userEmailRegex}"
|
|
52
|
+
user-email-regex-options="${args.userEmailRegexOptions}"
|
|
53
|
+
user-phone-regex="${args.userPhoneRegex}"
|
|
54
|
+
user-phone-regex-options="${args.userPhoneRegexOptions}"
|
|
55
|
+
password-regex="${args.passwordRegex}"
|
|
56
|
+
password-regex-options="${args.passwordRegexOptions}"
|
|
57
57
|
version="${args.version}"
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
login-by-phone-number="${args.loginByPhoneNumber}"
|
|
59
|
+
mb-source="${args.mbSource}"
|
|
60
60
|
></user-login>
|
|
61
61
|
<!-- Placeholder to display the User Session ID -->
|
|
62
62
|
<div id="session-id-container" style="margin-top: 16px; font-family: sans-serif;">
|
|
@@ -19,7 +19,12 @@ const TRANSLATIONS = {
|
|
|
19
19
|
"configError": "An unexpected error has occurred when fetching the configuration",
|
|
20
20
|
"userEmailError": "The email or username have an invalid format.",
|
|
21
21
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
22
|
-
"userPasswordError": "The password has an invalid format."
|
|
22
|
+
"userPasswordError": "The password has an invalid format.",
|
|
23
|
+
"GmErr_UnexpectedException": "There was an error trying to fetch the data...",
|
|
24
|
+
"Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information.",
|
|
25
|
+
"GmErr_Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information",
|
|
26
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information.",
|
|
27
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information."
|
|
23
28
|
},
|
|
24
29
|
"tr": {
|
|
25
30
|
"invalidField": "Üzgünüz, bu kullanıcı adı/e-posta adresi ve/veya şifre tanınmadı.",
|
|
@@ -40,7 +45,12 @@ const TRANSLATIONS = {
|
|
|
40
45
|
"configError": "Yapılandırma alınırken beklenmeyen bir hata oluştu",
|
|
41
46
|
"userEmailError": "E-posta veya kullanıcı adı geçersiz bir formata sahip.",
|
|
42
47
|
"userPhoneError": "Ön ek veya telefon numarası geçersiz bir formata sahip.",
|
|
43
|
-
"userPasswordError": "Şifre geçersiz bir formata sahip."
|
|
48
|
+
"userPasswordError": "Şifre geçersiz bir formata sahip.",
|
|
49
|
+
"GmErr_UnexpectedException": "Verileri almaya çalışırken bir hata oluştu...",
|
|
50
|
+
"Forbidden_UserAccount_Timeout": "Belirlediğiniz aktif zaman aşımı nedeniyle şu anda hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
51
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Belirlediğiniz aktif zaman aşımı nedeniyle şu anda hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
52
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Aktif bir kendini dışlama nedeniyle hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin.",
|
|
53
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Aktif bir kendini dışlama nedeniyle hesabınıza erişim mümkün değil. Daha fazla bilgi için lütfen Müşteri Hizmetleri ile iletişime geçin."
|
|
44
54
|
},
|
|
45
55
|
"en-us": {
|
|
46
56
|
"invalidField": "Sorry, that username/email address and/or password has not been recognized.",
|
|
@@ -61,7 +71,12 @@ const TRANSLATIONS = {
|
|
|
61
71
|
"configError": "An unexpected error has occured when fetchig the configuration",
|
|
62
72
|
"userEmailError": "The email or username have an invalid format.",
|
|
63
73
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
64
|
-
"userPasswordError": "The password has an invalid format."
|
|
74
|
+
"userPasswordError": "The password has an invalid format.",
|
|
75
|
+
"GmErr_UnexpectedException": "There was an error trying to fetch the data...",
|
|
76
|
+
"Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information.",
|
|
77
|
+
"GmErr_Forbidden_UserAccount_Timeout": "It’s currently not possible to access your account due to an active time-out you’ve set. Please contact Customer Services for more information",
|
|
78
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information.",
|
|
79
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "It’s not possible to access your account due to an active self-exclusion. Please contact Customer Services for more information."
|
|
65
80
|
},
|
|
66
81
|
"ro": {
|
|
67
82
|
"invalidField": "Ne pare rău, acest nume de utilizator/adresă de e-mail și/sau parolă nu a fost recunoscut.",
|
|
@@ -82,7 +97,12 @@ const TRANSLATIONS = {
|
|
|
82
97
|
"configError": "A apărut o eroare neașteptată la preluarea configurației",
|
|
83
98
|
"userEmailError": "Emailul sau numele de utilizator au un format invalid.",
|
|
84
99
|
"userPhoneError": "Prefixul sau numărul de telefon au un format invalid.",
|
|
85
|
-
"userPasswordError": "Parola are un format invalid."
|
|
100
|
+
"userPasswordError": "Parola are un format invalid.",
|
|
101
|
+
"GmErr_UnexpectedException": "A apărut o eroare la încercarea de a prelua datele...",
|
|
102
|
+
"Forbidden_UserAccount_Timeout": "Accesul la contul dumneavoastră nu este posibil momentan din cauza unei perioade de pauză active setate de dumneavoastră. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
103
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Accesul la contul dumneavoastră nu este posibil momentan din cauza unei perioade de pauză active setate de dumneavoastră. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
104
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Accesul la contul dumneavoastră nu este posibil din cauza unei autoexcluderi active. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
105
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Accesul la contul dumneavoastră nu este posibil din cauza unei autoexcluderi active. Vă rugăm să contactați Serviciul Clienți pentru mai multe informații."
|
|
86
106
|
},
|
|
87
107
|
"hr": {
|
|
88
108
|
"invalidField": "Žao nam je, to korisničko ime/adresa e-pošte i/ili lozinka nisu prepoznati.",
|
|
@@ -103,7 +123,12 @@ const TRANSLATIONS = {
|
|
|
103
123
|
"configError": "Došlo je do neočekivane pogreške prilikom dohvaćanja konfiguracije",
|
|
104
124
|
"userEmailError": "E-mail ili korisničko ime imaju nevažeći format.",
|
|
105
125
|
"userPhoneError": "Prefiks ili telefonski broj imaju nevažeći format.",
|
|
106
|
-
"userPasswordError": "Lozinka ima nevažeći format."
|
|
126
|
+
"userPasswordError": "Lozinka ima nevažeći format.",
|
|
127
|
+
"GmErr_UnexpectedException": "Došlo je do pogreške prilikom dohvaćanja podataka...",
|
|
128
|
+
"Forbidden_UserAccount_Timeout": "Trenutno nije moguće pristupiti vašem računu zbog aktivne vremenske blokade koju ste postavili. Za više informacija kontaktirajte Službu za korisnike.",
|
|
129
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Trenutno nije moguće pristupiti vašem računu zbog aktivne vremenske blokade koju ste postavili. Za više informacija kontaktirajte Službu za korisnike.",
|
|
130
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Nije moguće pristupiti vašem računu zbog aktivne samoisključenosti. Za više informacija kontaktirajte Službu za korisnike.",
|
|
131
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Nije moguće pristupiti vašem računu zbog aktivne samoisključenosti. Za više informacija kontaktirajte Službu za korisnike."
|
|
107
132
|
},
|
|
108
133
|
"fr": {
|
|
109
134
|
"invalidField": "Désolé, ce nom d'utilisateur/adresse e-mail et/ou mot de passe n'a pas été reconnu.",
|
|
@@ -124,7 +149,12 @@ const TRANSLATIONS = {
|
|
|
124
149
|
"configError": "Une erreur inattendue s'est produite lors de la récupération de la configuration",
|
|
125
150
|
"userEmailError": "L'email ou le nom d'utilisateur ont un format invalide.",
|
|
126
151
|
"userPhoneError": "Le préfixe ou le numéro de téléphone ont un format invalide.",
|
|
127
|
-
"userPasswordError": "Le mot de passe a un format invalide."
|
|
152
|
+
"userPasswordError": "Le mot de passe a un format invalide.",
|
|
153
|
+
"GmErr_UnexpectedException": "Une erreur s'est produite lors de la récupération des données...",
|
|
154
|
+
"Forbidden_UserAccount_Timeout": "Il n'est actuellement pas possible d'accéder à votre compte en raison d'une période de pause active que vous avez définie. Veuillez contacter le service client pour plus d'informations.",
|
|
155
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Il n'est actuellement pas possible d'accéder à votre compte en raison d'une période de pause active que vous avez définie. Veuillez contacter le service client pour plus d'informations.",
|
|
156
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Il n'est pas possible d'accéder à votre compte en raison d'une auto-exclusion active. Veuillez contacter le service client pour plus d'informations.",
|
|
157
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Il n'est pas possible d'accéder à votre compte en raison d'une auto-exclusion active. Veuillez contacter le service client pour plus d'informations."
|
|
128
158
|
},
|
|
129
159
|
"cs": {
|
|
130
160
|
"invalidField": "Omlouváme se, toto uživatelské jméno/e-mailová adresa a/nebo heslo nebyly rozpoznány.",
|
|
@@ -145,7 +175,12 @@ const TRANSLATIONS = {
|
|
|
145
175
|
"configError": "Při načítání konfigurace došlo k neočekávané chybě",
|
|
146
176
|
"userEmailError": "E-mail nebo uživatelské jméno mají neplatný formát.",
|
|
147
177
|
"userPhoneError": "Předvolba nebo telefonní číslo mají neplatný formát.",
|
|
148
|
-
"userPasswordError": "Heslo má neplatný formát."
|
|
178
|
+
"userPasswordError": "Heslo má neplatný formát.",
|
|
179
|
+
"GmErr_UnexpectedException": "Při načítání dat došlo k chybě...",
|
|
180
|
+
"Forbidden_UserAccount_Timeout": "Váš účet není momentálně přístupný kvůli aktivnímu časovému omezení, které jste nastavili. Pro více informací kontaktujte zákaznický servis.",
|
|
181
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Váš účet není momentálně přístupný kvůli aktivnímu časovému omezení, které jste nastavili. Pro více informací kontaktujte zákaznický servis.",
|
|
182
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Váš účet není přístupný kvůli aktivní sebevyloučení. Pro více informací kontaktujte zákaznický servis.",
|
|
183
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Váš účet není přístupný kvůli aktivní sebevyloučení. Pro více informací kontaktujte zákaznický servis."
|
|
149
184
|
},
|
|
150
185
|
"de": {
|
|
151
186
|
"invalidField": "Entschuldigung, dieser Benutzername/diese E-Mail-Adresse und/oder dieses Passwort wurde nicht erkannt.",
|
|
@@ -166,7 +201,12 @@ const TRANSLATIONS = {
|
|
|
166
201
|
"configError": "Beim Abrufen der Konfiguration ist ein unerwarteter Fehler aufgetreten",
|
|
167
202
|
"userEmailError": "Die E-Mail oder der Benutzername haben ein ungültiges Format.",
|
|
168
203
|
"userPhoneError": "Die Vorwahl oder die Telefonnummer haben ein ungültiges Format.",
|
|
169
|
-
"userPasswordError": "Das Passwort hat ein ungültiges Format."
|
|
204
|
+
"userPasswordError": "Das Passwort hat ein ungültiges Format.",
|
|
205
|
+
"GmErr_UnexpectedException": "Beim Abrufen der Daten ist ein Fehler aufgetreten...",
|
|
206
|
+
"Forbidden_UserAccount_Timeout": "Der Zugriff auf Ihr Konto ist derzeit aufgrund einer aktiven Auszeit, die Sie festgelegt haben, nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
207
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Der Zugriff auf Ihr Konto ist derzeit aufgrund einer aktiven Auszeit, die Sie festgelegt haben, nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
208
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Der Zugriff auf Ihr Konto ist aufgrund einer aktiven Selbstausschlussregelung nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice.",
|
|
209
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Der Zugriff auf Ihr Konto ist aufgrund einer aktiven Selbstausschlussregelung nicht möglich. Bitte wenden Sie sich für weitere Informationen an den Kundenservice."
|
|
170
210
|
},
|
|
171
211
|
"pt-br": {
|
|
172
212
|
"invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
|
|
@@ -187,7 +227,12 @@ const TRANSLATIONS = {
|
|
|
187
227
|
"configError": "Ocorreu um erro inesperado ao buscar a configuração",
|
|
188
228
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
189
229
|
"userPhoneError": "O prefixo ou o número de telefone têm um formato inválido.",
|
|
190
|
-
"userPasswordError": "A senha tem um formato inválido."
|
|
230
|
+
"userPasswordError": "A senha tem um formato inválido.",
|
|
231
|
+
"GmErr_UnexpectedException": "Ocorreu um erro ao tentar buscar os dados...",
|
|
232
|
+
"Forbidden_UserAccount_Timeout": "Atualmente não é possível acessar sua conta devido a um período de pausa ativo que você definiu. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
233
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Atualmente não é possível acessar sua conta devido a um período de pausa ativo que você definiu. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
234
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Não é possível acessar sua conta devido a uma autoexclusão ativa. Por favor, entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
235
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Não é possível acessar sua conta devido a uma autoexclusão ativa. Por favor, entre em contato com o Atendimento ao Cliente para mais informações."
|
|
191
236
|
},
|
|
192
237
|
"es-mx": {
|
|
193
238
|
"invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
|
|
@@ -208,7 +253,12 @@ const TRANSLATIONS = {
|
|
|
208
253
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
209
254
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
210
255
|
"userPhoneError": "El prefijo o el número de teléfono tienen un formato inválido.",
|
|
211
|
-
"userPasswordError": "La contraseña tiene un formato inválido."
|
|
256
|
+
"userPasswordError": "La contraseña tiene un formato inválido.",
|
|
257
|
+
"GmErr_UnexpectedException": "Ocurrió un error al intentar obtener los datos...",
|
|
258
|
+
"Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta al Servicio al Cliente para más información.",
|
|
259
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta al Servicio al Cliente para más información.",
|
|
260
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta al Servicio al Cliente para más información.",
|
|
261
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta al Servicio al Cliente para más información."
|
|
212
262
|
},
|
|
213
263
|
"es": {
|
|
214
264
|
"invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
|
|
@@ -229,7 +279,12 @@ const TRANSLATIONS = {
|
|
|
229
279
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
230
280
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
231
281
|
"userPhoneError": "El prefijo o el número de teléfono tienen un formato inválido.",
|
|
232
|
-
"userPasswordError": "La contraseña tiene un formato inválido."
|
|
282
|
+
"userPasswordError": "La contraseña tiene un formato inválido.",
|
|
283
|
+
"GmErr_UnexpectedException": "Ocurrió un error al intentar obtener los datos...",
|
|
284
|
+
"Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
285
|
+
"GmErr_Forbidden_UserAccount_Timeout": "Actualmente no es posible acceder a tu cuenta debido a un período de pausa activo que has establecido. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
286
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta con el Servicio de Atención al Cliente para más información.",
|
|
287
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "No es posible acceder a tu cuenta debido a una autoexclusión activa. Por favor, contacta con el Servicio de Atención al Cliente para más información."
|
|
233
288
|
},
|
|
234
289
|
"pt": {
|
|
235
290
|
"invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
|
|
@@ -250,7 +305,12 @@ const TRANSLATIONS = {
|
|
|
250
305
|
"configError": "Ocorreu um erro inesperado ao procurar a configuração",
|
|
251
306
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
252
307
|
"userPhoneError": "O prefixo ou o número de telefone têm um formato inválido.",
|
|
253
|
-
"userPasswordError": "A senha tem um formato inválido."
|
|
308
|
+
"userPasswordError": "A senha tem um formato inválido.",
|
|
309
|
+
"GmErr_UnexpectedException": "Ocorreu um erro ao tentar buscar os dados...",
|
|
310
|
+
"Forbidden_UserAccount_Timeout": "De momento não é possível aceder à sua conta devido a uma pausa ativa que definiu. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
311
|
+
"GmErr_Forbidden_UserAccount_Timeout": "De momento não é possível aceder à sua conta devido a uma pausa ativa que definiu. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
312
|
+
"Forbidden_UserAccount_SELFEXCLUDED": "Não é possível aceder à sua conta devido a uma autoexclusão ativa. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações.",
|
|
313
|
+
"GmErr_Forbidden_UserAccount_SELFEXCLUDED": "Não é possível aceder à sua conta devido a uma autoexclusão ativa. Por favor, contacte o Serviço de Apoio ao Cliente para mais informações."
|
|
254
314
|
}
|
|
255
315
|
};
|
|
256
316
|
export const getTranslations = (url) => {
|