@everymatrix/user-login 1.65.3 → 1.65.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.
- package/dist/cjs/user-login.cjs.entry.js +45 -28
- package/dist/collection/components/user-login/user-login.js +17 -12
- package/dist/collection/utils/locale.utils.js +28 -16
- package/dist/esm/user-login.entry.js +45 -28
- package/dist/user-login/{p-41a3101d.entry.js → p-a00864b0.entry.js} +64 -64
- package/dist/user-login/user-login.esm.js +1 -1
- package/package.json +1 -1
|
@@ -14,14 +14,15 @@ const TRANSLATIONS = {
|
|
|
14
14
|
"userPrefix": "Phone prefix",
|
|
15
15
|
"password": "Password",
|
|
16
16
|
"login": "Login",
|
|
17
|
-
"genericError": "An unexpected error has
|
|
17
|
+
"genericError": "An unexpected error has occurred",
|
|
18
18
|
"successMessage": "Login successful",
|
|
19
19
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
20
20
|
"GmErr_USER_ACCOUNT_BLOCKED": "You’re currently unable to login to your account - please contact Customer Services for more information.",
|
|
21
21
|
"setUpPassowrd": "You need to reset your password",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
22
|
+
"GmErr_USER_AUTH_FAILED": "The username/email address and/or password entered is incorrect.",
|
|
23
|
+
"AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
|
|
24
|
+
"CountryRestricted": "Login is not possible from a restricted jurisdiction. If you encounter further issues, please contact support.",
|
|
25
|
+
"configError": "An unexpected error has occurred when fetching the configuration",
|
|
25
26
|
"userEmailError": "The email or username have an invalid format.",
|
|
26
27
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
27
28
|
"userPasswordError": "The password has an invalid format."
|
|
@@ -39,7 +40,8 @@ const TRANSLATIONS = {
|
|
|
39
40
|
"Forbidden_UserAccount_Blocked": "Oyuncu hesabı engellendi",
|
|
40
41
|
"GmErr_USER_ACCOUNT_BLOCKED": "Şu anda hesabınıza giriş yapamıyorsunuz - daha fazla bilgi için Müşteri Hizmetleri ile iletişime geçin.",
|
|
41
42
|
"setUpPassowrd": "Şifrenizi sıfırlamanız gerekiyor",
|
|
42
|
-
"
|
|
43
|
+
"GmErr_USER_AUTH_FAILED": "Girilen kullanıcı adı/e-posta adresi ve/veya şifre yanlış.",
|
|
44
|
+
"AuthFailedPhoneNumber": "Girilen telefon numarası ve/veya şifre yanlış.",
|
|
43
45
|
"CountryRestricted": "Kısıtlı bir yargı bölgesinden kayıt yapılamaz. Daha fazla sorunla karşılaşırsanız, lütfen destek ile iletişime geçin.",
|
|
44
46
|
"configError": "Yapılandırma alınırken beklenmeyen bir hata oluştu",
|
|
45
47
|
"userEmailError": "E-posta veya kullanıcı adı geçersiz bir formata sahip.",
|
|
@@ -59,8 +61,9 @@ const TRANSLATIONS = {
|
|
|
59
61
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
60
62
|
"GmErr_USER_ACCOUNT_BLOCKED": "You’re currently unable to login to your account - please contact Customer Services for more information.",
|
|
61
63
|
"setUpPassowrd": "You need to reset your password",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
+
"GmErr_USER_AUTH_FAILED": "The username/email address and/or password entered is incorrect.",
|
|
65
|
+
"AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
|
|
66
|
+
"CountryRestricted": "Login is not possible from a restricted jurisdiction. If you encounter further issues, please contact support.",
|
|
64
67
|
"configError": "An unexpected error has occured when fetchig the configuration",
|
|
65
68
|
"userEmailError": "The email or username have an invalid format.",
|
|
66
69
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
@@ -79,7 +82,8 @@ const TRANSLATIONS = {
|
|
|
79
82
|
"Forbidden_UserAccount_Blocked": "Contul de jucător este blocat",
|
|
80
83
|
"GmErr_USER_ACCOUNT_BLOCKED": "În prezent, nu vă puteți conecta la contul dvs. - vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
81
84
|
"setUpPassowrd": "Trebuie să vă resetați parola",
|
|
82
|
-
"
|
|
85
|
+
"GmErr_USER_AUTH_FAILED": "Numele de utilizator/adresa de e-mail și/sau parola introduse sunt incorecte.",
|
|
86
|
+
"AuthFailedPhoneNumber": "Numărul de telefon și/sau parola introduse sunt incorecte.",
|
|
83
87
|
"CountryRestricted": "Înregistrarea nu este posibilă dintr-o jurisdicție restricționată. Dacă întâmpinați alte probleme, vă rugăm să contactați asistența.",
|
|
84
88
|
"configError": "A apărut o eroare neașteptată la preluarea configurației",
|
|
85
89
|
"userEmailError": "Emailul sau numele de utilizator au un format invalid.",
|
|
@@ -99,7 +103,8 @@ const TRANSLATIONS = {
|
|
|
99
103
|
"setUpPassowrd": "Morate resetirati svoju lozinku",
|
|
100
104
|
"Forbidden_UserAccount_Blocked": "Vaš račun je blokiran",
|
|
101
105
|
"GmErr_USER_ACCOUNT_BLOCKED": "Trenutno se ne možete prijaviti na svoj račun - molimo kontaktirajte Službu za korisnike za više informacija.",
|
|
102
|
-
"
|
|
106
|
+
"GmErr_USER_AUTH_FAILED": "Uneseno korisničko ime/adresa e-pošte i/ili lozinka su netočni.",
|
|
107
|
+
"AuthFailedPhoneNumber": "Uneseni broj telefona i/ili lozinka su netočni.",
|
|
103
108
|
"CountryRestricted": "Prijava nije moguća iz zemlje ograničene jurisdikcije. U slučaju daljnjih poteškoća, molimo kontaktirajte podršku.",
|
|
104
109
|
"configError": "Došlo je do neočekivane pogreške prilikom dohvaćanja konfiguracije",
|
|
105
110
|
"userEmailError": "E-mail ili korisničko ime imaju nevažeći format.",
|
|
@@ -119,7 +124,8 @@ const TRANSLATIONS = {
|
|
|
119
124
|
"Forbidden_UserAccount_Blocked": "Compte joueur bloqué",
|
|
120
125
|
"GmErr_USER_ACCOUNT_BLOCKED": "Vous ne pouvez actuellement pas vous connecter à votre compte - veuillez contacter le service client pour plus d'informations.",
|
|
121
126
|
"setUpPassowrd": "Vous devez réinitialiser votre mot de passe",
|
|
122
|
-
"
|
|
127
|
+
"GmErr_USER_AUTH_FAILED": "Le nom d'utilisateur/adresse e-mail et/ou le mot de passe saisis sont incorrects.",
|
|
128
|
+
"AuthFailedPhoneNumber": "Le numéro de téléphone et/ou le mot de passe saisis sont incorrects.",
|
|
123
129
|
"CountryRestricted": "L'inscription n'est pas possible depuis une juridiction restreinte. Si vous rencontrez d'autres problèmes, veuillez contacter le support.",
|
|
124
130
|
"configError": "Une erreur inattendue s'est produite lors de la récupération de la configuration",
|
|
125
131
|
"userEmailError": "L'email ou le nom d'utilisateur ont un format invalide.",
|
|
@@ -139,7 +145,8 @@ const TRANSLATIONS = {
|
|
|
139
145
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
140
146
|
"GmErr_USER_ACCOUNT_BLOCKED": "Momentálně se nemůžete přihlásit ke svému účtu - pro více informací kontaktujte zákaznický servis.",
|
|
141
147
|
"setUpPassowrd": "Musíte resetovat své heslo",
|
|
142
|
-
"
|
|
148
|
+
"GmErr_USER_AUTH_FAILED": "Zadané uživatelské jméno/e-mailová adresa a/nebo heslo jsou nesprávné.",
|
|
149
|
+
"AuthFailedPhoneNumber": "Zadané telefonní číslo a/nebo heslo jsou nesprávné.",
|
|
143
150
|
"CountryRestricted": "Registrace není možná z omezené jurisdikce. Pokud narazíte na další potíže, kontaktujte prosím podporu.",
|
|
144
151
|
"configError": "Při načítání konfigurace došlo k neočekávané chybě",
|
|
145
152
|
"userEmailError": "E-mail nebo uživatelské jméno mají neplatný formát.",
|
|
@@ -159,7 +166,8 @@ const TRANSLATIONS = {
|
|
|
159
166
|
"Forbidden_UserAccount_Blocked": "Spielerkonto gesperrt",
|
|
160
167
|
"GmErr_USER_ACCOUNT_BLOCKED": "Sie können sich derzeit nicht in Ihr Konto einloggen - bitte kontaktieren Sie den Kundenservice für weitere Informationen.",
|
|
161
168
|
"setUpPassowrd": "Sie müssen Ihr Passwort zurücksetzen",
|
|
162
|
-
"
|
|
169
|
+
"GmErr_USER_AUTH_FAILED": "Der eingegebene Benutzername/die E-Mail-Adresse und/oder das Passwort sind falsch.",
|
|
170
|
+
"AuthFailedPhoneNumber": "Die eingegebene Telefonnummer und/oder das Passwort sind falsch.",
|
|
163
171
|
"CountryRestricted": "Eine Registrierung ist aus einer eingeschränkten Gerichtsbarkeit nicht möglich. Wenn Sie weitere Probleme haben, wenden Sie sich bitte an den Support.",
|
|
164
172
|
"configError": "Beim Abrufen der Konfiguration ist ein unerwarteter Fehler aufgetreten",
|
|
165
173
|
"userEmailError": "Die E-Mail oder der Benutzername haben ein ungültiges Format.",
|
|
@@ -179,7 +187,8 @@ const TRANSLATIONS = {
|
|
|
179
187
|
"Forbidden_UserAccount_Blocked": "Conta de jogador bloqueada",
|
|
180
188
|
"GmErr_USER_ACCOUNT_BLOCKED": "Você não pode fazer login na sua conta no momento - entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
181
189
|
"setUpPassowrd": "Você precisa redefinir sua senha",
|
|
182
|
-
"
|
|
190
|
+
"GmErr_USER_AUTH_FAILED": "O nome de usuário/endereço de e-mail e/ou a senha inseridos estão incorretos.",
|
|
191
|
+
"AuthFailedPhoneNumber": "O número de telefone e/ou a senha inseridos estão incorretos.",
|
|
183
192
|
"CountryRestricted": "O registro não é possível a partir de uma jurisdição restrita. Caso encontre outros problemas, entre em contato com o suporte.",
|
|
184
193
|
"configError": "Ocorreu um erro inesperado ao buscar a configuração",
|
|
185
194
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
@@ -199,7 +208,8 @@ const TRANSLATIONS = {
|
|
|
199
208
|
"Forbidden_UserAccount_Blocked": "Cuenta de jugador bloqueada",
|
|
200
209
|
"GmErr_USER_ACCOUNT_BLOCKED": "Actualmente no puede iniciar sesión en su cuenta - comuníquese con el Servicio al Cliente para obtener más información.",
|
|
201
210
|
"setUpPassowrd": "Necesitas restablecer tu contraseña",
|
|
202
|
-
"
|
|
211
|
+
"GmErr_USER_AUTH_FAILED": "El nombre de usuario/dirección de correo electrónico y/o la contraseña ingresados son incorrectos.",
|
|
212
|
+
"AuthFailedPhoneNumber": "El número de teléfono y/o la contraseña ingresados son incorrectos.",
|
|
203
213
|
"CountryRestricted": "El registro no es posible desde una jurisdicción restringida. Si encuentra más problemas, por favor contacte al soporte.",
|
|
204
214
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
205
215
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
@@ -219,7 +229,8 @@ const TRANSLATIONS = {
|
|
|
219
229
|
"Forbidden_UserAccount_Blocked": "Cuenta de jugador bloqueada",
|
|
220
230
|
"GmErr_USER_ACCOUNT_BLOCKED": "Actualmente no puede iniciar sesión en su cuenta - comuníquese con el Servicio al Cliente para obtener más información.",
|
|
221
231
|
"setUpPassowrd": "Necesitas restablecer tu contraseña",
|
|
222
|
-
"
|
|
232
|
+
"GmErr_USER_AUTH_FAILED": "El nombre de usuario/dirección de correo electrónico y/o la contraseña ingresados son incorrectos.",
|
|
233
|
+
"AuthFailedPhoneNumber": "El número de teléfono y/o la contraseña ingresados son incorrectos.",
|
|
223
234
|
"CountryRestricted": "No es posible registrarse desde una jurisdicción restringida. Si encuentra más problemas, comuníquese con el soporte.",
|
|
224
235
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
225
236
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
@@ -239,7 +250,8 @@ const TRANSLATIONS = {
|
|
|
239
250
|
"Forbidden_UserAccount_Blocked": "Conta de jogador bloqueada",
|
|
240
251
|
"GmErr_USER_ACCOUNT_BLOCKED": "Você não pode fazer login na sua conta no momento - entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
241
252
|
"setUpPassowrd": "Você precisa redefinir a sua senha",
|
|
242
|
-
"
|
|
253
|
+
"GmErr_USER_AUTH_FAILED": "O nome de usuário/endereço de e-mail e/ou a senha inseridos estão incorretos.",
|
|
254
|
+
"AuthFailedPhoneNumber": "O número de telefone e/ou a senha inseridos estão incorretos.",
|
|
243
255
|
"CountryRestricted": "Não é possível se registrar de uma jurisdição restrita. Se encontrar mais problemas, entre em contato com o suporte.",
|
|
244
256
|
"configError": "Ocorreu um erro inesperado ao procurar a configuração",
|
|
245
257
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
@@ -22076,7 +22088,12 @@ const UserLogin = class {
|
|
|
22076
22088
|
// handles errors thrown by api
|
|
22077
22089
|
this.hasError = true;
|
|
22078
22090
|
this.errorCode = (_b = data === null || data === void 0 ? void 0 : data.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.errorCode;
|
|
22079
|
-
|
|
22091
|
+
if (this.errorCode === 'GmErr_USER_AUTH_FAILED' && this.loginByPhoneNumber === 'true') {
|
|
22092
|
+
this.errorMessage = translate$1('AuthFailedPhoneNumber', this.lang);
|
|
22093
|
+
}
|
|
22094
|
+
else {
|
|
22095
|
+
this.errorMessage = translate$1(`${this.errorCode}`, this.lang) || ((_c = data === null || data === void 0 ? void 0 : data.thirdPartyResponse) === null || _c === void 0 ? void 0 : _c.message) || translate$1('genericError', this.lang);
|
|
22096
|
+
}
|
|
22080
22097
|
if (this.errorMessage) {
|
|
22081
22098
|
console.error(this.errorMessage);
|
|
22082
22099
|
this.sendErrorNotification(this.errorMessage);
|
|
@@ -22429,20 +22446,20 @@ const UserLogin = class {
|
|
|
22429
22446
|
* Render function
|
|
22430
22447
|
*/
|
|
22431
22448
|
render() {
|
|
22432
|
-
let visibilityIcon = index.h("span", { key: '
|
|
22433
|
-
index.h("svg", { key: '
|
|
22434
|
-
index.h("svg", { key: '
|
|
22435
|
-
let userIdentification = index.h("div", { key: '
|
|
22449
|
+
let visibilityIcon = index.h("span", { key: '0567bd04c49ef7b4a31de0bf508a363d0bbaa26a', class: "InputIcon" }, this.isPasswordVisible &&
|
|
22450
|
+
index.h("svg", { key: '793920403180085cf7c365673b8302eb6aaacc4c', onClick: () => this.togglePassword(), class: "TogglePasswordVisibility", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.844", height: "12.887", viewBox: "0 0 18.844 12.887" }, index.h("g", { key: 'ae7bd644effa0491711d4b516a7059a91ee3b476', transform: "translate(-110.856 -23.242)" }, index.h("circle", { key: '9fab6b1cd86bfe21fbf1a2d87a1e2e35280ade02', class: "PasswordVisibilityIcon", cx: "0.05", cy: "0.05", r: "0.05", transform: "translate(121.017 31.148)" }), index.h("g", { key: '0152c671924811b7718e9b580c5a611b884bcd44', transform: "translate(117.499 27.37)" }, index.h("path", { key: '626a3631ab6eac6d793f3ea0648753784ce8af32', class: "PasswordVisibilityIcon", d: "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z", transform: "translate(-142.164 -39.123)" }), index.h("path", { key: '026fe2d110810902b89f1d30616a800be8ae3d3f', class: "PasswordVisibilityIcon", d: "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z", transform: "translate(-136.413 -42.068)" })), index.h("g", { key: 'caabae285980948b1c782486f47fd6e1afefdb5a', transform: "translate(110.856 24.899)" }, index.h("path", { key: '7edbbd6bd63f49875b2e9e5d58447147f5005d40', class: "PasswordVisibilityIcon", d: "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z", transform: "translate(-110.856 -33.157)" }), index.h("path", { key: 'c9ebd5b3c2d560b7a63a47c3b90fef0f8bb27d32', class: "PasswordVisibilityIcon", d: "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z", transform: "translate(-130.743 -29.617)" })), index.h("rect", { key: '493569ad725c98735032bb95be827c31a34954ed', class: "PasswordVisibilityIcon", width: "0.972", height: "15.861", rx: "0.486", transform: "translate(114.827 23.858) rotate(-39.315)" }))), !this.isPasswordVisible &&
|
|
22451
|
+
index.h("svg", { key: '82446b94cc27200bae6a4bbff93122ba81bcced8', onClick: () => this.togglePassword(), class: "TogglePasswordVisibility PasswordVisible", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.843", height: "10.5", viewBox: "0 0 18.843 10.5" }, index.h("g", { key: '84c9ca1a06fb0ee05a9a8f221d4692134be398b6', transform: "translate(-14.185 -27.832)" }, index.h("path", { key: 'f224a2009b2188a9818055aa32f57784ca075d6e', class: "PasswordVisibilityIcon", d: "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z", transform: "translate(0)" }), index.h("circle", { key: '8b393ae40f3a6b828fa98fac6049162fddd66252', class: "PasswordVisibilityIcon", cx: "2.779", cy: "2.779", r: "2.779", transform: "translate(20.827 30.303)" }))));
|
|
22452
|
+
let userIdentification = index.h("div", { key: '5d4c897408d2d4851569820e72257cfa26238827', class: "FormBox" }, index.h("div", { key: '125282b434d58a2ae594ff8c8de5acec7b16c6a0', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
|
|
22436
22453
|
? index.h("div", { class: (!this.isValidUserPhone && this.hasError) ? 'InputBox InputInvalidBox' : 'InputBox ' }, index.h("div", { class: "PhoneInputBox" }, index.h("div", { class: "PrefixBox" }, index.h("vaadin-combo-box", { items: this.userPrefixOptions, value: this.userPrefix, onChange: this.handleInputChangePartial('prefix') }), index.h("label", { class: (this.userPrefix ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserPhone && this.errorForFields['phone'] ? 'FieldInvalid' : '') }, translate$1('userPrefix', this.lang))), index.h("div", { class: "PhoneBox" }, index.h("input", { type: "text", placeholder: '', value: this.userPhone, onFocus: this.handleInputChangePartial('phone'), onInput: this.handleInputChangePartial('phone'), autocapitalize: "none", required: true }), index.h("label", { class: (this.userPhone ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserPhone && this.errorForFields['phone'] ? 'FieldInvalid' : '') }, translate$1('userPhone', this.lang)), !this.isValidUserPhone && this.errorForFields['phone'] &&
|
|
22437
22454
|
index.h("p", { class: "CredentialsError" }, translate$1('userPhoneError', this.lang)))))
|
|
22438
22455
|
: index.h("div", { class: (!this.isValidUserEmail && this.errorForFields['user']) ? 'InputBox InputInvalidBox' : 'InputBox' }, index.h("input", { type: "text", placeholder: '', value: this.userNameEmail, onInput: this.handleInputChangePartial('user'), autocapitalize: "none", required: true }), index.h("label", { class: (this.userNameEmail ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserEmail && this.errorForFields['user'] ? 'FieldInvalid' : '') }, translate$1('userEmail', this.lang)), !this.isValidUserEmail && this.errorForFields['user'] &&
|
|
22439
|
-
index.h("p", { class: "CredentialsError" }, translate$1('userEmailError', this.lang))), index.h("div", { key: '
|
|
22440
|
-
index.h("p", { key: '
|
|
22441
|
-
index.h("div", { key: '
|
|
22442
|
-
index.h("slot", { key: '
|
|
22443
|
-
index.h("slot", { key: '
|
|
22444
|
-
index.h("p", { key: '
|
|
22445
|
-
return index.h("section", { key: '
|
|
22456
|
+
index.h("p", { class: "CredentialsError" }, translate$1('userEmailError', this.lang))), index.h("div", { key: '456fadfe988ea1327a908309c42789f27f2c9ff9', class: (!this.isValidPassword && this.errorForFields['password']) ? 'InputBox InputInvalidBox' : 'InputBox' }, visibilityIcon, index.h("input", { key: 'bf19272a751547f3a7dad0be9d7030dd68135664', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.userPassword, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), index.h("label", { key: '8b9a0ca4110096c2e7c08be75069c452b5c5da9c', class: (this.userPassword ? 'FieldFilledIn' : '') + ' ' + (!this.isValidPassword && this.errorForFields['password'] ? 'FieldInvalid' : '') }, translate$1('password', this.lang)), !this.isValidPassword && this.errorForFields['password'] &&
|
|
22457
|
+
index.h("p", { key: '17c314a82f4e15adff8918086af85e6452d4fc7d', class: "CredentialsError" }, translate$1('userPasswordError', this.lang))), this.passwordReset == 'true' &&
|
|
22458
|
+
index.h("div", { key: 'c4271c3b1f65174824b1d5a137e9562f98588f4d', class: "ForgotPassword" }, index.h("button", { key: '2e9cd528e7581c8997a40dddadd932ceb724d18f', onClick: this.resetPassword }, translate$1('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
|
|
22459
|
+
index.h("slot", { key: 'c0d8ed9cf6fa85982bc9ca89378f359f5db9d375', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
|
|
22460
|
+
index.h("slot", { key: '7f63f3ea8413a3f3fcc91270de43a4cc81c0db39', name: "google" }), index.h("button", { key: '3d490cbd64e75c330c2884dc00fa76fb076b278d', disabled: this.checkIsDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate$1('login', this.lang)), this.hasError &&
|
|
22461
|
+
index.h("p", { key: 'b4e37899e35f7c0ba2eb158aebb7c676a61834cb', class: "CredentialsError" }, this.errorMessage)));
|
|
22462
|
+
return index.h("section", { key: '3a37084eea3c0d356eb0869f9113c173095bd33f', ref: el => this.stylingContainer = el }, userIdentification);
|
|
22446
22463
|
}
|
|
22447
22464
|
static get watchers() { return {
|
|
22448
22465
|
"translationUrl": ["handleNewTranslations"],
|
|
@@ -164,7 +164,12 @@ export class UserLogin {
|
|
|
164
164
|
// handles errors thrown by api
|
|
165
165
|
this.hasError = true;
|
|
166
166
|
this.errorCode = (_b = data === null || data === void 0 ? void 0 : data.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.errorCode;
|
|
167
|
-
|
|
167
|
+
if (this.errorCode === 'GmErr_USER_AUTH_FAILED' && this.loginByPhoneNumber === 'true') {
|
|
168
|
+
this.errorMessage = translate('AuthFailedPhoneNumber', this.lang);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
this.errorMessage = translate(`${this.errorCode}`, this.lang) || ((_c = data === null || data === void 0 ? void 0 : data.thirdPartyResponse) === null || _c === void 0 ? void 0 : _c.message) || translate('genericError', this.lang);
|
|
172
|
+
}
|
|
168
173
|
if (this.errorMessage) {
|
|
169
174
|
console.error(this.errorMessage);
|
|
170
175
|
this.sendErrorNotification(this.errorMessage);
|
|
@@ -517,20 +522,20 @@ export class UserLogin {
|
|
|
517
522
|
* Render function
|
|
518
523
|
*/
|
|
519
524
|
render() {
|
|
520
|
-
let visibilityIcon = h("span", { key: '
|
|
521
|
-
h("svg", { key: '
|
|
522
|
-
h("svg", { key: '
|
|
523
|
-
let userIdentification = h("div", { key: '
|
|
525
|
+
let visibilityIcon = h("span", { key: '0567bd04c49ef7b4a31de0bf508a363d0bbaa26a', class: "InputIcon" }, this.isPasswordVisible &&
|
|
526
|
+
h("svg", { key: '793920403180085cf7c365673b8302eb6aaacc4c', onClick: () => this.togglePassword(), class: "TogglePasswordVisibility", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.844", height: "12.887", viewBox: "0 0 18.844 12.887" }, h("g", { key: 'ae7bd644effa0491711d4b516a7059a91ee3b476', transform: "translate(-110.856 -23.242)" }, h("circle", { key: '9fab6b1cd86bfe21fbf1a2d87a1e2e35280ade02', class: "PasswordVisibilityIcon", cx: "0.05", cy: "0.05", r: "0.05", transform: "translate(121.017 31.148)" }), h("g", { key: '0152c671924811b7718e9b580c5a611b884bcd44', transform: "translate(117.499 27.37)" }, h("path", { key: '626a3631ab6eac6d793f3ea0648753784ce8af32', class: "PasswordVisibilityIcon", d: "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z", transform: "translate(-142.164 -39.123)" }), h("path", { key: '026fe2d110810902b89f1d30616a800be8ae3d3f', class: "PasswordVisibilityIcon", d: "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z", transform: "translate(-136.413 -42.068)" })), h("g", { key: 'caabae285980948b1c782486f47fd6e1afefdb5a', transform: "translate(110.856 24.899)" }, h("path", { key: '7edbbd6bd63f49875b2e9e5d58447147f5005d40', class: "PasswordVisibilityIcon", d: "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z", transform: "translate(-110.856 -33.157)" }), h("path", { key: 'c9ebd5b3c2d560b7a63a47c3b90fef0f8bb27d32', class: "PasswordVisibilityIcon", d: "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z", transform: "translate(-130.743 -29.617)" })), h("rect", { key: '493569ad725c98735032bb95be827c31a34954ed', class: "PasswordVisibilityIcon", width: "0.972", height: "15.861", rx: "0.486", transform: "translate(114.827 23.858) rotate(-39.315)" }))), !this.isPasswordVisible &&
|
|
527
|
+
h("svg", { key: '82446b94cc27200bae6a4bbff93122ba81bcced8', onClick: () => this.togglePassword(), class: "TogglePasswordVisibility PasswordVisible", part: "TogglePasswordVisibility", xmlns: "http://www.w3.org/2000/svg", width: "18.843", height: "10.5", viewBox: "0 0 18.843 10.5" }, h("g", { key: '84c9ca1a06fb0ee05a9a8f221d4692134be398b6', transform: "translate(-14.185 -27.832)" }, h("path", { key: 'f224a2009b2188a9818055aa32f57784ca075d6e', class: "PasswordVisibilityIcon", d: "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z", transform: "translate(0)" }), h("circle", { key: '8b393ae40f3a6b828fa98fac6049162fddd66252', class: "PasswordVisibilityIcon", cx: "2.779", cy: "2.779", r: "2.779", transform: "translate(20.827 30.303)" }))));
|
|
528
|
+
let userIdentification = h("div", { key: '5d4c897408d2d4851569820e72257cfa26238827', class: "FormBox" }, h("div", { key: '125282b434d58a2ae594ff8c8de5acec7b16c6a0', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
|
|
524
529
|
? h("div", { class: (!this.isValidUserPhone && this.hasError) ? 'InputBox InputInvalidBox' : 'InputBox ' }, h("div", { class: "PhoneInputBox" }, h("div", { class: "PrefixBox" }, h("vaadin-combo-box", { items: this.userPrefixOptions, value: this.userPrefix, onChange: this.handleInputChangePartial('prefix') }), h("label", { class: (this.userPrefix ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserPhone && this.errorForFields['phone'] ? 'FieldInvalid' : '') }, translate('userPrefix', this.lang))), h("div", { class: "PhoneBox" }, h("input", { type: "text", placeholder: '', value: this.userPhone, onFocus: this.handleInputChangePartial('phone'), onInput: this.handleInputChangePartial('phone'), autocapitalize: "none", required: true }), h("label", { class: (this.userPhone ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserPhone && this.errorForFields['phone'] ? 'FieldInvalid' : '') }, translate('userPhone', this.lang)), !this.isValidUserPhone && this.errorForFields['phone'] &&
|
|
525
530
|
h("p", { class: "CredentialsError" }, translate('userPhoneError', this.lang)))))
|
|
526
531
|
: h("div", { class: (!this.isValidUserEmail && this.errorForFields['user']) ? 'InputBox InputInvalidBox' : 'InputBox' }, h("input", { type: "text", placeholder: '', value: this.userNameEmail, onInput: this.handleInputChangePartial('user'), autocapitalize: "none", required: true }), h("label", { class: (this.userNameEmail ? 'FieldFilledIn' : '') + ' ' + (!this.isValidUserEmail && this.errorForFields['user'] ? 'FieldInvalid' : '') }, translate('userEmail', this.lang)), !this.isValidUserEmail && this.errorForFields['user'] &&
|
|
527
|
-
h("p", { class: "CredentialsError" }, translate('userEmailError', this.lang))), h("div", { key: '
|
|
528
|
-
h("p", { key: '
|
|
529
|
-
h("div", { key: '
|
|
530
|
-
h("slot", { key: '
|
|
531
|
-
h("slot", { key: '
|
|
532
|
-
h("p", { key: '
|
|
533
|
-
return h("section", { key: '
|
|
532
|
+
h("p", { class: "CredentialsError" }, translate('userEmailError', this.lang))), h("div", { key: '456fadfe988ea1327a908309c42789f27f2c9ff9', class: (!this.isValidPassword && this.errorForFields['password']) ? 'InputBox InputInvalidBox' : 'InputBox' }, visibilityIcon, h("input", { key: 'bf19272a751547f3a7dad0be9d7030dd68135664', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.userPassword, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), h("label", { key: '8b9a0ca4110096c2e7c08be75069c452b5c5da9c', class: (this.userPassword ? 'FieldFilledIn' : '') + ' ' + (!this.isValidPassword && this.errorForFields['password'] ? 'FieldInvalid' : '') }, translate('password', this.lang)), !this.isValidPassword && this.errorForFields['password'] &&
|
|
533
|
+
h("p", { key: '17c314a82f4e15adff8918086af85e6452d4fc7d', class: "CredentialsError" }, translate('userPasswordError', this.lang))), this.passwordReset == 'true' &&
|
|
534
|
+
h("div", { key: 'c4271c3b1f65174824b1d5a137e9562f98588f4d', class: "ForgotPassword" }, h("button", { key: '2e9cd528e7581c8997a40dddadd932ceb724d18f', onClick: this.resetPassword }, translate('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
|
|
535
|
+
h("slot", { key: 'c0d8ed9cf6fa85982bc9ca89378f359f5db9d375', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
|
|
536
|
+
h("slot", { key: '7f63f3ea8413a3f3fcc91270de43a4cc81c0db39', name: "google" }), h("button", { key: '3d490cbd64e75c330c2884dc00fa76fb076b278d', disabled: this.checkIsDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate('login', this.lang)), this.hasError &&
|
|
537
|
+
h("p", { key: 'b4e37899e35f7c0ba2eb158aebb7c676a61834cb', class: "CredentialsError" }, this.errorMessage)));
|
|
538
|
+
return h("section", { key: '3a37084eea3c0d356eb0869f9113c173095bd33f', ref: el => this.stylingContainer = el }, userIdentification);
|
|
534
539
|
}
|
|
535
540
|
static get is() { return "user-login"; }
|
|
536
541
|
static get encapsulation() { return "shadow"; }
|
|
@@ -8,14 +8,15 @@ const TRANSLATIONS = {
|
|
|
8
8
|
"userPrefix": "Phone prefix",
|
|
9
9
|
"password": "Password",
|
|
10
10
|
"login": "Login",
|
|
11
|
-
"genericError": "An unexpected error has
|
|
11
|
+
"genericError": "An unexpected error has occurred",
|
|
12
12
|
"successMessage": "Login successful",
|
|
13
13
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
14
14
|
"GmErr_USER_ACCOUNT_BLOCKED": "You’re currently unable to login to your account - please contact Customer Services for more information.",
|
|
15
15
|
"setUpPassowrd": "You need to reset your password",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"GmErr_USER_AUTH_FAILED": "The username/email address and/or password entered is incorrect.",
|
|
17
|
+
"AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
|
|
18
|
+
"CountryRestricted": "Login is not possible from a restricted jurisdiction. If you encounter further issues, please contact support.",
|
|
19
|
+
"configError": "An unexpected error has occurred when fetching the configuration",
|
|
19
20
|
"userEmailError": "The email or username have an invalid format.",
|
|
20
21
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
21
22
|
"userPasswordError": "The password has an invalid format."
|
|
@@ -33,7 +34,8 @@ const TRANSLATIONS = {
|
|
|
33
34
|
"Forbidden_UserAccount_Blocked": "Oyuncu hesabı engellendi",
|
|
34
35
|
"GmErr_USER_ACCOUNT_BLOCKED": "Şu anda hesabınıza giriş yapamıyorsunuz - daha fazla bilgi için Müşteri Hizmetleri ile iletişime geçin.",
|
|
35
36
|
"setUpPassowrd": "Şifrenizi sıfırlamanız gerekiyor",
|
|
36
|
-
"
|
|
37
|
+
"GmErr_USER_AUTH_FAILED": "Girilen kullanıcı adı/e-posta adresi ve/veya şifre yanlış.",
|
|
38
|
+
"AuthFailedPhoneNumber": "Girilen telefon numarası ve/veya şifre yanlış.",
|
|
37
39
|
"CountryRestricted": "Kısıtlı bir yargı bölgesinden kayıt yapılamaz. Daha fazla sorunla karşılaşırsanız, lütfen destek ile iletişime geçin.",
|
|
38
40
|
"configError": "Yapılandırma alınırken beklenmeyen bir hata oluştu",
|
|
39
41
|
"userEmailError": "E-posta veya kullanıcı adı geçersiz bir formata sahip.",
|
|
@@ -53,8 +55,9 @@ const TRANSLATIONS = {
|
|
|
53
55
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
54
56
|
"GmErr_USER_ACCOUNT_BLOCKED": "You’re currently unable to login to your account - please contact Customer Services for more information.",
|
|
55
57
|
"setUpPassowrd": "You need to reset your password",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
+
"GmErr_USER_AUTH_FAILED": "The username/email address and/or password entered is incorrect.",
|
|
59
|
+
"AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
|
|
60
|
+
"CountryRestricted": "Login is not possible from a restricted jurisdiction. If you encounter further issues, please contact support.",
|
|
58
61
|
"configError": "An unexpected error has occured when fetchig the configuration",
|
|
59
62
|
"userEmailError": "The email or username have an invalid format.",
|
|
60
63
|
"userPhoneError": "The prefix or the phone number have an invalid format.",
|
|
@@ -73,7 +76,8 @@ const TRANSLATIONS = {
|
|
|
73
76
|
"Forbidden_UserAccount_Blocked": "Contul de jucător este blocat",
|
|
74
77
|
"GmErr_USER_ACCOUNT_BLOCKED": "În prezent, nu vă puteți conecta la contul dvs. - vă rugăm să contactați Serviciul Clienți pentru mai multe informații.",
|
|
75
78
|
"setUpPassowrd": "Trebuie să vă resetați parola",
|
|
76
|
-
"
|
|
79
|
+
"GmErr_USER_AUTH_FAILED": "Numele de utilizator/adresa de e-mail și/sau parola introduse sunt incorecte.",
|
|
80
|
+
"AuthFailedPhoneNumber": "Numărul de telefon și/sau parola introduse sunt incorecte.",
|
|
77
81
|
"CountryRestricted": "Înregistrarea nu este posibilă dintr-o jurisdicție restricționată. Dacă întâmpinați alte probleme, vă rugăm să contactați asistența.",
|
|
78
82
|
"configError": "A apărut o eroare neașteptată la preluarea configurației",
|
|
79
83
|
"userEmailError": "Emailul sau numele de utilizator au un format invalid.",
|
|
@@ -93,7 +97,8 @@ const TRANSLATIONS = {
|
|
|
93
97
|
"setUpPassowrd": "Morate resetirati svoju lozinku",
|
|
94
98
|
"Forbidden_UserAccount_Blocked": "Vaš račun je blokiran",
|
|
95
99
|
"GmErr_USER_ACCOUNT_BLOCKED": "Trenutno se ne možete prijaviti na svoj račun - molimo kontaktirajte Službu za korisnike za više informacija.",
|
|
96
|
-
"
|
|
100
|
+
"GmErr_USER_AUTH_FAILED": "Uneseno korisničko ime/adresa e-pošte i/ili lozinka su netočni.",
|
|
101
|
+
"AuthFailedPhoneNumber": "Uneseni broj telefona i/ili lozinka su netočni.",
|
|
97
102
|
"CountryRestricted": "Prijava nije moguća iz zemlje ograničene jurisdikcije. U slučaju daljnjih poteškoća, molimo kontaktirajte podršku.",
|
|
98
103
|
"configError": "Došlo je do neočekivane pogreške prilikom dohvaćanja konfiguracije",
|
|
99
104
|
"userEmailError": "E-mail ili korisničko ime imaju nevažeći format.",
|
|
@@ -113,7 +118,8 @@ const TRANSLATIONS = {
|
|
|
113
118
|
"Forbidden_UserAccount_Blocked": "Compte joueur bloqué",
|
|
114
119
|
"GmErr_USER_ACCOUNT_BLOCKED": "Vous ne pouvez actuellement pas vous connecter à votre compte - veuillez contacter le service client pour plus d'informations.",
|
|
115
120
|
"setUpPassowrd": "Vous devez réinitialiser votre mot de passe",
|
|
116
|
-
"
|
|
121
|
+
"GmErr_USER_AUTH_FAILED": "Le nom d'utilisateur/adresse e-mail et/ou le mot de passe saisis sont incorrects.",
|
|
122
|
+
"AuthFailedPhoneNumber": "Le numéro de téléphone et/ou le mot de passe saisis sont incorrects.",
|
|
117
123
|
"CountryRestricted": "L'inscription n'est pas possible depuis une juridiction restreinte. Si vous rencontrez d'autres problèmes, veuillez contacter le support.",
|
|
118
124
|
"configError": "Une erreur inattendue s'est produite lors de la récupération de la configuration",
|
|
119
125
|
"userEmailError": "L'email ou le nom d'utilisateur ont un format invalide.",
|
|
@@ -133,7 +139,8 @@ const TRANSLATIONS = {
|
|
|
133
139
|
"Forbidden_UserAccount_Blocked": "Player account blocked",
|
|
134
140
|
"GmErr_USER_ACCOUNT_BLOCKED": "Momentálně se nemůžete přihlásit ke svému účtu - pro více informací kontaktujte zákaznický servis.",
|
|
135
141
|
"setUpPassowrd": "Musíte resetovat své heslo",
|
|
136
|
-
"
|
|
142
|
+
"GmErr_USER_AUTH_FAILED": "Zadané uživatelské jméno/e-mailová adresa a/nebo heslo jsou nesprávné.",
|
|
143
|
+
"AuthFailedPhoneNumber": "Zadané telefonní číslo a/nebo heslo jsou nesprávné.",
|
|
137
144
|
"CountryRestricted": "Registrace není možná z omezené jurisdikce. Pokud narazíte na další potíže, kontaktujte prosím podporu.",
|
|
138
145
|
"configError": "Při načítání konfigurace došlo k neočekávané chybě",
|
|
139
146
|
"userEmailError": "E-mail nebo uživatelské jméno mají neplatný formát.",
|
|
@@ -153,7 +160,8 @@ const TRANSLATIONS = {
|
|
|
153
160
|
"Forbidden_UserAccount_Blocked": "Spielerkonto gesperrt",
|
|
154
161
|
"GmErr_USER_ACCOUNT_BLOCKED": "Sie können sich derzeit nicht in Ihr Konto einloggen - bitte kontaktieren Sie den Kundenservice für weitere Informationen.",
|
|
155
162
|
"setUpPassowrd": "Sie müssen Ihr Passwort zurücksetzen",
|
|
156
|
-
"
|
|
163
|
+
"GmErr_USER_AUTH_FAILED": "Der eingegebene Benutzername/die E-Mail-Adresse und/oder das Passwort sind falsch.",
|
|
164
|
+
"AuthFailedPhoneNumber": "Die eingegebene Telefonnummer und/oder das Passwort sind falsch.",
|
|
157
165
|
"CountryRestricted": "Eine Registrierung ist aus einer eingeschränkten Gerichtsbarkeit nicht möglich. Wenn Sie weitere Probleme haben, wenden Sie sich bitte an den Support.",
|
|
158
166
|
"configError": "Beim Abrufen der Konfiguration ist ein unerwarteter Fehler aufgetreten",
|
|
159
167
|
"userEmailError": "Die E-Mail oder der Benutzername haben ein ungültiges Format.",
|
|
@@ -173,7 +181,8 @@ const TRANSLATIONS = {
|
|
|
173
181
|
"Forbidden_UserAccount_Blocked": "Conta de jogador bloqueada",
|
|
174
182
|
"GmErr_USER_ACCOUNT_BLOCKED": "Você não pode fazer login na sua conta no momento - entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
175
183
|
"setUpPassowrd": "Você precisa redefinir sua senha",
|
|
176
|
-
"
|
|
184
|
+
"GmErr_USER_AUTH_FAILED": "O nome de usuário/endereço de e-mail e/ou a senha inseridos estão incorretos.",
|
|
185
|
+
"AuthFailedPhoneNumber": "O número de telefone e/ou a senha inseridos estão incorretos.",
|
|
177
186
|
"CountryRestricted": "O registro não é possível a partir de uma jurisdição restrita. Caso encontre outros problemas, entre em contato com o suporte.",
|
|
178
187
|
"configError": "Ocorreu um erro inesperado ao buscar a configuração",
|
|
179
188
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|
|
@@ -193,7 +202,8 @@ const TRANSLATIONS = {
|
|
|
193
202
|
"Forbidden_UserAccount_Blocked": "Cuenta de jugador bloqueada",
|
|
194
203
|
"GmErr_USER_ACCOUNT_BLOCKED": "Actualmente no puede iniciar sesión en su cuenta - comuníquese con el Servicio al Cliente para obtener más información.",
|
|
195
204
|
"setUpPassowrd": "Necesitas restablecer tu contraseña",
|
|
196
|
-
"
|
|
205
|
+
"GmErr_USER_AUTH_FAILED": "El nombre de usuario/dirección de correo electrónico y/o la contraseña ingresados son incorrectos.",
|
|
206
|
+
"AuthFailedPhoneNumber": "El número de teléfono y/o la contraseña ingresados son incorrectos.",
|
|
197
207
|
"CountryRestricted": "El registro no es posible desde una jurisdicción restringida. Si encuentra más problemas, por favor contacte al soporte.",
|
|
198
208
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
199
209
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
@@ -213,7 +223,8 @@ const TRANSLATIONS = {
|
|
|
213
223
|
"Forbidden_UserAccount_Blocked": "Cuenta de jugador bloqueada",
|
|
214
224
|
"GmErr_USER_ACCOUNT_BLOCKED": "Actualmente no puede iniciar sesión en su cuenta - comuníquese con el Servicio al Cliente para obtener más información.",
|
|
215
225
|
"setUpPassowrd": "Necesitas restablecer tu contraseña",
|
|
216
|
-
"
|
|
226
|
+
"GmErr_USER_AUTH_FAILED": "El nombre de usuario/dirección de correo electrónico y/o la contraseña ingresados son incorrectos.",
|
|
227
|
+
"AuthFailedPhoneNumber": "El número de teléfono y/o la contraseña ingresados son incorrectos.",
|
|
217
228
|
"CountryRestricted": "No es posible registrarse desde una jurisdicción restringida. Si encuentra más problemas, comuníquese con el soporte.",
|
|
218
229
|
"configError": "Se ha producido un error inesperado al obtener la configuración",
|
|
219
230
|
"userEmailError": "El correo electrónico o nombre de usuario tienen un formato inválido.",
|
|
@@ -233,7 +244,8 @@ const TRANSLATIONS = {
|
|
|
233
244
|
"Forbidden_UserAccount_Blocked": "Conta de jogador bloqueada",
|
|
234
245
|
"GmErr_USER_ACCOUNT_BLOCKED": "Você não pode fazer login na sua conta no momento - entre em contato com o Atendimento ao Cliente para mais informações.",
|
|
235
246
|
"setUpPassowrd": "Você precisa redefinir a sua senha",
|
|
236
|
-
"
|
|
247
|
+
"GmErr_USER_AUTH_FAILED": "O nome de usuário/endereço de e-mail e/ou a senha inseridos estão incorretos.",
|
|
248
|
+
"AuthFailedPhoneNumber": "O número de telefone e/ou a senha inseridos estão incorretos.",
|
|
237
249
|
"CountryRestricted": "Não é possível se registrar de uma jurisdição restrita. Se encontrar mais problemas, entre em contato com o suporte.",
|
|
238
250
|
"configError": "Ocorreu um erro inesperado ao procurar a configuração",
|
|
239
251
|
"userEmailError": "O e-mail ou nome de usuário têm um formato inválido.",
|