@everymatrix/pam-login 1.77.4 → 1.77.6

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.
@@ -58,7 +58,12 @@ export class PamLogin {
58
58
  this.apiErrorMessage = translate('AuthFailedPhoneNumber', this.lang);
59
59
  }
60
60
  else {
61
- this.apiErrorMessage = translate(`${errorCode}`, this.lang) || ((_b = res === null || res === void 0 ? void 0 : res.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.message) || translate('genericError', this.lang);
61
+ const messageCode = res === null || res === void 0 ? void 0 : res.message;
62
+ this.apiErrorMessage =
63
+ translate(`${errorCode}`, this.lang) ||
64
+ translate(`${messageCode}`, this.lang) ||
65
+ ((_b = res === null || res === void 0 ? void 0 : res.thirdPartyResponse) === null || _b === void 0 ? void 0 : _b.message) ||
66
+ translate('genericError', this.lang);
62
67
  }
63
68
  return reject(this.apiErrorMessage);
64
69
  }
@@ -424,21 +429,21 @@ export class PamLogin {
424
429
  * Render function
425
430
  */
426
431
  render() {
427
- const visibilityIcon = h("span", { key: 'a19b0bfe0301a46e46727ba992680e0c6751e6d8', class: "InputIcon" }, this.isPasswordVisible
432
+ const visibilityIcon = h("span", { key: '234292860da90cf28654769f29582e202a88f688', class: "InputIcon" }, this.isPasswordVisible
428
433
  ? h("svg", { 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", { transform: "translate(-110.856 -23.242)" }, h("circle", { class: "PasswordVisibilityIcon", cx: "0.05", cy: "0.05", r: "0.05", transform: "translate(121.017 31.148)" }), h("g", { transform: "translate(117.499 27.37)" }, h("path", { 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", { 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", { transform: "translate(110.856 24.899)" }, h("path", { 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", { 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", { class: "PasswordVisibilityIcon", width: "0.972", height: "15.861", rx: "0.486", transform: "translate(114.827 23.858) rotate(-39.315)" })))
429
434
  : h("svg", { 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", { transform: "translate(-14.185 -27.832)" }, h("path", { 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", { class: "PasswordVisibilityIcon", cx: "2.779", cy: "2.779", r: "2.779", transform: "translate(20.827 30.303)" }))));
430
- const loginForm = (h("div", { key: '02a870b2ac118333299e05d473195b3c1b91708b', class: "FormBox" }, h("div", { key: '6cf09ebba758f1fecdb39d287f727a267ad1e85f', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
435
+ const loginForm = (h("div", { key: '9a27769e9810a2ed1deb71544f19057a12d21dad', class: "FormBox" }, h("div", { key: '0d98c58d94e0a4fc30388297a9ba40264fdbe753', class: "FormValue", onKeyDown: this.handleSubmit }, this.loginByPhoneNumber === 'true'
431
436
  ? h("div", { class: (this.isContactValid && !this.apiErrorMessage) ? 'InputBox' : 'InputBox InputInvalidBox' }, h("div", { class: "PhoneInputBox" }, h("div", { class: "PrefixBox" }, h("vaadin-combo-box", { items: this.phoneCodes, value: this.phoneCodeValue, onChange: this.handleInputChangePartial('prefix') }), h("label", { class: (this.phoneCodeValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate('userPrefix', this.lang))), h("div", { class: "PhoneBox" }, h("input", { type: "text", placeholder: '', value: this.contactValue, onFocus: this.handleInputChangePartial('phone'), onInput: this.handleInputChangePartial('phone'), autocapitalize: "none", required: true }), h("label", { class: (this.contactValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate('userPhone', this.lang)))), !this.isContactValid &&
432
437
  h("p", { class: "CredentialsError" }, translate('userPhoneError', this.lang)))
433
438
  : h("div", { class: this.isContactValid ? 'InputBox' : 'InputBox InputInvalidBox' }, h("input", { type: "text", placeholder: '', value: this.contactValue, onInput: this.handleInputChangePartial('user'), autocapitalize: "none", required: true }), h("label", { class: (this.contactValue ? 'FieldFilledIn' : '') + ' ' + (this.isContactValid ? '' : 'FieldInvalid') }, translate('userEmail', this.lang)), !this.isContactValid &&
434
- h("p", { class: "CredentialsError" }, translate('userEmailError', this.lang))), h("div", { key: '2ffb92106e2e8de12bad956c1f44e542290cef07', class: this.isPasswordValid ? 'InputBox' : 'InputBox InputInvalidBox' }, visibilityIcon, h("input", { key: '97e51ecf6e8280ada99e1c7d566e0831c7eadf65', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.passwordValue, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), h("label", { key: 'a7baf699e8c59857c8bd4b1a9082d89c2d051176', class: (this.passwordValue ? 'FieldFilledIn' : '') + ' ' + (this.isPasswordValid ? '' : 'FieldInvalid') }, translate('password', this.lang)), this.isPasswordValid ||
435
- h("p", { key: '6f0dff3c1a41c4cdcb84e407f96b82506cbfd1e5', class: "CredentialsError" }, translate('userPasswordError', this.lang))), this.passwordReset == 'true' &&
436
- h("div", { key: 'a5fc1fe93152f9fa2eb8c826236af82c27f30dde', class: "ForgotPassword" }, h("button", { key: '5a9b4e94828d5af66df6236f94b10f1fc5ccce55', onClick: this.resetPassword }, translate('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
437
- h("slot", { key: '354869d594c0e26b395a00d8f155fec91f6fb10a', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
438
- h("slot", { key: 'b694bd7b46dbdbcdec466ba85d126290a181cf22', name: "google" }), h("button", { key: 'dd2ac8ae3cf8234fd37250d64b49639379ba5234', disabled: this.isSubmitDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate('login', this.lang)), this.apiErrorMessage &&
439
- h("p", { key: 'c8ddda7658d43130fc66e7748d81463bf128b366', class: "CredentialsError" }, this.apiErrorMessage))));
440
- const skeleton = (h("div", { key: 'addbd037d2c3c63008a3fd76e65fcc8a2f065db6', class: "LoadingSkeleton" }, h("form", { key: '4280414019f51d16cf40b6e73444f4b67c7b35cf', class: "Form" }, h("section", { key: '281fa238417344eb64bc2ef209e6823d1757c653', class: "FieldsSection" }, h("div", { key: '36e854eb7fe82e26dd0c55920b73eac12ed3016f', class: "FieldContainer" }, h("div", { key: '9cc84bd425eb116a0c7ac57c1cbe19ca54436f0e', class: "FieldTitle" }, h("ui-skeleton", { key: 'c416ad8d43fba87a0ccf8b8583bff5b70da69ded', structure: "title", width: "auto", height: "20px" })), h("ui-skeleton", { key: 'be246d0bee24c80a1ae71979d0f4bdb5d8ae1310', structure: "rectangle", width: "auto", height: "35px" })), h("div", { key: '910c0d702613615470a0087118aa1dce090898c7', class: "FieldContainer" }, h("div", { key: '71ec9ab3e69daa5cdb3ff000f5faa045fa9a5272', class: "FieldTitle" }, h("ui-skeleton", { key: '9b55b3418f1035dbadc68fb9931dad3048cc4325', structure: "title", width: "auto", height: "20px" })), h("ui-skeleton", { key: '9a7e56a7d071a76caadfaacbb72aca9efd295913', structure: "rectangle", width: "auto", height: "35px" }))), h("section", { key: 'eb906f1cc4d5890829046e68d36e83a7950d08e7', class: "ButtonsSection" }, h("div", { key: 'dd843ac80ddc72c30542ba71030bba3fbccd2f2f', class: "Button" }, h("ui-skeleton", { key: 'a746afd5467988c7b2e899cdd5b8e1ad8b88032b', structure: "rectangle", width: "auto", height: "50px" }))))));
441
- return (h("section", { key: '537aaa5253910b53c8c5d96a17d944fb98ab694c', ref: el => this.stylingContainer = el }, this.isLoading ? skeleton : loginForm));
439
+ h("p", { class: "CredentialsError" }, translate('userEmailError', this.lang))), h("div", { key: 'dcb652f9b3c67dc8c5d7969de6c9c2d7bfc27253', class: this.isPasswordValid ? 'InputBox' : 'InputBox InputInvalidBox' }, visibilityIcon, h("input", { key: 'c8efbc69a63edaf171afcdd96c7e582d00e728e5', type: this.isPasswordVisible ? "text" : "password", placeholder: '', value: this.passwordValue, onInput: this.handleInputChangePartial('password'), autocapitalize: "none", required: true }), h("label", { key: '522d3b40c719920e1bd059fc42aa7cee90b0ef71', class: (this.passwordValue ? 'FieldFilledIn' : '') + ' ' + (this.isPasswordValid ? '' : 'FieldInvalid') }, translate('password', this.lang)), this.isPasswordValid ||
440
+ h("p", { key: '1957b298f2ea240f4170475b2ad14a21aaff2d97', class: "CredentialsError" }, translate('userPasswordError', this.lang))), this.passwordReset == 'true' &&
441
+ h("div", { key: '1ebf5cc23772a9ec81206860726a619579ce342b', class: "ForgotPassword" }, h("button", { key: 'd5702ae60d9ff71b2bd09f24ef1bb0fabe13768c', onClick: this.resetPassword }, translate('forgotPassword', this.lang))), this.captchaData.isEnabled && this.captchaData.provider === 'cloudflare' &&
442
+ h("slot", { key: 'db9fab29d22f719bc435783bf73b8f9e8e1c9a4a', name: "turnstile" }), this.captchaData.isEnabled && this.captchaData.provider === 'google' &&
443
+ h("slot", { key: '8035ae55e020dc6bce31f9e963b2c584471dbe20', name: "google" }), h("button", { key: '2aa1cf8c12be4479ddd5ef289a0bd89618fdd60a', disabled: this.isSubmitDisabled(), class: "SubmitCredentials", onClick: this.handleLogin }, translate('login', this.lang)), this.apiErrorMessage &&
444
+ h("p", { key: '8ab1688055de5059cc089e251b6213167e441ba5', class: "CredentialsError" }, this.apiErrorMessage))));
445
+ const skeleton = (h("div", { key: 'b0ffdecc3b42da67fe3958b398b8df5a9daa8770', class: "LoadingSkeleton" }, h("form", { key: '94c39c2b6610043779f766f875bce67242787b76', class: "Form" }, h("section", { key: '9ecbf951d9c5f7cc32f4e5ee3494d30196c81153', class: "FieldsSection" }, h("div", { key: 'fee0c682216c153dde1d677b8568e9b70d53cdfe', class: "FieldContainer" }, h("div", { key: 'd5e1f8e3dff90820db171da8bb4d9f5ae090c1a0', class: "FieldTitle" }, h("ui-skeleton", { key: 'c00ec68a01e547956772b6f6cdd42cc8b46e9318', structure: "title", width: "auto", height: "20px" })), h("ui-skeleton", { key: 'f58204a9338e05438e6e0e24d374305b9a520151', structure: "rectangle", width: "auto", height: "35px" })), h("div", { key: 'd755a4af2a8a0807633c46026d0905c69f80a226', class: "FieldContainer" }, h("div", { key: '51e1d50b4d1af66a6d31f285e54c02ae03e41017', class: "FieldTitle" }, h("ui-skeleton", { key: '531a0637698d1b350705609269d86a61d3fded8c', structure: "title", width: "auto", height: "20px" })), h("ui-skeleton", { key: '8086826cce3deee021419ea9bfd5c5000e7d9282', structure: "rectangle", width: "auto", height: "35px" }))), h("section", { key: 'bf9d44e638325d5ce38e74d099d054bbb90f964e', class: "ButtonsSection" }, h("div", { key: '6f01878e8627de88451d03ca75747e23d7fe979f', class: "Button" }, h("ui-skeleton", { key: 'bf0e52f5c0576e10dcac20398505102fedc771f6', structure: "rectangle", width: "auto", height: "50px" }))))));
446
+ return (h("section", { key: 'f2a473071b0c33c32d4942ea5f7bd40993da087c', ref: el => this.stylingContainer = el }, this.isLoading ? skeleton : loginForm));
442
447
  }
443
448
  static get is() { return "pam-login"; }
444
449
  static get encapsulation() { return "shadow"; }
@@ -21,7 +21,36 @@ const TRANSLATIONS = {
21
21
  "userPasswordError": "The password has an invalid format.",
22
22
  "GmErr_LOGIN_DENIED": "Login denied for current user",
23
23
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
24
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
24
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
25
+ "gm.pms.captcha_bad_request": "Captcha verification failed. Please try again.",
26
+ "gm.pms.captcha_missing": "Please complete the captcha.",
27
+ "gm.pms.configuration_exception": "System configuration error. Please contact support.",
28
+ "gm.pms.contact_not_found": "Contact information not found.",
29
+ "gm.pms.model_validation_failed": "Invalid request data. Please check and try again.",
30
+ "gm.pms.otp_disabled": "OTP is disabled for this account.",
31
+ "gm.pms.otp_not_found": "OTP not found.",
32
+ "gm.pms.otp_not_verified_unauthorized": "OTP verification failed. Please try again.",
33
+ "gm.pms.password_already_exists": "A password has already been set for this account.",
34
+ "gm.pms.password_not_found": "Password not found.",
35
+ "gm.pms.password_not_verified_unauthorized": "Incorrect password. Please try again.",
36
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Your account has been blocked due to multiple failed login attempts.",
37
+ "gm.pms.password_policy_failed": "Password does not meet the security requirements.",
38
+ "gm.pms.player_not_found": "Player account not found.",
39
+ "gm.pms.player_personal_information_not_found": "Personal information not found.",
40
+ "gm.pms.second_factor_not_verified_unauthorized": "Two-factor authentication failed. Please try again.",
41
+ "gm.pms.session_not_found": "Session not found.",
42
+ "gm.pms.token_not_found": "Authentication token not found.",
43
+ "gm.pms.unexpected_db_exception_on_update": "A database error occurred. Please try again later.",
44
+ "gm.pms.unexpected_exception": "An unexpected error occurred. Please try again later.",
45
+ "gm.pms.SessionHasNoPermissions": "You do not have permission to perform this action.",
46
+ "gm.pms.incorrect_migration_player_data": "Invalid player data provided for migration.",
47
+ "gm.pms.migration_config_tenant_id_missed": "Migration file is missing the TenantId column.",
48
+ "gm.pms.migration_player_fetch_data_failed": "Unable to fetch player data during migration.",
49
+ "gm.pms.migration_player_incorrect_data": "Required player data is missing for migration.",
50
+ "gm.pms.missing_hashing_data": "Missing hashing configuration (salt/pepper).",
51
+ "gm.pms.session_is_missing": "Session is missing. Please log in again.",
52
+ "gm.pms.session_invalid_or_expired": "Your session is invalid or has expired. Please log in again.",
53
+ "gm.pms.database_provider_not_configured": "Database connection is not configured. Please contact support."
25
54
  },
26
55
  "tr": {
27
56
  "invalidField": "Üzgünüz, bu kullanıcı adı/e-posta adresi ve/veya şifre tanınmadı.",
@@ -44,7 +73,36 @@ const TRANSLATIONS = {
44
73
  "userPasswordError": "Şifre geçersiz bir formata sahip.",
45
74
  "GmErr_LOGIN_DENIED": "Login denied for current user",
46
75
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
47
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
76
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
77
+ "gm.pms.captcha_bad_request": "Captcha doğrulaması başarısız oldu. Lütfen tekrar deneyin.",
78
+ "gm.pms.captcha_missing": "Lütfen captcha'yı tamamlayın.",
79
+ "gm.pms.configuration_exception": "Sistem yapılandırma hatası. Lütfen destek ile iletişime geçin.",
80
+ "gm.pms.contact_not_found": "İletişim bilgisi bulunamadı.",
81
+ "gm.pms.model_validation_failed": "Geçersiz istek verisi. Lütfen kontrol edip tekrar deneyin.",
82
+ "gm.pms.otp_disabled": "Bu hesap için OTP devre dışı bırakılmış.",
83
+ "gm.pms.otp_not_found": "OTP bulunamadı.",
84
+ "gm.pms.otp_not_verified_unauthorized": "OTP doğrulaması başarısız oldu. Lütfen tekrar deneyin.",
85
+ "gm.pms.password_already_exists": "Bu hesap için zaten bir parola ayarlanmış.",
86
+ "gm.pms.password_not_found": "Parola bulunamadı.",
87
+ "gm.pms.password_not_verified_unauthorized": "Hatalı parola. Lütfen tekrar deneyin.",
88
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Hesabınız çok sayıda hatalı giriş nedeniyle engellendi.",
89
+ "gm.pms.password_policy_failed": "Parola güvenlik gereksinimlerini karşılamıyor.",
90
+ "gm.pms.player_not_found": "Oyuncu hesabı bulunamadı.",
91
+ "gm.pms.player_personal_information_not_found": "Kişisel bilgi bulunamadı.",
92
+ "gm.pms.second_factor_not_verified_unauthorized": "İki faktörlü kimlik doğrulama başarısız oldu. Lütfen tekrar deneyin.",
93
+ "gm.pms.session_not_found": "Oturum bulunamadı.",
94
+ "gm.pms.token_not_found": "Kimlik doğrulama jetonu bulunamadı.",
95
+ "gm.pms.unexpected_db_exception_on_update": "Bir veritabanı hatası oluştu. Lütfen daha sonra tekrar deneyin.",
96
+ "gm.pms.unexpected_exception": "Beklenmeyen bir hata oluştu. Lütfen daha sonra tekrar deneyin.",
97
+ "gm.pms.SessionHasNoPermissions": "Bu işlemi gerçekleştirmek için izniniz yok.",
98
+ "gm.pms.incorrect_migration_player_data": "Geçersiz oyuncu verisi sağlandı (taşıma işlemi için).",
99
+ "gm.pms.migration_config_tenant_id_missed": "Taşıma dosyasında TenantId sütunu eksik.",
100
+ "gm.pms.migration_player_fetch_data_failed": "Taşıma sırasında oyuncu verileri alınamadı.",
101
+ "gm.pms.migration_player_incorrect_data": "Taşıma için gerekli oyuncu verileri eksik.",
102
+ "gm.pms.missing_hashing_data": "Eksik şifreleme yapılandırması (salt/pepper).",
103
+ "gm.pms.session_is_missing": "Oturum eksik. Lütfen tekrar giriş yapın.",
104
+ "gm.pms.session_invalid_or_expired": "Oturumunuz geçersiz veya süresi dolmuş. Lütfen tekrar giriş yapın.",
105
+ "gm.pms.database_provider_not_configured": "Veritabanı bağlantısı yapılandırılmamış. Lütfen destek ile iletişime geçin."
48
106
  },
49
107
  "en-us": {
50
108
  "invalidField": "Sorry, that username/email address and/or password has not been recognized.",
@@ -67,7 +125,36 @@ const TRANSLATIONS = {
67
125
  "userPasswordError": "The password has an invalid format.",
68
126
  "GmErr_LOGIN_DENIED": "Login denied for current user",
69
127
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
70
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
128
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
129
+ "gm.pms.captcha_bad_request": "Captcha verification failed. Please try again.",
130
+ "gm.pms.captcha_missing": "Please complete the captcha.",
131
+ "gm.pms.configuration_exception": "System configuration error. Please contact support.",
132
+ "gm.pms.contact_not_found": "Contact information not found.",
133
+ "gm.pms.model_validation_failed": "Invalid request data. Please check and try again.",
134
+ "gm.pms.otp_disabled": "OTP is disabled for this account.",
135
+ "gm.pms.otp_not_found": "OTP not found.",
136
+ "gm.pms.otp_not_verified_unauthorized": "OTP verification failed. Please try again.",
137
+ "gm.pms.password_already_exists": "A password has already been set for this account.",
138
+ "gm.pms.password_not_found": "Password not found.",
139
+ "gm.pms.password_not_verified_unauthorized": "Incorrect password. Please try again.",
140
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Your account has been blocked due to multiple failed login attempts.",
141
+ "gm.pms.password_policy_failed": "Password does not meet the security requirements.",
142
+ "gm.pms.player_not_found": "Player account not found.",
143
+ "gm.pms.player_personal_information_not_found": "Personal information not found.",
144
+ "gm.pms.second_factor_not_verified_unauthorized": "Two-factor authentication failed. Please try again.",
145
+ "gm.pms.session_not_found": "Session not found.",
146
+ "gm.pms.token_not_found": "Authentication token not found.",
147
+ "gm.pms.unexpected_db_exception_on_update": "A database error occurred. Please try again later.",
148
+ "gm.pms.unexpected_exception": "An unexpected error occurred. Please try again later.",
149
+ "gm.pms.SessionHasNoPermissions": "You do not have permission to perform this action.",
150
+ "gm.pms.incorrect_migration_player_data": "Invalid player data provided for migration.",
151
+ "gm.pms.migration_config_tenant_id_missed": "Migration file is missing the TenantId column.",
152
+ "gm.pms.migration_player_fetch_data_failed": "Unable to fetch player data during migration.",
153
+ "gm.pms.migration_player_incorrect_data": "Required player data is missing for migration.",
154
+ "gm.pms.missing_hashing_data": "Missing hashing configuration (salt/pepper).",
155
+ "gm.pms.session_is_missing": "Session is missing. Please log in again.",
156
+ "gm.pms.session_invalid_or_expired": "Your session is invalid or has expired. Please log in again.",
157
+ "gm.pms.database_provider_not_configured": "Database connection is not configured. Please contact support."
71
158
  },
72
159
  "ro": {
73
160
  "invalidField": "Ne pare rău, acest nume de utilizator/adresă de e-mail și/sau parolă nu a fost recunoscut.",
@@ -90,7 +177,36 @@ const TRANSLATIONS = {
90
177
  "userPasswordError": "Parola are un format invalid.",
91
178
  "GmErr_LOGIN_DENIED": "Login denied for current user",
92
179
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
93
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
180
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
181
+ "gm.pms.captcha_bad_request": "Verificarea captcha a eșuat. Vă rugăm să încercați din nou.",
182
+ "gm.pms.captcha_missing": "Vă rugăm să completați captcha.",
183
+ "gm.pms.configuration_exception": "Eroare de configurare a sistemului. Contactați suportul.",
184
+ "gm.pms.contact_not_found": "Informațiile de contact nu au fost găsite.",
185
+ "gm.pms.model_validation_failed": "Datele trimise sunt invalide. Verificați și încercați din nou.",
186
+ "gm.pms.otp_disabled": "OTP este dezactivat pentru acest cont.",
187
+ "gm.pms.otp_not_found": "OTP nu a fost găsit.",
188
+ "gm.pms.otp_not_verified_unauthorized": "Verificarea OTP a eșuat. Vă rugăm să încercați din nou.",
189
+ "gm.pms.password_already_exists": "O parolă a fost deja setată pentru acest cont.",
190
+ "gm.pms.password_not_found": "Parola nu a fost găsită.",
191
+ "gm.pms.password_not_verified_unauthorized": "Parola este incorectă. Vă rugăm să încercați din nou.",
192
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Contul dvs. a fost blocat din cauza prea multor încercări eșuate de autentificare.",
193
+ "gm.pms.password_policy_failed": "Parola nu respectă cerințele de securitate.",
194
+ "gm.pms.player_not_found": "Contul de jucător nu a fost găsit.",
195
+ "gm.pms.player_personal_information_not_found": "Informațiile personale nu au fost găsite.",
196
+ "gm.pms.second_factor_not_verified_unauthorized": "Autentificarea în doi pași a eșuat. Vă rugăm să încercați din nou.",
197
+ "gm.pms.session_not_found": "Sesiunea nu a fost găsită.",
198
+ "gm.pms.token_not_found": "Token-ul de autentificare nu a fost găsit.",
199
+ "gm.pms.unexpected_db_exception_on_update": "A apărut o eroare a bazei de date. Vă rugăm să încercați din nou mai târziu.",
200
+ "gm.pms.unexpected_exception": "A apărut o eroare neașteptată. Vă rugăm să încercați din nou mai târziu.",
201
+ "gm.pms.SessionHasNoPermissions": "Nu aveți permisiunea de a efectua această acțiune.",
202
+ "gm.pms.incorrect_migration_player_data": "Datele jucătorului furnizate pentru migrare sunt invalide.",
203
+ "gm.pms.migration_config_tenant_id_missed": "Fișierul de migrare nu conține coloana TenantId.",
204
+ "gm.pms.migration_player_fetch_data_failed": "Nu s-au putut obține datele jucătorului în timpul migrării.",
205
+ "gm.pms.migration_player_incorrect_data": "Datele necesare pentru migrarea jucătorului lipsesc.",
206
+ "gm.pms.missing_hashing_data": "Configurația de hashing (salt/pepper) lipsește.",
207
+ "gm.pms.session_is_missing": "Sesiunea lipsește. Vă rugăm să vă autentificați din nou.",
208
+ "gm.pms.session_invalid_or_expired": "Sesiunea dvs. este invalidă sau a expirat. Vă rugăm să vă autentificați din nou.",
209
+ "gm.pms.database_provider_not_configured": "Conexiunea la baza de date nu este configurată. Contactați suportul."
94
210
  },
95
211
  "hr": {
96
212
  "invalidField": "Žao nam je, to korisničko ime/adresa e-pošte i/ili lozinka nisu prepoznati.",
@@ -113,7 +229,36 @@ const TRANSLATIONS = {
113
229
  "userPasswordError": "Lozinka ima nevažeći format.",
114
230
  "GmErr_LOGIN_DENIED": "Login denied for current user",
115
231
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
116
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
232
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
233
+ "gm.pms.captcha_bad_request": "Provjera captche nije uspjela. Pokušajte ponovno.",
234
+ "gm.pms.captcha_missing": "Molimo dovršite captchu.",
235
+ "gm.pms.configuration_exception": "Pogreška u konfiguraciji sustava. Obratite se podršci.",
236
+ "gm.pms.contact_not_found": "Kontakt informacije nisu pronađene.",
237
+ "gm.pms.model_validation_failed": "Nevažeći podaci zahtjeva. Provjerite i pokušajte ponovno.",
238
+ "gm.pms.otp_disabled": "OTP je onemogućen za ovaj račun.",
239
+ "gm.pms.otp_not_found": "OTP nije pronađen.",
240
+ "gm.pms.otp_not_verified_unauthorized": "Provjera OTP-a nije uspjela. Pokušajte ponovno.",
241
+ "gm.pms.password_already_exists": "Za ovaj račun je već postavljena lozinka.",
242
+ "gm.pms.password_not_found": "Lozinka nije pronađena.",
243
+ "gm.pms.password_not_verified_unauthorized": "Netočna lozinka. Pokušajte ponovno.",
244
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Vaš račun je blokiran zbog previše neuspjelih pokušaja prijave.",
245
+ "gm.pms.password_policy_failed": "Lozinka ne ispunjava sigurnosne zahtjeve.",
246
+ "gm.pms.player_not_found": "Korisnički račun nije pronađen.",
247
+ "gm.pms.player_personal_information_not_found": "Osobni podaci nisu pronađeni.",
248
+ "gm.pms.second_factor_not_verified_unauthorized": "Dvofaktorska autentifikacija nije uspjela. Pokušajte ponovno.",
249
+ "gm.pms.session_not_found": "Sesija nije pronađena.",
250
+ "gm.pms.token_not_found": "Autentifikacijski token nije pronađen.",
251
+ "gm.pms.unexpected_db_exception_on_update": "Došlo je do pogreške baze podataka. Pokušajte ponovno kasnije.",
252
+ "gm.pms.unexpected_exception": "Došlo je do neočekivane pogreške. Pokušajte ponovno kasnije.",
253
+ "gm.pms.SessionHasNoPermissions": "Nemate dopuštenje za ovu radnju.",
254
+ "gm.pms.incorrect_migration_player_data": "Nevažeći korisnički podaci za migraciju.",
255
+ "gm.pms.migration_config_tenant_id_missed": "Migracijska datoteka ne sadrži stupac TenantId.",
256
+ "gm.pms.migration_player_fetch_data_failed": "Nije moguće dohvatiti podatke korisnika tijekom migracije.",
257
+ "gm.pms.migration_player_incorrect_data": "Nedostaju potrebni podaci za migraciju korisnika.",
258
+ "gm.pms.missing_hashing_data": "Nedostaje konfiguracija za hashing (salt/pepper).",
259
+ "gm.pms.session_is_missing": "Sesija nedostaje. Molimo prijavite se ponovno.",
260
+ "gm.pms.session_invalid_or_expired": "Vaša sesija je nevažeća ili je istekla. Molimo prijavite se ponovno.",
261
+ "gm.pms.database_provider_not_configured": "Veza s bazom podataka nije konfigurirana. Obratite se podršci."
117
262
  },
118
263
  "fr": {
119
264
  "invalidField": "Désolé, ce nom d'utilisateur/adresse e-mail et/ou mot de passe n'a pas été reconnu.",
@@ -136,7 +281,36 @@ const TRANSLATIONS = {
136
281
  "userPasswordError": "Le mot de passe a un format invalide.",
137
282
  "GmErr_LOGIN_DENIED": "Login denied for current user",
138
283
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
139
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
284
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
285
+ "gm.pms.captcha_bad_request": "La vérification du captcha a échoué. Veuillez réessayer.",
286
+ "gm.pms.captcha_missing": "Veuillez compléter le captcha.",
287
+ "gm.pms.configuration_exception": "Erreur de configuration du système. Veuillez contacter le support.",
288
+ "gm.pms.contact_not_found": "Informations de contact introuvables.",
289
+ "gm.pms.model_validation_failed": "Données de requête invalides. Veuillez vérifier et réessayer.",
290
+ "gm.pms.otp_disabled": "L’OTP est désactivé pour ce compte.",
291
+ "gm.pms.otp_not_found": "OTP introuvable.",
292
+ "gm.pms.otp_not_verified_unauthorized": "La vérification de l’OTP a échoué. Veuillez réessayer.",
293
+ "gm.pms.password_already_exists": "Un mot de passe a déjà été défini pour ce compte.",
294
+ "gm.pms.password_not_found": "Mot de passe introuvable.",
295
+ "gm.pms.password_not_verified_unauthorized": "Mot de passe incorrect. Veuillez réessayer.",
296
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Votre compte a été bloqué après plusieurs tentatives de connexion échouées.",
297
+ "gm.pms.password_policy_failed": "Le mot de passe ne respecte pas les exigences de sécurité.",
298
+ "gm.pms.player_not_found": "Compte joueur introuvable.",
299
+ "gm.pms.player_personal_information_not_found": "Informations personnelles introuvables.",
300
+ "gm.pms.second_factor_not_verified_unauthorized": "L’authentification à deux facteurs a échoué. Veuillez réessayer.",
301
+ "gm.pms.session_not_found": "Session introuvable.",
302
+ "gm.pms.token_not_found": "Jeton d’authentification introuvable.",
303
+ "gm.pms.unexpected_db_exception_on_update": "Une erreur de base de données est survenue. Veuillez réessayer plus tard.",
304
+ "gm.pms.unexpected_exception": "Une erreur inattendue est survenue. Veuillez réessayer plus tard.",
305
+ "gm.pms.SessionHasNoPermissions": "Vous n’avez pas la permission d’effectuer cette action.",
306
+ "gm.pms.incorrect_migration_player_data": "Données joueur invalides fournies pour la migration.",
307
+ "gm.pms.migration_config_tenant_id_missed": "Le fichier de migration ne contient pas la colonne TenantId.",
308
+ "gm.pms.migration_player_fetch_data_failed": "Impossible de récupérer les données du joueur pendant la migration.",
309
+ "gm.pms.migration_player_incorrect_data": "Les données nécessaires à la migration du joueur sont manquantes.",
310
+ "gm.pms.missing_hashing_data": "Configuration de hachage manquante (sel/poivre).",
311
+ "gm.pms.session_is_missing": "Session manquante. Veuillez vous reconnecter.",
312
+ "gm.pms.session_invalid_or_expired": "Votre session est invalide ou a expiré. Veuillez vous reconnecter.",
313
+ "gm.pms.database_provider_not_configured": "La connexion à la base de données n’est pas configurée. Veuillez contacter le support."
140
314
  },
141
315
  "cs": {
142
316
  "invalidField": "Omlouváme se, toto uživatelské jméno/e-mailová adresa a/nebo heslo nebyly rozpoznány.",
@@ -159,7 +333,36 @@ const TRANSLATIONS = {
159
333
  "userPasswordError": "Heslo má neplatný formát.",
160
334
  "GmErr_LOGIN_DENIED": "Login denied for current user",
161
335
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
162
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
336
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
337
+ "gm.pms.captcha_bad_request": "Ověření captcha se nezdařilo. Zkuste to prosím znovu.",
338
+ "gm.pms.captcha_missing": "Vyplňte prosím captcha.",
339
+ "gm.pms.configuration_exception": "Chyba konfigurace systému. Kontaktujte prosím podporu.",
340
+ "gm.pms.contact_not_found": "Kontaktní údaje nebyly nalezeny.",
341
+ "gm.pms.model_validation_failed": "Neplatná data požadavku. Zkontrolujte je a zkuste to znovu.",
342
+ "gm.pms.otp_disabled": "OTP je pro tento účet vypnuto.",
343
+ "gm.pms.otp_not_found": "OTP nebyl nalezen.",
344
+ "gm.pms.otp_not_verified_unauthorized": "Ověření OTP se nezdařilo. Zkuste to prosím znovu.",
345
+ "gm.pms.password_already_exists": "Pro tento účet již bylo nastaveno heslo.",
346
+ "gm.pms.password_not_found": "Heslo nebylo nalezeno.",
347
+ "gm.pms.password_not_verified_unauthorized": "Nesprávné heslo. Zkuste to prosím znovu.",
348
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Váš účet byl zablokován kvůli příliš mnoha neúspěšným pokusům o přihlášení.",
349
+ "gm.pms.password_policy_failed": "Heslo nesplňuje bezpečnostní požadavky.",
350
+ "gm.pms.player_not_found": "Uživatelský účet nebyl nalezen.",
351
+ "gm.pms.player_personal_information_not_found": "Osobní údaje nebyly nalezeny.",
352
+ "gm.pms.second_factor_not_verified_unauthorized": "Dvoufaktorové ověření se nezdařilo. Zkuste to prosím znovu.",
353
+ "gm.pms.session_not_found": "Relace nebyla nalezena.",
354
+ "gm.pms.token_not_found": "Autentizační token nebyl nalezen.",
355
+ "gm.pms.unexpected_db_exception_on_update": "Došlo k chybě databáze. Zkuste to prosím později.",
356
+ "gm.pms.unexpected_exception": "Došlo k neočekávané chybě. Zkuste to prosím později.",
357
+ "gm.pms.SessionHasNoPermissions": "Nemáte oprávnění k provedení této akce.",
358
+ "gm.pms.incorrect_migration_player_data": "Byla poskytnuta neplatná uživatelská data pro migraci.",
359
+ "gm.pms.migration_config_tenant_id_missed": "Migrační soubor neobsahuje sloupec TenantId.",
360
+ "gm.pms.migration_player_fetch_data_failed": "Během migrace se nepodařilo načíst data uživatele.",
361
+ "gm.pms.migration_player_incorrect_data": "Pro migraci uživatele chybí potřebná data.",
362
+ "gm.pms.missing_hashing_data": "Chybí konfigurace hashování (salt/pepper).",
363
+ "gm.pms.session_is_missing": "Relace chybí. Přihlaste se prosím znovu.",
364
+ "gm.pms.session_invalid_or_expired": "Vaše relace je neplatná nebo vypršela. Přihlaste se prosím znovu.",
365
+ "gm.pms.database_provider_not_configured": "Připojení k databázi není nakonfigurováno. Kontaktujte prosím podporu."
163
366
  },
164
367
  "de": {
165
368
  "invalidField": "Entschuldigung, dieser Benutzername/diese E-Mail-Adresse und/oder dieses Passwort wurde nicht erkannt.",
@@ -182,7 +385,36 @@ const TRANSLATIONS = {
182
385
  "userPasswordError": "Das Passwort hat ein ungültiges Format.",
183
386
  "GmErr_LOGIN_DENIED": "Login denied for current user",
184
387
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
185
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
388
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
389
+ "gm.pms.captcha_bad_request": "Captcha-Überprüfung fehlgeschlagen. Bitte versuchen Sie es erneut.",
390
+ "gm.pms.captcha_missing": "Bitte füllen Sie das Captcha aus.",
391
+ "gm.pms.configuration_exception": "Systemkonfigurationsfehler. Bitte wenden Sie sich an den Support.",
392
+ "gm.pms.contact_not_found": "Kontaktdaten nicht gefunden.",
393
+ "gm.pms.model_validation_failed": "Ungültige Anfragedaten. Bitte überprüfen und erneut versuchen.",
394
+ "gm.pms.otp_disabled": "OTP ist für dieses Konto deaktiviert.",
395
+ "gm.pms.otp_not_found": "OTP nicht gefunden.",
396
+ "gm.pms.otp_not_verified_unauthorized": "OTP-Überprüfung fehlgeschlagen. Bitte versuchen Sie es erneut.",
397
+ "gm.pms.password_already_exists": "Für dieses Konto wurde bereits ein Passwort festgelegt.",
398
+ "gm.pms.password_not_found": "Passwort nicht gefunden.",
399
+ "gm.pms.password_not_verified_unauthorized": "Falsches Passwort. Bitte versuchen Sie es erneut.",
400
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Ihr Konto wurde aufgrund zu vieler fehlgeschlagener Anmeldeversuche gesperrt.",
401
+ "gm.pms.password_policy_failed": "Das Passwort erfüllt nicht die Sicherheitsanforderungen.",
402
+ "gm.pms.player_not_found": "Spielerkonto nicht gefunden.",
403
+ "gm.pms.player_personal_information_not_found": "Persönliche Daten nicht gefunden.",
404
+ "gm.pms.second_factor_not_verified_unauthorized": "Zwei-Faktor-Authentifizierung fehlgeschlagen. Bitte versuchen Sie es erneut.",
405
+ "gm.pms.session_not_found": "Sitzung nicht gefunden.",
406
+ "gm.pms.token_not_found": "Authentifizierungstoken nicht gefunden.",
407
+ "gm.pms.unexpected_db_exception_on_update": "Es ist ein Datenbankfehler aufgetreten. Bitte versuchen Sie es später erneut.",
408
+ "gm.pms.unexpected_exception": "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es später erneut.",
409
+ "gm.pms.SessionHasNoPermissions": "Sie haben keine Berechtigung, diese Aktion auszuführen.",
410
+ "gm.pms.incorrect_migration_player_data": "Ungültige Spieldaten für die Migration bereitgestellt.",
411
+ "gm.pms.migration_config_tenant_id_missed": "Die Migrationsdatei enthält keine TenantId-Spalte.",
412
+ "gm.pms.migration_player_fetch_data_failed": "Spielerdaten konnten während der Migration nicht abgerufen werden.",
413
+ "gm.pms.migration_player_incorrect_data": "Für die Migration des Spielers fehlen erforderliche Daten.",
414
+ "gm.pms.missing_hashing_data": "Fehlende Hashing-Konfiguration (Salt/Pepper).",
415
+ "gm.pms.session_is_missing": "Sitzung fehlt. Bitte melden Sie sich erneut an.",
416
+ "gm.pms.session_invalid_or_expired": "Ihre Sitzung ist ungültig oder abgelaufen. Bitte melden Sie sich erneut an.",
417
+ "gm.pms.database_provider_not_configured": "Datenbankverbindung ist nicht konfiguriert. Bitte wenden Sie sich an den Support."
186
418
  },
187
419
  "pt-br": {
188
420
  "invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
@@ -205,7 +437,36 @@ const TRANSLATIONS = {
205
437
  "userPasswordError": "A senha tem um formato inválido.",
206
438
  "GmErr_LOGIN_DENIED": "Login denied for current user",
207
439
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
208
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
440
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
441
+ "gm.pms.captcha_bad_request": "A verificação do captcha falhou. Por favor, tente novamente.",
442
+ "gm.pms.captcha_missing": "Por favor, complete o captcha.",
443
+ "gm.pms.configuration_exception": "Erro de configuração do sistema. Entre em contato com o suporte.",
444
+ "gm.pms.contact_not_found": "Informações de contato não encontradas.",
445
+ "gm.pms.model_validation_failed": "Dados inválidos na solicitação. Verifique e tente novamente.",
446
+ "gm.pms.otp_disabled": "O OTP está desativado para esta conta.",
447
+ "gm.pms.otp_not_found": "OTP não encontrado.",
448
+ "gm.pms.otp_not_verified_unauthorized": "A verificação do OTP falhou. Por favor, tente novamente.",
449
+ "gm.pms.password_already_exists": "Já existe uma senha definida para esta conta.",
450
+ "gm.pms.password_not_found": "Senha não encontrada.",
451
+ "gm.pms.password_not_verified_unauthorized": "Senha incorreta. Por favor, tente novamente.",
452
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Sua conta foi bloqueada devido a várias tentativas de login sem sucesso.",
453
+ "gm.pms.password_policy_failed": "A senha não atende aos requisitos de segurança.",
454
+ "gm.pms.player_not_found": "Conta de jogador não encontrada.",
455
+ "gm.pms.player_personal_information_not_found": "Informações pessoais não encontradas.",
456
+ "gm.pms.second_factor_not_verified_unauthorized": "A autenticação de dois fatores falhou. Por favor, tente novamente.",
457
+ "gm.pms.session_not_found": "Sessão não encontrada.",
458
+ "gm.pms.token_not_found": "Token de autenticação não encontrado.",
459
+ "gm.pms.unexpected_db_exception_on_update": "Ocorreu um erro no banco de dados. Por favor, tente novamente mais tarde.",
460
+ "gm.pms.unexpected_exception": "Ocorreu um erro inesperado. Por favor, tente novamente mais tarde.",
461
+ "gm.pms.SessionHasNoPermissions": "Você não tem permissão para realizar esta ação.",
462
+ "gm.pms.incorrect_migration_player_data": "Dados de jogador inválidos fornecidos para a migração.",
463
+ "gm.pms.migration_config_tenant_id_missed": "O arquivo de migração não contém a coluna TenantId.",
464
+ "gm.pms.migration_player_fetch_data_failed": "Não foi possível buscar os dados do jogador durante a migração.",
465
+ "gm.pms.migration_player_incorrect_data": "Faltam dados obrigatórios para a migração do jogador.",
466
+ "gm.pms.missing_hashing_data": "Configuração de hashing ausente (salt/pepper).",
467
+ "gm.pms.session_is_missing": "Sessão ausente. Faça login novamente.",
468
+ "gm.pms.session_invalid_or_expired": "Sua sessão é inválida ou expirou. Faça login novamente.",
469
+ "gm.pms.database_provider_not_configured": "A conexão com o banco de dados não está configurada. Entre em contato com o suporte."
209
470
  },
210
471
  "es-mx": {
211
472
  "invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
@@ -228,7 +489,36 @@ const TRANSLATIONS = {
228
489
  "userPasswordError": "La contraseña tiene un formato inválido.",
229
490
  "GmErr_LOGIN_DENIED": "Login denied for current user",
230
491
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
231
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
492
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
493
+ "gm.pms.captcha_bad_request": "La verificación del captcha falló. Por favor, inténtalo de nuevo.",
494
+ "gm.pms.captcha_missing": "Por favor, completa el captcha.",
495
+ "gm.pms.configuration_exception": "Error de configuración del sistema. Contacta al soporte.",
496
+ "gm.pms.contact_not_found": "Información de contacto no encontrada.",
497
+ "gm.pms.model_validation_failed": "Datos de la solicitud no válidos. Verifica e inténtalo de nuevo.",
498
+ "gm.pms.otp_disabled": "El OTP está deshabilitado para esta cuenta.",
499
+ "gm.pms.otp_not_found": "OTP no encontrado.",
500
+ "gm.pms.otp_not_verified_unauthorized": "La verificación del OTP falló. Por favor, inténtalo de nuevo.",
501
+ "gm.pms.password_already_exists": "Ya se ha establecido una contraseña para esta cuenta.",
502
+ "gm.pms.password_not_found": "Contraseña no encontrada.",
503
+ "gm.pms.password_not_verified_unauthorized": "Contraseña incorrecta. Por favor, inténtalo de nuevo.",
504
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Tu cuenta ha sido bloqueada por múltiples intentos fallidos de inicio de sesión.",
505
+ "gm.pms.password_policy_failed": "La contraseña no cumple con los requisitos de seguridad.",
506
+ "gm.pms.player_not_found": "Cuenta de jugador no encontrada.",
507
+ "gm.pms.player_personal_information_not_found": "Información personal no encontrada.",
508
+ "gm.pms.second_factor_not_verified_unauthorized": "La autenticación de dos factores falló. Por favor, inténtalo de nuevo.",
509
+ "gm.pms.session_not_found": "Sesión no encontrada.",
510
+ "gm.pms.token_not_found": "Token de autenticación no encontrado.",
511
+ "gm.pms.unexpected_db_exception_on_update": "Ocurrió un error en la base de datos. Por favor, inténtalo más tarde.",
512
+ "gm.pms.unexpected_exception": "Ocurrió un error inesperado. Por favor, inténtalo más tarde.",
513
+ "gm.pms.SessionHasNoPermissions": "No tienes permiso para realizar esta acción.",
514
+ "gm.pms.incorrect_migration_player_data": "Datos de jugador inválidos proporcionados para la migración.",
515
+ "gm.pms.migration_config_tenant_id_missed": "El archivo de migración no contiene la columna TenantId.",
516
+ "gm.pms.migration_player_fetch_data_failed": "No se pudieron obtener los datos del jugador durante la migración.",
517
+ "gm.pms.migration_player_incorrect_data": "Faltan datos requeridos para la migración del jugador.",
518
+ "gm.pms.missing_hashing_data": "Falta configuración de hashing (salt/pepper).",
519
+ "gm.pms.session_is_missing": "Sesión faltante. Por favor, inicia sesión de nuevo.",
520
+ "gm.pms.session_invalid_or_expired": "Tu sesión no es válida o ha expirado. Por favor, inicia sesión de nuevo.",
521
+ "gm.pms.database_provider_not_configured": "La conexión a la base de datos no está configurada. Contacta al soporte."
232
522
  },
233
523
  "es": {
234
524
  "invalidField": "Lo siento, ese nombre de usuario/dirección de correo electrónico y/o contraseña no ha sido reconocido.",
@@ -251,7 +541,36 @@ const TRANSLATIONS = {
251
541
  "userPasswordError": "La contraseña tiene un formato inválido.",
252
542
  "GmErr_LOGIN_DENIED": "Login denied for current user",
253
543
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
254
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
544
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
545
+ "gm.pms.captcha_bad_request": "La verificación del captcha falló. Por favor, inténtalo de nuevo.",
546
+ "gm.pms.captcha_missing": "Por favor, completa el captcha.",
547
+ "gm.pms.configuration_exception": "Error de configuración del sistema. Contacta con el soporte.",
548
+ "gm.pms.contact_not_found": "Información de contacto no encontrada.",
549
+ "gm.pms.model_validation_failed": "Datos de la solicitud inválidos. Verifica e inténtalo de nuevo.",
550
+ "gm.pms.otp_disabled": "El OTP está deshabilitado para esta cuenta.",
551
+ "gm.pms.otp_not_found": "OTP no encontrado.",
552
+ "gm.pms.otp_not_verified_unauthorized": "La verificación del OTP falló. Por favor, inténtalo de nuevo.",
553
+ "gm.pms.password_already_exists": "Ya se ha establecido una contraseña para esta cuenta.",
554
+ "gm.pms.password_not_found": "Contraseña no encontrada.",
555
+ "gm.pms.password_not_verified_unauthorized": "Contraseña incorrecta. Por favor, inténtalo de nuevo.",
556
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "Tu cuenta ha sido bloqueada por múltiples intentos fallidos de inicio de sesión.",
557
+ "gm.pms.password_policy_failed": "La contraseña no cumple con los requisitos de seguridad.",
558
+ "gm.pms.player_not_found": "Cuenta de jugador no encontrada.",
559
+ "gm.pms.player_personal_information_not_found": "Información personal no encontrada.",
560
+ "gm.pms.second_factor_not_verified_unauthorized": "La autenticación en dos pasos falló. Por favor, inténtalo de nuevo.",
561
+ "gm.pms.session_not_found": "Sesión no encontrada.",
562
+ "gm.pms.token_not_found": "Token de autenticación no encontrado.",
563
+ "gm.pms.unexpected_db_exception_on_update": "Ocurrió un error en la base de datos. Por favor, inténtalo más tarde.",
564
+ "gm.pms.unexpected_exception": "Ocurrió un error inesperado. Por favor, inténtalo más tarde.",
565
+ "gm.pms.SessionHasNoPermissions": "No tienes permiso para realizar esta acción.",
566
+ "gm.pms.incorrect_migration_player_data": "Datos de jugador inválidos proporcionados para la migración.",
567
+ "gm.pms.migration_config_tenant_id_missed": "El archivo de migración no contiene la columna TenantId.",
568
+ "gm.pms.migration_player_fetch_data_failed": "No se pudieron obtener los datos del jugador durante la migración.",
569
+ "gm.pms.migration_player_incorrect_data": "Faltan datos requeridos para la migración del jugador.",
570
+ "gm.pms.missing_hashing_data": "Falta configuración de hashing (salt/pepper).",
571
+ "gm.pms.session_is_missing": "Sesión faltante. Por favor, inicia sesión de nuevo.",
572
+ "gm.pms.session_invalid_or_expired": "Tu sesión no es válida o ha expirado. Por favor, inicia sesión de nuevo.",
573
+ "gm.pms.database_provider_not_configured": "La conexión con la base de datos no está configurada. Contacta con el soporte."
255
574
  },
256
575
  "pt": {
257
576
  "invalidField": "Desculpe, esse nome de usuário/endereço de e-mail e/ou senha não foram reconhecidos.",
@@ -274,7 +593,36 @@ const TRANSLATIONS = {
274
593
  "userPasswordError": "A senha tem um formato inválido.",
275
594
  "GmErr_LOGIN_DENIED": "Login denied for current user",
276
595
  "GmErr_NotFound": 'Sorry, that username/email address and/or password has not been recognized.',
277
- "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect."
596
+ "AuthFailedPhoneNumber": "The phone number and/or password entered is incorrect.",
597
+ "gm.pms.captcha_bad_request": "A verificação do captcha falhou. Por favor, tente novamente.",
598
+ "gm.pms.captcha_missing": "Por favor, complete o captcha.",
599
+ "gm.pms.configuration_exception": "Erro de configuração do sistema. Contacte o suporte.",
600
+ "gm.pms.contact_not_found": "Informações de contacto não encontradas.",
601
+ "gm.pms.model_validation_failed": "Dados do pedido inválidos. Verifique e tente novamente.",
602
+ "gm.pms.otp_disabled": "O OTP está desativado para esta conta.",
603
+ "gm.pms.otp_not_found": "OTP não encontrado.",
604
+ "gm.pms.otp_not_verified_unauthorized": "A verificação do OTP falhou. Por favor, tente novamente.",
605
+ "gm.pms.password_already_exists": "Já foi definida uma palavra-passe para esta conta.",
606
+ "gm.pms.password_not_found": "Palavra-passe não encontrada.",
607
+ "gm.pms.password_not_verified_unauthorized": "Palavra-passe incorreta. Por favor, tente novamente.",
608
+ "gm.pms.password_not_verified_unauthorized_account_blocked": "A sua conta foi bloqueada devido a várias tentativas de início de sessão falhadas.",
609
+ "gm.pms.password_policy_failed": "A palavra-passe não cumpre os requisitos de segurança.",
610
+ "gm.pms.player_not_found": "Conta de jogador não encontrada.",
611
+ "gm.pms.player_personal_information_not_found": "Informações pessoais não encontradas.",
612
+ "gm.pms.second_factor_not_verified_unauthorized": "A autenticação de dois fatores falhou. Por favor, tente novamente.",
613
+ "gm.pms.session_not_found": "Sessão não encontrada.",
614
+ "gm.pms.token_not_found": "Token de autenticação não encontrado.",
615
+ "gm.pms.unexpected_db_exception_on_update": "Ocorreu um erro na base de dados. Por favor, tente mais tarde.",
616
+ "gm.pms.unexpected_exception": "Ocorreu um erro inesperado. Por favor, tente mais tarde.",
617
+ "gm.pms.SessionHasNoPermissions": "Não tem permissão para executar esta ação.",
618
+ "gm.pms.incorrect_migration_player_data": "Dados de jogador inválidos fornecidos para a migração.",
619
+ "gm.pms.migration_config_tenant_id_missed": "O ficheiro de migração não contém a coluna TenantId.",
620
+ "gm.pms.migration_player_fetch_data_failed": "Não foi possível obter os dados do jogador durante a migração.",
621
+ "gm.pms.migration_player_incorrect_data": "Faltam dados necessários para a migração do jogador.",
622
+ "gm.pms.missing_hashing_data": "Configuração de hashing em falta (salt/pepper).",
623
+ "gm.pms.session_is_missing": "Sessão em falta. Por favor, inicie sessão novamente.",
624
+ "gm.pms.session_invalid_or_expired": "A sua sessão é inválida ou expirou. Por favor, inicie sessão novamente.",
625
+ "gm.pms.database_provider_not_configured": "A ligação à base de dados não está configurada. Contacte o suporte."
278
626
  }
279
627
  };
280
628
  export const getTranslations = (url) => {
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { P as PamLogin } from './pam-login-222f036c.js';
1
+ export { P as PamLogin } from './pam-login-77f82da1.js';
2
2
  import './index-a126c540.js';