@taxbit/react-sdk 2.5.1-beta.0 → 3.0.0-beta.1

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 (82) hide show
  1. package/README.md +27 -0
  2. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStep.d.ts +2 -2
  3. package/dist/src/contexts/QuestionnaireStep/useQuestionnaireStepContext.d.ts +2 -2
  4. package/dist/src/contexts/TaxDocumentation/TaxbitQuestionnaireProvider.d.ts +1 -1
  5. package/dist/src/contexts/TaxDocumentation/useTaxDocumentation.d.ts +12 -3
  6. package/dist/src/contexts/TaxDocumentation/useTaxDocumentationContext.d.ts +16 -2
  7. package/dist/src/i18n/json/bg.json.d.ts +2 -1
  8. package/dist/src/i18n/json/cs.json.d.ts +2 -1
  9. package/dist/src/i18n/json/da.json.d.ts +2 -1
  10. package/dist/src/i18n/json/de-AT.json.d.ts +1 -1
  11. package/dist/src/i18n/json/de.json.d.ts +2 -1
  12. package/dist/src/i18n/json/el.json.d.ts +2 -1
  13. package/dist/src/i18n/json/en.json.d.ts +4 -3
  14. package/dist/src/i18n/json/es.json.d.ts +3 -2
  15. package/dist/src/i18n/json/et.json.d.ts +2 -1
  16. package/dist/src/i18n/json/fi.json.d.ts +2 -1
  17. package/dist/src/i18n/json/fr.json.d.ts +6 -5
  18. package/dist/src/i18n/json/ga.json.d.ts +3 -2
  19. package/dist/src/i18n/json/hr.json.d.ts +2 -1
  20. package/dist/src/i18n/json/hu.json.d.ts +2 -1
  21. package/dist/src/i18n/json/id.json.d.ts +240 -0
  22. package/dist/src/i18n/json/index.d.ts +11 -1
  23. package/dist/src/i18n/json/it.json.d.ts +2 -1
  24. package/dist/src/i18n/json/ja.json.d.ts +459 -0
  25. package/dist/src/i18n/json/ko.json.d.ts +240 -0
  26. package/dist/src/i18n/json/lt.json.d.ts +2 -1
  27. package/dist/src/i18n/json/lv.json.d.ts +2 -1
  28. package/dist/src/i18n/json/mt.json.d.ts +2 -1
  29. package/dist/src/i18n/json/nl.json.d.ts +2 -1
  30. package/dist/src/i18n/json/no.json.d.ts +2 -1
  31. package/dist/src/i18n/json/pl.json.d.ts +2 -1
  32. package/dist/src/i18n/json/pt-BR.json.d.ts +4 -0
  33. package/dist/src/i18n/json/pt.json.d.ts +296 -76
  34. package/dist/src/i18n/json/ro.json.d.ts +2 -1
  35. package/dist/src/i18n/json/ru.json.d.ts +240 -0
  36. package/dist/src/i18n/json/sk.json.d.ts +2 -1
  37. package/dist/src/i18n/json/sl.json.d.ts +2 -1
  38. package/dist/src/i18n/json/sv.json.d.ts +2 -1
  39. package/dist/src/i18n/json/th.json.d.ts +240 -0
  40. package/dist/src/i18n/json/tr.json.d.ts +459 -0
  41. package/dist/src/i18n/json/uk.json.d.ts +240 -0
  42. package/dist/src/i18n/json/vi.json.d.ts +240 -0
  43. package/dist/src/i18n/json/zh.json.d.ts +240 -0
  44. package/dist/src/i18n/locales/id.d.ts +3 -0
  45. package/dist/src/i18n/locales/index.d.ts +10 -0
  46. package/dist/src/i18n/locales/ja.d.ts +3 -0
  47. package/dist/src/i18n/locales/ko.d.ts +3 -0
  48. package/dist/src/i18n/locales/pt-br.d.ts +3 -0
  49. package/dist/src/i18n/locales/ru.d.ts +3 -0
  50. package/dist/src/i18n/locales/th.d.ts +3 -0
  51. package/dist/src/i18n/locales/tr.d.ts +3 -0
  52. package/dist/src/i18n/locales/uk.d.ts +3 -0
  53. package/dist/src/i18n/locales/vi.d.ts +3 -0
  54. package/dist/src/i18n/locales/zh.d.ts +3 -0
  55. package/dist/src/i18n/types/LocalizationKey.d.ts +1 -1
  56. package/dist/src/test/utils/helpers.d.ts +4 -1
  57. package/dist/src/types/Locale.d.ts +1 -1
  58. package/dist/src/types/QuestionnaireProp.d.ts +1 -0
  59. package/dist/src/types/index.d.ts +3 -2
  60. package/dist/src/utils/index.d.ts +4 -1
  61. package/dist/src/utils/isBoolean.d.ts +1 -0
  62. package/dist/src/utils/isString.d.ts +1 -0
  63. package/dist/src/utils/stepIds.d.ts +6 -0
  64. package/dist/src/utils/transformInbound/cleanTin.d.ts +1 -0
  65. package/dist/src/utils/transformInbound/transformInboundAddress.d.ts +1 -1
  66. package/dist/src/validations/getEditFields.d.ts +3 -0
  67. package/dist/src/validations/getSkipFields.d.ts +8 -0
  68. package/dist/src/validations/getSkipSteps.d.ts +8 -0
  69. package/dist/src/validations/getSteps.d.ts +2 -2
  70. package/dist/src/validations/index.d.ts +4 -1
  71. package/dist/src/widgets/TaxbitQuestionnaire/TaxbitQuestionnaire.d.ts +3 -2
  72. package/dist/src/widgets/TaxbitQuestionnairePersist/TaxbitQuestionnairePersist.d.ts +1 -1
  73. package/dist/src/widgets/TaxbitQuestionnairePersist/useTaxbitPersist.d.ts +1 -0
  74. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderForeignClassificationSummary.d.ts +1 -1
  75. package/dist/src/wizard/TaxbitQuestionnaireUI/Summary/AccountHolder/AccountHolderUsClassificationSummary.d.ts +1 -1
  76. package/dist/src/wizard/TaxbitQuestionnaireUI/TaxbitQuestionnaireUI.d.ts +1 -1
  77. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.DPS.test.d.ts +1 -0
  78. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.SelfCert.test.d.ts +1 -0
  79. package/dist/src/wizard/TaxbitQuestionnaireUI/__tests__/TaxbitQuestionnaireUI.Skip.WForm.test.d.ts +1 -0
  80. package/dist/taxbit-react-sdk.js +7760 -4697
  81. package/dist/taxbit-react-sdk.umd.cjs +1 -1
  82. package/package.json +2 -2
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  "country": "Country",
41
41
  "dateOfBirth": "Date of Birth",
42
42
  "day": "Day",
43
- "dbaName": "Name of Business (if different from above)",
43
+ "dbaName": "Name of Business (if different from Name)",
44
44
  "passiveEntityType": "Which best describes this Passive Non-Financial Entity?",
45
45
  "managedEntityType": "Which best describes this Investment Entity managed by a Financial Institution?",
46
46
  "exemptFatcaCode": "Exempt FATCA Code",
@@ -214,7 +214,7 @@ declare const _default: {
214
214
  "accountHolder": "Account Holder",
215
215
  "accountHolderCertifications": "Account Type Certifications",
216
216
  "accountHolderClassification": "Account Classification",
217
- "accountHolderContactInformation": "Name and Address",
217
+ "accountHolderContactInformation": "Identification Details",
218
218
  "accountHolderTaxInformation": "Tax Information",
219
219
  "accountHolderAdditionalInfo": "Additional Information",
220
220
  "accountTypeCertifications": "Account Type Certifications",
@@ -243,7 +243,7 @@ declare const _default: {
243
243
  "regardedOwner": "Regarded Owner",
244
244
  "regardedOwnerCertifications": "Regarded Owner Certifications",
245
245
  "regardedOwnerClassification": "Regarded Owner Account Classification",
246
- "regardedOwnerContactInformation": "Regarded Owner Name and Address",
246
+ "regardedOwnerContactInformation": "Regarded Owner Identification Details",
247
247
  "regardedOwnerTaxInformation": "Regarded Owner Tax Information",
248
248
  "signature": "Signature",
249
249
  "summary": "Summary",
@@ -271,6 +271,7 @@ declare const _default: {
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
273
  "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
+ "mailingAddressIsSame": "Same as the permanent address",
274
275
  "notRequired": "Not Required",
275
276
  "notRequiredOrNotIssued": "Not required or not issued",
276
277
  "interviewIsComplete": "Your interview is complete.",
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  "city": "Ciudad",
51
51
  "country": "País",
52
52
  "dateOfBirth": "Fecha de nacimiento",
53
- "dbaName": "Nombre comercial (DBA)",
53
+ "dbaName": "Nombre de la empresa (si es diferente del nombre)",
54
54
  "exemptFatcaCode": "Código de exención FATCA",
55
55
  "exemptPayeeCode": "Código de exención de beneficiario",
56
56
  "foreignAccountType": "¿Cuál de las siguientes opciones representa mejor su tipo de cuenta?",
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  "taxResidences": "Domicilios fiscales",
234
234
  "accountHolder": "Titular de la cuenta",
235
235
  "accountHolderClassification": "Clasificación de cuenta",
236
- "accountHolderContactInformation": "Nombre y dirección",
236
+ "accountHolderContactInformation": "Detalles de identificación",
237
237
  "accountHolderTaxInformation": "Información fiscal",
238
238
  "accountHolderAdditionalInfo": "Información fiscal (más)",
239
239
  "address": "Dirección",
@@ -268,6 +268,7 @@ declare const _default: {
268
268
  "subjectToBackupWithholding": "Si el IRS le ha notificado que está sujeto a retención de respaldo, desmarque la casilla 2 de arriba.",
269
269
  "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
270
  "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.",
271
+ "mailingAddressIsSame": "La dirección postal es la misma que la dirección permanente",
271
272
  "notRequired": "No necesario",
272
273
  "notRequiredOrNotIssued": "No es necesario o no se ha emitido",
273
274
  "interviewIsComplete": "Su entrevista está completa.",
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Maksuresidentsused",
102
102
  "accountHolder": "Konto omanik",
103
103
  "accountHolderClassification": "Konto klassifikatsioon",
104
- "accountHolderContactInformation": "Nimi ja aadress",
104
+ "accountHolderContactInformation": "Identifikatsiooni üksikasjad",
105
105
  "accountHolderTaxInformation": "Maksuteave",
106
106
  "accountHolderAdditionalInfo": "Maksuteave (rohkem)",
107
107
  "address": "Aadress",
@@ -134,6 +134,7 @@ declare const _default: {
134
134
  "notRequired": "Pole nõutav",
135
135
  "notRequiredOrNotIssued": "Pole nõutav või väljastatud",
136
136
  "interviewIsComplete": "Teie intervjuu on lõppenud.",
137
+ "mailingAddressIsSame": "Postiaadress on sama kui alaline aadress",
137
138
  "retrievingInterviewStatus": "Intervjuu oleku toomine...",
138
139
  "taxDocumentationSaved": "Teie maksudokumentatsioon on salvestatud",
139
140
  "eSignActReference": "<sup>1</sup> Elektrooniliste allkirjade ülemaailmse ja riikliku kaubanduse seadus, 15 U.S.C. §7001 jj. (\"E-sign-Act\") allkirjastati seaduseks 30. juunil 2000 ja see sätestab üldreegli elektrooniliste dokumentide ja allkirjade kehtivuse kohta tehingutes, mis mõjutavad osariikidevahelist või väliskaubandust.",
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Verotukselliset asuinpaikat",
102
102
  "accountHolder": "Tilinhaltija",
103
103
  "accountHolderClassification": "Tilin luokittelu",
104
- "accountHolderContactInformation": "Nimi ja osoite",
104
+ "accountHolderContactInformation": "Tunnistustiedot",
105
105
  "accountHolderTaxInformation": "Verotiedot",
106
106
  "accountHolderAdditionalInfo": "Verotiedot (lisää)",
107
107
  "address": "Osoite",
@@ -134,6 +134,7 @@ declare const _default: {
134
134
  "notRequired": "Ei vaadita",
135
135
  "notRequiredOrNotIssued": "Ei vaadita tai ei ole myönnetty",
136
136
  "interviewIsComplete": "Haastattelusi on valmis.",
137
+ "mailingAddressIsSame": "Postiosoite on sama kuin pysyvä osoite",
137
138
  "retrievingInterviewStatus": "Haastattelun tilan hakeminen...",
138
139
  "taxDocumentationSaved": "Verotukselliset asiakirjasi on tallennettu",
139
140
  "eSignActReference": "<sup>1</sup> Sähköisten allekirjoitusten maailmanlaajuisen ja kansallisen kaupan laki, 15 U.S.C. §7001, et seq., (\"E-sign-Act\") allekirjoitettiin laiksi 30. kesäkuuta 2000, ja se antaa yleisen säännön sähköisten asiakirjojen ja allekirjoitusten vahvistamiseksi liiketoimissa, jotka koskevat osavaltioiden välistä tai ulkomaankauppaa.",
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  "city": "Ville",
51
51
  "country": "Pays",
52
52
  "dateOfBirth": "Date de naissance",
53
- "dbaName": "Nom de l'administrateur",
53
+ "dbaName": "Nom de l'entreprise (s'il est différent du nom)",
54
54
  "exemptFatcaCode": "Code d'exemption FATCA",
55
55
  "exemptPayeeCode": "Code du bénéficiaire exempté",
56
56
  "foreignAccountType": "Parmi les éléments suivants, lequel représente le mieux votre type de compte ?",
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  "taxResidences": "Résidences fiscales",
234
234
  "accountHolder": "Titulaire du compte",
235
235
  "accountHolderClassification": "Classification du compte",
236
- "accountHolderContactInformation": "Nom et adresse",
236
+ "accountHolderContactInformation": "Détails d'identification",
237
237
  "accountHolderTaxInformation": "Informations fiscales",
238
238
  "accountHolderAdditionalInfo": "Informations fiscales (plus)",
239
239
  "address": "Adresse",
@@ -268,9 +268,10 @@ declare const _default: {
268
268
  "subjectToBackupWithholding": "Si l'IRS vous a informé que vous êtes soumis à la retenue de sauvegarde, veuillez décocher la case 2 ci-dessus.",
269
269
  "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
270
  "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.",
271
- "iCertifyIsCorrectAndHaveCapacity": "En cliquant sur Soumettre, je certifie que les informations figurant sur ce formulaire sont correctes et que jai la capacité de signer. Jaccepte d’être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends quune version téléchargeable de ce formulaire peut m’être fournie sur demande.",
272
- "iCertifyHaveCapacity": "En cliquant sur Soumettre, je certifie que jai la capacité de signer. Jaccepte d’être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends quune version téléchargeable de ce formulaire peut m’être fournie sur demande.",
273
- "iCertifyIsCorrect": "En cliquant sur Soumettre, je certifie que jai la capacité de signer. Jaccepte d’être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends quune version téléchargeable de ce formulaire peut m’être fournie sur demande.",
271
+ "iCertifyIsCorrectAndHaveCapacity": "En cliquant sur Soumettre, je certifie que les informations figurant sur ce formulaire sont correctes et que j'ai la capacité de signer. J'accepte d'être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends qu'une version téléchargeable de ce formulaire peut m'être fournie sur demande.",
272
+ "iCertifyHaveCapacity": "En cliquant sur Soumettre, je certifie que j'ai la capacité de signer. J'accepte d'être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends qu'une version téléchargeable de ce formulaire peut m'être fournie sur demande.",
273
+ "iCertifyIsCorrect": "En cliquant sur Soumettre, je certifie que j'ai la capacité de signer. J'accepte d'être juridiquement lié par les informations de ce formulaire, je reconnais que je peux retirer mon consentement en contactant le service clientèle et je comprends qu'une version téléchargeable de ce formulaire peut m'être fournie sur demande.",
274
+ "mailingAddressIsSame": "L'adresse postale est la même que l'adresse permanente",
274
275
  "notRequired": "Non requis",
275
276
  "notRequiredOrNotIssued": "Non requis ou non délivré",
276
277
  "interviewIsComplete": "Votre entretien est terminé.",
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Cónaithe cánach",
102
102
  "accountHolder": "Sealbhóir an chuntais",
103
103
  "accountHolderClassification": "Aicmiú an chuntais",
104
- "accountHolderContactInformation": "Ainm agus seoladh",
104
+ "accountHolderContactInformation": "Sonraí Aitheantais",
105
105
  "accountHolderTaxInformation": "Faisnéis chánach",
106
106
  "accountHolderAdditionalInfo": "Faisnéis chánach (tuilleadh)",
107
107
  "address": "Seoladh",
@@ -133,7 +133,8 @@ declare const _default: {
133
133
  "text": {
134
134
  "notRequired": "Ní theastaíonn",
135
135
  "notRequiredOrNotIssued": "Ní theastaíonn nó níor eisíodh é",
136
- "interviewIsComplete": "Tá dagallamh críochnaithe.",
136
+ "interviewIsComplete": "Tá d'agallamh críochnaithe.",
137
+ "mailingAddressIsSame": "Is é an seoladh poist an ceann céanna leis an seoladh buan",
137
138
  "retrievingInterviewStatus": "Ag fáil stádas an agallaimh...",
138
139
  "taxDocumentationSaved": "Tá do dhoiciméid chánach sábháilte",
139
140
  "eSignActReference": "<sup>1</sup> Acht um Shínithe Leictreonacha sa Tráchtáil Dhomhanda agus Náisiúnta, 15 U.S.C. §7001, srl., (\"Acht E-sign\") a síníodh ina dhlí an 30 Meitheamh, 2000, agus soláthraíonn sé riail ghinearálta maidir le bailíochtú taifid agus sínithe leictreonacha do idirbhearta i nó a théann i bhfeidhm ar thráchtáil idirstáit nó eachtrach.",
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Porezna rezidentnost",
102
102
  "accountHolder": "Vlasnik računa",
103
103
  "accountHolderClassification": "Klasifikacija računa",
104
- "accountHolderContactInformation": "Ime i prezime i adresa",
104
+ "accountHolderContactInformation": "Pojedinosti o identifikaciji",
105
105
  "accountHolderTaxInformation": "Porezni podaci",
106
106
  "accountHolderAdditionalInfo": "Porezni podaci (više)",
107
107
  "address": "Adresa",
@@ -134,6 +134,7 @@ declare const _default: {
134
134
  "notRequired": "Nije obvezno",
135
135
  "notRequiredOrNotIssued": "Nije obvezno ili nije izdano",
136
136
  "interviewIsComplete": "Vaš je razgovor završen.",
137
+ "mailingAddressIsSame": "Adresa za slanje je ista kao stalna adresa",
137
138
  "retrievingInterviewStatus": "Dohvaćanje statusa razgovora...",
138
139
  "taxDocumentationSaved": "Vaši porezni dokumenti su spremljeni",
139
140
  "eSignActReference": "<sup>1</sup> Zakon o elektroničkim potpisima u globalnoj i nacionalnoj trgovini, 15 U.S.C. §7001, et seq., (\"E-sign-Act\") potpisan je u zakon 30. lipnja 2000. godine i pruža opće pravilo za valjanost elektroničkih zapisa i potpisa za transakcije u ili koje utječu na međudržavnu ili stranu trgovinu.",
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Adórezidenciák",
102
102
  "accountHolder": "Számlatulajdonos",
103
103
  "accountHolderClassification": "Számla besorolása",
104
- "accountHolderContactInformation": "Név és cím",
104
+ "accountHolderContactInformation": "Azonosítási részletek",
105
105
  "accountHolderTaxInformation": "Adóinformációk",
106
106
  "accountHolderAdditionalInfo": "Adóinformációk (továbbiak)",
107
107
  "address": "Cím",
@@ -134,6 +134,7 @@ declare const _default: {
134
134
  "notRequired": "Nem kötelező",
135
135
  "notRequiredOrNotIssued": "Nem kötelező vagy nem adták ki",
136
136
  "interviewIsComplete": "Az interjú befejeződött.",
137
+ "mailingAddressIsSame": "A levelezési cím megegyezik az állandó címmel",
137
138
  "retrievingInterviewStatus": "Interjú állapotának lekérése…",
138
139
  "taxDocumentationSaved": "Az adódokumentációja elmentve",
139
140
  "eSignActReference": "<sup>1</sup> Az Elektronikus Aláírások a Globális és Nemzeti Kereskedelemben Törvény, 15 U.S.C. §7001, stb., (\"E-sign-Act\") 2000. június 30-án került aláírásra, és általános szabályt biztosít az elektronikus nyilvántartások és aláírások érvényesítésére az államközi vagy külföldi kereskedelmet érintő tranzakciók esetében.",
@@ -0,0 +1,240 @@
1
+ declare const _default: {
2
+ "button": {
3
+ "back": "Kembali",
4
+ "cancel": "Batal",
5
+ "edit": "Ubah",
6
+ "next": "Lanjut",
7
+ "reset": "Atur Ulang",
8
+ "submit": "Kirim",
9
+ "hide": "Sembunyikan",
10
+ "show": "Tampilkan"
11
+ },
12
+ "prompt": {
13
+ "day": "Hari",
14
+ "month": "Bulan",
15
+ "year": "Tahun",
16
+ "addAdditionalResidence": "Tambahkan Tempat Tinggal Pajak Tambahan",
17
+ "removeResidence": "Hapus Tempat Tinggal Pajak",
18
+ "address": "Alamat",
19
+ "businessRegistrationNumber": "Nomor Pendaftaran Usaha",
20
+ "businessRegistrationCountry": "Negara Pendaftaran Usaha",
21
+ "city": "Kota",
22
+ "country": "Negara",
23
+ "emailAddress": "Alamat Email",
24
+ "phoneNumber": "Nomor Telepon",
25
+ "phoneNumberCode": "Kode Negara",
26
+ "phoneNumberNumber": "Nomor Telepon",
27
+ "dateOfBirth": "Tanggal Lahir",
28
+ "foreignAccountType": "Manakah dari berikut ini yang paling sesuai dengan jenis akun Anda?",
29
+ "isIndividual": "Apakah Anda perorangan?",
30
+ "name": "Nama",
31
+ "nameOfEntity": "Nama Entitas",
32
+ "nameOfIndividual": "Nama Perorangan",
33
+ "cityOfBirth": "Kota Kelahiran",
34
+ "countryOfBirth": "Negara Kelahiran",
35
+ "province": "Provinsi",
36
+ "stateProvince": "Negara Bagian/Provinsi",
37
+ "countyRegion": "Kabupaten/Region",
38
+ "street2": "Baris 2",
39
+ "street": "Baris 1",
40
+ "taxIdNumber": "Nomor Identifikasi Pajak",
41
+ "taxIdNumberIsNotRequired": "TIN tidak diperlukan atau belum diterbitkan",
42
+ "tin": "TIN",
43
+ "tinUkEntity": "Nomor Identifikasi Pajak",
44
+ "tinUkIndividual": "Nomor Identifikasi Pajak",
45
+ "tinAuAbn": "Nomor Identifikasi Pajak",
46
+ "usTin": "TIN Amerika Serikat",
47
+ "vatIdentificationNumber": "Nomor VAT",
48
+ "vatIsNotRequired": "Nomor VAT tidak diperlukan atau belum diterbitkan",
49
+ "vatCountry": "Negara VAT",
50
+ "zip": "Kode Pos",
51
+ "addControllingPerson": "Tambahkan Orang yang Mengendalikan",
52
+ "removeControllingPerson": "Hapus Orang yang Mengendalikan",
53
+ "otherRole": "Lainnya",
54
+ "otherEquivalentRole": "Setara Lainnya",
55
+ "ownershipPercentage": "Persentase Kepemilikan",
56
+ "relatedCorporation": "Korporasi Terkait",
57
+ "securitiesMarket": "Pasar Efek",
58
+ "role": "Manakah dari berikut ini yang paling menggambarkan peran yang mana orang ini menjadi Orang yang Mengendalikan?",
59
+ "taxIdNumberIsNotRequiredReason": "Alasan TIN Tidak Ada",
60
+ "taxIdNumberIsNotRequiredReasonOther": "Jelaskan mengapa Anda tidak dapat memperoleh TIN di negara/yurisdiksi ini",
61
+ "type": "Jenis",
62
+ "financialInstitutionType": "Jenis Lembaga Keuangan mana yang paling sesuai dengan jenis akun Anda?",
63
+ "activeNonFinancialEntityType": "Jenis Entitas Non-Keuangan Aktif (NFE) mana yang paling sesuai dengan jenis akun Anda?",
64
+ "passiveEntityType": "Manakah yang paling menggambarkan Entitas Non-Keuangan Pasif ini?",
65
+ "managedEntityType": "Manakah yang paling menggambarkan Entitas Investasi yang dikelola oleh Lembaga Keuangan ini?",
66
+ "investmentEntityManaged": "Apakah Entitas Investasi dikelola oleh Lembaga Keuangan?",
67
+ "signatureCapacity": "Kapasitas",
68
+ "signatureCapacityOther": "Perwakilan Resmi Lainnya",
69
+ "iUnderstandTheInformationIsCovered": "Saya memahami bahwa informasi yang saya berikan dicakup oleh ketentuan lengkap dari syarat dan ketentuan yang mengatur hubungan Pemegang Akun dengan entitas yang formulir ini diberikan yang menetapkan bagaimana entitas dapat menggunakan dan membagikan informasi yang saya berikan.",
70
+ "iAcknowledgeTheInformationMayBeProvided": "Saya mengakui bahwa informasi yang terkandung dalam formulir ini dan informasi mengenai Pemegang Akun dan Akun yang Dapat Dilaporkan dapat dilaporkan kepada otoritas pajak negara/yurisdiksi tempat akun ini dikelola dan ditukar dengan otoritas pajak negara/yurisdiksi lain atau negara/yurisdiksi tempat Pemegang Akun mungkin menjadi penduduk pajak sesuai dengan perjanjian antar pemerintah untuk pertukaran informasi akun keuangan.",
71
+ "iCertifyIAmAccountHolder": "Saya menyatakan bahwa saya adalah Pemegang Akun (atau berwenang untuk menandatangani untuk Pemegang Akun) dari semua akun yang terkait dengan formulir ini.",
72
+ "iCertifyIAmAuthorizedToSignForAccountHolder": "Saya menyatakan bahwa saya berwenang untuk menandatangani untuk Pemegang Akun sehubungan dengan semua akun yang terkait dengan formulir ini.",
73
+ "iDeclareStatementsAreCorrect": "Saya menyatakan bahwa semua pernyataan yang dibuat dalam deklarasi ini, sejauh pengetahuan dan keyakinan saya, adalah benar dan lengkap.",
74
+ "iWillNotifyChangeInCircumstance": "Saya berjanji untuk memberitahu entitas yang formulir ini diberikan dalam waktu 30 hari atas setiap perubahan keadaan yang mempengaruhi status tempat tinggal pajak Pemegang Akun yang diidentifikasi di atas atau menyebabkan informasi yang terkandung di sini menjadi tidak benar atau tidak lengkap, dan untuk memberikan kepada entitas yang formulir ini diberikan sertifikasi dan Deklarasi yang diperbarui dengan tepat dalam waktu 90 hari setelah perubahan keadaan tersebut.",
75
+ "mailingAddressIsDifferent": "Alamat surat-menyurat berbeda dari alamat tetap",
76
+ "signature": "Tanda Tangan",
77
+ "iCertifyToAll": "Saya menyatakan kepada semua",
78
+ "iHaveCapacityToSignForEntity": "Saya menyatakan bahwa saya memiliki kapasitas untuk menandatangani untuk entitas yang tercantum di atas",
79
+ "iHaveCapacityToSignForIndividual": "Saya menyatakan bahwa saya memiliki kapasitas untuk menandatangani untuk individu yang tercantum di atas"
80
+ },
81
+ "subPrompt": {
82
+ "accountHolderTaxResidences": "Masukkan semua negara tempat tinggal pajak",
83
+ "isIndividual": "Pilih 'Ya' jika akun untuk perorangan. Pilih 'Tidak' jika Anda mewakili bisnis, organisasi, atau entitas lainnya.",
84
+ "vatIdentificationNumber": "Pengidentifikasi unik untuk bisnis atau perorangan yang terdaftar VAT.",
85
+ "placeOfBirth": "Tempat lahir diperlukan, karena Anda telah menunjukkan bahwa TIN tidak diperlukan secara hukum untuk setiap Negara UE tempat Anda menjadi penduduk pajak.",
86
+ "streetIsPermanent": "Masukkan alamat jalan tetap Anda. Jangan gunakan PO Box atau alamat In-Care-of.",
87
+ "accountHolderPhoneAndEmail": "Nomor telepon dan e-mail diperlukan, karena Anda telah menunjukkan bahwa Anda adalah penduduk pajak Australia.",
88
+ "relatedCorporation": "Jika Anda adalah entitas terkait dari korporasi yang diperdagangkan secara teratur, berikan nama korporasi yang diperdagangkan secara teratur.",
89
+ "securitiesMarket": "Apa nama pasar efek yang mapan tempat korporasi diperdagangkan secara teratur?",
90
+ "signatureCapacityOther": "Jelaskan peran yang Anda miliki kapasitas untuk menandatangani.",
91
+ "financialInstitutionType": "Jenis Lembaga Keuangan mana yang paling sesuai dengan jenis akun Anda?",
92
+ "role": "Manakah dari berikut ini yang paling menggambarkan peran yang mana orang ini menjadi Orang yang Mengendalikan?",
93
+ "enterAbnWithResidency": "Jangan masukkan nomor ABN Anda di bidang ini. Sebagai gantinya, masukkan nomor ABN Anda di bagian Tempat Tinggal Pajak di bawah ini. Anda dapat secara opsional menggunakan bidang ini untuk memasukkan nomor identifikasi lainnya."
94
+ },
95
+ "subTitle": {
96
+ "taxResidences": "Masukkan setiap negara atau yurisdiksi tempat Anda menjadi penduduk pajak.",
97
+ "controllingPersonDetails": "Lengkapi pertanyaan berikut untuk orang yang mengendalikan di bawah ini.",
98
+ "permanentAddress": "Alamat tempat tinggal tetap Anda adalah alamat di negara tempat Anda mengklaim sebagai penduduk untuk tujuan pajak penghasilan negara tersebut."
99
+ },
100
+ "title": {
101
+ "accountHolder": "Pemegang Akun",
102
+ "accountHolderClassification": "Klasifikasi Akun",
103
+ "accountHolderContactInformation": "Detail Identifikasi",
104
+ "accountHolderTaxInformation": "Informasi Pajak",
105
+ "accountHolderAdditionalInfo": "Informasi Tambahan",
106
+ "address": "Alamat",
107
+ "acknowledge": "Akui dan Tanda Tangani",
108
+ "reviewAndSubmit": "Tinjau dan Kirim",
109
+ "certify": "Saya menyatakan hal berikut:",
110
+ "confirmation": "Konfirmasi",
111
+ "countryOfCitizenship": "Negara Kewarganegaraan",
112
+ "countryOfIncorporation": "Negara Pendirian/Organisasi",
113
+ "permanentAddress": "Alamat Tetap",
114
+ "placeOfBirth": "Tempat Lahir",
115
+ "summary": "Ringkasan",
116
+ "taxResidences": "Tempat Tinggal Pajak",
117
+ "taxResidence1": "Tempat Tinggal Pajak 1",
118
+ "taxResidence2": "Tempat Tinggal Pajak 2",
119
+ "taxResidence3": "Tempat Tinggal Pajak 3",
120
+ "taxResidence4": "Tempat Tinggal Pajak 4",
121
+ "taxResidence5": "Tempat Tinggal Pajak 5",
122
+ "carfClassificationDetails": "Detail Klasifikasi CARF",
123
+ "controllingPersonDetails": "Detail Orang yang Mengendalikan",
124
+ "controllingPersons": "Orang yang Mengendalikan",
125
+ "controllingPerson1": "Orang yang Mengendalikan 1",
126
+ "controllingPerson2": "Orang yang Mengendalikan 2",
127
+ "controllingPerson3": "Orang yang Mengendalikan 3",
128
+ "controllingPerson4": "Orang yang Mengendalikan 4",
129
+ "controllingPerson5": "Orang yang Mengendalikan 5",
130
+ "mailingAddress": "Alamat Surat-Menyurat",
131
+ "primaryAddress": "Alamat Utama"
132
+ },
133
+ "text": {
134
+ "notRequired": "Tidak Diperlukan",
135
+ "notRequiredOrNotIssued": "Tidak diperlukan atau tidak diterbitkan",
136
+ "interviewIsComplete": "Wawancara Anda selesai.",
137
+ "mailingAddressIsSame": "Sama dengan alamat tetap",
138
+ "retrievingInterviewStatus": "Mengambil status wawancara...",
139
+ "taxDocumentationSaved": "Dokumentasi Pajak Anda disimpan",
140
+ "eSignActReference": "<sup>1</sup> Undang-Undang Tanda Tangan Elektronik dalam Perdagangan Global dan Nasional, 15 U.S.C. §7001, et seq., (\"Undang-Undang E-sign\") ditandatangani menjadi undang-undang pada 30 Juni 2000, dan memberikan aturan umum untuk validasi catatan dan tanda tangan elektronik untuk transaksi dalam atau yang mempengaruhi perdagangan antar negara bagian atau asing.",
141
+ "iCertifyHaveCapacity": "Dengan mengklik kirim, saya menyatakan bahwa saya memiliki kapasitas untuk menandatangani. Saya setuju untuk terikat secara hukum oleh informasi pada formulir ini, mengakui bahwa saya dapat menarik persetujuan saya dengan menghubungi dukungan pelanggan, dan memahami bahwa versi formulir yang dapat diunduh ini dapat tersedia untuk saya, atas permintaan.",
142
+ "iCertifyIsCorrect": "Dengan mengklik kirim, saya mengonfirmasi bahwa informasi yang diberikan di sini benar dan lengkap, sejauh pengetahuan saya. Jika terjadi perubahan yang menyebabkan informasi ini menjadi tidak benar atau tidak lengkap, saya setuju untuk memberikan informasi yang direvisi dalam waktu 30 hari setelah perubahan tersebut."
143
+ },
144
+ "status": {
145
+ "matchesExpectedFormat": "✓ Format terlihat bagus",
146
+ "countryMustBeAResidenceCountry": "Harus menjadi negara yang dimasukkan sebagai tempat tinggal",
147
+ "formHasErrors": "Silakan tinjau kesalahan di atas",
148
+ "doesNotMatchExpectedFormat": "Silakan periksa format",
149
+ "invalid": "Tidak Valid",
150
+ "invalidDate": "Tanggal Tidak Valid",
151
+ "invalidVat": "Nomor VAT Tidak Valid",
152
+ "mustBeABNFormat": "Harus 11 digit",
153
+ "mustBeFiveOrNineDigits": "Harus lima atau sembilan digit",
154
+ "mustBeInDateFormat": "Harus memilih bulan, hari, dan tahun",
155
+ "mustBeInVatinFormat": "Nomor VAT harus dalam format yang benar (Antara 8 dan 14 karakter)",
156
+ "mustBeNineDigits": "Harus sembilan digit",
157
+ "mustBeNinoFormat": "NINO harus dalam format yang benar (AB999999A)",
158
+ "mustBeCaPostalCodeFormat": "Harus dalam format yang benar (ANA NAN)",
159
+ "mustBeValidBirthDate": "Bukan Tanggal Lahir yang valid",
160
+ "mustBeAtLeast18": "Harus berumur minimal 18 tahun",
161
+ "residencesMustIncludeVatCountry": "Negara VAT harus diberikan sebagai Tempat Tinggal Pajak di bawah ini",
162
+ "residencesMustIncludeAddressCountry": "Negara alamat utama Anda harus diberikan sebagai Tempat Tinggal Pajak di bawah ini",
163
+ "residencesMustIncludeAnEUCountry": "Setidaknya satu negara tempat tinggal pajak harus menjadi Negara UE",
164
+ "residencesMustIncludeBusinessRegistrationCountry": "Negara Pendaftaran Usaha harus diberikan sebagai Tempat Tinggal Pajak di bawah ini",
165
+ "checkFormatIndividualGB": "Silakan periksa format. Nomor Asuransi Nasional (NINO) biasanya 2 huruf, 6 angka, dan huruf terakhir (A-D).",
166
+ "checkFormatEntityGB": "Silakan periksa format. Referensi Pembayar Pajak Unik (UTR) biasanya nomor 10 digit.",
167
+ "checkFormatIndividualDE": "Silakan periksa format. Nomor ID Pajak (IDNR) biasanya nomor 10 hingga 11 digit.",
168
+ "checkFormatEntityDE": "Silakan periksa format. Nomor ID Pajak (STNR) biasanya nomor 11 hingga 13 digit.",
169
+ "checkFormatIndividualFR": "Silakan periksa format. Nomor ID Pajak (NIF) biasanya nomor 13 digit, dimulai dengan 0, 1, 2, atau 3.",
170
+ "checkFormatEntityFR": "Silakan periksa format. Nomor ID Pajak (SIREN) biasanya nomor 9 digit.",
171
+ "checkFormatIndividualIT": "Silakan periksa format. Kode Fiskal (CF) biasanya string alfanumerik 16 karakter. Contoh: MRTMTT91D08F205J.",
172
+ "checkFormatEntityIT": "Silakan periksa format. Kode Fiskal (CF) biasanya nomor 11 digit.",
173
+ "checkFormatIndividualES": "Silakan periksa format. Nomor Identitas Nasional (NIF) biasanya string alfanumerik 9 karakter. Contoh: 12345678L atau L1234567L.",
174
+ "checkFormatEntityES": "Silakan periksa format. Nomor ID Pajak (NIE, DNI atau NIF) biasanya huruf diikuti oleh 8 digit.",
175
+ "checkFormatIndividualNL": "Silakan periksa format. Nomor ID Pajak (BSN) biasanya nomor 9 digit.",
176
+ "checkFormatEntityNL": "Silakan periksa format. Nomor ID Pajak (BTW) biasanya nomor 9 digit.",
177
+ "checkFormatIndividualIE": "Silakan periksa format. Nomor Layanan Publik Pribadi (PPSN) biasanya 7 angka dan 1-2 huruf. Contoh: 1234567T atau 1234567TA.",
178
+ "checkFormatEntityIE": "Silakan periksa format. Nomor Referensi Pajak (TRN) biasanya 7 angka dan 1-2 huruf. Contoh: 1234567T atau 1234567TA.",
179
+ "checkFormatIndividualCA": "Silakan periksa format. Nomor Asuransi Sosial (SIN) biasanya nomor 9 digit.",
180
+ "checkFormatEntityCA": "Silakan periksa format. Nomor Bisnis (BN) biasanya nomor 8 atau 9 digit.",
181
+ "checkFormatIndividualAU": "Silakan periksa format. Nomor Bisnis Australia (ABN) biasanya nomor 11 digit yang melewati checksum algoritma.",
182
+ "checkFormatEntityAU": "Silakan periksa format. Nomor Bisnis Australia (ABN) biasanya nomor 11 digit yang melewati checksum algoritma.",
183
+ "checkFormatIndividualSG": "Silakan periksa format. Kartu Identitas Pendaftaran Nasional (NRIC) biasanya string alfanumerik 9 karakter, dan Nomor Identifikasi Asing (FIN) biasanya string alfanumerik 7 karakter.",
184
+ "checkFormatEntitySG": "Silakan periksa format. Nomor Entitas Unik (UEN) biasanya string alfanumerik 9 atau 10 karakter.",
185
+ "required": "Diperlukan",
186
+ "tooLong": "Terlalu Panjang",
187
+ "tooShort": "Terlalu Pendek"
188
+ },
189
+ "option": {
190
+ "isIndividual_yes": "Ya, saya adalah perorangan",
191
+ "isIndividual_no": "Tidak, saya bukan perorangan",
192
+ "no": "Tidak",
193
+ "yes": "Ya",
194
+ "investmentEntityManaged_yes": "Ya, Entitas Investasi dikelola oleh Lembaga Keuangan",
195
+ "investmentEntityManaged_no": "Tidak, Entitas Investasi tidak dikelola oleh Lembaga Keuangan",
196
+ "ACTIVE_NON_FINANCIAL_ENTITY": "Entitas Non-Keuangan Aktif",
197
+ "PASSIVE_NON_FINANCIAL_ENTITY": "Entitas Non-Keuangan Pasif",
198
+ "FINANCIAL_INSTITUTION": "Lembaga Keuangan",
199
+ "CUSTODIAL_INSTITUTION": "Lembaga Kustodian",
200
+ "DEPOSITORY_INSTITUTION": "Lembaga Penyimpanan",
201
+ "accountHolderActiveNonFinancialEntityType_GOVERNMENT_ENTITY": "Entitas Pemerintah atau Bank Sentral",
202
+ "INSURANCE_COMPANY": "Perusahaan Asuransi",
203
+ "INVESTMENT_ENTITY": "Entitas Investasi",
204
+ "entityType_TRUST": "Perwalian",
205
+ "entityType_SIMILAR_TO_TRUST": "Pengaturan Hukum yang mirip dengan Perwalian",
206
+ "entityType_OTHER": "Entitas selain Perwalian atau Pengaturan Hukum yang mirip dengan Perwalian",
207
+ "accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION": "Korporasi yang Diperdagangkan Secara Publik atau Entitas Terkait",
208
+ "accountHolderActiveNonFinancialEntityType_OTHER": "Lainnya",
209
+ "accountHolderActiveNonFinancialEntityType_INTERNATIONAL_ORGANIZATION": "Organisasi Internasional",
210
+ "controllingPersonRole_SETTLOR": "Pemberi",
211
+ "controllingPersonRole_TRUSTEE": "Wali Amanat",
212
+ "controllingPersonRole_PROTECTOR": "Pelindung",
213
+ "controllingPersonRole_BENEFICIARY": "Penerima Manfaat",
214
+ "controllingPersonRole_OTHER": "Lainnya",
215
+ "controllingPersonRole_BENEFICIARY_EQUIVALENT": "Setara Penerima Manfaat",
216
+ "controllingPersonRole_OTHER_EQUIVALENT": "Setara Lainnya",
217
+ "controllingPersonRole_PROTECTOR_EQUIVALENT": "Setara Pelindung",
218
+ "controllingPersonRole_SETTLOR_EQUIVALENT": "Setara Pemberi",
219
+ "controllingPersonRole_TRUSTEE_EQUIVALENT": "Setara Wali Amanat",
220
+ "controllingPersonRole_OWNER": "Pemilik",
221
+ "controllingPersonRole_OTHER_MEANS": "Orang yang Mengendalikan dengan cara lain",
222
+ "controllingPersonRole_SENIOR_MANAGING_OFFICIAL": "Pejabat Pengelola Senior",
223
+ "missingTinNotRequiredReason_NOT_ISSUED": "Negara/yurisdiksi tempat Pemegang Akun menjadi penduduk tidak menerbitkan TIN kepada penduduknya",
224
+ "missingTinNotRequiredReason_OTHER": "Pemegang Akun tidak dapat memperoleh TIN atau nomor setara",
225
+ "missingTinNotRequiredReason_NOT_REQUIRED": "Tidak diperlukan TIN",
226
+ "signatureCapacity_EXECUTOR": "Pelaksana Harta Warisan",
227
+ "signatureCapacity_OFFICER": "Pejabat, Eksekutif, atau Orang yang Mengendalikan Entitas yang Berwenang",
228
+ "signatureCapacity_OTHER_CAPACITY": "Perwakilan Resmi Lainnya"
229
+ },
230
+ "subOption": {
231
+ "accountHolderActiveNonFinancialEntityType_OTHER": "Entitas yang belum tercantum di atas di mana kurang dari 50% dari pendapatan kotor entitas dan/atau kurang dari 50% dari aset entitas dimiliki untuk menghasilkan pendapatan pasif. NFE Aktif Lainnya termasuk, tetapi tidak terbatas pada, perusahaan holding yang merupakan anggota kelompok non-keuangan, perusahaan rintisan yang bermaksud menjadi perusahaan aktif, dan organisasi nirlaba yang memenuhi syarat.",
232
+ "accountHolderActiveNonFinancialEntityType_PUBLIC_CORPORATION": "Korporasi yang sahamnya diperdagangkan secara teratur di pasar efek yang mapan atau korporasi yang terkait dengan korporasi tersebut.",
233
+ "accountHolderSelfCertificationAccountType_FINANCIAL_INSTITUTION": "Entitas yang memegang aset keuangan untuk orang lain sebagai bagian besar dari bisnisnya, menerima simpanan dalam menjalankan bisnis normalnya, atau melakukan kegiatan investasi untuk pelanggan (yaitu, memperdagangkan, menginvestasikan, atau mengelola aset keuangan).",
234
+ "accountHolderSelfCertificationAccountType_ACTIVE_NON_FINANCIAL_ENTITY": "Entitas non-keuangan yang biasanya kurang dari 50% pendapatannya bersifat pasif, dan kurang dari 50% asetnya menghasilkan pendapatan pasif.",
235
+ "accountHolderSelfCertificationAccountType_PASSIVE_NON_FINANCIAL_ENTITY": "Entitas non-keuangan apa pun yang bukan NFE Aktif, umumnya berarti bahwa lebih dari 50% dari pendapatan kotor adalah pendapatan pasif, seperti bunga, dividen, keuntungan modal, atau pendapatan dari aset keuangan."
236
+ }
237
+ }
238
+ ;
239
+
240
+ export default _default;
@@ -18,7 +18,10 @@ import { default as frJson } from './fr.json';
18
18
  import { default as gaJson } from './ga.json';
19
19
  import { default as hrJson } from './hr.json';
20
20
  import { default as huJson } from './hu.json';
21
+ import { default as idJson } from './id.json';
21
22
  import { default as itJson } from './it.json';
23
+ import { default as jaJson } from './ja.json';
24
+ import { default as koJson } from './ko.json';
22
25
  import { default as ltJson } from './lt.json';
23
26
  import { default as lvJson } from './lv.json';
24
27
  import { default as mtJson } from './mt.json';
@@ -26,10 +29,17 @@ import { default as nlBEJson } from './nl-BE.json';
26
29
  import { default as nlJson } from './nl.json';
27
30
  import { default as noJson } from './no.json';
28
31
  import { default as plJson } from './pl.json';
32
+ import { default as ptBRJson } from './pt-BR.json';
29
33
  import { default as ptJson } from './pt.json';
30
34
  import { default as roJson } from './ro.json';
35
+ import { default as ruJson } from './ru.json';
31
36
  import { default as skJson } from './sk.json';
32
37
  import { default as slJson } from './sl.json';
33
38
  import { default as svJson } from './sv.json';
39
+ import { default as thJson } from './th.json';
40
+ import { default as trJson } from './tr.json';
41
+ import { default as ukJson } from './uk.json';
42
+ import { default as viJson } from './vi.json';
43
+ import { default as zhJson } from './zh.json';
34
44
 
35
- export { bgJson, csJson, daJson, deATJson, deJson, elCYJson, elJson, enGBJson, enJson, enNZJson, esJson, esMXJson, etJson, fiJson, frCAJson, frJson, frLUJson, gaJson, hrJson, huJson, itJson, ltJson, lvJson, mtJson, nlBEJson, nlJson, noJson, plJson, ptJson, roJson, skJson, slJson, svJson, };
45
+ export { bgJson, csJson, daJson, deATJson, deJson, elCYJson, elJson, enGBJson, enJson, enNZJson, esJson, esMXJson, etJson, fiJson, frCAJson, frJson, frLUJson, gaJson, hrJson, huJson, idJson, itJson, jaJson, koJson, ltJson, lvJson, mtJson, nlBEJson, nlJson, noJson, plJson, ptBRJson, ptJson, roJson, ruJson, skJson, slJson, svJson, thJson, trJson, ukJson, viJson, zhJson, };
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  "taxResidences": "Residenze fiscali",
102
102
  "accountHolder": "Titolare del conto",
103
103
  "accountHolderClassification": "Classificazione del conto",
104
- "accountHolderContactInformation": "Nome e indirizzo",
104
+ "accountHolderContactInformation": "Dettagli di identificazione",
105
105
  "accountHolderTaxInformation": "Informazioni fiscali",
106
106
  "accountHolderAdditionalInfo": "Informazioni fiscali (ulteriori)",
107
107
  "address": "Indirizzo",
@@ -134,6 +134,7 @@ declare const _default: {
134
134
  "notRequired": "Non richiesto",
135
135
  "notRequiredOrNotIssued": "Non richiesto o non rilasciato",
136
136
  "interviewIsComplete": "Colloquio completato.",
137
+ "mailingAddressIsSame": "L'indirizzo postale è uguale all'indirizzo permanente",
137
138
  "retrievingInterviewStatus": "Recupero dello stato del colloquio in corso...",
138
139
  "taxDocumentationSaved": "La tua documentazione fiscale è stata salvata",
139
140
  "eSignActReference": "'<sup>1</sup> L'Electronic Signatures in Global and National Commerce Act, 15 U.S.C. §7001, et seq., (\"E-sign-Act\") è stata firmata in legge il 30 giugno 2000 e fornisce una regola generale per la validazione dei documenti e delle firme elettroniche per le transazioni nel o che influenzano il commercio interstatale o estero.'",