@everymatrix/general-registration 1.40.0 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,9 +16,9 @@ const TRANSLATIONS$1 = {
16
16
  "InvalidEmailFormat": "Invalid email format.",
17
17
  "EmailNotMatching": "Emails not matching!",
18
18
  "PasswordNotMatching": "Passwords not matching",
19
- "MustIncludeNumber": "include a number",
20
- "MustContainCapital": "contain capital letters",
21
- "MustIncludePunctation": "punctuation",
19
+ "MustIncludeNumber": "Password must include a number",
20
+ "MustContainCapital": "Password must include a capital letter",
21
+ "MustIncludePunctation": "Password must include punctuation",
22
22
  "OnlyNumbers": "Should contains only numbers."
23
23
  },
24
24
  "hu": {
@@ -34,9 +34,9 @@ const TRANSLATIONS$1 = {
34
34
  "InvalidEmailFormat": "Érvénytelen e-mail formátum.",
35
35
  "EmailNotMatching": "Az e-mailek nem egyeznek!",
36
36
  "PasswordNotMatching": "A jelszavak nem egyeznek",
37
- "MustIncludeNumber": "tartalmaznia kell egy számot",
38
- "MustContainCapital": "nagybetűket kell tartalmaznia",
39
- "MustIncludePunctation": "írásjelet",
37
+ "MustIncludeNumber": "A jelszónak tartalmaznia kell egy számot",
38
+ "MustContainCapital": "A jelszónak tartalmaznia kell egy nagybetűt",
39
+ "MustIncludePunctuation": "A jelszónak tartalmaznia kell írásjelet",
40
40
  "OnlyNumbers": "Csak számokat kell tartalmaznia."
41
41
  },
42
42
  "hr": {
@@ -53,9 +53,9 @@ const TRANSLATIONS$1 = {
53
53
  "InvalidEmailFormat": "Nevažeći format e-maila",
54
54
  "EmailNotMatching": "E-mailovi se ne podudaraju!",
55
55
  "PasswordNotMatching": "Lozinke se ne podudaraju",
56
- "MustIncludeNumber": "uključiti broj",
57
- "MustContainCapital": "sadrže velika slova",
58
- "MustIncludePunctation": "interpunkcija",
56
+ "MustIncludeNumber": "Lozinka mora sadržavati broj",
57
+ "MustContainCapital": "Lozinka mora sadržavati veliko slovo",
58
+ "MustIncludePunctuation": "Lozinka mora sadržavati interpunkcijski znak",
59
59
  "OnlyNumbers": "Treba sadržavati samo brojeve."
60
60
  },
61
61
  "tr": {
@@ -91,9 +91,9 @@ const TRANSLATIONS$1 = {
91
91
  "InvalidEmailFormat": "Formato de email inválido",
92
92
  "EmailNotMatching": "E-mail não corresponde",
93
93
  "PasswordNotMatching": "Senha não corresponde",
94
- "MustIncludeNumber": "inclui um número",
95
- "MustContainCapital": "contém letras maiúsculas",
96
- "MustIncludePunctation": "pontuação",
94
+ "MustIncludeNumber": "A senha deve incluir um número",
95
+ "MustContainCapital": "A senha deve incluir uma letra maiúscula",
96
+ "MustIncludePunctuation": "A senha deve incluir um sinal de pontuação",
97
97
  "OnlyNumbers": "Deve conter apenas números"
98
98
  },
99
99
  "es-mx": {
@@ -110,9 +110,9 @@ const TRANSLATIONS$1 = {
110
110
  "InvalidEmailFormat": "Formato inválido de correo",
111
111
  "EmailNotMatching": "El correo electrónico no coincide",
112
112
  "PasswordNotMatching": "La contraseña no coincide",
113
- "MustIncludeNumber": "incluye un número",
114
- "MustContainCapital": "contiene mayúsculas",
115
- "MustIncludePunctation": "puntuación",
113
+ "MustIncludeNumber": "La contraseña debe incluir un número",
114
+ "MustContainCapital": "La contraseña debe incluir una letra mayúscula",
115
+ "MustIncludePunctuation": "La contraseña debe incluir un signo de puntuación",
116
116
  "OnlyNumbers": "Solo debe contener números"
117
117
  }
118
118
  };
@@ -29759,7 +29759,7 @@ function isBefore(dirtyDate, dirtyDateToCompare) {
29759
29759
  return date.getTime() < dateToCompare.getTime();
29760
29760
  }
29761
29761
 
29762
- const dateInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.date{font-family:\"Roboto\";font-style:normal}.date__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.date__wrapper--autofilled{pointer-events:none}.date__wrapper--autofilled .date__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__wrapper--autofilled .date__input::part(input-field){color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.date__input{border:none;width:inherit;position:relative}.date__input[focused]::part(input-field){border-color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.date__input[invalid]::part(input-field){border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.date__input::part(input-field){border-radius:4px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));font-family:inherit;font-style:normal;font-size:16px;font-weight:300;line-height:1.5;padding:0;height:44px}.date__input>input{padding:5px 15px}.date__input::part(toggle-button){position:relative;right:10px}.date__error-message{position:absolute;top:calc(100% + 5px);left:0;color:#cc0000b3}.date__tooltip-icon{position:absolute;right:0;bottom:10px}.date__tooltip{position:absolute;bottom:35px;right:10px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.date__tooltip.visible{opacity:1}";
29762
+ const dateInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.date{font-family:\"Roboto\";font-style:normal}.date__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.date__wrapper--autofilled{pointer-events:none}.date__wrapper--autofilled .date__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__wrapper--autofilled .date__input::part(input-field){color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.date__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.date__input{border:none;width:inherit;position:relative}.date__input[focused]::part(input-field){border:1px solid var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.date__input[invalid]::part(input-field){border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.date__input::part(input-field){border-radius:4px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));font-family:inherit;font-style:normal;font-size:16px;font-weight:300;line-height:1.5;padding:0;height:44px}.date__input>input{padding:5px 15px}.date__input::part(toggle-button){position:relative;right:10px}.date__error-message{position:absolute;top:calc(100% + 5px);left:0;color:#cc0000b3}.date__tooltip-icon{position:absolute;right:0;bottom:10px}.date__tooltip{position:absolute;bottom:35px;right:10px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.date__tooltip.visible{opacity:1}";
29763
29763
 
29764
29764
  const DateInput = class {
29765
29765
  constructor(hostRef) {
@@ -29878,7 +29878,7 @@ const DateInput = class {
29878
29878
  if (this.touched) {
29879
29879
  invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
29880
29880
  }
29881
- return h$2("div", { class: `date__wrapper ${this.autofilled ? 'date__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("label", { class: `date__label ${this.validation.mandatory ? 'date__label--required' : ''}}`, htmlFor: `${this.name}__input` }, this.displayName, " ", this.validation.mandatory ? '*' : ''), h$2("vaadin-date-picker", { id: `${this.name}__input`, type: 'date', class: `date__input ${invalidClass}`, value: this.defaultValue, readOnly: this.autofilled, placeholder: `${this.placeholder}`, required: this.validation.mandatory, max: this.validation.max, min: this.validation.min, onChange: (e) => this.handleInput(e), onBlur: this.handleBlur }), h$2("small", { class: 'date__error-message' }, this.errorMessage), this.tooltip &&
29881
+ return h$2("div", { class: `date__wrapper ${this.autofilled ? 'date__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("label", { class: `date__label ${this.validation.mandatory ? 'date__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), h$2("vaadin-date-picker", { id: `${this.name}__input`, type: 'date', class: `date__input ${invalidClass}`, value: this.defaultValue, readOnly: this.autofilled, placeholder: `${this.placeholder}`, required: this.validation.mandatory, max: this.validation.max, min: this.validation.min, onChange: (e) => this.handleInput(e), onBlur: this.handleBlur }), h$2("small", { class: 'date__error-message' }, this.errorMessage), this.tooltip &&
29882
29882
  h$2("img", { class: 'date__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip());
29883
29883
  }
29884
29884
  get element() { return getElement(this); }
@@ -29889,7 +29889,7 @@ const DateInput = class {
29889
29889
  };
29890
29890
  DateInput.style = dateInputCss;
29891
29891
 
29892
- const emailInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.email{font-family:\"Roboto\";font-style:normal}.email__wrapper{position:relative;width:100%}.email__wrapper--autofilled{pointer-events:none}.email__wrapper--autofilled .email__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.email__wrapper--autofilled .email__input{color:var(--emfe-w-color-black, #000000)}.email__wrapper--flex{display:flex;gap:5px}.email__wrapper--relative{position:relative}.email__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.email__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.email__input{font-family:inherit;border-radius:4px;width:100%;height:40px;border:2px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-color-black, #000000);border-radius:5px;box-sizing:border-box;font-size:16px;font-weight:300;line-height:1.5;padding:10px}.email__input:focus{outline-color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.email__input--invalid{border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.email__input::placeholder{color:var(--emfe-w-color-gray-150, #828282)}.email__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.email__tooltip-icon{width:16px;height:auto}.email__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.email__tooltip.visible{opacity:1}";
29892
+ const emailInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.email{font-family:\"Roboto\";font-style:normal}.email__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.email__wrapper--autofilled{pointer-events:none}.email__wrapper--autofilled .email__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.email__wrapper--autofilled .email__input::part(input-field){color:var(--emfe-w-color-black, #000000)}.email__wrapper--flex{display:flex;gap:5px}.email__wrapper--relative{position:relative}.email__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.email__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.email__input{font-family:inherit;width:100%;height:44px;border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-color-black, #000000);border-radius:5px;font-size:16px;font-weight:300;line-height:1.5;padding:5px 15px}.email__input:focus{border:1px solid var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));outline-color:var(--emfe-w-color-primary, #D0046C)}.email__input--invalid{border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.email__input::placeholder{color:var(--emfe-w-color-gray-150, #828282)}.email__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.email__tooltip-icon{width:16px;height:auto}.email__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.email__tooltip.visible{opacity:1}";
29893
29893
 
29894
29894
  const EmailInput = class {
29895
29895
  constructor(hostRef) {
@@ -30013,7 +30013,7 @@ const EmailInput = class {
30013
30013
  render() {
30014
30014
  let invalidClass = '';
30015
30015
  if (this.touched) {
30016
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
30016
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'email__input--invalid';
30017
30017
  }
30018
30018
  return h$2("div", { class: `email__wrapper ${this.autofilled ? 'number__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("div", { class: 'email__wrapper--flex' }, h$2("label", { class: `email__label ${this.validation.mandatory ? 'email__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), h$2("div", { class: 'email__wrapper--relative' }, this.tooltip &&
30019
30019
  h$2("img", { class: 'email__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), h$2("input", { id: `${this.name}__input`, type: 'email', class: `email__input ${invalidClass}`, value: this.defaultValue, readOnly: this.autofilled, placeholder: `${this.placeholder}`, ref: (el) => this.inputReference = el, pattern: this.validationPattern, required: this.validation.mandatory, minlength: this.validation.minLength, maxlength: this.validation.maxLength, onInput: this.handleInput, onBlur: this.handleBlur }), h$2("small", { class: 'email__error-message' }, this.errorMessage));
@@ -30095,84 +30095,277 @@ GeneralInput.style = generalInputCss;
30095
30095
  const DEFAULT_LANGUAGE = 'en';
30096
30096
  const TRANSLATIONS = {
30097
30097
  "en": {
30098
+ "GmErr_AMOUNT_INVALID": "The specified amount is invalid.",
30099
+ "GmErr_REGISTER_OVERAGE": "The registration has exceeded the allowable limit.",
30100
+ "GmErr_REGISTER_UNDERAGE": "The registration is under the allowable limit.",
30101
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "User authentication failed due to too many unsuccessful attempts.",
30102
+ "GmErr_USER_ACCOUNT_BLOCKED": "The user account is blocked.",
30103
+ "GmErr_USER_NOT_VERIFIED": "The user has not been verified.",
30104
+ "GmErr_USER_NOT_FOUND": "No user found with the provided information.",
30105
+ "GmErr_USER_ID_INVALID": "The user ID provided is invalid.",
30106
+ "GmErr_USER_AUTH_FAILED": "User authentication failed.",
30107
+ "GmErr_USER_DUPLICATED": "The user already exists in the system.",
30108
+ "GmErr_USER_NOT_ACTIVATED": "The user account has not been activated.",
30109
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "The password cannot contain the email address.",
30110
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "The password cannot contain the username.",
30111
+ "GmErr_PASSWORD_CONTAINS_SPACES": "The password cannot contain spaces.",
30112
+ "GmErr_USER_4TS_CHECK_EXISTS": "The user 4TS check already exists.",
30113
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "The user is excluded from registration.",
30114
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "The user is excluded from login.",
30115
+ "GmErr_USERNAME_REQUIRED": "A username is required.",
30116
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "The user's email address has not been verified.",
30117
+ "GmErr_EMAIL_REQUIRED": "An email address is required.",
30118
+ "GmErr_USERNAME_ALREADY_EXISTS": "The username is already taken.",
30119
+ "GmErr_DUPLICATE_PERSONAL_ID": "Duplicate personal ID found.",
30120
+ "GmErr_INVALID_USER_DOCUMENT": "The user document is invalid.",
30121
+ "GmErr_INVALID_CODE": "The code provided is invalid.",
30122
+ "GmErr_EXPIRED_TOKEN": "The token has expired.",
30123
+ "GmErr_ATTEMPTS_EXCEEDED": "The maximum number of attempts has been exceeded.",
30124
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "The user has been blocked due to an incorrect code.",
30125
+ "GmErr_TOKEN_NOT_FOUND": "The token was not found.",
30126
+ "GmErr_INVALID_PHONE_NUMBER": "The phone number provided is invalid.",
30127
+ "GmErr_CODE_MISSING": "The code is missing.",
30128
+ "GmErr_UNREGISTERED_USER": "The user is not registered.",
30129
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Maximum attempts to generate a code have been exceeded.",
30130
+ "GmErr_UNEXPECTED_EXCEPTION": "An unexpected exception occurred.",
30131
+ "GmErr_INVALID_USER_ID": "The user ID provided is invalid.",
30132
+ "GmErr_NOT_ALLOWED_EXCEPTION": "This action is not allowed.",
30133
+ "GmErr_CAN_NOT_FIND_ROLE": "Unable to find the specified role.",
30134
+ "GmErr_NO_SESSION_PROVIDED": "No session was provided.",
30135
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "No active session found for this user.",
30136
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "The user has already been anonymized.",
30137
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "No role has been set up to be assigned.",
30138
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "The provided session does not belong to the user.",
30139
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "The provided session does not exist.",
30140
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "The role has already been assigned to the user.",
30141
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Failed to assign a role to the user.",
30098
30142
  "nextButton": 'Next',
30099
30143
  "backButton": 'Back',
30100
30144
  "doneButton": 'Done',
30101
- "GmErr_BadRequest_Duplicate_User": 'A user with this information already exists.',
30102
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30103
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30104
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30105
- "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied.',
30106
- "GmErr_BadRequest_ModelValidationFailed": 'Something went wrong... Please try again.',
30107
- "GmErr_BadInternalConfigs": 'Something went wrong... Please try again.',
30108
- "GmErr_Unauthorized": 'Something went wrong... Please try again.',
30109
- "GmErr_NotFound": 'Something went wrong... Please try again.',
30110
- "GmErr_UnexpectedException": 'Something went wrong... Please try again.',
30111
30145
  "generalError": "Something went wrong... Please try again.",
30112
30146
  "successMessage": "Register successful"
30113
30147
  },
30114
30148
  "hu": {
30149
+ "GmErr_AMOUNT_INVALID": "A megadott összeg érvénytelen.",
30150
+ "GmErr_REGISTER_OVERAGE": "A regisztráció túllépte a megengedett határt.",
30151
+ "GmErr_REGISTER_UNDERAGE": "A regisztráció a megengedett határ alatt van.",
30152
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "A felhasználó hitelesítése túl sok sikertelen próbálkozás miatt meghiúsult.",
30153
+ "GmErr_USER_ACCOUNT_BLOCKED": "A felhasználói fiók le van tiltva.",
30154
+ "GmErr_USER_NOT_VERIFIED": "A felhasználó nincs ellenőrizve.",
30155
+ "GmErr_USER_NOT_FOUND": "A megadott adatokkal nem található felhasználó.",
30156
+ "GmErr_USER_ID_INVALID": "A megadott felhasználói azonosító érvénytelen.",
30157
+ "GmErr_USER_AUTH_FAILED": "A felhasználó hitelesítése meghiúsult.",
30158
+ "GmErr_USER_DUPLICATED": "A felhasználó már létezik a rendszerben.",
30159
+ "GmErr_USER_NOT_ACTIVATED": "A felhasználó fiókja nincs aktiválva.",
30160
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "A jelszó nem tartalmazhat e-mail címet.",
30161
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "A jelszó nem tartalmazhat felhasználónevet.",
30162
+ "GmErr_PASSWORD_CONTAINS_SPACES": "A jelszó nem tartalmazhat szóközöket.",
30163
+ "GmErr_USER_4TS_CHECK_EXISTS": "A felhasználó 4TS ellenőrzése már létezik.",
30164
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "A felhasználó kizárva a regisztrációból.",
30165
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "A felhasználó kizárva a bejelentkezésből.",
30166
+ "GmErr_USERNAME_REQUIRED": "Felhasználónév megadása szükséges.",
30167
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "A felhasználó e-mail címe nincs megerősítve.",
30168
+ "GmErr_EMAIL_REQUIRED": "E-mail cím megadása szükséges.",
30169
+ "GmErr_USERNAME_ALREADY_EXISTS": "A felhasználónév már foglalt.",
30170
+ "GmErr_DUPLICATE_PERSONAL_ID": "Már létező személyes azonosító.",
30171
+ "GmErr_INVALID_USER_DOCUMENT": "A felhasználói dokumentum érvénytelen.",
30172
+ "GmErr_INVALID_CODE": "A megadott kód érvénytelen.",
30173
+ "GmErr_EXPIRED_TOKEN": "A token lejárt.",
30174
+ "GmErr_ATTEMPTS_EXCEEDED": "A megengedett próbálkozások száma túllépve.",
30175
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "A felhasználó blokkolva lett a hibás kód miatt.",
30176
+ "GmErr_TOKEN_NOT_FOUND": "A token nem található.",
30177
+ "GmErr_INVALID_PHONE_NUMBER": "A megadott telefonszám érvénytelen.",
30178
+ "GmErr_CODE_MISSING": "A szükséges kód hiányzik.",
30179
+ "GmErr_UNREGISTERED_USER": "A felhasználó nincs regisztrálva.",
30180
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Túllépték a kódgenerálási próbálkozások számát.",
30181
+ "GmErr_UNEXPECTED_EXCEPTION": "Váratlan kivétel történt.",
30182
+ "GmErr_INVALID_USER_ID": "A felhasználói azonosító érvénytelen.",
30183
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Ez a művelet nem engedélyezett.",
30184
+ "GmErr_CAN_NOT_FIND_ROLE": "A megadott szerepkör nem található.",
30185
+ "GmErr_NO_SESSION_PROVIDED": "Nem került megadásra munkamenet.",
30186
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nincs aktív munkamenet ehhez a felhasználóhoz.",
30187
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "A felhasználó már anonimizálva lett.",
30188
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nincs beállítva hozzárendelhető szerepkör.",
30189
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "A megadott munkamenet nem tartozik a felhasználóhoz.",
30190
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "A megadott munkamenet nem létezik.",
30191
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "A szerepkör már hozzá lett rendelve a felhasználóhoz.",
30192
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Nem sikerült a felhasználói szerepkört hozzárendelni.",
30115
30193
  "nextButton": 'Következő',
30116
30194
  "backButton": 'Vissza',
30117
30195
  "doneButton": 'Kész',
30118
- "GmErr_BadRequest_Duplicate_User": 'Már létezik felhasználó ezzel az információval.',
30119
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30120
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30121
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30122
- "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied',
30123
- "GmErr_BadRequest_ModelValidationFailed": 'Valami hiba történt... Kérjük, próbálja újra.',
30124
- "GmErr_BadInternalConfigs": 'Valami hiba történt... Kérjük, próbálja újra.',
30125
- "GmErr_Unauthorized": 'Valami hiba történt... Kérjük, próbálja újra.',
30126
- "GmErr_NotFound": 'Valami hiba történt... Kérjük, próbálja újra.',
30127
- "GmErr_UnexpectedException": 'Valami hiba történt... Kérjük, próbálja újra.',
30128
30196
  "generalError": "Valami hiba történt... Próbáld újra.",
30129
30197
  "successMessage": "Sikeres regisztráció"
30130
30198
  },
30131
30199
  "hr": {
30200
+ "GmErr_AMOUNT_INVALID": "Navedeni iznos je nevažeći.",
30201
+ "GmErr_REGISTER_OVERAGE": "Registracija je premašila dopušteni limit.",
30202
+ "GmErr_REGISTER_UNDERAGE": "Registracija je ispod dopuštenog limita.",
30203
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Neuspješno autentificiranje korisnika zbog previše pokušaja.",
30204
+ "GmErr_USER_ACCOUNT_BLOCKED": "Korisnički račun je blokiran.",
30205
+ "GmErr_USER_NOT_VERIFIED": "Korisnik nije verificiran.",
30206
+ "GmErr_USER_NOT_FOUND": "Korisnik s navedenim podacima nije pronađen.",
30207
+ "GmErr_USER_ID_INVALID": "Navedeni ID korisnika je nevažeći.",
30208
+ "GmErr_USER_AUTH_FAILED": "Neuspješno autentificiranje korisnika.",
30209
+ "GmErr_USER_DUPLICATED": "Korisnik već postoji u sustavu.",
30210
+ "GmErr_USER_NOT_ACTIVATED": "Korisnički račun nije aktiviran.",
30211
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "Lozinka ne smije sadržavati e-mail adresu.",
30212
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "Lozinka ne smije sadržavati korisničko ime.",
30213
+ "GmErr_PASSWORD_CONTAINS_SPACES": "Lozinka ne smije sadržavati razmake.",
30214
+ "GmErr_USER_4TS_CHECK_EXISTS": "4TS provjera korisnika već postoji.",
30215
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "Korisnik je isključen iz registracije.",
30216
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "Korisnik je isključen iz prijave.",
30217
+ "GmErr_USERNAME_REQUIRED": "Korisničko ime je obavezno.",
30218
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "E-mail adresa korisnika nije verificirana.",
30219
+ "GmErr_EMAIL_REQUIRED": "E-mail adresa je obavezna.",
30220
+ "GmErr_USERNAME_ALREADY_EXISTS": "Korisničko ime je već zauzeto.",
30221
+ "GmErr_DUPLICATE_PERSONAL_ID": "Pronađen je duplicirani osobni ID.",
30222
+ "GmErr_INVALID_USER_DOCUMENT": "Dokument korisnika je nevažeći.",
30223
+ "GmErr_INVALID_CODE": "Navedeni kod je nevažeći.",
30224
+ "GmErr_EXPIRED_TOKEN": "Token je istekao.",
30225
+ "GmErr_ATTEMPTS_EXCEEDED": "Prekoračen je maksimalni broj pokušaja.",
30226
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "Korisnik je blokiran zbog pogrešnog koda.",
30227
+ "GmErr_TOKEN_NOT_FOUND": "Token nije pronađen.",
30228
+ "GmErr_INVALID_PHONE_NUMBER": "Navedeni broj telefona je nevažeći.",
30229
+ "GmErr_CODE_MISSING": "Nedostaje potrebni kod.",
30230
+ "GmErr_UNREGISTERED_USER": "Korisnik nije registriran.",
30231
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Prekoračen je broj pokušaja generiranja koda.",
30232
+ "GmErr_UNEXPECTED_EXCEPTION": "Došlo je do neočekivane iznimke.",
30233
+ "GmErr_INVALID_USER_ID": "Navedeni ID korisnika je nevažeći.",
30234
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Ova radnja nije dopuštena.",
30235
+ "GmErr_CAN_NOT_FIND_ROLE": "Navedena uloga nije pronađena.",
30236
+ "GmErr_NO_SESSION_PROVIDED": "Nema pružene sesije.",
30237
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nema aktivne sesije za ovog korisnika.",
30238
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "Korisnik je već anonimiziran.",
30239
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nema postavljene uloge za dodjeljivanje.",
30240
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "Pružena sesija ne pripada korisniku.",
30241
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "Pružena sesija ne postoji.",
30242
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "Uloga je već dodijeljena korisniku.",
30243
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Neuspješno dodjeljivanje uloge korisniku.",
30132
30244
  "nextButton": 'Sljedeće',
30133
30245
  "backButton": 'Nazad',
30134
30246
  "doneButton": 'Gotovo',
30135
- "GmErr_BadRequest_Duplicate_User": 'Korisnik s ovim podacima već postoji.',
30136
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30137
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30138
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30139
- "GmErr_Forbidden_UserAccount_NavExcluded": 'Korisnik je NAV isključen. Registracija je odbijena.',
30140
- "GmErr_BadRequest_ModelValidationFailed": 'Nešto nije u redu... Molimo pokušajte ponovo',
30141
- "GmErr_BadInternalConfigs": 'Nešto nije u redu... Molimo pokušajte ponovo',
30142
- "GmErr_Unauthorized": 'Nešto nije u redu... Molimo pokušajte ponovo',
30143
- "GmErr_NotFound": 'Nešto nije u redu... Molimo pokušajte ponovo',
30144
- "GmErr_UnexpectedException": 'Nešto nije u redu... Molimo pokušajte ponovo',
30145
30247
  "generalError": "Nešto nije u redu... Molimo pokušajte ponovo",
30146
30248
  "successMessage": "Register successful"
30147
30249
  },
30148
30250
  'pt-br': {
30251
+ "GmErr_AMOUNT_INVALID": "O valor especificado é inválido.",
30252
+ "GmErr_REGISTER_OVERAGE": "A inscrição excedeu o limite permitido.",
30253
+ "GmErr_REGISTER_UNDERAGE": "A inscrição está abaixo do limite permitido.",
30254
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Falha na autenticação do usuário devido a muitas tentativas sem sucesso.",
30255
+ "GmErr_USER_ACCOUNT_BLOCKED": "A conta do usuário está bloqueada.",
30256
+ "GmErr_USER_NOT_VERIFIED": "O usuário não foi verificado.",
30257
+ "GmErr_USER_NOT_FOUND": "Nenhum usuário encontrado com as informações fornecidas.",
30258
+ "GmErr_USER_ID_INVALID": "O ID do usuário fornecido é inválido.",
30259
+ "GmErr_USER_AUTH_FAILED": "Falha na autenticação do usuário.",
30260
+ "GmErr_USER_DUPLICATED": "O usuário já existe no sistema.",
30261
+ "GmErr_USER_NOT_ACTIVATED": "A conta do usuário não está ativada.",
30262
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "A senha não pode conter o endereço de e-mail.",
30263
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "A senha não pode conter o nome de usuário.",
30264
+ "GmErr_PASSWORD_CONTAINS_SPACES": "A senha não pode conter espaços.",
30265
+ "GmErr_USER_4TS_CHECK_EXISTS": "A verificação 4TS do usuário já existe.",
30266
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "O usuário está excluído da inscrição.",
30267
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "O usuário está excluído do login.",
30268
+ "GmErr_USERNAME_REQUIRED": "O nome de usuário é obrigatório.",
30269
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "O e-mail do usuário não foi verificado.",
30270
+ "GmErr_EMAIL_REQUIRED": "Um endereço de e-mail é obrigatório.",
30271
+ "GmErr_USERNAME_ALREADY_EXISTS": "O nome de usuário já está em uso.",
30272
+ "GmErr_DUPLICATE_PERSONAL_ID": "ID pessoal duplicado encontrado.",
30273
+ "GmErr_INVALID_USER_DOCUMENT": "O documento do usuário é inválido.",
30274
+ "GmErr_INVALID_CODE": "O código fornecido é inválido.",
30275
+ "GmErr_EXPIRED_TOKEN": "O token expirou.",
30276
+ "GmErr_ATTEMPTS_EXCEEDED": "O número máximo de tentativas foi excedido.",
30277
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "O usuário foi bloqueado devido a um código incorreto.",
30278
+ "GmErr_TOKEN_NOT_FOUND": "O token não foi encontrado.",
30279
+ "GmErr_INVALID_PHONE_NUMBER": "O número de telefone fornecido é inválido.",
30280
+ "GmErr_CODE_MISSING": "O código necessário está faltando.",
30281
+ "GmErr_UNREGISTERED_USER": "O usuário não está registrado.",
30282
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "O número máximo de tentativas para gerar um código foi excedido.",
30283
+ "GmErr_UNEXPECTED_EXCEPTION": "Ocorreu uma exceção inesperada.",
30284
+ "GmErr_INVALID_USER_ID": "O ID do usuário fornecido é inválido.",
30285
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Esta ação não é permitida.",
30286
+ "GmErr_CAN_NOT_FIND_ROLE": "Não foi possível encontrar a função especificada.",
30287
+ "GmErr_NO_SESSION_PROVIDED": "Nenhuma sessão foi fornecida.",
30288
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nenhuma sessão ativa encontrada para este usuário.",
30289
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "O usuário já foi anonimizado.",
30290
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nenhuma função foi configurada para ser atribuída.",
30291
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "A sessão fornecida não pertence ao usuário.",
30292
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "A sessão fornecida não existe.",
30293
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "A função já foi atribuída ao usuário.",
30294
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Falha ao atribuir a função ao usuário.",
30149
30295
  "nextButton": 'Seguindo',
30150
30296
  "backButton": 'Voltar',
30151
30297
  "doneButton": 'Terminar',
30152
- "GmErr_BadRequest_Duplicate_User": 'Já existe um usuário com esta informação',
30153
- "GmErr_Forbidden_UserAccount_NavExcluded": 'O usuário está excluído NAV. O registro foi negado',
30154
- "GmErr_BadRequest_ModelValidationFailed": 'Alguma coisa deu errado. Por favor tente outra vez.',
30155
- "GmErr_BadInternalConfigs": 'Alguma coisa deu errado. Por favor tente outra vez',
30156
- "GmErr_Unauthorized": 'Alguma coisa deu errado. Por favor tente outra vez',
30157
- "GmErr_NotFound": 'Alguma coisa deu errado. Por favor tente outra vez',
30158
- "GmErr_UnexpectedException": 'Alguma coisa deu errado. Por favor tente outra vez',
30159
30298
  "generalError": 'Alguma coisa deu errado. Por favor tente outra vez',
30160
30299
  "successMessage": 'Registro bem-sucedido'
30161
30300
  },
30162
30301
  'es-mx': {
30302
+ "GmErr_AMOUNT_INVALID": "El monto especificado es inválido.",
30303
+ "GmErr_REGISTER_OVERAGE": "La inscripción ha excedido el límite permitido.",
30304
+ "GmErr_REGISTER_UNDERAGE": "La inscripción está por debajo del límite permitido.",
30305
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Autenticación de usuario fallida debido a demasiados intentos fallidos.",
30306
+ "GmErr_USER_ACCOUNT_BLOCKED": "La cuenta del usuario está bloqueada.",
30307
+ "GmErr_USER_NOT_VERIFIED": "El usuario no ha sido verificado.",
30308
+ "GmErr_USER_NOT_FOUND": "No se encontró ningún usuario con la información proporcionada.",
30309
+ "GmErr_USER_ID_INVALID": "El ID de usuario proporcionado es inválido.",
30310
+ "GmErr_USER_AUTH_FAILED": "La autenticación del usuario falló.",
30311
+ "GmErr_USER_DUPLICATED": "El usuario ya existe en el sistema.",
30312
+ "GmErr_USER_NOT_ACTIVATED": "La cuenta del usuario no está activada.",
30313
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "La contraseña no puede contener la dirección de correo electrónico.",
30314
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "La contraseña no puede contener el nombre de usuario.",
30315
+ "GmErr_PASSWORD_CONTAINS_SPACES": "La contraseña no puede contener espacios.",
30316
+ "GmErr_USER_4TS_CHECK_EXISTS": "La verificación 4TS del usuario ya existe.",
30317
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "El usuario está excluido del registro.",
30318
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "El usuario está excluido del inicio de sesión.",
30319
+ "GmErr_USERNAME_REQUIRED": "Se requiere un nombre de usuario.",
30320
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "La dirección de correo electrónico del usuario no ha sido verificada.",
30321
+ "GmErr_EMAIL_REQUIRED": "Se requiere una dirección de correo electrónico.",
30322
+ "GmErr_USERNAME_ALREADY_EXISTS": "El nombre de usuario ya está en uso.",
30323
+ "GmErr_DUPLICATE_PERSONAL_ID": "Se encontró un ID personal duplicado.",
30324
+ "GmErr_INVALID_USER_DOCUMENT": "El documento del usuario es inválido.",
30325
+ "GmErr_INVALID_CODE": "El código proporcionado es inválido.",
30326
+ "GmErr_EXPIRED_TOKEN": "El token ha expirado.",
30327
+ "GmErr_ATTEMPTS_EXCEEDED": "Se ha excedido el número máximo de intentos.",
30328
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "El usuario ha sido bloqueado debido a un código incorrecto.",
30329
+ "GmErr_TOKEN_NOT_FOUND": "No se encontró el token.",
30330
+ "GmErr_INVALID_PHONE_NUMBER": "El número de teléfono proporcionado es inválido.",
30331
+ "GmErr_CODE_MISSING": "Falta el código necesario.",
30332
+ "GmErr_UNREGISTERED_USER": "El usuario no está registrado.",
30333
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Se ha excedido el número máximo de intentos para generar un código.",
30334
+ "GmErr_UNEXPECTED_EXCEPTION": "Ocurrió una excepción inesperada.",
30335
+ "GmErr_INVALID_USER_ID": "El ID de usuario proporcionado es inválido.",
30336
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Esta acción no está permitida.",
30337
+ "GmErr_CAN_NOT_FIND_ROLE": "No se pudo encontrar el rol especificado.",
30338
+ "GmErr_NO_SESSION_PROVIDED": "No se proporcionó ninguna sesión.",
30339
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "No se encontró ninguna sesión activa para este usuario.",
30340
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "El usuario ya ha sido anonimizado.",
30341
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "No se ha configurado ningún rol para ser asignado.",
30342
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "La sesión proporcionada no pertenece al usuario.",
30343
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "La sesión proporcionada no existe.",
30344
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "El rol ya ha sido asignado al usuario.",
30345
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Falló la asignación del rol al usuario.",
30163
30346
  "nextButton": 'Siguiente',
30164
30347
  "backButton": 'Atrás',
30165
30348
  "doneButton": 'Terminar',
30166
- "GmErr_BadRequest_Duplicate_User": 'Un usuario con esta información ya existe',
30167
- "GmErr_Forbidden_UserAccount_NavExcluded": 'Usuario es Excluído NA. Registro fue negado',
30168
- "GmErr_BadRequest_ModelValidationFailed": 'Algo salió mal…por favor intente de nuevo.',
30169
- "GmErr_BadInternalConfigs": 'Algo salió mal... Por favor intente de nuevo',
30170
- "GmErr_Unauthorized": 'Algo salió mal... Por favor intente de nuevo',
30171
- "GmErr_NotFound": 'Algo salió mal... Por favor intente de nuevo',
30172
- "GmErr_UnexpectedException": 'Algo salió mal... Por favor intente de nuevo',
30173
30349
  "generalError": 'Algo salió mal... Por favor intente de nuevo',
30174
30350
  "successMessage": 'Registro exitoso'
30175
30351
  },
30352
+ "tr": {
30353
+ "nextButton": 'Next',
30354
+ "backButton": 'Back',
30355
+ "doneButton": 'Done',
30356
+ "GmErr_BadRequest_Duplicate_User": 'A user with this information already exists.',
30357
+ "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30358
+ "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30359
+ "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30360
+ "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied.',
30361
+ "GmErr_BadRequest_ModelValidationFailed": 'Something went wrong... Please try again.',
30362
+ "GmErr_BadInternalConfigs": 'Something went wrong... Please try again.',
30363
+ "GmErr_Unauthorized": 'Something went wrong... Please try again.',
30364
+ "GmErr_NotFound": 'Something went wrong... Please try again.',
30365
+ "GmErr_UnexpectedException": 'Something went wrong... Please try again.',
30366
+ "generalError": "Something went wrong... Please try again.",
30367
+ "successMessage": "Register successful"
30368
+ }
30176
30369
  };
30177
30370
  const getTranslations = (url) => {
30178
30371
  // fetch url, get the data, replace the TRANSLATIONS content
@@ -31672,6 +31865,10 @@ const PasswordInput = class {
31672
31865
  * Client custom styling via inline style
31673
31866
  */
31674
31867
  this.clientStyling = '';
31868
+ /**
31869
+ * Client Styling Url
31870
+ */
31871
+ this.clientStylingUrl = '';
31675
31872
  this.limitStylingAppends = false;
31676
31873
  this.showTooltip = false;
31677
31874
  this.value = '';
@@ -31682,7 +31879,7 @@ const PasswordInput = class {
31682
31879
  this.handleInput = (event) => {
31683
31880
  this.value = event.target.value;
31684
31881
  this.calculateComplexity(this.value);
31685
- this.showPopup = true;
31882
+ this.validation.custom.length === 0 || (this.showPopup = true);
31686
31883
  this.touched = true;
31687
31884
  if (this.debounceTime) {
31688
31885
  clearTimeout(this.debounceTime);
@@ -31701,14 +31898,27 @@ const PasswordInput = class {
31701
31898
  this.errorMessage = this.setErrorMessage();
31702
31899
  };
31703
31900
  this.handleFocus = () => {
31704
- this.showPopup = true;
31901
+ this.validation.custom.length === 0 || (this.showPopup = true);
31705
31902
  this.calculateComplexity(this.value);
31706
31903
  };
31707
31904
  this.setClientStyling = () => {
31708
- let sheet = document.createElement('style');
31905
+ const sheet = document.createElement('style');
31709
31906
  sheet.innerHTML = this.clientStyling;
31710
31907
  this.stylingContainer.prepend(sheet);
31711
31908
  };
31909
+ this.setClientStylingURL = () => {
31910
+ const url = new URL(this.clientStylingUrl);
31911
+ const cssFile = document.createElement('style');
31912
+ fetch(url.href)
31913
+ .then((res) => res.text())
31914
+ .then((data) => {
31915
+ cssFile.innerHTML = data;
31916
+ setTimeout(() => { this.stylingContainer.prepend(cssFile); }, 1);
31917
+ })
31918
+ .catch((err) => {
31919
+ console.error(err);
31920
+ });
31921
+ };
31712
31922
  }
31713
31923
  validityChanged() {
31714
31924
  this.validityStateHandler({ valid: this.isValid, name: this.name });
@@ -31795,11 +32005,11 @@ const PasswordInput = class {
31795
32005
  }
31796
32006
  calculateComplexity(password) {
31797
32007
  this.passwordComplexity = this.validation.custom
31798
- .filter(rule => rule.rule === 'regex')
31799
- .map(rule => {
31800
- const ruleRegex = new RegExp(rule.pattern);
32008
+ .filter(customValidation => customValidation.rule.toLowerCase() === 'regex')
32009
+ .map(customValidation => {
32010
+ const ruleRegex = new RegExp(customValidation.pattern);
31801
32011
  const passed = ruleRegex.test(password);
31802
- return { rule: rule.displayName, ruleKey: rule.errorKey, passed };
32012
+ return { rule: customValidation.displayName, ruleKey: customValidation.errorKey, passed };
31803
32013
  });
31804
32014
  }
31805
32015
  setValidity() {
@@ -36465,7 +36675,7 @@ class ComboBox extends ComboBoxDataProviderMixin(
36465
36675
 
36466
36676
  defineCustomElement(ComboBox);
36467
36677
 
36468
- const selectInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}:host{height:100%}vaadin-combo-box>input{background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));font-weight:300;font-size:16px;-webkit-font-smoothing:initial;}.select{font-family:\"Roboto\";font-style:normal}.select__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px}.select__wrapper--autofilled{pointer-events:none}.select__wrapper--autofilled .select__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.select__wrapper--autofilled .select__input::part(input-field){color:var(--emfe-w-color-black, #000000)}.select__wrapper--flex{display:flex;gap:5px}.select__wrapper--relative{position:relative}.select__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.select__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.select__input{border:none;width:inherit;position:relative}.select__input[focused]::part(input-field){border-color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.select__input[invalid]::part(input-field){border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.select__input vaadin-date-picker-overlay-content>vaadin-button{color:var(--emfe-w-color-black, #000000)}.select__input::part(input-field){border-radius:4px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-color-black, #000000);font-family:inherit;font-style:normal;font-size:16px;font-weight:300;line-height:1.5;padding:0;height:44px}.select__input::part(toggle-button){position:relative;right:10px}.select__input>input{padding:5px 15px}.select__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.select__tooltip-icon{width:16px;height:auto}.select__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.select__tooltip.visible{opacity:1}";
36678
+ const selectInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}:host{height:100%}vaadin-combo-box>input{background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));font-weight:300;font-size:16px;-webkit-font-smoothing:initial;}.select{font-family:\"Roboto\";font-style:normal}.select__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.select__wrapper--autofilled{pointer-events:none}.select__wrapper--autofilled .select__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.select__wrapper--autofilled .select__input::part(input-field){color:var(--emfe-w-color-black, #000000)}.select__wrapper--flex{display:flex;gap:5px}.select__wrapper--relative{position:relative}.select__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.select__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.select__input{border:none;width:inherit;position:relative}.select__input[focused]::part(input-field){border:1px solid var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.select__input[invalid]::part(input-field){border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.select__input vaadin-date-picker-overlay-content>vaadin-button{color:var(--emfe-w-color-black, #000000)}.select__input::part(input-field){font-family:inherit;width:100%;height:44px;border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-color-black, #000000);border-radius:5px;font-size:16px;font-weight:300;line-height:1.5}.select__input::part(toggle-button){position:relative;right:10px}.select__input>input{padding:5px 15px}.select__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.select__tooltip-icon{width:16px;height:auto}.select__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.select__tooltip.visible{opacity:1}";
36469
36679
 
36470
36680
  const SelectInput = class {
36471
36681
  constructor(hostRef) {
@@ -36597,9 +36807,9 @@ const SelectInput = class {
36597
36807
  render() {
36598
36808
  let invalidClass = '';
36599
36809
  if (this.touched) {
36600
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
36810
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'select__input--invalid';
36601
36811
  }
36602
- return h$2("div", { class: `select__wrapper ${this.autofilled ? 'select__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("div", { class: 'select__wrapper--flex' }, h$2("label", { class: 'select__label', htmlFor: `${this.name}__input` }, `${this.displayName} ${this.validation.mandatory ? '*' : ''}`), h$2("div", { class: 'select__wrapper--relative' }, this.tooltip &&
36812
+ return h$2("div", { class: `select__wrapper ${this.autofilled ? 'select__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("div", { class: 'select__wrapper--flex' }, h$2("label", { class: `select__label ${this.validation.mandatory ? 'select__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), h$2("div", { class: 'select__wrapper--relative' }, this.tooltip &&
36603
36813
  h$2("img", { class: 'select__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), h$2("vaadin-combo-box", { name: this.name, id: `${this.name}__input`, class: `select__input ${invalidClass} ${this.autofilled ? 'select__input--autofilled' : ''}`, "item-label-path": "label", "item-value-path": "value", readOnly: this.autofilled, required: this.validation.mandatory, value: this.defaultValue, placeholder: `${this.placeholder}`, items: this.displayedOptions, onChange: this.handleChange }), h$2("small", { class: 'select__error-message' }, this.errorMessage));
36604
36814
  }
36605
36815
  get element() { return getElement(this); }
@@ -36685,7 +36895,7 @@ const TelInput = class {
36685
36895
  const endpoint = this.action.split(" ")[1];
36686
36896
  return this.getPhoneCodes(endpoint).then((options) => {
36687
36897
  this.phoneCodesOptions = options.phoneCodes.map(code => {
36688
- return { label: code.Prefix, value: code.Prefix };
36898
+ return { label: code.Prefix || code, value: code.Prefix || code };
36689
36899
  });
36690
36900
  });
36691
36901
  }
@@ -36757,10 +36967,10 @@ const TelInput = class {
36757
36967
  render() {
36758
36968
  let invalidClass = '';
36759
36969
  if (this.touched) {
36760
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
36970
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'tel__wrapper--flex--invalid';
36761
36971
  }
36762
36972
  return h$2("div", { class: `tel__wrapper ${this.autofilled ? 'tel__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, h$2("div", { class: 'tel__wrapper--flex-label' }, h$2("label", { class: `tel__label ${this.validation.mandatory ? 'tel__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), h$2("div", { class: 'tel__wrapper--relative' }, this.tooltip &&
36763
- h$2("img", { class: 'tel__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), h$2("div", { class: `tel__wrapper--flex ${invalidClass}` }, h$2("vaadin-combo-box", { class: 'tel__prefix', items: this.phoneCodesOptions, value: this.prefixValue, readOnly: this.autofilled, onChange: (e) => this.handlePrefixInput(e) }), h$2("input", { type: "tel", ref: (el) => this.inputReference = el, id: `${this.name}__input`, readOnly: this.autofilled, class: `tel__input`, value: this.phoneValue, placeholder: `${this.placeholder}`, required: this.validation.mandatory, minlength: this.validation.minLength, maxlength: this.validation.maxLength, pattern: this.validationPattern, onInput: this.handleInput, onBlur: this.handleBlur })), h$2("small", { class: 'tel__error-message' }, this.errorMessage));
36973
+ h$2("img", { class: 'tel__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), h$2("div", { class: `tel__wrapper--flex ${invalidClass}` }, h$2("vaadin-combo-box", { class: 'tel__prefix', items: this.phoneCodesOptions, value: this.prefixValue, readOnly: this.autofilled, onChange: (e) => this.handlePrefixInput(e) }), h$2("input", { type: "tel", ref: (el) => this.inputReference = el, id: `${this.name}__input`, readOnly: this.autofilled, class: `tel__input`, value: this.phoneValue, placeholder: `${this.placeholder || ''}`, required: this.validation.mandatory, minlength: this.validation.minLength, maxlength: this.validation.maxLength, pattern: this.validationPattern, onInput: this.handleInput, onBlur: this.handleBlur })), h$2("small", { class: 'tel__error-message' }, this.errorMessage));
36764
36974
  }
36765
36975
  static get watchers() { return {
36766
36976
  "isValid": ["validityChanged"],
@@ -36769,7 +36979,7 @@ const TelInput = class {
36769
36979
  };
36770
36980
  TelInput.style = telInputCss;
36771
36981
 
36772
- const textInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.text{font-family:\"Roboto\";font-style:normal}.text__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.text__wrapper--autofilled{pointer-events:none}.text__wrapper--autofilled .text__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.text__wrapper--autofilled .text__input::part(input-field){color:var(--emfe-w-color-black, #000000)}.text__wrapper--flex{display:flex;gap:5px}.text__wrapper--relative{position:relative}.text__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.text__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.text__input{font-family:inherit;width:100%;height:44px;border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-color-black, #000000);border-radius:5px;font-size:16px;font-weight:300;line-height:1.5;padding:5px 15px}.text__input:focus{border:1px solid var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C))}.text__input--invalid{border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.text__input::placeholder{color:var(--emfe-w-color-gray-150, #828282)}.text__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.text__tooltip-icon{width:16px;height:auto}.text__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.text__tooltip.visible{opacity:1}";
36982
+ const textInputCss = "*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.text{font-family:\"Roboto\";font-style:normal}.text__wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:5px;height:100%}.text__wrapper--autofilled{pointer-events:none}.text__wrapper--autofilled .text__label{color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.text__wrapper--autofilled .text__input::part(input-field){color:var(--emfe-w-color-black, #000000)}.text__wrapper--flex{display:flex;gap:5px}.text__wrapper--relative{position:relative}.text__label{font-family:inherit;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000))}.text__label--required::after{content:\"*\";font-family:inherit;color:var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));margin-left:2px}.text__input{font-family:inherit;width:100%;height:44px;border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);background-color:var(--emfe-w-color-white, #FFFFFF);color:var(--emfe-w-color-black, #000000);border-radius:5px;font-size:16px;font-weight:300;line-height:1.5;padding:5px 15px}.text__input:focus{border:1px solid var(--emfe-w-login-color-primary, var(--emfe-w-color-primary, #D0046C));outline-color:var(--emfe-w-color-primary, #D0046C)}.text__input--invalid{border:1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.text__input::placeholder{color:var(--emfe-w-color-gray-150, #828282)}.text__error-message{position:absolute;top:calc(100% + 5px);left:0;color:var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909))}.text__tooltip-icon{width:16px;height:auto}.text__tooltip{position:absolute;top:0;left:20px;background-color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-100, #E6E6E6);color:var(--emfe-w-registration-typography, var(--emfe-w-color-black, #000000));padding:10px;border-radius:5px;opacity:0;transition:opacity 0.3s ease-in-out;z-index:10}.text__tooltip.visible{opacity:1}";
36773
36983
 
36774
36984
  const TextInput = class {
36775
36985
  constructor(hostRef) {
@@ -36955,6 +37165,9 @@ const ToggleCheckboxInput = class {
36955
37165
  sheet.innerHTML = this.clientStyling;
36956
37166
  this.stylingContainer.prepend(sheet);
36957
37167
  };
37168
+ this.handleLabelClick = (event) => {
37169
+ event.stopPropagation();
37170
+ };
36958
37171
  }
36959
37172
  validityStateHandler(inputStateEvent) {
36960
37173
  this.sendValidityState.emit(inputStateEvent);
@@ -36991,7 +37204,7 @@ const ToggleCheckboxInput = class {
36991
37204
  }
36992
37205
  }
36993
37206
  renderLabel() {
36994
- return (h$2("label", { class: 'togglecheckbox__label', htmlFor: `${this.name}__input` }, h$2("div", { class: 'togglecheckbox__label-text', innerHTML: `${this.displayName} ${this.validation.mandatory ? '*' : ''}` })));
37207
+ return (h$2("label", { class: 'togglecheckbox__label', htmlFor: `${this.name}__input`, onClick: this.handleLabelClick }, h$2("div", { class: 'togglecheckbox__label-text', innerHTML: `${this.displayName} ${this.validation.mandatory ? '*' : ''}` })));
36995
37208
  }
36996
37209
  renderTooltip() {
36997
37210
  if (this.showTooltip) {