@taxbit/react-sdk 3.5.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.
- package/README.md +5 -0
- package/dist/src/i18n/json/bg.json.d.ts +8 -7
- package/dist/src/i18n/json/cs.json.d.ts +8 -7
- package/dist/src/i18n/json/da.json.d.ts +8 -7
- package/dist/src/i18n/json/de-AT.json.d.ts +1 -0
- package/dist/src/i18n/json/de.json.d.ts +346 -345
- package/dist/src/i18n/json/el-CY.json.d.ts +1 -0
- package/dist/src/i18n/json/el.json.d.ts +8 -7
- package/dist/src/i18n/json/en-GB.json.d.ts +1 -0
- package/dist/src/i18n/json/en-NZ.json.d.ts +1 -0
- package/dist/src/i18n/json/en.json.d.ts +5 -4
- package/dist/src/i18n/json/es-MX.json.d.ts +494 -1
- package/dist/src/i18n/json/es.json.d.ts +3 -2
- package/dist/src/i18n/json/et.json.d.ts +8 -7
- package/dist/src/i18n/json/fi.json.d.ts +8 -7
- package/dist/src/i18n/json/fr-CA.json.d.ts +491 -2
- package/dist/src/i18n/json/fr-LU.json.d.ts +1 -0
- package/dist/src/i18n/json/fr.json.d.ts +3 -2
- package/dist/src/i18n/json/ga.json.d.ts +8 -7
- package/dist/src/i18n/json/hr.json.d.ts +8 -7
- package/dist/src/i18n/json/hu.json.d.ts +8 -7
- package/dist/src/i18n/json/id.json.d.ts +325 -324
- package/dist/src/i18n/json/index.d.ts +2 -2
- package/dist/src/i18n/json/it.json.d.ts +378 -377
- package/dist/src/i18n/json/ja.json.d.ts +370 -369
- package/dist/src/i18n/json/ko.json.d.ts +382 -381
- package/dist/src/i18n/json/lt.json.d.ts +8 -7
- package/dist/src/i18n/json/lv.json.d.ts +8 -7
- package/dist/src/i18n/json/ms.json.d.ts +344 -343
- package/dist/src/i18n/json/mt.json.d.ts +8 -7
- package/dist/src/i18n/json/nl-BE.json.d.ts +1 -0
- package/dist/src/i18n/json/nl.json.d.ts +369 -368
- package/dist/src/i18n/json/no.json.d.ts +8 -7
- package/dist/src/i18n/json/pl.json.d.ts +357 -356
- package/dist/src/i18n/json/pt-BR.json.d.ts +494 -1
- package/dist/src/i18n/json/pt.json.d.ts +8 -7
- package/dist/src/i18n/json/ro.json.d.ts +402 -401
- package/dist/src/i18n/json/ru.json.d.ts +336 -335
- package/dist/src/i18n/json/sk.json.d.ts +8 -7
- package/dist/src/i18n/json/sl.json.d.ts +8 -7
- package/dist/src/i18n/json/sv.json.d.ts +8 -7
- package/dist/src/i18n/json/th.json.d.ts +386 -385
- package/dist/src/i18n/json/tr.json.d.ts +348 -347
- package/dist/src/i18n/json/uk.json.d.ts +135 -134
- package/dist/src/i18n/json/vi.json.d.ts +418 -417
- package/dist/src/i18n/json/zh-CN.json.d.ts +507 -0
- package/dist/src/i18n/json/zh-TW.json.d.ts +378 -377
- package/dist/src/types/client/ClientTaxDocumentationStatus.d.ts +1 -0
- package/dist/src/types/server/TaxDocumentationStatus.d.ts +1 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/required.d.ts +1 -0
- package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.LanguageStrings.test.d.ts +0 -0
- package/dist/taxbit-react-sdk.js +3632 -3560
- package/dist/taxbit-react-sdk.umd.cjs +2 -1
- package/package.json +3 -3
- package/dist/src/i18n/json/zh.json.d.ts +0 -506
- /package/dist/src/i18n/__tests__/{JsxFromString.test.d.ts → validHtml.test.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'
|
|
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",
|
|
@@ -309,7 +310,7 @@ declare const _default: {
|
|
|
309
310
|
"mustBeInDateFormat": "Doit sélectionner un mois, un jour et une année",
|
|
310
311
|
"mustBeInVatinFormat": "Doit compter entre huit et 14 caractères",
|
|
311
312
|
"mustBeNineDigits": "Doit compter neuf chiffres",
|
|
312
|
-
"mustBeNinoFormat": "
|
|
313
|
+
"mustBeNinoFormat": "Le numéro d'assurance nationale (NINO) doit être dans le format correct (AB999999A)",
|
|
313
314
|
"mustBeCaPostalCodeFormat": "Doit compter six caractères",
|
|
314
315
|
"mustContainAlphabeticCharacter": "Doit contenir au moins une lettre",
|
|
315
316
|
"mustNotContainNumericCharacters": "Ne doit pas contenir de chiffres",
|
|
@@ -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
|
|
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": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
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",
|
|
@@ -166,7 +167,7 @@ declare const _default: {
|
|
|
166
167
|
"mustBeInDateFormat": "Roghnaigh mí, lá agus bliain",
|
|
167
168
|
"mustBeInVatinFormat": "Caithfidh sé a bheith idir ocht agus 14 carachtar",
|
|
168
169
|
"mustBeNineDigits": "Caithfidh sé a bheith naoi ndigit",
|
|
169
|
-
"mustBeNinoFormat": "Caithfidh
|
|
170
|
+
"mustBeNinoFormat": "Caithfidh an Uimhir Árachais Náisiúnta (NINO) a bheith san fhormáid cheart (AB999999A)",
|
|
170
171
|
"mustBeCaPostalCodeFormat": "Caithfidh sé a bheith sé charachtar",
|
|
171
172
|
"mustContainAlphabeticCharacter": "Caithfidh litir amháin ar a laghad a bheith ann",
|
|
172
173
|
"mustNotContainNumericCharacters": "Níor cheart uimhreacha a bheith ann",
|
|
@@ -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": "
|
|
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": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
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",
|
|
@@ -166,7 +167,7 @@ declare const _default: {
|
|
|
166
167
|
"mustBeInDateFormat": "Mora odabrati mjesec, dan i godinu",
|
|
167
168
|
"mustBeInVatinFormat": "Mora biti između osam i 14 znakova",
|
|
168
169
|
"mustBeNineDigits": "Mora imati devet znamenki",
|
|
169
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "Broj nacionalnog osiguranja (NINO) mora biti u ispravnom formatu (AB999999A)",
|
|
170
171
|
"mustBeCaPostalCodeFormat": "Mora imati šest znakova",
|
|
171
172
|
"mustContainAlphabeticCharacter": "Mora sadržavati barem jedno slovo",
|
|
172
173
|
"mustNotContainNumericCharacters": "Ne smije sadržavati brojeve",
|
|
@@ -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": "
|
|
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": "
|
|
128
|
-
"controllingPerson2TaxResidenciesConfirmation": "
|
|
129
|
-
"controllingPerson3TaxResidenciesConfirmation": "
|
|
130
|
-
"controllingPerson4TaxResidenciesConfirmation": "
|
|
131
|
-
"controllingPerson5TaxResidenciesConfirmation": "
|
|
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",
|
|
@@ -166,7 +167,7 @@ declare const _default: {
|
|
|
166
167
|
"mustBeInDateFormat": "Hónapot, napot és évet kell kiválasztania",
|
|
167
168
|
"mustBeInVatinFormat": "Nyolc és 14 karakter között kell lennie",
|
|
168
169
|
"mustBeNineDigits": "Kilenc számjegyből kell állnia",
|
|
169
|
-
"mustBeNinoFormat": "
|
|
170
|
+
"mustBeNinoFormat": "A nemzeti biztosítási számnak (NINO) a helyes formátumban kell lennie (AB999999A)",
|
|
170
171
|
"mustBeCaPostalCodeFormat": "Hat karakterből kell állnia",
|
|
171
172
|
"mustContainAlphabeticCharacter": "Legalább egy betűt kell tartalmaznia",
|
|
172
173
|
"mustNotContainNumericCharacters": "Nem tartalmazhat számokat",
|