@everymatrix/general-registration 1.40.0 → 1.41.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.
@@ -20,9 +20,9 @@ const TRANSLATIONS$1 = {
20
20
  "InvalidEmailFormat": "Invalid email format.",
21
21
  "EmailNotMatching": "Emails not matching!",
22
22
  "PasswordNotMatching": "Passwords not matching",
23
- "MustIncludeNumber": "include a number",
24
- "MustContainCapital": "contain capital letters",
25
- "MustIncludePunctation": "punctuation",
23
+ "MustIncludeNumber": "Password must include a number",
24
+ "MustContainCapital": "Password must include a capital letter",
25
+ "MustIncludePunctation": "Password must include punctuation",
26
26
  "OnlyNumbers": "Should contains only numbers."
27
27
  },
28
28
  "hu": {
@@ -38,9 +38,9 @@ const TRANSLATIONS$1 = {
38
38
  "InvalidEmailFormat": "Érvénytelen e-mail formátum.",
39
39
  "EmailNotMatching": "Az e-mailek nem egyeznek!",
40
40
  "PasswordNotMatching": "A jelszavak nem egyeznek",
41
- "MustIncludeNumber": "tartalmaznia kell egy számot",
42
- "MustContainCapital": "nagybetűket kell tartalmaznia",
43
- "MustIncludePunctation": "írásjelet",
41
+ "MustIncludeNumber": "A jelszónak tartalmaznia kell egy számot",
42
+ "MustContainCapital": "A jelszónak tartalmaznia kell egy nagybetűt",
43
+ "MustIncludePunctuation": "A jelszónak tartalmaznia kell írásjelet",
44
44
  "OnlyNumbers": "Csak számokat kell tartalmaznia."
45
45
  },
46
46
  "hr": {
@@ -57,9 +57,9 @@ const TRANSLATIONS$1 = {
57
57
  "InvalidEmailFormat": "Nevažeći format e-maila",
58
58
  "EmailNotMatching": "E-mailovi se ne podudaraju!",
59
59
  "PasswordNotMatching": "Lozinke se ne podudaraju",
60
- "MustIncludeNumber": "uključiti broj",
61
- "MustContainCapital": "sadrže velika slova",
62
- "MustIncludePunctation": "interpunkcija",
60
+ "MustIncludeNumber": "Lozinka mora sadržavati broj",
61
+ "MustContainCapital": "Lozinka mora sadržavati veliko slovo",
62
+ "MustIncludePunctuation": "Lozinka mora sadržavati interpunkcijski znak",
63
63
  "OnlyNumbers": "Treba sadržavati samo brojeve."
64
64
  },
65
65
  "tr": {
@@ -95,9 +95,9 @@ const TRANSLATIONS$1 = {
95
95
  "InvalidEmailFormat": "Formato de email inválido",
96
96
  "EmailNotMatching": "E-mail não corresponde",
97
97
  "PasswordNotMatching": "Senha não corresponde",
98
- "MustIncludeNumber": "inclui um número",
99
- "MustContainCapital": "contém letras maiúsculas",
100
- "MustIncludePunctation": "pontuação",
98
+ "MustIncludeNumber": "A senha deve incluir um número",
99
+ "MustContainCapital": "A senha deve incluir uma letra maiúscula",
100
+ "MustIncludePunctuation": "A senha deve incluir um sinal de pontuação",
101
101
  "OnlyNumbers": "Deve conter apenas números"
102
102
  },
103
103
  "es-mx": {
@@ -114,9 +114,9 @@ const TRANSLATIONS$1 = {
114
114
  "InvalidEmailFormat": "Formato inválido de correo",
115
115
  "EmailNotMatching": "El correo electrónico no coincide",
116
116
  "PasswordNotMatching": "La contraseña no coincide",
117
- "MustIncludeNumber": "incluye un número",
118
- "MustContainCapital": "contiene mayúsculas",
119
- "MustIncludePunctation": "puntuación",
117
+ "MustIncludeNumber": "La contraseña debe incluir un número",
118
+ "MustContainCapital": "La contraseña debe incluir una letra mayúscula",
119
+ "MustIncludePunctuation": "La contraseña debe incluir un signo de puntuación",
120
120
  "OnlyNumbers": "Solo debe contener números"
121
121
  }
122
122
  };
@@ -29763,7 +29763,7 @@ function isBefore(dirtyDate, dirtyDateToCompare) {
29763
29763
  return date.getTime() < dateToCompare.getTime();
29764
29764
  }
29765
29765
 
29766
- 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}";
29766
+ 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}";
29767
29767
 
29768
29768
  const DateInput = class {
29769
29769
  constructor(hostRef) {
@@ -29882,7 +29882,7 @@ const DateInput = class {
29882
29882
  if (this.touched) {
29883
29883
  invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
29884
29884
  }
29885
- return index.h("div", { class: `date__wrapper ${this.autofilled ? 'date__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("label", { class: `date__label ${this.validation.mandatory ? 'date__label--required' : ''}}`, htmlFor: `${this.name}__input` }, this.displayName, " ", this.validation.mandatory ? '*' : ''), index.h("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 }), index.h("small", { class: 'date__error-message' }, this.errorMessage), this.tooltip &&
29885
+ return index.h("div", { class: `date__wrapper ${this.autofilled ? 'date__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("label", { class: `date__label ${this.validation.mandatory ? 'date__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), index.h("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 }), index.h("small", { class: 'date__error-message' }, this.errorMessage), this.tooltip &&
29886
29886
  index.h("img", { class: 'date__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip());
29887
29887
  }
29888
29888
  get element() { return index.getElement(this); }
@@ -29893,7 +29893,7 @@ const DateInput = class {
29893
29893
  };
29894
29894
  DateInput.style = dateInputCss;
29895
29895
 
29896
- 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}";
29896
+ 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}";
29897
29897
 
29898
29898
  const EmailInput = class {
29899
29899
  constructor(hostRef) {
@@ -30017,7 +30017,7 @@ const EmailInput = class {
30017
30017
  render() {
30018
30018
  let invalidClass = '';
30019
30019
  if (this.touched) {
30020
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
30020
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'email__input--invalid';
30021
30021
  }
30022
30022
  return index.h("div", { class: `email__wrapper ${this.autofilled ? 'number__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("div", { class: 'email__wrapper--flex' }, index.h("label", { class: `email__label ${this.validation.mandatory ? 'email__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), index.h("div", { class: 'email__wrapper--relative' }, this.tooltip &&
30023
30023
  index.h("img", { class: 'email__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), index.h("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 }), index.h("small", { class: 'email__error-message' }, this.errorMessage));
@@ -30099,84 +30099,277 @@ GeneralInput.style = generalInputCss;
30099
30099
  const DEFAULT_LANGUAGE = 'en';
30100
30100
  const TRANSLATIONS = {
30101
30101
  "en": {
30102
+ "GmErr_AMOUNT_INVALID": "The specified amount is invalid.",
30103
+ "GmErr_REGISTER_OVERAGE": "The registration has exceeded the allowable limit.",
30104
+ "GmErr_REGISTER_UNDERAGE": "The registration is under the allowable limit.",
30105
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "User authentication failed due to too many unsuccessful attempts.",
30106
+ "GmErr_USER_ACCOUNT_BLOCKED": "The user account is blocked.",
30107
+ "GmErr_USER_NOT_VERIFIED": "The user has not been verified.",
30108
+ "GmErr_USER_NOT_FOUND": "No user found with the provided information.",
30109
+ "GmErr_USER_ID_INVALID": "The user ID provided is invalid.",
30110
+ "GmErr_USER_AUTH_FAILED": "User authentication failed.",
30111
+ "GmErr_USER_DUPLICATED": "The user already exists in the system.",
30112
+ "GmErr_USER_NOT_ACTIVATED": "The user account has not been activated.",
30113
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "The password cannot contain the email address.",
30114
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "The password cannot contain the username.",
30115
+ "GmErr_PASSWORD_CONTAINS_SPACES": "The password cannot contain spaces.",
30116
+ "GmErr_USER_4TS_CHECK_EXISTS": "The user 4TS check already exists.",
30117
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "The user is excluded from registration.",
30118
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "The user is excluded from login.",
30119
+ "GmErr_USERNAME_REQUIRED": "A username is required.",
30120
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "The user's email address has not been verified.",
30121
+ "GmErr_EMAIL_REQUIRED": "An email address is required.",
30122
+ "GmErr_USERNAME_ALREADY_EXISTS": "The username is already taken.",
30123
+ "GmErr_DUPLICATE_PERSONAL_ID": "Duplicate personal ID found.",
30124
+ "GmErr_INVALID_USER_DOCUMENT": "The user document is invalid.",
30125
+ "GmErr_INVALID_CODE": "The code provided is invalid.",
30126
+ "GmErr_EXPIRED_TOKEN": "The token has expired.",
30127
+ "GmErr_ATTEMPTS_EXCEEDED": "The maximum number of attempts has been exceeded.",
30128
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "The user has been blocked due to an incorrect code.",
30129
+ "GmErr_TOKEN_NOT_FOUND": "The token was not found.",
30130
+ "GmErr_INVALID_PHONE_NUMBER": "The phone number provided is invalid.",
30131
+ "GmErr_CODE_MISSING": "The code is missing.",
30132
+ "GmErr_UNREGISTERED_USER": "The user is not registered.",
30133
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Maximum attempts to generate a code have been exceeded.",
30134
+ "GmErr_UNEXPECTED_EXCEPTION": "An unexpected exception occurred.",
30135
+ "GmErr_INVALID_USER_ID": "The user ID provided is invalid.",
30136
+ "GmErr_NOT_ALLOWED_EXCEPTION": "This action is not allowed.",
30137
+ "GmErr_CAN_NOT_FIND_ROLE": "Unable to find the specified role.",
30138
+ "GmErr_NO_SESSION_PROVIDED": "No session was provided.",
30139
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "No active session found for this user.",
30140
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "The user has already been anonymized.",
30141
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "No role has been set up to be assigned.",
30142
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "The provided session does not belong to the user.",
30143
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "The provided session does not exist.",
30144
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "The role has already been assigned to the user.",
30145
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Failed to assign a role to the user.",
30102
30146
  "nextButton": 'Next',
30103
30147
  "backButton": 'Back',
30104
30148
  "doneButton": 'Done',
30105
- "GmErr_BadRequest_Duplicate_User": 'A user with this information already exists.',
30106
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30107
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30108
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30109
- "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied.',
30110
- "GmErr_BadRequest_ModelValidationFailed": 'Something went wrong... Please try again.',
30111
- "GmErr_BadInternalConfigs": 'Something went wrong... Please try again.',
30112
- "GmErr_Unauthorized": 'Something went wrong... Please try again.',
30113
- "GmErr_NotFound": 'Something went wrong... Please try again.',
30114
- "GmErr_UnexpectedException": 'Something went wrong... Please try again.',
30115
30149
  "generalError": "Something went wrong... Please try again.",
30116
30150
  "successMessage": "Register successful"
30117
30151
  },
30118
30152
  "hu": {
30153
+ "GmErr_AMOUNT_INVALID": "A megadott összeg érvénytelen.",
30154
+ "GmErr_REGISTER_OVERAGE": "A regisztráció túllépte a megengedett határt.",
30155
+ "GmErr_REGISTER_UNDERAGE": "A regisztráció a megengedett határ alatt van.",
30156
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "A felhasználó hitelesítése túl sok sikertelen próbálkozás miatt meghiúsult.",
30157
+ "GmErr_USER_ACCOUNT_BLOCKED": "A felhasználói fiók le van tiltva.",
30158
+ "GmErr_USER_NOT_VERIFIED": "A felhasználó nincs ellenőrizve.",
30159
+ "GmErr_USER_NOT_FOUND": "A megadott adatokkal nem található felhasználó.",
30160
+ "GmErr_USER_ID_INVALID": "A megadott felhasználói azonosító érvénytelen.",
30161
+ "GmErr_USER_AUTH_FAILED": "A felhasználó hitelesítése meghiúsult.",
30162
+ "GmErr_USER_DUPLICATED": "A felhasználó már létezik a rendszerben.",
30163
+ "GmErr_USER_NOT_ACTIVATED": "A felhasználó fiókja nincs aktiválva.",
30164
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "A jelszó nem tartalmazhat e-mail címet.",
30165
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "A jelszó nem tartalmazhat felhasználónevet.",
30166
+ "GmErr_PASSWORD_CONTAINS_SPACES": "A jelszó nem tartalmazhat szóközöket.",
30167
+ "GmErr_USER_4TS_CHECK_EXISTS": "A felhasználó 4TS ellenőrzése már létezik.",
30168
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "A felhasználó kizárva a regisztrációból.",
30169
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "A felhasználó kizárva a bejelentkezésből.",
30170
+ "GmErr_USERNAME_REQUIRED": "Felhasználónév megadása szükséges.",
30171
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "A felhasználó e-mail címe nincs megerősítve.",
30172
+ "GmErr_EMAIL_REQUIRED": "E-mail cím megadása szükséges.",
30173
+ "GmErr_USERNAME_ALREADY_EXISTS": "A felhasználónév már foglalt.",
30174
+ "GmErr_DUPLICATE_PERSONAL_ID": "Már létező személyes azonosító.",
30175
+ "GmErr_INVALID_USER_DOCUMENT": "A felhasználói dokumentum érvénytelen.",
30176
+ "GmErr_INVALID_CODE": "A megadott kód érvénytelen.",
30177
+ "GmErr_EXPIRED_TOKEN": "A token lejárt.",
30178
+ "GmErr_ATTEMPTS_EXCEEDED": "A megengedett próbálkozások száma túllépve.",
30179
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "A felhasználó blokkolva lett a hibás kód miatt.",
30180
+ "GmErr_TOKEN_NOT_FOUND": "A token nem található.",
30181
+ "GmErr_INVALID_PHONE_NUMBER": "A megadott telefonszám érvénytelen.",
30182
+ "GmErr_CODE_MISSING": "A szükséges kód hiányzik.",
30183
+ "GmErr_UNREGISTERED_USER": "A felhasználó nincs regisztrálva.",
30184
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Túllépték a kódgenerálási próbálkozások számát.",
30185
+ "GmErr_UNEXPECTED_EXCEPTION": "Váratlan kivétel történt.",
30186
+ "GmErr_INVALID_USER_ID": "A felhasználói azonosító érvénytelen.",
30187
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Ez a művelet nem engedélyezett.",
30188
+ "GmErr_CAN_NOT_FIND_ROLE": "A megadott szerepkör nem található.",
30189
+ "GmErr_NO_SESSION_PROVIDED": "Nem került megadásra munkamenet.",
30190
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nincs aktív munkamenet ehhez a felhasználóhoz.",
30191
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "A felhasználó már anonimizálva lett.",
30192
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nincs beállítva hozzárendelhető szerepkör.",
30193
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "A megadott munkamenet nem tartozik a felhasználóhoz.",
30194
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "A megadott munkamenet nem létezik.",
30195
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "A szerepkör már hozzá lett rendelve a felhasználóhoz.",
30196
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Nem sikerült a felhasználói szerepkört hozzárendelni.",
30119
30197
  "nextButton": 'Következő',
30120
30198
  "backButton": 'Vissza',
30121
30199
  "doneButton": 'Kész',
30122
- "GmErr_BadRequest_Duplicate_User": 'Már létezik felhasználó ezzel az információval.',
30123
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30124
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30125
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30126
- "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied',
30127
- "GmErr_BadRequest_ModelValidationFailed": 'Valami hiba történt... Kérjük, próbálja újra.',
30128
- "GmErr_BadInternalConfigs": 'Valami hiba történt... Kérjük, próbálja újra.',
30129
- "GmErr_Unauthorized": 'Valami hiba történt... Kérjük, próbálja újra.',
30130
- "GmErr_NotFound": 'Valami hiba történt... Kérjük, próbálja újra.',
30131
- "GmErr_UnexpectedException": 'Valami hiba történt... Kérjük, próbálja újra.',
30132
30200
  "generalError": "Valami hiba történt... Próbáld újra.",
30133
30201
  "successMessage": "Sikeres regisztráció"
30134
30202
  },
30135
30203
  "hr": {
30204
+ "GmErr_AMOUNT_INVALID": "Navedeni iznos je nevažeći.",
30205
+ "GmErr_REGISTER_OVERAGE": "Registracija je premašila dopušteni limit.",
30206
+ "GmErr_REGISTER_UNDERAGE": "Registracija je ispod dopuštenog limita.",
30207
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Neuspješno autentificiranje korisnika zbog previše pokušaja.",
30208
+ "GmErr_USER_ACCOUNT_BLOCKED": "Korisnički račun je blokiran.",
30209
+ "GmErr_USER_NOT_VERIFIED": "Korisnik nije verificiran.",
30210
+ "GmErr_USER_NOT_FOUND": "Korisnik s navedenim podacima nije pronađen.",
30211
+ "GmErr_USER_ID_INVALID": "Navedeni ID korisnika je nevažeći.",
30212
+ "GmErr_USER_AUTH_FAILED": "Neuspješno autentificiranje korisnika.",
30213
+ "GmErr_USER_DUPLICATED": "Korisnik već postoji u sustavu.",
30214
+ "GmErr_USER_NOT_ACTIVATED": "Korisnički račun nije aktiviran.",
30215
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "Lozinka ne smije sadržavati e-mail adresu.",
30216
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "Lozinka ne smije sadržavati korisničko ime.",
30217
+ "GmErr_PASSWORD_CONTAINS_SPACES": "Lozinka ne smije sadržavati razmake.",
30218
+ "GmErr_USER_4TS_CHECK_EXISTS": "4TS provjera korisnika već postoji.",
30219
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "Korisnik je isključen iz registracije.",
30220
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "Korisnik je isključen iz prijave.",
30221
+ "GmErr_USERNAME_REQUIRED": "Korisničko ime je obavezno.",
30222
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "E-mail adresa korisnika nije verificirana.",
30223
+ "GmErr_EMAIL_REQUIRED": "E-mail adresa je obavezna.",
30224
+ "GmErr_USERNAME_ALREADY_EXISTS": "Korisničko ime je već zauzeto.",
30225
+ "GmErr_DUPLICATE_PERSONAL_ID": "Pronađen je duplicirani osobni ID.",
30226
+ "GmErr_INVALID_USER_DOCUMENT": "Dokument korisnika je nevažeći.",
30227
+ "GmErr_INVALID_CODE": "Navedeni kod je nevažeći.",
30228
+ "GmErr_EXPIRED_TOKEN": "Token je istekao.",
30229
+ "GmErr_ATTEMPTS_EXCEEDED": "Prekoračen je maksimalni broj pokušaja.",
30230
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "Korisnik je blokiran zbog pogrešnog koda.",
30231
+ "GmErr_TOKEN_NOT_FOUND": "Token nije pronađen.",
30232
+ "GmErr_INVALID_PHONE_NUMBER": "Navedeni broj telefona je nevažeći.",
30233
+ "GmErr_CODE_MISSING": "Nedostaje potrebni kod.",
30234
+ "GmErr_UNREGISTERED_USER": "Korisnik nije registriran.",
30235
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Prekoračen je broj pokušaja generiranja koda.",
30236
+ "GmErr_UNEXPECTED_EXCEPTION": "Došlo je do neočekivane iznimke.",
30237
+ "GmErr_INVALID_USER_ID": "Navedeni ID korisnika je nevažeći.",
30238
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Ova radnja nije dopuštena.",
30239
+ "GmErr_CAN_NOT_FIND_ROLE": "Navedena uloga nije pronađena.",
30240
+ "GmErr_NO_SESSION_PROVIDED": "Nema pružene sesije.",
30241
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nema aktivne sesije za ovog korisnika.",
30242
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "Korisnik je već anonimiziran.",
30243
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nema postavljene uloge za dodjeljivanje.",
30244
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "Pružena sesija ne pripada korisniku.",
30245
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "Pružena sesija ne postoji.",
30246
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "Uloga je već dodijeljena korisniku.",
30247
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Neuspješno dodjeljivanje uloge korisniku.",
30136
30248
  "nextButton": 'Sljedeće',
30137
30249
  "backButton": 'Nazad',
30138
30250
  "doneButton": 'Gotovo',
30139
- "GmErr_BadRequest_Duplicate_User": 'Korisnik s ovim podacima već postoji.',
30140
- "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30141
- "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30142
- "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30143
- "GmErr_Forbidden_UserAccount_NavExcluded": 'Korisnik je NAV isključen. Registracija je odbijena.',
30144
- "GmErr_BadRequest_ModelValidationFailed": 'Nešto nije u redu... Molimo pokušajte ponovo',
30145
- "GmErr_BadInternalConfigs": 'Nešto nije u redu... Molimo pokušajte ponovo',
30146
- "GmErr_Unauthorized": 'Nešto nije u redu... Molimo pokušajte ponovo',
30147
- "GmErr_NotFound": 'Nešto nije u redu... Molimo pokušajte ponovo',
30148
- "GmErr_UnexpectedException": 'Nešto nije u redu... Molimo pokušajte ponovo',
30149
30251
  "generalError": "Nešto nije u redu... Molimo pokušajte ponovo",
30150
30252
  "successMessage": "Register successful"
30151
30253
  },
30152
30254
  'pt-br': {
30255
+ "GmErr_AMOUNT_INVALID": "O valor especificado é inválido.",
30256
+ "GmErr_REGISTER_OVERAGE": "A inscrição excedeu o limite permitido.",
30257
+ "GmErr_REGISTER_UNDERAGE": "A inscrição está abaixo do limite permitido.",
30258
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Falha na autenticação do usuário devido a muitas tentativas sem sucesso.",
30259
+ "GmErr_USER_ACCOUNT_BLOCKED": "A conta do usuário está bloqueada.",
30260
+ "GmErr_USER_NOT_VERIFIED": "O usuário não foi verificado.",
30261
+ "GmErr_USER_NOT_FOUND": "Nenhum usuário encontrado com as informações fornecidas.",
30262
+ "GmErr_USER_ID_INVALID": "O ID do usuário fornecido é inválido.",
30263
+ "GmErr_USER_AUTH_FAILED": "Falha na autenticação do usuário.",
30264
+ "GmErr_USER_DUPLICATED": "O usuário já existe no sistema.",
30265
+ "GmErr_USER_NOT_ACTIVATED": "A conta do usuário não está ativada.",
30266
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "A senha não pode conter o endereço de e-mail.",
30267
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "A senha não pode conter o nome de usuário.",
30268
+ "GmErr_PASSWORD_CONTAINS_SPACES": "A senha não pode conter espaços.",
30269
+ "GmErr_USER_4TS_CHECK_EXISTS": "A verificação 4TS do usuário já existe.",
30270
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "O usuário está excluído da inscrição.",
30271
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "O usuário está excluído do login.",
30272
+ "GmErr_USERNAME_REQUIRED": "O nome de usuário é obrigatório.",
30273
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "O e-mail do usuário não foi verificado.",
30274
+ "GmErr_EMAIL_REQUIRED": "Um endereço de e-mail é obrigatório.",
30275
+ "GmErr_USERNAME_ALREADY_EXISTS": "O nome de usuário já está em uso.",
30276
+ "GmErr_DUPLICATE_PERSONAL_ID": "ID pessoal duplicado encontrado.",
30277
+ "GmErr_INVALID_USER_DOCUMENT": "O documento do usuário é inválido.",
30278
+ "GmErr_INVALID_CODE": "O código fornecido é inválido.",
30279
+ "GmErr_EXPIRED_TOKEN": "O token expirou.",
30280
+ "GmErr_ATTEMPTS_EXCEEDED": "O número máximo de tentativas foi excedido.",
30281
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "O usuário foi bloqueado devido a um código incorreto.",
30282
+ "GmErr_TOKEN_NOT_FOUND": "O token não foi encontrado.",
30283
+ "GmErr_INVALID_PHONE_NUMBER": "O número de telefone fornecido é inválido.",
30284
+ "GmErr_CODE_MISSING": "O código necessário está faltando.",
30285
+ "GmErr_UNREGISTERED_USER": "O usuário não está registrado.",
30286
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "O número máximo de tentativas para gerar um código foi excedido.",
30287
+ "GmErr_UNEXPECTED_EXCEPTION": "Ocorreu uma exceção inesperada.",
30288
+ "GmErr_INVALID_USER_ID": "O ID do usuário fornecido é inválido.",
30289
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Esta ação não é permitida.",
30290
+ "GmErr_CAN_NOT_FIND_ROLE": "Não foi possível encontrar a função especificada.",
30291
+ "GmErr_NO_SESSION_PROVIDED": "Nenhuma sessão foi fornecida.",
30292
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "Nenhuma sessão ativa encontrada para este usuário.",
30293
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "O usuário já foi anonimizado.",
30294
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "Nenhuma função foi configurada para ser atribuída.",
30295
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "A sessão fornecida não pertence ao usuário.",
30296
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "A sessão fornecida não existe.",
30297
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "A função já foi atribuída ao usuário.",
30298
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Falha ao atribuir a função ao usuário.",
30153
30299
  "nextButton": 'Seguindo',
30154
30300
  "backButton": 'Voltar',
30155
30301
  "doneButton": 'Terminar',
30156
- "GmErr_BadRequest_Duplicate_User": 'Já existe um usuário com esta informação',
30157
- "GmErr_Forbidden_UserAccount_NavExcluded": 'O usuário está excluído NAV. O registro foi negado',
30158
- "GmErr_BadRequest_ModelValidationFailed": 'Alguma coisa deu errado. Por favor tente outra vez.',
30159
- "GmErr_BadInternalConfigs": 'Alguma coisa deu errado. Por favor tente outra vez',
30160
- "GmErr_Unauthorized": 'Alguma coisa deu errado. Por favor tente outra vez',
30161
- "GmErr_NotFound": 'Alguma coisa deu errado. Por favor tente outra vez',
30162
- "GmErr_UnexpectedException": 'Alguma coisa deu errado. Por favor tente outra vez',
30163
30302
  "generalError": 'Alguma coisa deu errado. Por favor tente outra vez',
30164
30303
  "successMessage": 'Registro bem-sucedido'
30165
30304
  },
30166
30305
  'es-mx': {
30306
+ "GmErr_AMOUNT_INVALID": "El monto especificado es inválido.",
30307
+ "GmErr_REGISTER_OVERAGE": "La inscripción ha excedido el límite permitido.",
30308
+ "GmErr_REGISTER_UNDERAGE": "La inscripción está por debajo del límite permitido.",
30309
+ "GmErr_USER_AUTH_FAILED_TOO_MANY_ATTEMPTS": "Autenticación de usuario fallida debido a demasiados intentos fallidos.",
30310
+ "GmErr_USER_ACCOUNT_BLOCKED": "La cuenta del usuario está bloqueada.",
30311
+ "GmErr_USER_NOT_VERIFIED": "El usuario no ha sido verificado.",
30312
+ "GmErr_USER_NOT_FOUND": "No se encontró ningún usuario con la información proporcionada.",
30313
+ "GmErr_USER_ID_INVALID": "El ID de usuario proporcionado es inválido.",
30314
+ "GmErr_USER_AUTH_FAILED": "La autenticación del usuario falló.",
30315
+ "GmErr_USER_DUPLICATED": "El usuario ya existe en el sistema.",
30316
+ "GmErr_USER_NOT_ACTIVATED": "La cuenta del usuario no está activada.",
30317
+ "GmErr_PASSWORD_CONTAINS_EMAIL": "La contraseña no puede contener la dirección de correo electrónico.",
30318
+ "GmErr_PASSWORD_CONTAINS_USERNAME": "La contraseña no puede contener el nombre de usuario.",
30319
+ "GmErr_PASSWORD_CONTAINS_SPACES": "La contraseña no puede contener espacios.",
30320
+ "GmErr_USER_4TS_CHECK_EXISTS": "La verificación 4TS del usuario ya existe.",
30321
+ "GmErr_USER_NAV_EXCLUDED_REGISTRATION": "El usuario está excluido del registro.",
30322
+ "GmErr_USER_NAV_EXCLUDED_LOGIN": "El usuario está excluido del inicio de sesión.",
30323
+ "GmErr_USERNAME_REQUIRED": "Se requiere un nombre de usuario.",
30324
+ "GmErr_USER_EMAIL_NOT_VERIFIED": "La dirección de correo electrónico del usuario no ha sido verificada.",
30325
+ "GmErr_EMAIL_REQUIRED": "Se requiere una dirección de correo electrónico.",
30326
+ "GmErr_USERNAME_ALREADY_EXISTS": "El nombre de usuario ya está en uso.",
30327
+ "GmErr_DUPLICATE_PERSONAL_ID": "Se encontró un ID personal duplicado.",
30328
+ "GmErr_INVALID_USER_DOCUMENT": "El documento del usuario es inválido.",
30329
+ "GmErr_INVALID_CODE": "El código proporcionado es inválido.",
30330
+ "GmErr_EXPIRED_TOKEN": "El token ha expirado.",
30331
+ "GmErr_ATTEMPTS_EXCEEDED": "Se ha excedido el número máximo de intentos.",
30332
+ "GmErr_BLOCK_USER_INCORRECT_CODE": "El usuario ha sido bloqueado debido a un código incorrecto.",
30333
+ "GmErr_TOKEN_NOT_FOUND": "No se encontró el token.",
30334
+ "GmErr_INVALID_PHONE_NUMBER": "El número de teléfono proporcionado es inválido.",
30335
+ "GmErr_CODE_MISSING": "Falta el código necesario.",
30336
+ "GmErr_UNREGISTERED_USER": "El usuario no está registrado.",
30337
+ "GmErr_ATTEMPTS_TO_GENERATE_CODE_EXCEEDED": "Se ha excedido el número máximo de intentos para generar un código.",
30338
+ "GmErr_UNEXPECTED_EXCEPTION": "Ocurrió una excepción inesperada.",
30339
+ "GmErr_INVALID_USER_ID": "El ID de usuario proporcionado es inválido.",
30340
+ "GmErr_NOT_ALLOWED_EXCEPTION": "Esta acción no está permitida.",
30341
+ "GmErr_CAN_NOT_FIND_ROLE": "No se pudo encontrar el rol especificado.",
30342
+ "GmErr_NO_SESSION_PROVIDED": "No se proporcionó ninguna sesión.",
30343
+ "GmErr_NO_ACTIVE_SESSION_FOUND_FOR_THIS_USER": "No se encontró ninguna sesión activa para este usuario.",
30344
+ "GmErr_USER_HAS_ALREADY_BEEN_ANONYMIZED": "El usuario ya ha sido anonimizado.",
30345
+ "GmErr_NO_ROLE_HAS_BEEN_SET_UP_TO_BE_ASSIGNED": "No se ha configurado ningún rol para ser asignado.",
30346
+ "GmErr_PROVIDED_SESSION_DOES_NOT_BELONG_TO_THE_USER": "La sesión proporcionada no pertenece al usuario.",
30347
+ "GmErr_PROVIDED_SESSION_DOES_NOT_EXIST": "La sesión proporcionada no existe.",
30348
+ "GmErr_ROLE_ALREADY_ASSIGNED_FOR_USER": "El rol ya ha sido asignado al usuario.",
30349
+ "GmErr_ASSIGN_USER_ROLE_FAILED": "Falló la asignación del rol al usuario.",
30167
30350
  "nextButton": 'Siguiente',
30168
30351
  "backButton": 'Atrás',
30169
30352
  "doneButton": 'Terminar',
30170
- "GmErr_BadRequest_Duplicate_User": 'Un usuario con esta información ya existe',
30171
- "GmErr_Forbidden_UserAccount_NavExcluded": 'Usuario es Excluído NA. Registro fue negado',
30172
- "GmErr_BadRequest_ModelValidationFailed": 'Algo salió mal…por favor intente de nuevo.',
30173
- "GmErr_BadInternalConfigs": 'Algo salió mal... Por favor intente de nuevo',
30174
- "GmErr_Unauthorized": 'Algo salió mal... Por favor intente de nuevo',
30175
- "GmErr_NotFound": 'Algo salió mal... Por favor intente de nuevo',
30176
- "GmErr_UnexpectedException": 'Algo salió mal... Por favor intente de nuevo',
30177
30353
  "generalError": 'Algo salió mal... Por favor intente de nuevo',
30178
30354
  "successMessage": 'Registro exitoso'
30179
30355
  },
30356
+ "tr": {
30357
+ "nextButton": 'Next',
30358
+ "backButton": 'Back',
30359
+ "doneButton": 'Done',
30360
+ "GmErr_BadRequest_Duplicate_User": 'A user with this information already exists.',
30361
+ "GmErr_BadRequest_PasswordContainsUsername": "The password cannot be the same as the username.",
30362
+ "GmErr_BadRequest_PasswordContainsEmail": "The password cannot be the same as the email.",
30363
+ "GmErr_BadRequest_Duplicate_PersonalId": "There is already a registration with the data you entered or you entered your data in an incorrect format.",
30364
+ "GmErr_Forbidden_UserAccount_NavExcluded": 'User is NAV Excluded. Registration was denied.',
30365
+ "GmErr_BadRequest_ModelValidationFailed": 'Something went wrong... Please try again.',
30366
+ "GmErr_BadInternalConfigs": 'Something went wrong... Please try again.',
30367
+ "GmErr_Unauthorized": 'Something went wrong... Please try again.',
30368
+ "GmErr_NotFound": 'Something went wrong... Please try again.',
30369
+ "GmErr_UnexpectedException": 'Something went wrong... Please try again.',
30370
+ "generalError": "Something went wrong... Please try again.",
30371
+ "successMessage": "Register successful"
30372
+ }
30180
30373
  };
30181
30374
  const getTranslations = (url) => {
30182
30375
  // fetch url, get the data, replace the TRANSLATIONS content
@@ -31676,6 +31869,10 @@ const PasswordInput = class {
31676
31869
  * Client custom styling via inline style
31677
31870
  */
31678
31871
  this.clientStyling = '';
31872
+ /**
31873
+ * Client Styling Url
31874
+ */
31875
+ this.clientStylingUrl = '';
31679
31876
  this.limitStylingAppends = false;
31680
31877
  this.showTooltip = false;
31681
31878
  this.value = '';
@@ -31686,7 +31883,7 @@ const PasswordInput = class {
31686
31883
  this.handleInput = (event) => {
31687
31884
  this.value = event.target.value;
31688
31885
  this.calculateComplexity(this.value);
31689
- this.showPopup = true;
31886
+ this.validation.custom.length === 0 || (this.showPopup = true);
31690
31887
  this.touched = true;
31691
31888
  if (this.debounceTime) {
31692
31889
  clearTimeout(this.debounceTime);
@@ -31705,14 +31902,27 @@ const PasswordInput = class {
31705
31902
  this.errorMessage = this.setErrorMessage();
31706
31903
  };
31707
31904
  this.handleFocus = () => {
31708
- this.showPopup = true;
31905
+ this.validation.custom.length === 0 || (this.showPopup = true);
31709
31906
  this.calculateComplexity(this.value);
31710
31907
  };
31711
31908
  this.setClientStyling = () => {
31712
- let sheet = document.createElement('style');
31909
+ const sheet = document.createElement('style');
31713
31910
  sheet.innerHTML = this.clientStyling;
31714
31911
  this.stylingContainer.prepend(sheet);
31715
31912
  };
31913
+ this.setClientStylingURL = () => {
31914
+ const url = new URL(this.clientStylingUrl);
31915
+ const cssFile = document.createElement('style');
31916
+ fetch(url.href)
31917
+ .then((res) => res.text())
31918
+ .then((data) => {
31919
+ cssFile.innerHTML = data;
31920
+ setTimeout(() => { this.stylingContainer.prepend(cssFile); }, 1);
31921
+ })
31922
+ .catch((err) => {
31923
+ console.error(err);
31924
+ });
31925
+ };
31716
31926
  }
31717
31927
  validityChanged() {
31718
31928
  this.validityStateHandler({ valid: this.isValid, name: this.name });
@@ -31799,11 +32009,11 @@ const PasswordInput = class {
31799
32009
  }
31800
32010
  calculateComplexity(password) {
31801
32011
  this.passwordComplexity = this.validation.custom
31802
- .filter(rule => rule.rule === 'regex')
31803
- .map(rule => {
31804
- const ruleRegex = new RegExp(rule.pattern);
32012
+ .filter(customValidation => customValidation.rule.toLowerCase() === 'regex')
32013
+ .map(customValidation => {
32014
+ const ruleRegex = new RegExp(customValidation.pattern);
31805
32015
  const passed = ruleRegex.test(password);
31806
- return { rule: rule.displayName, ruleKey: rule.errorKey, passed };
32016
+ return { rule: customValidation.displayName, ruleKey: customValidation.errorKey, passed };
31807
32017
  });
31808
32018
  }
31809
32019
  setValidity() {
@@ -36469,7 +36679,7 @@ class ComboBox extends ComboBoxDataProviderMixin(
36469
36679
 
36470
36680
  defineCustomElement(ComboBox);
36471
36681
 
36472
- 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}";
36682
+ 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}";
36473
36683
 
36474
36684
  const SelectInput = class {
36475
36685
  constructor(hostRef) {
@@ -36601,9 +36811,9 @@ const SelectInput = class {
36601
36811
  render() {
36602
36812
  let invalidClass = '';
36603
36813
  if (this.touched) {
36604
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
36814
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'select__input--invalid';
36605
36815
  }
36606
- return index.h("div", { class: `select__wrapper ${this.autofilled ? 'select__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("div", { class: 'select__wrapper--flex' }, index.h("label", { class: 'select__label', htmlFor: `${this.name}__input` }, `${this.displayName} ${this.validation.mandatory ? '*' : ''}`), index.h("div", { class: 'select__wrapper--relative' }, this.tooltip &&
36816
+ return index.h("div", { class: `select__wrapper ${this.autofilled ? 'select__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("div", { class: 'select__wrapper--flex' }, index.h("label", { class: `select__label ${this.validation.mandatory ? 'select__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), index.h("div", { class: 'select__wrapper--relative' }, this.tooltip &&
36607
36817
  index.h("img", { class: 'select__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), index.h("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 }), index.h("small", { class: 'select__error-message' }, this.errorMessage));
36608
36818
  }
36609
36819
  get element() { return index.getElement(this); }
@@ -36689,7 +36899,7 @@ const TelInput = class {
36689
36899
  const endpoint = this.action.split(" ")[1];
36690
36900
  return this.getPhoneCodes(endpoint).then((options) => {
36691
36901
  this.phoneCodesOptions = options.phoneCodes.map(code => {
36692
- return { label: code.Prefix, value: code.Prefix };
36902
+ return { label: code.Prefix || code, value: code.Prefix || code };
36693
36903
  });
36694
36904
  });
36695
36905
  }
@@ -36761,10 +36971,10 @@ const TelInput = class {
36761
36971
  render() {
36762
36972
  let invalidClass = '';
36763
36973
  if (this.touched) {
36764
- invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'text__input--invalid';
36974
+ invalidClass = this.isValid == true || this.isValid == undefined ? '' : 'tel__wrapper--flex--invalid';
36765
36975
  }
36766
36976
  return index.h("div", { class: `tel__wrapper ${this.autofilled ? 'tel__wrapper--autofilled' : ''} ${this.name}__input`, ref: el => this.stylingContainer = el }, index.h("div", { class: 'tel__wrapper--flex-label' }, index.h("label", { class: `tel__label ${this.validation.mandatory ? 'tel__label--required' : ''}`, htmlFor: `${this.name}__input` }, this.displayName), index.h("div", { class: 'tel__wrapper--relative' }, this.tooltip &&
36767
- index.h("img", { class: 'tel__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), index.h("div", { class: `tel__wrapper--flex ${invalidClass}` }, index.h("vaadin-combo-box", { class: 'tel__prefix', items: this.phoneCodesOptions, value: this.prefixValue, readOnly: this.autofilled, onChange: (e) => this.handlePrefixInput(e) }), index.h("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 })), index.h("small", { class: 'tel__error-message' }, this.errorMessage));
36977
+ index.h("img", { class: 'tel__tooltip-icon', src: tooltipIconSvg, alt: "", ref: (el) => this.tooltipIconReference = el, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), index.h("div", { class: `tel__wrapper--flex ${invalidClass}` }, index.h("vaadin-combo-box", { class: 'tel__prefix', items: this.phoneCodesOptions, value: this.prefixValue, readOnly: this.autofilled, onChange: (e) => this.handlePrefixInput(e) }), index.h("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 })), index.h("small", { class: 'tel__error-message' }, this.errorMessage));
36768
36978
  }
36769
36979
  static get watchers() { return {
36770
36980
  "isValid": ["validityChanged"],
@@ -36773,7 +36983,7 @@ const TelInput = class {
36773
36983
  };
36774
36984
  TelInput.style = telInputCss;
36775
36985
 
36776
- 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}";
36986
+ 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}";
36777
36987
 
36778
36988
  const TextInput = class {
36779
36989
  constructor(hostRef) {