@taxbit/react-sdk 3.0.0-beta.1 → 3.1.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/contexts/TaxDocumentation/useTaxDocumentation.d.ts +2 -2
- package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +2 -2
- package/dist/src/i18n/json/bg.json.d.ts +2 -1
- package/dist/src/i18n/json/cs.json.d.ts +1 -0
- package/dist/src/i18n/json/da.json.d.ts +1 -0
- package/dist/src/i18n/json/de-AT.json.d.ts +1 -0
- package/dist/src/i18n/json/de.json.d.ts +320 -74
- package/dist/src/i18n/json/el.json.d.ts +1 -0
- package/dist/src/i18n/json/en.json.d.ts +30 -3
- package/dist/src/i18n/json/es.json.d.ts +27 -0
- package/dist/src/i18n/json/et.json.d.ts +1 -0
- package/dist/src/i18n/json/fi.json.d.ts +1 -0
- package/dist/src/i18n/json/fr-LU.json.d.ts +1 -0
- package/dist/src/i18n/json/fr.json.d.ts +27 -0
- package/dist/src/i18n/json/ga.json.d.ts +1 -0
- package/dist/src/i18n/json/hr.json.d.ts +1 -0
- package/dist/src/i18n/json/hu.json.d.ts +1 -0
- package/dist/src/i18n/json/id.json.d.ts +269 -20
- package/dist/src/i18n/json/index.d.ts +4 -1
- package/dist/src/i18n/json/it.json.d.ts +325 -79
- package/dist/src/i18n/json/ja.json.d.ts +27 -0
- package/dist/src/i18n/json/ko.json.d.ts +272 -26
- package/dist/src/i18n/json/lt.json.d.ts +1 -0
- package/dist/src/i18n/json/lv.json.d.ts +1 -0
- package/dist/src/i18n/json/ms.json.d.ts +486 -0
- package/dist/src/i18n/json/mt.json.d.ts +1 -0
- package/dist/src/i18n/json/nl-BE.json.d.ts +1 -0
- package/dist/src/i18n/json/nl.json.d.ts +327 -81
- package/dist/src/i18n/json/no.json.d.ts +1 -0
- package/dist/src/i18n/json/pl.json.d.ts +324 -78
- package/dist/src/i18n/json/pt.json.d.ts +27 -0
- package/dist/src/i18n/json/ro.json.d.ts +334 -88
- package/dist/src/i18n/json/ru.json.d.ts +321 -75
- package/dist/src/i18n/json/sk.json.d.ts +1 -0
- package/dist/src/i18n/json/sl.json.d.ts +1 -0
- package/dist/src/i18n/json/sv.json.d.ts +1 -0
- package/dist/src/i18n/json/th.json.d.ts +333 -87
- package/dist/src/i18n/json/tr.json.d.ts +27 -0
- package/dist/src/i18n/json/uk.json.d.ts +1 -0
- package/dist/src/i18n/json/vi.json.d.ts +321 -75
- package/dist/src/i18n/json/zh-CN.json.d.ts +486 -0
- package/dist/src/i18n/json/zh-TW.json.d.ts +486 -0
- package/dist/src/i18n/json/zh.json.d.ts +1 -0
- package/dist/src/i18n/locales/index.d.ts +3 -0
- package/dist/src/i18n/locales/ms.d.ts +1 -0
- package/dist/src/i18n/locales/zh-cn.d.ts +1 -0
- package/dist/src/i18n/locales/zh-tw.d.ts +1 -0
- package/dist/src/i18n/types/LocalizationKey.d.ts +2 -2
- package/dist/src/i18n/types/PropertyFile.d.ts +1 -1
- package/dist/src/types/Locale.d.ts +1 -1
- package/dist/src/utils/getFieldsState.d.ts +5 -9
- package/dist/src/utils/isBlank.d.ts +1 -1
- package/dist/src/validations/getSkipFields.d.ts +1 -1
- package/dist/src/wizard/RowInput/HiddenInputRow/tests/HiddenInputRow.test.d.ts +1 -0
- package/dist/taxbit-react-sdk.js +10782 -6598
- package/dist/taxbit-react-sdk.umd.cjs +1 -1
- package/package.json +2 -2
|
@@ -237,8 +237,8 @@ declare const _default: {
|
|
|
237
237
|
"countryOfIncorporation": "Country of Incorporation/Organization",
|
|
238
238
|
"exemptions": "Exemptions",
|
|
239
239
|
"mailingAddress": "Mailing Address",
|
|
240
|
-
"primaryAddress": "Primary Address",
|
|
241
|
-
"permanentAddress": "Permanent Address",
|
|
240
|
+
"primaryAddress": "Primary Residence Address",
|
|
241
|
+
"permanentAddress": "Permanent Residence Address",
|
|
242
242
|
"placeOfBirth": "Place of Birth",
|
|
243
243
|
"regardedOwner": "Regarded Owner",
|
|
244
244
|
"regardedOwnerCertifications": "Regarded Owner Certifications",
|
|
@@ -270,6 +270,7 @@ declare const _default: {
|
|
|
270
270
|
"iCertifyIsCorrectAndHaveCapacity": "By clicking submit, I certify that the information on this form is correct and I have capacity to sign. I consent to be legally bound by the information on this form, acknowledge that I can withdraw my consent by contacting customer support, and understand that a downloadable version of this form can be made available to me, upon request.",
|
|
271
271
|
"iCertifyHaveCapacity": "By clicking submit, I certify that I have capacity to sign. I consent to be legally bound by the information on this form, acknowledge that I can withdraw my consent by contacting customer support, and understand that a downloadable version of this form can be made available to me, upon request.",
|
|
272
272
|
"iCertifyIsCorrect": "By clicking submit, I confirm that the information provided here is correct and complete, to the best of my knowledge. Should a change occur that causes this information to become incorrect or incomplete, I agree to provide the revised information within 30 days of such change.",
|
|
273
|
+
"iConfirmNoOtherResidencies": "<b>By clicking next, I confirm there are no other tax residencies beyond what's listed above.</b>",
|
|
273
274
|
"eSignActReference": "<sup>1</sup> The Electronic Signatures in Global and National Commerce Act, 15 U.S.C. §7001, et seq., (\"E-sign-Act\") was signed into law on June 30, 2000, and provides a general rule for the validation of electronic records and signatures for transactions in or affecting interstate or foreign commerce.",
|
|
274
275
|
"mailingAddressIsSame": "Same as the permanent address",
|
|
275
276
|
"notRequired": "Not Required",
|
|
@@ -321,7 +322,7 @@ declare const _default: {
|
|
|
321
322
|
"checkFormatEntitySG": "Please check the format. A Unique Entity Number (UEN) is usually a 9 or 10-character, alphanumeric string.",
|
|
322
323
|
"required": "Required",
|
|
323
324
|
"residencesMustIncludeVatCountry": "VAT Country must be provided as a Tax Residency below",
|
|
324
|
-
"residencesMustIncludeAddressCountry": "The country of your primary address must be provided as a Tax Residency below",
|
|
325
|
+
"residencesMustIncludeAddressCountry": "The country of your primary residence address must be provided as a Tax Residency below",
|
|
325
326
|
"residencesMustIncludeAnEUCountry": "At least one country of tax residency must be an EU Country",
|
|
326
327
|
"residencesMustIncludeBusinessRegistrationCountry": "Business Registration Country must be provided as a Tax Residency below",
|
|
327
328
|
"tooLong": "Too Long",
|
|
@@ -361,6 +362,32 @@ declare const _default: {
|
|
|
361
362
|
"isIndividual_no": "No, I am not an individual",
|
|
362
363
|
"investmentEntityManaged_yes": "Yes, the Investment Entity is managed by a Financial Institution",
|
|
363
364
|
"investmentEntityManaged_no": "No, the Investment Entity is not managed by a Financial Institution",
|
|
365
|
+
"fatca_A": "1 – An organization exempt from tax under section 501(a), any IRA, or a custodial account under section 403(b)(7) if the account satisfies the requirements of section 401(f)(2).",
|
|
366
|
+
"fatca_B": "2 – The United States or any of its agencies or instrumentalities.",
|
|
367
|
+
"fatca_C": "3 – A state, the District of Columbia, a U.S. commonwealth or territory, or any of their political subdivisions or instrumentalities.",
|
|
368
|
+
"fatca_D": "4 – A foreign government or any of its political subdivisions, agencies, or instrumentalities.",
|
|
369
|
+
"fatca_E": "5 – A corporation.",
|
|
370
|
+
"fatca_F": "6 – A dealer in securities or commodities required to register in the United States, the District of Columbia, or a U.S. commonwealth or territory.",
|
|
371
|
+
"fatca_G": "7 – A futures commission merchant registered with the Commodity Futures Trading Commission.",
|
|
372
|
+
"fatca_H": "8 – A real estate investment trust.",
|
|
373
|
+
"fatca_I": "9 – An entity registered at all times during the tax year under the Investment Company Act of 1940.",
|
|
374
|
+
"fatca_J": "10 – A common trust fund operated by a bank under section 584(a).",
|
|
375
|
+
"fatca_K": "11 – A financial institution as defined under section 581.",
|
|
376
|
+
"fatca_L": "12 – A middleman known in the investment community as a nominee or custodian.",
|
|
377
|
+
"fatca_M": "13 – A trust exempt from tax under section 664 or described in section 4947.",
|
|
378
|
+
"payee_1": "A – An organization exempt from tax under section 501(a) or any individual retirement plan as defined in section 7701(a)(37).",
|
|
379
|
+
"payee_2": "B – The United States or any of its agencies or instrumentalities.",
|
|
380
|
+
"payee_3": "C – A state, the District of Columbia, a U.S. commonwealth or territory, or any of their political subdivisions or instrumentalities.",
|
|
381
|
+
"payee_4": "D – A corporation the stock of which is regularly traded on one or more established securities markets, as described in Regulations section 1.1472-1(c)(1)(i).",
|
|
382
|
+
"payee_5": "E – A corporation that is a member of the same expanded affiliated group as a corporation described in Regulations section 1.1472-1(c)(1)(i)r",
|
|
383
|
+
"payee_6": "F – A dealer in securities, commodities, or derivative financial instruments (including notional principal contracts, futures, forwards, and options) that is registered as such under the laws of the United States or any state.",
|
|
384
|
+
"payee_7": "G – A real estate investment trust.",
|
|
385
|
+
"payee_8": "H – A regulated investment company as defined in section 851 or an entity registered at all times during the tax year under the Investment Company Act of 1940.",
|
|
386
|
+
"payee_9": "I – A common trust fund as defined in section 584(a).",
|
|
387
|
+
"payee_10": "J – A bank as defined in section 581.",
|
|
388
|
+
"payee_11": "K – A broker.",
|
|
389
|
+
"payee_12": "L – A trust exempt from tax under section 664 or described in section 4947(a)(1).",
|
|
390
|
+
"payee_13": "M – A tax-exempt trust under a section 403(b) plan or section 457(g) plan.",
|
|
364
391
|
"no": "No",
|
|
365
392
|
"yes": "Yes",
|
|
366
393
|
"no_not_applicable": "No or Not applicable",
|
|
@@ -265,6 +265,7 @@ declare const _default: {
|
|
|
265
265
|
"regardedOwnerUsTinValidation": "Verificación de TIN del IRS"
|
|
266
266
|
},
|
|
267
267
|
"text": {
|
|
268
|
+
"iConfirmNoOtherResidencies": "<b>Al hacer clic en siguiente, confirmo que no hay otras residencias fiscales más allá de las mencionadas anteriormente.</b>",
|
|
268
269
|
"subjectToBackupWithholding": "Si el IRS le ha notificado que está sujeto a retención de respaldo, desmarque la casilla 2 de arriba.",
|
|
269
270
|
"irsRequiresBackupWithholdingConsent": "<strong>El Servicio de Impuestos Internos no requiere su consentimiento para ninguna disposición de este documento excepto las certificaciones necesarias para evitar la retención de respaldo.</strong>",
|
|
270
271
|
"eSignActReference": "* La ley sobre las firmas electrónicas en el comercio mundial y nacional (Electronic Signatures in Global and National Commerce Act), 15 U.S.C. §7001 y siguientes (\"Ley de firma electrónica\") se aprobó el 30 de junio de 2000 y proporciona una norma general para la validación de firmas y registros electrónicos en transacciones comerciales interestatales o extranjeras o que sean determinantes para dicho comercio.",
|
|
@@ -361,6 +362,32 @@ declare const _default: {
|
|
|
361
362
|
"isIndividual_no": "No, no soy un particular",
|
|
362
363
|
"no": "No",
|
|
363
364
|
"yes": "Sí",
|
|
365
|
+
"fatca_A": "1 – Una organización exenta de impuestos según la sección 501(a), cualquier IRA o una cuenta de custodia bajo la sección 403(b)(7) si la cuenta cumple con los requisitos de la sección 401(f)(2).",
|
|
366
|
+
"fatca_B": "2 – Estados Unidos o cualquiera de sus agencias o instrumentalidades.",
|
|
367
|
+
"fatca_C": "3 – Un estado, el Distrito de Columbia, un territorio o mancomunidad de EE. UU., o cualquiera de sus subdivisiones políticas o instrumentalidades.",
|
|
368
|
+
"fatca_D": "4 – Un gobierno extranjero o cualquiera de sus subdivisiones políticas, agencias o instrumentalidades.",
|
|
369
|
+
"fatca_E": "5 – Una corporación.",
|
|
370
|
+
"fatca_F": "6 – Un corredor de valores o productos básicos que deba registrarse en Estados Unidos, el Distrito de Columbia o un territorio o mancomunidad de EE. UU.",
|
|
371
|
+
"fatca_G": "7 – Un comerciante de comisiones de futuros registrado en la Comisión de Comercio de Futuros de Productos Básicos.",
|
|
372
|
+
"fatca_H": "8 – Un fideicomiso de inversión en bienes raíces.",
|
|
373
|
+
"fatca_I": "9 – Una entidad registrada en todo momento durante el año fiscal bajo la Ley de Compañías de Inversión de 1940.",
|
|
374
|
+
"fatca_J": "10 – Un fondo común de fideicomiso operado por un banco bajo la sección 584(a).",
|
|
375
|
+
"fatca_K": "11 – Una institución financiera según la sección 581.",
|
|
376
|
+
"fatca_L": "12 – Un intermediario conocido en la comunidad de inversiones como un nominado o custodio.",
|
|
377
|
+
"fatca_M": "13 – Un fideicomiso exento de impuestos según la sección 664 o descrito en la sección 4947.",
|
|
378
|
+
"payee_1": "A – Una organización exenta de impuestos según la sección 501(a) o cualquier plan de jubilación individual según se define en la sección 7701(a)(37).",
|
|
379
|
+
"payee_2": "B – Estados Unidos o cualquiera de sus agencias o instrumentalidades.",
|
|
380
|
+
"payee_3": "C – Un estado, el Distrito de Columbia, un territorio o mancomunidad de EE. UU., o cualquiera de sus subdivisiones políticas o instrumentalidades.",
|
|
381
|
+
"payee_4": "D – Una corporación cuyas acciones se negocian regularmente en uno o más mercados de valores establecidos, según lo descrito en el Reglamento sección 1.1472-1(c)(1)(i).",
|
|
382
|
+
"payee_5": "E – Una corporación que es miembro del mismo grupo afiliado ampliado que una corporación descrita en el Reglamento sección 1.1472-1(c)(1)(i).",
|
|
383
|
+
"payee_6": "F – Un corredor de valores, productos básicos o instrumentos financieros derivados (incluidos contratos de principal nocional, futuros, forwards y opciones) que esté registrado como tal bajo las leyes de Estados Unidos o de cualquier estado.",
|
|
384
|
+
"payee_7": "G – Un fideicomiso de inversión en bienes raíces.",
|
|
385
|
+
"payee_8": "H – Una compañía de inversión regulada según la sección 851 o una entidad registrada en todo momento durante el año fiscal bajo la Ley de Compañías de Inversión de 1940.",
|
|
386
|
+
"payee_9": "I – Un fondo común de fideicomiso según la sección 584(a).",
|
|
387
|
+
"payee_10": "J – Un banco según la sección 581.",
|
|
388
|
+
"payee_11": "K – Un corredor.",
|
|
389
|
+
"payee_12": "L – Un fideicomiso exento de impuestos según la sección 664 o descrito en la sección 4947(a)(1).",
|
|
390
|
+
"payee_13": "M – Un fideicomiso exento de impuestos bajo un plan de la sección 403(b) o un plan de la sección 457(g).",
|
|
364
391
|
"no_not_applicable": "No o no aplicable",
|
|
365
392
|
"C_CORPORATION": "Corporación C",
|
|
366
393
|
"CENTRAL_BANK_OF_ISSUE": "Banco central emisor",
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
"controllingPerson5": "Kontrolliv isik 5"
|
|
132
132
|
},
|
|
133
133
|
"text": {
|
|
134
|
+
"iConfirmNoOtherResidencies": "<b>Järgmisele klõpsates kinnitan, et ülalloetletust ei ole muid maksuresidentseid.</b>",
|
|
134
135
|
"notRequired": "Pole nõutav",
|
|
135
136
|
"notRequiredOrNotIssued": "Pole nõutav või väljastatud",
|
|
136
137
|
"interviewIsComplete": "Teie intervjuu on lõppenud.",
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
"controllingPerson5": "Määräysvaltaa käyttävä henkilö 5"
|
|
132
132
|
},
|
|
133
133
|
"text": {
|
|
134
|
+
"iConfirmNoOtherResidencies": "<b>Klikkaamalla seuraava vahvistan, ettei muita veroasuinpaikkoja ole kuin yllä luetellut.</b>",
|
|
134
135
|
"notRequired": "Ei vaadita",
|
|
135
136
|
"notRequiredOrNotIssued": "Ei vaadita tai ei ole myönnetty",
|
|
136
137
|
"interviewIsComplete": "Haastattelusi on valmis.",
|
|
@@ -37,6 +37,7 @@ declare const _default: {
|
|
|
37
37
|
"summary": "Résumé"
|
|
38
38
|
},
|
|
39
39
|
"text": {
|
|
40
|
+
"iConfirmNoOtherResidencies": "<b>En cliquant sur suivant, je confirme qu'il n'y a pas d'autres résidences fiscales au-delà de celles énumérées ci-dessus.</b>",
|
|
40
41
|
"notRequired": "Non requis",
|
|
41
42
|
"retrievingInterviewStatus": "Récupération du statut de l'entretien..."
|
|
42
43
|
},
|
|
@@ -265,6 +265,7 @@ declare const _default: {
|
|
|
265
265
|
"regardedOwnerUsTinValidation": "Vérification du NIF américain du titulaire du compte"
|
|
266
266
|
},
|
|
267
267
|
"text": {
|
|
268
|
+
"iConfirmNoOtherResidencies": "<b>En cliquant sur suivant, je confirme qu'il n'y a pas d'autres résidences fiscales au-delà de celles énumérées ci-dessus.</b>",
|
|
268
269
|
"subjectToBackupWithholding": "Si l'IRS vous a informé que vous êtes soumis à la retenue de sauvegarde, veuillez décocher la case 2 ci-dessus.",
|
|
269
270
|
"irsRequiresBackupWithholdingConsent": "<strong>L'Internal Revenue Service ne requiert pas votre consentement à toute disposition de ce document autre que les certifications nécessaires pour éviter la retenue de sauvegarde.</strong>",
|
|
270
271
|
"eSignActReference": "* La loi sur les signatures électroniques dans le commerce mondial et national (Electronic Signatures in Global and National Commerce Act), 15 U.S.C. §7001, et seq. (« E-sign-Act ») a été promulguée le 30 juin 2000 et prévoit une règle générale pour la validation des enregistrements et des signatures électroniques pour les transactions dans ou affectant le commerce interétatique ou étranger.",
|
|
@@ -364,6 +365,32 @@ declare const _default: {
|
|
|
364
365
|
"no": "Non",
|
|
365
366
|
"no_not_applicable": "Non ou non applicable",
|
|
366
367
|
"yes": "Oui",
|
|
368
|
+
"fatca_A": "1 – Une organisation exonérée d'impôt en vertu de l'article 501(a), tout IRA, ou un compte de garde en vertu de l'article 403(b)(7) si le compte satisfait aux exigences de l'article 401(f)(2).",
|
|
369
|
+
"fatca_B": "2 – Les États-Unis ou l'une de leurs agences ou entités.",
|
|
370
|
+
"fatca_C": "3 – Un État, le District de Columbia, un territoire ou une possession des États-Unis, ou l'une de leurs subdivisions politiques ou entités.",
|
|
371
|
+
"fatca_D": "4 – Un gouvernement étranger ou l'une de ses subdivisions politiques, agences ou entités.",
|
|
372
|
+
"fatca_E": "5 – Une société.",
|
|
373
|
+
"fatca_F": "6 – Un négociant en valeurs mobilières ou en matières premières tenu de s'enregistrer aux États-Unis, dans le District de Columbia ou dans un territoire ou une possession des États-Unis.",
|
|
374
|
+
"fatca_G": "7 – Un commissionnaire à terme enregistré auprès de la Commodity Futures Trading Commission.",
|
|
375
|
+
"fatca_H": "8 – Une fiducie de placement immobilier (REIT).",
|
|
376
|
+
"fatca_I": "9 – Une entité enregistrée en tout temps pendant l'année fiscale en vertu de l'Investment Company Act de 1940.",
|
|
377
|
+
"fatca_J": "10 – Un fonds commun de placement exploité par une banque en vertu de l'article 584(a).",
|
|
378
|
+
"fatca_K": "11 – Une institution financière telle que définie à l'article 581.",
|
|
379
|
+
"fatca_L": "12 – Un intermédiaire connu dans le secteur de l'investissement comme un mandataire ou un dépositaire.",
|
|
380
|
+
"fatca_M": "13 – Une fiducie exonérée d'impôt en vertu de l'article 664 ou décrite à l'article 4947.",
|
|
381
|
+
"payee_1": "A – Une organisation exonérée d'impôt en vertu de l'article 501(a) ou tout régime de retraite individuel tel que défini à l'article 7701(a)(37).",
|
|
382
|
+
"payee_2": "B – Les États-Unis ou l'une de leurs agences ou entités.",
|
|
383
|
+
"payee_3": "C – Un État, le District de Columbia, un territoire ou une possession des États-Unis, ou l'une de leurs subdivisions politiques ou entités.",
|
|
384
|
+
"payee_4": "D – Une société dont les actions sont régulièrement négociées sur un ou plusieurs marchés boursiers établis, comme décrit dans le règlement section 1.1472-1(c)(1)(i).",
|
|
385
|
+
"payee_5": "E – Une société membre du même groupe affilié élargi qu'une société décrite dans le règlement section 1.1472-1(c)(1)(i).",
|
|
386
|
+
"payee_6": "F – Un négociant en valeurs mobilières, matières premières ou instruments financiers dérivés (y compris les contrats notionnels, à terme, à livraison ou options) enregistré en tant que tel selon les lois des États-Unis ou de tout État.",
|
|
387
|
+
"payee_7": "G – Une fiducie de placement immobilier (REIT).",
|
|
388
|
+
"payee_8": "H – Une société d'investissement réglementée telle que définie à l'article 851 ou une entité enregistrée en tout temps pendant l'année fiscale en vertu de l'Investment Company Act de 1940.",
|
|
389
|
+
"payee_9": "I – Un fonds commun de placement tel que défini à l'article 584(a).",
|
|
390
|
+
"payee_10": "J – Une banque telle que définie à l'article 581.",
|
|
391
|
+
"payee_11": "K – Un courtier.",
|
|
392
|
+
"payee_12": "L – Une fiducie exonérée d'impôt en vertu de l'article 664 ou décrite à l'article 4947(a)(1).",
|
|
393
|
+
"payee_13": "M – Une fiducie exonérée d'impôt dans le cadre d'un régime 403(b) ou 457(g).",
|
|
367
394
|
"C_CORPORATION": "C-Corp",
|
|
368
395
|
"CENTRAL_BANK_OF_ISSUE": "Banque centrale d'émission",
|
|
369
396
|
"COMPLEX_TRUST": "Fiducie complexe",
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
"controllingPerson5": "Duine rialaithe 5"
|
|
132
132
|
},
|
|
133
133
|
"text": {
|
|
134
|
+
"iConfirmNoOtherResidencies": "<b>Trí chliceáil ar an gcéad cheann eile, dearbhaím nach bhfuil aon chónaí cánach eile seachas na cinn atá liostaithe thuas.</b>",
|
|
134
135
|
"notRequired": "Ní theastaíonn",
|
|
135
136
|
"notRequiredOrNotIssued": "Ní theastaíonn nó níor eisíodh é",
|
|
136
137
|
"interviewIsComplete": "Tá d'agallamh críochnaithe.",
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
"controllingPerson5": "Kontrolirajuća osoba 5"
|
|
132
132
|
},
|
|
133
133
|
"text": {
|
|
134
|
+
"iConfirmNoOtherResidencies": "<b>Klikom na dalje potvrđujem da nema drugih poreznih rezidentstava osim onih navedenih gore.</b>",
|
|
134
135
|
"notRequired": "Nije obvezno",
|
|
135
136
|
"notRequiredOrNotIssued": "Nije obvezno ili nije izdano",
|
|
136
137
|
"interviewIsComplete": "Vaš je razgovor završen.",
|
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
"reviewAndSubmit": "Review and Submit"
|
|
132
132
|
},
|
|
133
133
|
"text": {
|
|
134
|
+
"iConfirmNoOtherResidencies": "<b>A tovább gombra kattintva megerősítem, hogy nincs más adóilletőség az itt felsoroltakon kívül.</b>",
|
|
134
135
|
"notRequired": "Nem kötelező",
|
|
135
136
|
"notRequiredOrNotIssued": "Nem kötelező vagy nem adták ki",
|
|
136
137
|
"interviewIsComplete": "Az interjú befejeződött.",
|