@taxbit/react-sdk 3.4.0-beta.0 → 3.6.0-beta.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.
Files changed (77) hide show
  1. package/README.md +5 -0
  2. package/dist/src/contexts/QuestionnaireStep/getLocal.d.ts +1 -0
  3. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +1 -2
  4. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -2
  5. package/dist/src/i18n/json/bg.json.d.ts +15 -8
  6. package/dist/src/i18n/json/cs.json.d.ts +15 -8
  7. package/dist/src/i18n/json/da.json.d.ts +15 -8
  8. package/dist/src/i18n/json/de-AT.json.d.ts +7 -1
  9. package/dist/src/i18n/json/de.json.d.ts +352 -345
  10. package/dist/src/i18n/json/el-CY.json.d.ts +7 -1
  11. package/dist/src/i18n/json/el.json.d.ts +15 -8
  12. package/dist/src/i18n/json/en-GB.json.d.ts +4 -6
  13. package/dist/src/i18n/json/en-NZ.json.d.ts +3 -7
  14. package/dist/src/i18n/json/en.json.d.ts +13 -6
  15. package/dist/src/i18n/json/es-MX.json.d.ts +492 -5
  16. package/dist/src/i18n/json/es.json.d.ts +10 -3
  17. package/dist/src/i18n/json/et.json.d.ts +15 -8
  18. package/dist/src/i18n/json/fi.json.d.ts +15 -8
  19. package/dist/src/i18n/json/fr-CA.json.d.ts +490 -4
  20. package/dist/src/i18n/json/fr-LU.json.d.ts +7 -1
  21. package/dist/src/i18n/json/fr.json.d.ts +10 -3
  22. package/dist/src/i18n/json/ga.json.d.ts +15 -8
  23. package/dist/src/i18n/json/hr.json.d.ts +15 -8
  24. package/dist/src/i18n/json/hu.json.d.ts +15 -8
  25. package/dist/src/i18n/json/id.json.d.ts +330 -323
  26. package/dist/src/i18n/json/index.d.ts +2 -2
  27. package/dist/src/i18n/json/it.json.d.ts +384 -377
  28. package/dist/src/i18n/json/ja.json.d.ts +375 -368
  29. package/dist/src/i18n/json/ko.json.d.ts +388 -381
  30. package/dist/src/i18n/json/lt.json.d.ts +15 -8
  31. package/dist/src/i18n/json/lv.json.d.ts +15 -8
  32. package/dist/src/i18n/json/ms.json.d.ts +349 -342
  33. package/dist/src/i18n/json/mt.json.d.ts +15 -8
  34. package/dist/src/i18n/json/nl-BE.json.d.ts +4 -9
  35. package/dist/src/i18n/json/nl.json.d.ts +375 -368
  36. package/dist/src/i18n/json/no.json.d.ts +15 -8
  37. package/dist/src/i18n/json/pl.json.d.ts +363 -356
  38. package/dist/src/i18n/json/pt-BR.json.d.ts +498 -1
  39. package/dist/src/i18n/json/pt.json.d.ts +15 -8
  40. package/dist/src/i18n/json/ro.json.d.ts +408 -401
  41. package/dist/src/i18n/json/ru.json.d.ts +342 -335
  42. package/dist/src/i18n/json/sk.json.d.ts +15 -8
  43. package/dist/src/i18n/json/sl.json.d.ts +15 -8
  44. package/dist/src/i18n/json/sv.json.d.ts +15 -8
  45. package/dist/src/i18n/json/th.json.d.ts +392 -385
  46. package/dist/src/i18n/json/tr.json.d.ts +354 -347
  47. package/dist/src/i18n/json/uk.json.d.ts +141 -134
  48. package/dist/src/i18n/json/vi.json.d.ts +424 -417
  49. package/dist/src/i18n/json/zh-CN.json.d.ts +507 -0
  50. package/dist/src/i18n/json/zh-TW.json.d.ts +383 -376
  51. package/dist/src/i18n/locales/{el-el.d.ts → el-gr.d.ts} +1 -1
  52. package/dist/src/i18n/locales/en-dps.d.ts +1 -2
  53. package/dist/src/i18n/locales/index.d.ts +1 -1
  54. package/dist/src/i18n/types/Language.d.ts +2 -1
  55. package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
  56. package/dist/src/lookups/activeNonFinancialEntityTypeOptions.d.ts +1 -1
  57. package/dist/src/types/Locale.d.ts +1 -1
  58. package/dist/src/types/QuestionnaireProp.d.ts +0 -1
  59. package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -0
  60. package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -0
  61. package/dist/src/ui/CheckBox/CheckBox.d.ts +1 -3
  62. package/dist/src/utils/index.d.ts +1 -0
  63. package/dist/src/utils/required.d.ts +1 -0
  64. package/dist/src/validations/settableFields/getSettableFields.d.ts +4 -0
  65. package/dist/src/validations/settableFields/index.d.ts +0 -0
  66. package/dist/src/wizard/ResidenceInput/ResidenceInput.d.ts +2 -1
  67. package/dist/src/wizard/Residencies/Residencies.d.ts +2 -1
  68. package/dist/src/wizard/RowInput/CheckBoxRow/CheckBoxRow.d.ts +1 -1
  69. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageStrings.test.d.ts +0 -0
  70. package/dist/taxbit-react-sdk.js +4773 -4641
  71. package/dist/taxbit-react-sdk.umd.cjs +2 -1
  72. package/package.json +3 -3
  73. package/dist/src/i18n/json/enDPS.d.ts +0 -1
  74. package/dist/src/i18n/json/zh.json.d.ts +0 -500
  75. /package/dist/src/i18n/__tests__/{JsxFromString.test.d.ts → validHtml.test.d.ts} +0 -0
  76. /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftControllingPerson.d.ts +0 -0
  77. /package/dist/src/{contexts/QuestionnaireStep → validations/settableFields}/shiftResidence.d.ts +0 -0
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-full.schema.json",
2
3
  "badge": {
3
4
  "validTin": "Correspondance TIN valide",
4
5
  "invalidTin": "Non-correspondance nom/TIN",
@@ -114,7 +115,7 @@ declare const _default: {
114
115
  "tin": "Numéro d'identification fiscale",
115
116
  "tinAuAbn": "Numéro d'identification fiscale",
116
117
  "tinUkEntity": "Numéro d'identification fiscale",
117
- "tinUkIndividual": "Numéro d'identification fiscale",
118
+ "tinUkIndividual": "Numéro d'assurance nationale",
118
119
  "type": "Type",
119
120
  "usAccountType": "Parmi les éléments suivants, lequel représente le mieux votre type de compte ?",
120
121
  "usEin": "Numéro d'identification de l'employeur",
@@ -305,11 +306,15 @@ declare const _default: {
305
306
  "invalidVat": "Numéro de TVA non valide",
306
307
  "mustBeABNFormat": "Doit compter 11 chiffres",
307
308
  "mustBeFiveOrNineDigits": "Doit compter cinq ou neuf chiffres",
309
+ "mustBeFourDigits": "Doit comporter quatre chiffres",
308
310
  "mustBeInDateFormat": "Doit sélectionner un mois, un jour et une année",
309
311
  "mustBeInVatinFormat": "Doit compter entre huit et 14 caractères",
310
312
  "mustBeNineDigits": "Doit compter neuf chiffres",
311
- "mustBeNinoFormat": "Doit être un préfixe de deux lettres suivi de six chiffres et d'un suffixe de une lettre. Par exemple \"GB123456A\"",
313
+ "mustBeNinoFormat": "Le numéro d'assurance nationale (NINO) doit être dans le format correct (AB999999A)",
312
314
  "mustBeCaPostalCodeFormat": "Doit compter six caractères",
315
+ "mustContainAlphabeticCharacter": "Doit contenir au moins une lettre",
316
+ "mustNotContainNumericCharacters": "Ne doit pas contenir de chiffres",
317
+ "mustNotContainAuStateCode": "Ne doit pas contenir de code d'état australien",
313
318
  "mustBeValidBirthDate": "Date de naissance non valide",
314
319
  "mustBeAtLeast18": "Doit avoir au moins 18 ans",
315
320
  "mustMatchName": "Doit être identique au nom",
@@ -340,7 +345,8 @@ declare const _default: {
340
345
  "required": "Obligatoire",
341
346
  "tooLong": "Trop long",
342
347
  "tooShort": "Trop court",
343
- "usTinDoesNotMatchName": "Le nom et le NIF saisis ne peuvent pas être vérifiés avec les dossiers de l'IRS. Veuillez vérifier vos informations et apporter les mises à jour nécessaires avant de continuer."
348
+ "usTinDoesNotMatchName": "Le nom et le NIF saisis ne peuvent pas être vérifiés avec les dossiers de l'IRS. Veuillez vérifier vos informations et apporter les mises à jour nécessaires avant de continuer.",
349
+ "mustNotStartWithATitle": "Ne doit pas commencer par un titre (Mr, Mrs, Ms, Miss)"
344
350
  },
345
351
  "option": {
346
352
  "eligibleForTreatyClaim_yes": "Oui, je suis éligible pour réclamer les avantages du traité",
@@ -443,6 +449,7 @@ declare const _default: {
443
449
  "DEPOSITORY_INSTITUTION": "Institution de dépôt",
444
450
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Institution Financière Non Déclarante",
445
451
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Entité gouvernementale",
452
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Banque Centrale",
446
453
  "accountHolderActiveNonFinancialEntityType_OTHER": "Autre",
447
454
  "accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION": "Organisation internationale",
448
455
  "INTERNATIONAL_ORGANIZATION": "Organisation internationale",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Ar ais",
4
5
  "cancel": "Cealaigh",
@@ -42,7 +43,7 @@ declare const _default: {
42
43
  "tin": "Uimhir aitheantais cánach",
43
44
  "tinAuAbn": "Uimhir aitheantais cánach",
44
45
  "tinUkEntity": "Uimhir aitheantais cánach",
45
- "tinUkIndividual": "Uimhir aitheantais cánach",
46
+ "tinUkIndividual": "Uimhir Árachais Náisiúnta",
46
47
  "usTin": "Uimhir aitheantais cánach na Stát Aontaithe",
47
48
  "vatIdentificationNumber": "Uimhir aitheantais CBL",
48
49
  "vatIsNotRequired": "Ní theastaíonn uimhir aitheantais CBL nó níor eisíodh é",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "taxResidence4": "Cónaithe cánach 4",
125
126
  "taxResidence5": "Cónaithe cánach 5",
126
127
  "carfClassificationDetails": "Sonraí aicmithe CARF",
127
- "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
- "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
- "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
- "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
- "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
128
+ "controllingPerson1TaxResidenciesConfirmation": "Deimhniú cónaithe cánach an duine rialaithe 1",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Deimhniú cónaithe cánach an duine rialaithe 2",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Deimhniú cónaithe cánach an duine rialaithe 3",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Deimhniú cónaithe cánach an duine rialaithe 4",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Deimhniú cónaithe cánach an duine rialaithe 5",
132
133
  "controllingPersonDetails": "Sonraí an duine rialaithe",
133
134
  "controllingPersons": "Daoine rialaithe",
134
135
  "controllingPerson1": "Duine rialaithe 1",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Ogiltigt momsregistreringsnummer",
163
164
  "mustBeABNFormat": "Ní mór 11 digit a bheith ann",
164
165
  "mustBeFiveOrNineDigits": "Caithfidh sé a bheith cúig nó naoi ndigit",
166
+ "mustBeFourDigits": "Caithfidh ceithre dhigit a bheith ann",
165
167
  "mustBeInDateFormat": "Roghnaigh mí, lá agus bliain",
166
168
  "mustBeInVatinFormat": "Caithfidh sé a bheith idir ocht agus 14 carachtar",
167
169
  "mustBeNineDigits": "Caithfidh sé a bheith naoi ndigit",
168
- "mustBeNinoFormat": "Caithfidh a bheith réimír dhá litir, ina dhiaidh sin dhigit agus litir amháin. Mar shampla \"GB123456A\"",
170
+ "mustBeNinoFormat": "Caithfidh an Uimhir Árachais Náisiúnta (NINO) a bheith san fhormáid cheart (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Caithfidh sé a bheith sé charachtar",
172
+ "mustContainAlphabeticCharacter": "Caithfidh litir amháin ar a laghad a bheith ann",
173
+ "mustNotContainNumericCharacters": "Níor cheart uimhreacha a bheith ann",
174
+ "mustNotContainAuStateCode": "Níor cheart cód stáit na hAstráile a bheith ann",
170
175
  "mustBeValidBirthDate": "Dáta breithe neamhbhailí",
171
176
  "mustBeAtLeast18": "Caithfidh tú a bheith ar a laghad 18 mbliana d’aois",
172
177
  "residencesMustIncludeVatCountry": "Caithfidh tír CBL a bheith liostaithe mar chónaithe cánach thíos",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Seiceáil an fhormáid. Is sreang alfa-uimhriúil 9 nó 10 gcarachtar de ghnáth é Unique Entity Number (UEN).",
196
201
  "required": "Riachtanach",
197
202
  "tooLong": "Ró-fhada",
198
- "tooShort": "Ró-ghearr"
203
+ "tooShort": "Ró-ghearr",
204
+ "mustNotStartWithATitle": "Níor cheart tosú le teideal (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Tá, is duine aonair mé",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Institiúid taisce",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Institiúid Airgeadais Neamhthuairiscithe",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Eintiteas rialtais",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Banc Ceannais",
214
221
  "INSURANCE_COMPANY": "Cuideachta árachais",
215
222
  "INVESTMENT_ENTITY": "Eintiteas infheistíochta",
216
223
  "entityType_TRUST": "Iontaobhas",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Natrag",
4
5
  "cancel": "Odustani",
@@ -42,7 +43,7 @@ declare const _default: {
42
43
  "tin": "Porezni identifikacijski broj",
43
44
  "tinAuAbn": "Porezni identifikacijski broj",
44
45
  "tinUkEntity": "Porezni identifikacijski broj",
45
- "tinUkIndividual": "Porezni identifikacijski broj",
46
+ "tinUkIndividual": "Broj nacionalnog osiguranja",
46
47
  "usTin": "Porezni identifikacijski broj SAD-a",
47
48
  "vatIdentificationNumber": "PDV ID broj",
48
49
  "vatIsNotRequired": "PDV broj nije potreban ili nije izdan",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "taxResidence4": "Porezna rezidentnost 4",
125
126
  "taxResidence5": "Porezna rezidentnost 5",
126
127
  "carfClassificationDetails": "Detalji CARF klasifikacije",
127
- "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
- "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
- "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
- "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
- "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
128
+ "controllingPerson1TaxResidenciesConfirmation": "Potvrda porezne rezidentnosti kontrolirajuće osobe 1",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Potvrda porezne rezidentnosti kontrolirajuće osobe 2",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Potvrda porezne rezidentnosti kontrolirajuće osobe 3",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Potvrda porezne rezidentnosti kontrolirajuće osobe 4",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Potvrda porezne rezidentnosti kontrolirajuće osobe 5",
132
133
  "controllingPersonDetails": "Detalji kontrolirajuće osobe",
133
134
  "controllingPersons": "Kontrolirajuće osobe",
134
135
  "controllingPerson1": "Kontrolirajuća osoba 1",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Ogiltigt momsregistreringsnummer",
163
164
  "mustBeABNFormat": "Mora imati 11 znamenki",
164
165
  "mustBeFiveOrNineDigits": "Mora imati pet ili devet znamenki",
166
+ "mustBeFourDigits": "Mora imati četiri znamenke",
165
167
  "mustBeInDateFormat": "Mora odabrati mjesec, dan i godinu",
166
168
  "mustBeInVatinFormat": "Mora biti između osam i 14 znakova",
167
169
  "mustBeNineDigits": "Mora imati devet znamenki",
168
- "mustBeNinoFormat": "Mora biti dvoslovni prefiks, slijedi šest brojeva i jedan sufiks. Na primjer \"GB123456A\"",
170
+ "mustBeNinoFormat": "Broj nacionalnog osiguranja (NINO) mora biti u ispravnom formatu (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Mora imati šest znakova",
172
+ "mustContainAlphabeticCharacter": "Mora sadržavati barem jedno slovo",
173
+ "mustNotContainNumericCharacters": "Ne smije sadržavati brojeve",
174
+ "mustNotContainAuStateCode": "Ne smije sadržavati kod australske države",
170
175
  "mustBeValidBirthDate": "Datum rođenja nije valjan",
171
176
  "mustBeAtLeast18": "Mora imati najmanje 18 godina",
172
177
  "residencesMustIncludeVatCountry": "Država PDV-a mora biti u nastavku navedena kao porezna rezidentnost",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Provjerite format. Unique Entity Number (UEN) obično je alfanumerički niz od 9 ili 10 znakova.",
196
201
  "required": "Obvezno",
197
202
  "tooLong": "Predugo",
198
- "tooShort": "Prekratko"
203
+ "tooShort": "Prekratko",
204
+ "mustNotStartWithATitle": "Ne smije počinjati titulom (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Da, ja sam fizička osoba",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Depozitna institucija",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Neizvještajna Financijska Institucija",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Vladin subjekt",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Središnja banka",
214
221
  "INSURANCE_COMPANY": "Osiguravajuće društvo",
215
222
  "INVESTMENT_ENTITY": "Investicijski subjekt",
216
223
  "entityType_TRUST": "Povjerenje",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Vissza",
4
5
  "cancel": "Mégse",
@@ -42,7 +43,7 @@ declare const _default: {
42
43
  "tin": "Adóazonosító szám",
43
44
  "tinAuAbn": "Adóazonosító szám",
44
45
  "tinUkEntity": "Adóazonosító szám",
45
- "tinUkIndividual": "Adóazonosító szám",
46
+ "tinUkIndividual": "Nemzeti biztosítási szám",
46
47
  "usTin": "Az Egyesült Államok adóazonosító száma",
47
48
  "vatIdentificationNumber": "HÉA-azonosítószám",
48
49
  "vatIsNotRequired": "A HÉA-szám nem kötelező vagy nem adták ki",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "taxResidence5": "Adórezidencia 5",
125
126
  "carfClassificationDetails": "CARF besorolás részletei",
126
127
  "controllingPersonDetails": "Kontrolláló személy részletei",
127
- "controllingPerson1TaxResidenciesConfirmation": "Controlling Person 1 Tax Residencies Confirmation",
128
- "controllingPerson2TaxResidenciesConfirmation": "Controlling Person 2 Tax Residencies Confirmation",
129
- "controllingPerson3TaxResidenciesConfirmation": "Controlling Person 3 Tax Residencies Confirmation",
130
- "controllingPerson4TaxResidenciesConfirmation": "Controlling Person 4 Tax Residencies Confirmation",
131
- "controllingPerson5TaxResidenciesConfirmation": "Controlling Person 5 Tax Residencies Confirmation",
128
+ "controllingPerson1TaxResidenciesConfirmation": "Kontrolláló személy 1 adórezidencia megerősítése",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Kontrolláló személy 2 adórezidencia megerősítése",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Kontrolláló személy 3 adórezidencia megerősítése",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Kontrolláló személy 4 adórezidencia megerősítése",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Kontrolláló személy 5 adórezidencia megerősítése",
132
133
  "controllingPersons": "Kontrolláló személyek",
133
134
  "controllingPerson1": "Kontrolláló személy 1",
134
135
  "controllingPerson2": "Kontrolláló személy 2",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Ogiltigt momsregistreringsnummer",
163
164
  "mustBeABNFormat": "11 számjegyből kell állnia",
164
165
  "mustBeFiveOrNineDigits": "Öt vagy kilenc számjegyből kell állnia",
166
+ "mustBeFourDigits": "Négy számjegyből kell állnia",
165
167
  "mustBeInDateFormat": "Hónapot, napot és évet kell kiválasztania",
166
168
  "mustBeInVatinFormat": "Nyolc és 14 karakter között kell lennie",
167
169
  "mustBeNineDigits": "Kilenc számjegyből kell állnia",
168
- "mustBeNinoFormat": "Két betűből kell állnia, amelyet hat számjegy és egy betű követ. Például \"GB123456A\"",
170
+ "mustBeNinoFormat": "A nemzeti biztosítási számnak (NINO) a helyes formátumban kell lennie (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Hat karakterből kell állnia",
172
+ "mustContainAlphabeticCharacter": "Legalább egy betűt kell tartalmaznia",
173
+ "mustNotContainNumericCharacters": "Nem tartalmazhat számokat",
174
+ "mustNotContainAuStateCode": "Nem tartalmazhat ausztrál állami kódot",
170
175
  "mustBeValidBirthDate": "Érvénytelen születési dátum",
171
176
  "mustBeAtLeast18": "Legalább 18 évesnek kell lennie",
172
177
  "residencesMustIncludeVatCountry": "A HÉA-országot az alábbiakban adóügyi illetőségként kell megadni.",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Ellenőrizze a formátumot. A Unique Entity Number (UEN) általában 9 vagy 10 karakteres alfanumerikus sor.",
196
201
  "required": "Kötelező",
197
202
  "tooLong": "Túl hosszú",
198
- "tooShort": "Túl rövid"
203
+ "tooShort": "Túl rövid",
204
+ "mustNotStartWithATitle": "Nem kezdődhet címmel (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Igen, magánszemély vagyok",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Betéti intézmény",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Nem Jelentő Pénzügyi Intézmény",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Kormányzati entitás",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Központi Bank",
214
221
  "INSURANCE_COMPANY": "Biztosítótársaság",
215
222
  "INVESTMENT_ENTITY": "Befektetési entitás",
216
223
  "entityType_TRUST": "Bizalom",