@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
package/README.md CHANGED
@@ -214,6 +214,7 @@ type ClientTaxDocumentationStatus = {
214
214
  | 'NOT_REQUIRED'
215
215
  | 'NON_EU';
216
216
  vatValidationDate?: string;
217
+ needsResubmission?: boolean;
217
218
  };
218
219
  wFormQuestionnaire?: {
219
220
  dataCollectionStatus: 'COMPLETE' | 'INCOMPLETE';
@@ -379,6 +380,10 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
379
380
 
380
381
  ## Changelog
381
382
 
383
+ ### Version 3.6.0-beta.0
384
+
385
+ - **needsResubmission**: Added `needsResubmission` support for DPS and SELF-CERT questionnaires in `ClientTaxDocumentationStatus`.
386
+
382
387
  ### Version 3.4.0-beta.0
383
388
 
384
389
  - **Powered by Taxbit**: Optional Taxbit attribution in the component footer.
@@ -4,6 +4,7 @@ import { Locale, QuestionnaireProp, TaxDocumentation, TaxDocumentationKey } from
4
4
  export declare const getLocal: (fields: TaxDocumentation, language: Locale, questionnaire: QuestionnaireProp, usTinValidations?: UsTinValidationAttempt[]) => {
5
5
  getBadgeKey: (key: TaxDocumentationKey) => UsTinValidationStatus | undefined;
6
6
  getLocalAddressTitle: (data: TaxDocumentation) => string;
7
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
7
8
  getLocalBadge: (key: TaxDocumentationKey) => string | undefined;
8
9
  getLocalButton: (key: ButtonKey) => string;
9
10
  getLocalCaProvince: (key: string | undefined) => string;
@@ -1,5 +1,4 @@
1
1
  import { StatusKey } from 'i18n/types';
2
- import { Yes } from 'types';
3
2
  import { TaxDocumentation, TaxDocumentationKey } from 'types/TaxDocumentation';
4
3
  export type TaxDocumentationBooleanMap = {
5
4
  [key in TaxDocumentationKey]: boolean;
@@ -10,6 +9,7 @@ export type TaxDocumentationErrorMessagesMap = {
10
9
  export declare const useQuestionnaireStep: () => {
11
10
  getBadgeKey: (key: TaxDocumentationKey) => import('../../hooks').UsTinValidationStatus | undefined;
12
11
  getLocalAddressTitle: (data: TaxDocumentation) => string;
12
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
13
13
  getLocalBadge: (key: TaxDocumentationKey) => string | undefined;
14
14
  getLocalButton: (key: import('i18n/types').ButtonKey) => string;
15
15
  getLocalCaProvince: (key: string | undefined) => string;
@@ -26,7 +26,6 @@ export declare const useQuestionnaireStep: () => {
26
26
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
27
27
  getPromptKey: (key: string) => import('i18n/types').PromptKey;
28
28
  getSubPromptKey: (key: string) => import('i18n/types').SubPromptKey;
29
- clearIfNotRequired: (...arg: TaxDocumentationKey[]) => (value: Yes | undefined) => void;
30
29
  fields: TaxDocumentation;
31
30
  setValue: (key: TaxDocumentationKey, value: string | undefined) => void;
32
31
  isErrorFree: boolean;
@@ -3,6 +3,7 @@ export type QuestionnaireStepContextValue = ReturnType<typeof useQuestionnaireSt
3
3
  export declare const useQuestionnaireStepContext: () => {
4
4
  getBadgeKey: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => import('../../hooks/index.ts').UsTinValidationStatus | undefined;
5
5
  getLocalAddressTitle: (data: import('../../types/TaxDocumentation.ts').TaxDocumentation) => string;
6
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
6
7
  getLocalBadge: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => string | undefined;
7
8
  getLocalButton: (key: import('../../i18n/types/LocalizationKey.ts').ButtonKey) => string;
8
9
  getLocalCaProvince: (key: string | undefined) => string;
@@ -19,7 +20,6 @@ export declare const useQuestionnaireStepContext: () => {
19
20
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
20
21
  getPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').PromptKey;
21
22
  getSubPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').SubPromptKey;
22
- clearIfNotRequired: (...arg: import('../../types/TaxDocumentation.ts').TaxDocumentationKey[]) => (value: import('../../types/Yes.ts').Yes | undefined) => void;
23
23
  fields: import('../../types/TaxDocumentation.ts').TaxDocumentation;
24
24
  setValue: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey, value: string | undefined) => void;
25
25
  isErrorFree: boolean;
@@ -43,6 +43,7 @@ export declare const useQuestionnaireStepContext: () => {
43
43
  }, QuestionnaireStepContextProvider: import('react').Provider<{
44
44
  getBadgeKey: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => import('../../hooks/index.ts').UsTinValidationStatus | undefined;
45
45
  getLocalAddressTitle: (data: import('../../types/TaxDocumentation.ts').TaxDocumentation) => string;
46
+ getLocalAuState: (key: string | undefined) => "" | "Australian Capital Territory" | "New South Wales" | "Northern Territory" | "Queensland" | "South Australia" | "Tasmania" | "Victoria" | "Western Australia";
46
47
  getLocalBadge: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey) => string | undefined;
47
48
  getLocalButton: (key: import('../../i18n/types/LocalizationKey.ts').ButtonKey) => string;
48
49
  getLocalCaProvince: (key: string | undefined) => string;
@@ -59,7 +60,6 @@ export declare const useQuestionnaireStepContext: () => {
59
60
  getLocalUsState: (key: string | undefined) => "" | "Alabama" | "Alaska" | "Arizona" | "Arkansas" | "California" | "Colorado" | "Connecticut" | "Delaware" | "District Of Columbia" | "Florida" | "Georgia" | "Hawaii" | "Idaho" | "Illinois" | "Indiana" | "Iowa" | "Kansas" | "Kentucky" | "Louisiana" | "Maine" | "Maryland" | "Massachusetts" | "Michigan" | "Minnesota" | "Mississippi" | "Missouri" | "Montana" | "Nebraska" | "Nevada" | "New Hampshire" | "New Jersey" | "New Mexico" | "New York" | "North Carolina" | "North Dakota" | "Ohio" | "Oklahoma" | "Oregon" | "Pennsylvania" | "Rhode Island" | "South Carolina" | "South Dakota" | "Tennessee" | "Texas" | "Utah" | "Vermont" | "Virginia" | "Washington" | "West Virginia" | "Wisconsin" | "Wyoming";
60
61
  getPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').PromptKey;
61
62
  getSubPromptKey: (key: string) => import('../../i18n/types/LocalizationKey.ts').SubPromptKey;
62
- clearIfNotRequired: (...arg: import('../../types/TaxDocumentation.ts').TaxDocumentationKey[]) => (value: import('../../types/Yes.ts').Yes | undefined) => void;
63
63
  fields: import('../../types/TaxDocumentation.ts').TaxDocumentation;
64
64
  setValue: (key: import('../../types/TaxDocumentation.ts').TaxDocumentationKey, value: string | undefined) => void;
65
65
  isErrorFree: boolean;
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Назад",
4
5
  "cancel": "Отказ",
@@ -41,7 +42,7 @@ declare const _default: {
41
42
  "taxIdNumberIsNotRequired": "TIN не се изисква или не е издаден",
42
43
  "tin": "Данъчен идентификационен номер",
43
44
  "tinUkEntity": "Данъчен идентификационен номер",
44
- "tinUkIndividual": "Данъчен идентификационен номер",
45
+ "tinUkIndividual": "Национален осигурителен номер",
45
46
  "tinAuAbn": "Данъчен идентификационен номер",
46
47
  "usTin": "Данъчен идентификационен номер на САЩ",
47
48
  "vatIdentificationNumber": "Идентификационен номер по ДДС",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "carfClassificationDetails": "Детайли за класификация на CARF",
125
126
  "controllingPersonDetails": "Детайли за контролиращо лице",
126
127
  "controllingPersons": "Контролиращи лица",
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": "Потвърждение на данъчното местожителство на контролиращо лице 1",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Потвърждение на данъчното местожителство на контролиращо лице 2",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Потвърждение на данъчното местожителство на контролиращо лице 3",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Потвърждение на данъчното местожителство на контролиращо лице 4",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Потвърждение на данъчното местожителство на контролиращо лице 5",
132
133
  "controllingPerson1": "Контролиращо лице 1",
133
134
  "controllingPerson2": "Контролиращо лице 2",
134
135
  "controllingPerson3": "Контролиращо лице 3",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Невалиден ДДС номер",
163
164
  "mustBeABNFormat": "Трябва да бъде 11 цифри",
164
165
  "mustBeFiveOrNineDigits": "Трябва да бъде пет или девет цифри",
166
+ "mustBeFourDigits": "Трябва да бъде четири цифри",
165
167
  "mustBeInDateFormat": "Трябва да изберете месец, ден и година",
166
168
  "mustBeInVatinFormat": "Трябва да бъде между осем и четиринадесет знака",
167
169
  "mustBeNineDigits": "Трябва да бъде девет цифри",
168
- "mustBeNinoFormat": "Трябва да бъде двубуквен префикс, последван от шест цифри и една буква. Например \"GB123456A\"",
170
+ "mustBeNinoFormat": "Националният осигурителен номер (NINO) трябва да бъде в правилния формат (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Трябва да бъде шест знака",
172
+ "mustContainAlphabeticCharacter": "Трябва да съдържа поне една буква",
173
+ "mustNotContainNumericCharacters": "Не трябва да съдържа цифри",
174
+ "mustNotContainAuStateCode": "Не трябва да съдържа код на австралийски щат",
170
175
  "mustBeValidBirthDate": "Датата на раждане не е валидна",
171
176
  "mustBeAtLeast18": "Трябва да сте навършили поне 18 години",
172
177
  "residencesMustIncludeVatCountry": "Държавата по ДДС трябва да бъде посочена като данъчно местожителство по-долу",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Моля, проверете формата. Unique Entity Number (UEN) обикновено е 9 или 10-знаков буквено-цифров низ.",
196
201
  "required": "Задължително",
197
202
  "tooLong": "Твърде дълго",
198
- "tooShort": "Твърде кратко"
203
+ "tooShort": "Твърде кратко",
204
+ "mustNotStartWithATitle": "Не трябва да започва с титла (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Да, аз съм физическо лице",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Депозитарна институция",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Неотчитаща се Финансова Институция",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Държавна институция",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Централна банка",
214
221
  "INSURANCE_COMPANY": "Застрахователна компания",
215
222
  "INVESTMENT_ENTITY": "Инвестиционна единица",
216
223
  "entityType_TRUST": "Тръст",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Zpět",
4
5
  "cancel": "Zrušit",
@@ -41,7 +42,7 @@ declare const _default: {
41
42
  "taxIdNumberIsNotRequired": "DIČ není vyžadováno nebo nebylo vydáno",
42
43
  "tin": "Daňové identifikační číslo",
43
44
  "tinUkEntity": "Daňové identifikační číslo",
44
- "tinUkIndividual": "Daňové identifikační číslo",
45
+ "tinUkIndividual": "Číslo národního pojištění",
45
46
  "tinAuAbn": "Daňové identifikační číslo",
46
47
  "usTin": "Daňové identifikační číslo USA",
47
48
  "vatIdentificationNumber": "Identifikační číslo DPH",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "taxResidence4": "Daňová rezidence 4",
125
126
  "taxResidence5": "Daňová rezidence 5",
126
127
  "carfClassificationDetails": "Podrobnosti o klasifikaci 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": "Potvrzení daňové rezidence kontrolující osoby 1",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Potvrzení daňové rezidence kontrolující osoby 2",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Potvrzení daňové rezidence kontrolující osoby 3",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Potvrzení daňové rezidence kontrolující osoby 4",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Potvrzení daňové rezidence kontrolující osoby 5",
132
133
  "controllingPersonDetails": "Podrobnosti o kontrolující osobě",
133
134
  "controllingPersons": "Kontrolující osoby",
134
135
  "controllingPerson1": "Kontrolující osoba 1",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Ogiltigt momsregistreringsnummer",
163
164
  "mustBeABNFormat": "Musí mít 11 číslic",
164
165
  "mustBeFiveOrNineDigits": "Musí být pět nebo devět číslic",
166
+ "mustBeFourDigits": "Musí mít čtyři číslice",
165
167
  "mustBeInDateFormat": "Musíte vybrat měsíc, den a rok",
166
168
  "mustBeInVatinFormat": "Musí být mezi osmi a čtrnácti znaky",
167
169
  "mustBeNineDigits": "Musí být devět číslic",
168
- "mustBeNinoFormat": "Musí být dvoupísmenná předpona, následovaná šesti číslicemi a jedním písmenem. Například \"GB123456A\"",
170
+ "mustBeNinoFormat": "Číslo národního pojištění (NINO) musí být ve správném formátu (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Musí být šest znaků",
172
+ "mustContainAlphabeticCharacter": "Musí obsahovat alespoň jedno písmeno",
173
+ "mustNotContainNumericCharacters": "Nesmí obsahovat číslice",
174
+ "mustNotContainAuStateCode": "Nesmí obsahovat kód australského státu",
170
175
  "mustBeValidBirthDate": "Datum narození není platné",
171
176
  "mustBeAtLeast18": "Musíte být alespoň 18 let",
172
177
  "residencesMustIncludeVatCountry": "Země DPH musí být uvedena jako daňová rezidence níže",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Zkontrolujte formát. Unique Entity Number (UEN) je obvykle alfanumerický řetězec o 9 nebo 10 znacích.",
196
201
  "required": "Povinné",
197
202
  "tooLong": "Příliš dlouhé",
198
- "tooShort": "Příliš krátké"
203
+ "tooShort": "Příliš krátké",
204
+ "mustNotStartWithATitle": "Nesmí začínat titulkem (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Ano, jsem fyzická osoba",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Depozitní instituce",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Neoznamující Finanční Instituce",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Vládní instituce",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centrální banka",
214
221
  "INSURANCE_COMPANY": "Pojišťovna",
215
222
  "INVESTMENT_ENTITY": "Investiční jednotka",
216
223
  "entityType_TRUST": "Svěřenský fond",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-subset.schema.json",
2
3
  "button": {
3
4
  "back": "Tilbage",
4
5
  "cancel": "Annuller",
@@ -41,7 +42,7 @@ declare const _default: {
41
42
  "taxIdNumberIsNotRequired": "TIN er ikke påkrævet eller udstedt",
42
43
  "tin": "Skatteidentifikationsnummer",
43
44
  "tinUkEntity": "Skatteidentifikationsnummer",
44
- "tinUkIndividual": "Skatteidentifikationsnummer",
45
+ "tinUkIndividual": "Nationalt forsikringsnummer",
45
46
  "tinAuAbn": "Skatteidentifikationsnummer",
46
47
  "usTin": "US skatteidentifikationsnummer",
47
48
  "vatIdentificationNumber": "MOMS-id-nummer",
@@ -124,11 +125,11 @@ declare const _default: {
124
125
  "taxResidence4": "Skattebopæl 4",
125
126
  "taxResidence5": "Skattebopæl 5",
126
127
  "carfClassificationDetails": "CARF-klassifikationsdetaljer",
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": "Bekræftelse af skattebopæl for kontrollerende person 1",
129
+ "controllingPerson2TaxResidenciesConfirmation": "Bekræftelse af skattebopæl for kontrollerende person 2",
130
+ "controllingPerson3TaxResidenciesConfirmation": "Bekræftelse af skattebopæl for kontrollerende person 3",
131
+ "controllingPerson4TaxResidenciesConfirmation": "Bekræftelse af skattebopæl for kontrollerende person 4",
132
+ "controllingPerson5TaxResidenciesConfirmation": "Bekræftelse af skattebopæl for kontrollerende person 5",
132
133
  "controllingPersonDetails": "Detaljer om kontrollerende person",
133
134
  "controllingPersons": "Kontrollerende personer",
134
135
  "controllingPerson1": "Kontrollerende person 1",
@@ -162,11 +163,15 @@ declare const _default: {
162
163
  "invalidVat": "Ogiltigt momsregistreringsnummer",
163
164
  "mustBeABNFormat": "Skal være 11 cifre",
164
165
  "mustBeFiveOrNineDigits": "Skal være fem eller ni tal",
166
+ "mustBeFourDigits": "Skal være fire cifre",
165
167
  "mustBeInDateFormat": "Skal vælge en måned, dag og år",
166
168
  "mustBeInVatinFormat": "Skal være mellem otte og 14 tegn",
167
169
  "mustBeNineDigits": "Skal være ni tal",
168
- "mustBeNinoFormat": "Skal være et to-bogstavet præfiks efterfulgt af seks tal og et bogstav. For eksempel \"GB123456A\"",
170
+ "mustBeNinoFormat": "Det nationale forsikringsnummer (NINO) skal være i det korrekte format (AB999999A)",
169
171
  "mustBeCaPostalCodeFormat": "Skal være seks tegn",
172
+ "mustContainAlphabeticCharacter": "Skal indeholde mindst ét bogstav",
173
+ "mustNotContainNumericCharacters": "Må ikke indeholde tal",
174
+ "mustNotContainAuStateCode": "Må ikke indeholde australsk delstatskode",
170
175
  "mustBeValidBirthDate": "Ugyldig fødselsdato",
171
176
  "mustBeAtLeast18": "Skal være mindst 18 år",
172
177
  "residencesMustIncludeVatCountry": "MOMS-land skal angives som Skattebopæl forneden",
@@ -195,7 +200,8 @@ declare const _default: {
195
200
  "checkFormatEntitySG": "Kontroller formatet. Et Unique Entity Number (UEN) er normalt en alfanumerisk streng på 9 eller 10 tegn.",
196
201
  "required": "Påkrævet",
197
202
  "tooLong": "For lang",
198
- "tooShort": "For kort"
203
+ "tooShort": "For kort",
204
+ "mustNotStartWithATitle": "Må ikke starte med en titel (Mr, Mrs, Ms, Miss)"
199
205
  },
200
206
  "option": {
201
207
  "isIndividual_yes": "Ja, jeg er en privatperson",
@@ -211,6 +217,7 @@ declare const _default: {
211
217
  "DEPOSITORY_INSTITUTION": "Indlånsinstitution",
212
218
  "NON_REPORTING_FINANCIAL_INSTITUTION": "Ikke-indberettende Finansielt Institut",
213
219
  "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Offentlig enhed",
220
+ "accountHolderActiveNonFinancialEntityType_CENTRAL_BANK": "Centralbank",
214
221
  "INSURANCE_COMPANY": "Forsikringsselskab",
215
222
  "INVESTMENT_ENTITY": "Investeringsenhed",
216
223
  "entityType_TRUST": "Tillidsfond",
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
+ "$schema": "schemas/i18n-full-partial.schema.json",
2
3
  "button": {
3
4
  "submit": "Absenden"
4
5
  },
@@ -50,10 +51,15 @@ declare const _default: {
50
51
  "matchesExpectedFormat": "✓ Entspricht dem erwarteten Format",
51
52
  "countryMustBeAResidenceCountry": "Land muss ein Wohnsitzland sein",
52
53
  "mustBeFiveOrNineDigits": "Muss fünf- oder neunstellig sein",
54
+ "mustBeFourDigits": "Muss vier Ziffern aufweisen",
53
55
  "mustBeInDateFormat": "Bitte wählen Sie einen Monat, Tag und ein Jahr aus",
54
56
  "mustBeNineDigits": "Muss neunstellig sein",
55
57
  "mustBeCaPostalCodeFormat": "Muss aus sechs Zeichen bestehen",
56
- "mustBeValidBirthDate": "Kein gültiges Geburtsdatum"
58
+ "mustContainAlphabeticCharacter": "Muss mindestens einen Buchstaben enthalten",
59
+ "mustNotContainNumericCharacters": "Darf keine Ziffern enthalten",
60
+ "mustNotContainAuStateCode": "Darf keinen australischen Bundesstaatscode enthalten",
61
+ "mustBeValidBirthDate": "Kein gültiges Geburtsdatum",
62
+ "mustNotStartWithATitle": "Darf nicht mit einem Titel beginnen (Mr, Mrs, Ms, Miss)"
57
63
  },
58
64
  "option": {
59
65
  "isIndividual_yes": "Ja, ich bin eine natürliche Person.",