@adyen/kyc-components 3.44.5 → 3.45.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.
- package/dist/es/adyen-kyc-components.es.js +906 -535
- package/dist/es/{bg-BG-QPFxclBg.js → bg-BG-Q7jr61oX.js} +15 -5
- package/dist/es/{cs-CZ-D98JAc2J.js → cs-CZ-DWt-8d0a.js} +15 -5
- package/dist/es/{da-DK-JJdd-72W.js → da-DK-DzKDKodb.js} +15 -5
- package/dist/es/{de-DE-B3G3sEfd.js → de-DE-CTrlEFB7.js} +15 -5
- package/dist/es/digital-wallet-with-local-currencies-DSaDbAY9.js +51 -0
- package/dist/es/{el-GR-WBOtRfZs.js → el-GR-BEyHixTO.js} +15 -5
- package/dist/es/{es-ES-CCwOsWXd.js → es-ES-C5YKWCME.js} +15 -5
- package/dist/es/{et-EE-x3X0uhbQ.js → et-EE-UTwEA7KT.js} +15 -5
- package/dist/es/{fi-FI-BokVSTrO.js → fi-FI-Dlg3u-HY.js} +15 -5
- package/dist/es/{fr-FR-DnF3nBoi.js → fr-FR-BrL2V-lF.js} +15 -5
- package/dist/es/{hr-HR-D13VSiNt.js → hr-HR-CR1NpsoY.js} +15 -5
- package/dist/es/{hu-HU-iSy_89_F.js → hu-HU-BkmzV8oZ.js} +15 -5
- package/dist/es/{it-IT-PufivMUr.js → it-IT-BR75YMjD.js} +15 -5
- package/dist/es/{lt-LT-6u0igm3A.js → lt-LT-Cm17tGP4.js} +15 -5
- package/dist/es/{lv-LV-DTOcOGw6.js → lv-LV-Bj0D7n67.js} +15 -5
- package/dist/es/{nl-NL-BpaSvRsy.js → nl-NL-bhqLkBQz.js} +15 -5
- package/dist/es/{no-NO-M-DUT2ve.js → no-NO-CrzRhfMh.js} +15 -5
- package/dist/es/{pl-PL-o8cP2y_m.js → pl-PL-BcncZK0S.js} +15 -5
- package/dist/es/{pt-PT-dvdILY5G.js → pt-PT-Bwx0xHGg.js} +15 -5
- package/dist/es/{ro-RO-Cvknah2F.js → ro-RO-Bj9nLST9.js} +15 -5
- package/dist/es/{sk-SK-Dgkkymw-.js → sk-SK-CI2V7naC.js} +15 -5
- package/dist/es/{sl-SI-CTExVFKJ.js → sl-SI-Dg4cE1ea.js} +15 -5
- package/dist/es/{sv-SE-BAfNO7ZF.js → sv-SE-DPB5qLHu.js} +15 -5
- package/dist/style.css +132 -8
- package/dist/types/components/Address/AddressForm.d.ts +0 -9
- package/dist/types/components/Address/FieldContainer.d.ts +2 -1
- package/dist/types/components/Address/utils.d.ts +1 -1
- package/dist/types/components/Company/Company.d.ts +1 -1
- package/dist/types/components/ContactDetails/ContactDetails.d.ts +0 -5
- package/dist/types/components/DebugWrapper/DebugModal.d.ts +1 -4
- package/dist/types/components/DebugWrapper/DebugTaskStatuses.d.ts +1 -1
- package/dist/types/components/DebugWrapper/DebugWrapper.d.ts +1 -4
- package/dist/types/components/DebugWrapper/debugInfo.d.ts +2 -2
- package/dist/types/components/Dropins/PciDropin/PciDropin.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/types.d.ts +0 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsGettingStarted/SourceOfFundsGettingStarted.d.ts +10 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsHelpModal/SourceOfFundsHelpModal.d.ts +4 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/types.d.ts +1 -1
- package/dist/types/components/Dropins/types.d.ts +1 -1
- package/dist/types/components/Individual/types.d.ts +1 -1
- package/dist/types/components/Name/Name.d.ts +0 -11
- package/dist/types/components/PayoutAccount/PayoutAccount.d.ts +1 -3
- package/dist/types/components/PhoneInput/PhoneInput.d.ts +0 -5
- package/dist/types/components/SoleProp/SoleProp.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +4 -4
- package/dist/types/components/ui/atoms/Button/Button.d.ts +1 -1
- package/dist/types/components/ui/atoms/Button/Button.types.d.ts +2 -0
- package/dist/types/components/ui/atoms/Description/Description.d.ts +10 -0
- package/dist/types/components/ui/atoms/Svg/svgs.d.ts +2 -0
- package/dist/types/components/ui/molecules/Card/Card.d.ts +1 -1
- package/dist/types/components/ui/molecules/Card/types.d.ts +2 -0
- package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +1 -2
- package/dist/types/core/context/CoreProvider.d.ts +1 -2
- package/dist/types/core/hooks/useAnalytics.d.ts +1 -2
- package/dist/types/core/hooks/useComponentApi.d.ts +1 -0
- package/dist/types/core/models/api/accountIdentification.d.ts +8 -1
- package/dist/types/core/models/api/get-tasks.d.ts +1 -1
- package/dist/types/core/models/errors/entity-problems.d.ts +1 -1
- package/dist/types/core/user-events.d.ts +5 -0
- package/dist/types/core/utils.d.ts +2 -2
- package/dist/types/stores/globalStore/StoreProvider.d.ts +21 -0
- package/dist/types/stores/{taskStore → globalStore}/calculateTaskStatus.d.ts +1 -1
- package/dist/types/stores/{taskStore → globalStore}/determineTaskIdentifiers.d.ts +1 -1
- package/dist/types/stores/globalStore/globalStore.d.ts +58 -0
- package/dist/types/utils/entityStatusUtil.d.ts +1 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -0
- package/package.json +1 -1
- package/dist/types/stores/taskStore/taskStore.d.ts +0 -48
- /package/dist/types/stores/{taskStore → globalStore}/get-task-status.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/isEmptyEntity.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/taskStatus.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/taskTypes.d.ts +0 -0
|
@@ -63,7 +63,7 @@ const hrHR = {
|
|
|
63
63
|
addExtraBankAccount: "Dodavanje dodatnog bankovnog računa",
|
|
64
64
|
addExtraPayinAccount: "Dodaj dodatni račun za plaćanje",
|
|
65
65
|
addExtraPayoutAccount: "Dodaj dodatni račun za isplatu",
|
|
66
|
-
addingAndVerifiyingABankAccount: "Dodavanje i provjera bankovnog računa ovom metodom obično traje
|
|
66
|
+
addingAndVerifiyingABankAccount: "Dodavanje i provjera bankovnog računa ovom metodom obično traje do 3 radna dana.",
|
|
67
67
|
addManually: "Dodaj ručno",
|
|
68
68
|
addMissingBankDetails: "Nedostaju nam vaši bankovni podaci kako bismo vršili isplate. Dodajte svoj bankovni račun.",
|
|
69
69
|
addOwnerToTrustMember: "Dodaj vlasnika %{trustMember}",
|
|
@@ -202,6 +202,7 @@ const hrHR = {
|
|
|
202
202
|
charter: "Čarter",
|
|
203
203
|
check: "Ček",
|
|
204
204
|
checkForTypos: "Provjerite ima li pogrešaka u pisanju i pokušajte ponovno",
|
|
205
|
+
chooseAFundingCategory: "Odaberite kategoriju financiranja za fizičke i virtualne kartice",
|
|
205
206
|
city: "Grad",
|
|
206
207
|
cityTown: "Grad/mjesto",
|
|
207
208
|
clearingCode: "Klirinška šifra",
|
|
@@ -280,7 +281,6 @@ const hrHR = {
|
|
|
280
281
|
decisionMaker: "Donositelji odluka",
|
|
281
282
|
decisionMakerDescription: "Navedite informacije o vlasnicima, ovlaštenim osobama i potpisnicima u svom društvu. Imajte na umu da jedna osoba može imati više uloga. Zahtjevi su sljedeći:",
|
|
282
283
|
decisionMakers: "Donositelji odluka",
|
|
283
|
-
defaultCufeCodesInItalyAreEither: "Zadani CUFE kôdovi u Italiji su 16-znamenkasti (za B2B transakcije) ili 8-znamenkasti (za B2C transakcije). Npr. %{example} ili %{exampleTwo}",
|
|
284
284
|
definedBeneficiary: "Definirani korisnik",
|
|
285
285
|
definedBeneficiaryDescription: "Fizička osoba, poslovni subjekt ili član kategorije u čijem je interesu zaklada prvenstveno osnovana ili djeluje.",
|
|
286
286
|
"delete": "Izbriši",
|
|
@@ -290,7 +290,6 @@ const hrHR = {
|
|
|
290
290
|
descriptionOptional: "Opis (neobavezno)",
|
|
291
291
|
descriptionUndefinedBeneficiary: "Opis nedefiniranog korisnika",
|
|
292
292
|
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
293
|
-
differentCountryOfGoverningLaw: "Ova tvrtka ima drugu državu/regiju mjerodavnog prava",
|
|
294
293
|
director: "Direktor",
|
|
295
294
|
directorDescription: "Osoba imenovana za upravljanje poslovanjem i poslovima tvrtke",
|
|
296
295
|
directorGuideDescription: "<strong>Direktor</strong> je osoba imenovana za upravljanje poslovanjem i poslovima tvrtke. Vaši direktori nalaze se u registru trgovačkih društava.",
|
|
@@ -338,7 +337,7 @@ const hrHR = {
|
|
|
338
337
|
drivinglicenseFront: "Vozačka dozvola (sprijeda)",
|
|
339
338
|
dropFileToUpload: "Povucite i spustite datoteku za prijenos",
|
|
340
339
|
duplicatedFiles: "Duplicirane datoteke",
|
|
341
|
-
eInvoicingCode: "Kôd za e-
|
|
340
|
+
eInvoicingCode: "Kôd za e-fakturiranje (SDI)",
|
|
342
341
|
edit: "Uredite",
|
|
343
342
|
editDetails: "Uređivanje podataka",
|
|
344
343
|
editEntityDetails: "Uredi podatke o subjektu",
|
|
@@ -513,6 +512,9 @@ const hrHR = {
|
|
|
513
512
|
errorMessage_1_5051: "Osoba koja se potpisuje na dokumentu o pridruživanju nije se mogla potvrditi",
|
|
514
513
|
errorMessage_1_5052: "Dokument o povezivanju potvrđuje da subjekt isplate nije 100 % povezan s tvrtkom. Postavljanje se ne može nastaviti.",
|
|
515
514
|
errorMessage_1_5053: "Dokument o pridruživanju nije izdan u posljednjih 6 mjeseci",
|
|
515
|
+
errorMessage_1_5054: "PDV broj nije moguće potvrditi.",
|
|
516
|
+
errorMessage_1_5055: "Nedostaje PDV dokument.",
|
|
517
|
+
errorMessage_1_5057: "PDV dokument nije bio podržana vrsta dokumenta.",
|
|
516
518
|
errorMessage_1_5067: "Pravni naziv nije odgovarao onom u registru PDV-a.",
|
|
517
519
|
errorMessage_1_51: "Podaci o organizaciji ne odgovaraju dokumentu",
|
|
518
520
|
errorMessage_1_52: "Dokument o registraciji ne ispunjava zahtjeve",
|
|
@@ -521,6 +523,7 @@ const hrHR = {
|
|
|
521
523
|
errorMessage_1_55: "Potreban je dokaz o vlasništvu",
|
|
522
524
|
errorMessage_1_56: "Vlasništvo nad organizacijom nije bilo moguće potvrditi",
|
|
523
525
|
errorMessage_1_57: "Poslani dokument o pridruživanju ne ispunjava uvjete",
|
|
526
|
+
errorMessage_1_58: "VAT dokument ne ispunjava zahtjeve",
|
|
524
527
|
errorMessage_1_60: "Podaci o pravnoj osobi nisu se mogli potvrditi",
|
|
525
528
|
errorMessage_1_6000: "Pravni naziv nije bilo moguće potvrditi.",
|
|
526
529
|
errorMessage_1_6001: "Pravni naziv nije odgovarao registracijskom broju.",
|
|
@@ -648,6 +651,7 @@ const hrHR = {
|
|
|
648
651
|
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Dohvaćanje PCI predloška na odabranom jeziku nije uspjelo. Vraćanje na engleski.",
|
|
649
652
|
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "Dohvaćanje ugovora o usluzi na odabranom jeziku nije uspjelo. Vraćanje na engleski.",
|
|
650
653
|
failedToGetServiceAgreementStatus: "Dohvaćanje statusa ugovora o uslugama neuspješno",
|
|
654
|
+
failedToLoadBusinessLines: "Neuspješno učitavanje poslovnih linija",
|
|
651
655
|
failedToRemoveDecisionMaker: "Uklanjanje donositelja odluka nije uspjelo",
|
|
652
656
|
failedToRemoveTrustMember: "Uklanjanje člana zaklade nije uspjelo",
|
|
653
657
|
failedToUpdateDetails: "Neuspjelo ažuriranje pojedinosti",
|
|
@@ -657,6 +661,7 @@ const hrHR = {
|
|
|
657
661
|
fieldMustContainAtLeast: "%{fieldName} mora sadržavati najmanje %{minLength} znakova",
|
|
658
662
|
fileName: "Naziv datoteke",
|
|
659
663
|
financialInformation: "Financijski podaci",
|
|
664
|
+
financialProductInformation: "Informacije o financijskom proizvodu",
|
|
660
665
|
financialReportingDate: "Datum financijskog izvješćivanja",
|
|
661
666
|
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Pronađite svoj broj udruge u javnom registru za svoju državu.",
|
|
662
667
|
finish: "Kraj",
|
|
@@ -673,6 +678,7 @@ const hrHR = {
|
|
|
673
678
|
frontPage: "Prednja strana",
|
|
674
679
|
fullDocumentVisible: "Cijeli dokument mora biti vidljiv i sav tekst čitljiv",
|
|
675
680
|
fullDocumentVisibleWithReadableText: "Cijeli dokument mora biti vidljiv i sav tekst čitljiv",
|
|
681
|
+
fundingSources: "Izvori financiranja",
|
|
676
682
|
getSetUpInstantly: "Izradite račun u trenutku",
|
|
677
683
|
getYourBusinessVerifiedDetails: "Odmah ostvarite pristup provjerenim podacima o svojoj tvrtki i preskočite prijenos dokumenata.",
|
|
678
684
|
getYourVerifiedDetailsInstantly: "Odmah ostvarite pristup svojim provjerenim podacima i preskočite prijenos dokumenata.",
|
|
@@ -1231,6 +1237,7 @@ const hrHR = {
|
|
|
1231
1237
|
sorryAnErrorOccurred: "Žao nam je, došlo je do pogreške",
|
|
1232
1238
|
sorryWeCantSetUpAnAccountForYou: "Nažalost, ne možemo izraditi račun za vas.",
|
|
1233
1239
|
sortCode: "Vodeći broj banke",
|
|
1240
|
+
sourceOfFunds: "Izvor sredstava",
|
|
1234
1241
|
ssn: "SSN",
|
|
1235
1242
|
stamregister: "Stamregister erhverv (SE-nummer)",
|
|
1236
1243
|
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Započnite novu sesiju s istog mjesta na kojem ste izvorno pristupili ovoj stranici.",
|
|
@@ -1279,10 +1286,11 @@ const hrHR = {
|
|
|
1279
1286
|
taxInformationNumber__helperText__US: "Vaš EIN naveden je na dopisu 147C ili potvrdi SS-4, koje ste primili prilikom registracije vaše tvrtke.",
|
|
1280
1287
|
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1281
1288
|
taxReferenceNumber: "Referentni porezni broj",
|
|
1282
|
-
taxRegistrationNumber: "Porezni identifikacijski broj",
|
|
1283
1289
|
taxationDocument: "Porezni dokument",
|
|
1284
1290
|
taxpayerReferenceNumber: "Referentni broj poreznog obveznika",
|
|
1291
|
+
tellUsMoreAboutThisSource: "Recite nam više o ovom izvoru",
|
|
1285
1292
|
textToVerifyAccount: "Da biste mogli primati svoje isplate, potreban nam je potvrđeni bankovni račun.",
|
|
1293
|
+
the7CharacterIdentifierAssignedToThis: "Identifikator od sedam znakova koji je ovoj tvrtki dodijelio sustav Sistema di Interscambio (SDI) za elektroničko fakturiranje u Italiji. Primjerice, %{example}",
|
|
1286
1294
|
theBankAccountHolderMustBeInYourName_: "Vlasnik bankovnog računa mora biti vaše ime: <strong>%{name}</strong>",
|
|
1287
1295
|
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "Vlasnik bankovnog računa mora imati isti naziv kao vaša tvrtka <strong>%{companyName}</strong>.",
|
|
1288
1296
|
theCompanyIWorkFor: "Tvrtka za koju radim",
|
|
@@ -1290,6 +1298,7 @@ const hrHR = {
|
|
|
1290
1298
|
thenResubmit: "Zatim ponovno pošaljite.",
|
|
1291
1299
|
thereAreNoSigners: "Nema potpisnika, dodajte se kako biste bili sigurni da možete prihvatiti uvjete i dobiti sredstva.",
|
|
1292
1300
|
thereWasAnErrorTryAgain: "Došlo je do pogreške, pokušajte ponovo",
|
|
1301
|
+
thisCompanyDoesntHaveAnSDI: "Ova tvrtka nema SDI kôd.",
|
|
1293
1302
|
thisIsMyBusiness: "Ovo je moje poslovanje/tvrtka",
|
|
1294
1303
|
thisMeansYouHaveAParentCompany: "Ako je odgovor da, to znači da imate matičnu tvrtku, poput globalnog sjedišta ili holding kompanije.",
|
|
1295
1304
|
thisMeansYouHaveAnUltimateParentCompany: "Ako je odgovor da, to znači da imate krovnu matičnu tvrtku. Krovna matična tvrtka je tvrtka koja je na najvišem položaju u korporativnoj strukturi. Saznajte više.",
|
|
@@ -1343,6 +1352,7 @@ const hrHR = {
|
|
|
1343
1352
|
upToFiles: "Do %{maxFiles} datoteka.",
|
|
1344
1353
|
updateTheInformation: "Ažuriranje podataka",
|
|
1345
1354
|
uploadABankStatement: "Prenesi bankovni izvod",
|
|
1355
|
+
uploadADocument: "Prenesite dokument",
|
|
1346
1356
|
uploadDocumentForNric: "Učitajte identifikacijski dokument umjesto NRIC-a",
|
|
1347
1357
|
uploadOneOfTheseDocuments: "Prenesite jedan od ovih dokumenata:",
|
|
1348
1358
|
uploadTheFollowingDocuments: "Prenesite sljedeće dokumente:",
|
|
@@ -63,7 +63,7 @@ const huHU = {
|
|
|
63
63
|
addExtraBankAccount: "További bankszámla hozzáadása",
|
|
64
64
|
addExtraPayinAccount: "További befizetési számla hozzáadása",
|
|
65
65
|
addExtraPayoutAccount: "További kifizetési számla hozzáadása",
|
|
66
|
-
addingAndVerifiyingABankAccount: "A bankszámla hozzáadása és ellenőrzése
|
|
66
|
+
addingAndVerifiyingABankAccount: "A bankszámla ezzel a módszerrel történő hozzáadása és ellenőrzése általában legfeljebb három munkanapot vesz igénybe.",
|
|
67
67
|
addManually: "Manuális hozzáadás",
|
|
68
68
|
addMissingBankDetails: "Hiányoznak a kifizetések végrehajtásához szükséges banki adatok, kérjük, add meg a bankszámládat.",
|
|
69
69
|
addOwnerToTrustMember: "%{trustMember} tulajdonosának hozzáadása",
|
|
@@ -202,6 +202,7 @@ const huHU = {
|
|
|
202
202
|
charter: "Charta",
|
|
203
203
|
check: "Csekk",
|
|
204
204
|
checkForTypos: "Ellenőrizd az elírásokat, és próbálkozz újra",
|
|
205
|
+
chooseAFundingCategory: "Válassz finanszírozási kategóriát a fizikai és virtuális kártyákhoz",
|
|
205
206
|
city: "Város",
|
|
206
207
|
cityTown: "Város/település",
|
|
207
208
|
clearingCode: "Clearing kód",
|
|
@@ -280,7 +281,6 @@ const huHU = {
|
|
|
280
281
|
decisionMaker: "Döntéshozók",
|
|
281
282
|
decisionMakerDescription: "Add meg a társaság tulajdonosainak, irányító személyeinek és aláíróinak adatait. Fontos tudni, hogy egy személy több szerepkört is betölthet. A követelmények a következők:",
|
|
282
283
|
decisionMakers: "Döntéshozók",
|
|
283
|
-
defaultCufeCodesInItalyAreEither: "Olaszországban az alapértelmezett CUFE-kódok 16 jegyűek (B2B tranzakciók esetén) vagy 8 jegyűek (B2C tranzakciók esetén). Például %{example} vagy %{exampleTwo}",
|
|
284
284
|
definedBeneficiary: "Meghatározott kedvezményezett",
|
|
285
285
|
definedBeneficiaryDescription: "Természetes személy, jogi személy, illetve olyan csoport tagja, akinek érdekében a tröszt alapvetően létrejött vagy működik.",
|
|
286
286
|
"delete": "Törlés",
|
|
@@ -290,7 +290,6 @@ const huHU = {
|
|
|
290
290
|
descriptionOptional: "Leírás (nem kötelező)",
|
|
291
291
|
descriptionUndefinedBeneficiary: "Meghatározatlan kedvezményezett leírása",
|
|
292
292
|
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
293
|
-
differentCountryOfGoverningLaw: "A társaságra más országban/régióban érvényes jog az irányadó",
|
|
294
293
|
director: "Igazgató",
|
|
295
294
|
directorDescription: "Egy társaság üzleti és egyéb ügyeinek intézésére kinevezett személy",
|
|
296
295
|
directorGuideDescription: "Az <strong>igazgató</strong> egy olyan személy, akit egy társaság üzleti és egyéb ügyeinek intézésére neveztek ki. A cégnyilvántartás ismerteti, hogy kik az igazgatók.",
|
|
@@ -338,7 +337,7 @@ const huHU = {
|
|
|
338
337
|
drivinglicenseFront: "Vezetői engedély (előoldal)",
|
|
339
338
|
dropFileToUpload: "Feltöltéshez húzd ide a fájlt",
|
|
340
339
|
duplicatedFiles: "Ismétlődő fájlok",
|
|
341
|
-
eInvoicingCode: "E-számlázási
|
|
340
|
+
eInvoicingCode: "E-számlázási (SDI) kód",
|
|
342
341
|
edit: "Szerkesztés",
|
|
343
342
|
editDetails: "Részletek szerkesztése",
|
|
344
343
|
editEntityDetails: "Entitás adatainak szerkesztése",
|
|
@@ -513,6 +512,9 @@ const huHU = {
|
|
|
513
512
|
errorMessage_1_5051: "A társulási okmány aláíró személyét nem sikerült ellenőrizni",
|
|
514
513
|
errorMessage_1_5052: "A társulási okmány igazolja, hogy a kifizető entitás a társaságnak nem 100%-os társvállalata. A beállítás nem folytatható.",
|
|
515
514
|
errorMessage_1_5053: "A társulási okmányt nem az elmúlt 6 hónapban állították ki",
|
|
515
|
+
errorMessage_1_5054: "A HÉA-számot nem sikerült ellenőrizni",
|
|
516
|
+
errorMessage_1_5055: "Hiányzik a HÉA-dokumentum",
|
|
517
|
+
errorMessage_1_5057: "A HÉA-dokumentum nem támogatott típusú dokumentum",
|
|
516
518
|
errorMessage_1_5067: "A hivatalos név nem egyezik meg a HÉA-nyilvántartásban szereplővel.",
|
|
517
519
|
errorMessage_1_51: "A szervezet adatai nem egyeznek a dokumentummal",
|
|
518
520
|
errorMessage_1_52: "A regisztrációs okmány nem felel meg a követelményeknek",
|
|
@@ -521,6 +523,7 @@ const huHU = {
|
|
|
521
523
|
errorMessage_1_55: "A tulajdonjog igazolására van szükség",
|
|
522
524
|
errorMessage_1_56: "A szervezet tulajdonjogát nem sikerült ellenőrizni",
|
|
523
525
|
errorMessage_1_57: "A benyújtott társulási okmány nem felel meg a követelményeknek",
|
|
526
|
+
errorMessage_1_58: "A HÉA-dokumentum nem felel meg a követelményeknek",
|
|
524
527
|
errorMessage_1_60: "A jogi személy adatait nem sikerült ellenőrizni",
|
|
525
528
|
errorMessage_1_6000: "A hivatalos nevet nem sikerült ellenőrizni.",
|
|
526
529
|
errorMessage_1_6001: "A hivatalos név nem egyezik a nyilvántartási szám szerint névvel.",
|
|
@@ -648,6 +651,7 @@ const huHU = {
|
|
|
648
651
|
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Nem sikerült lekérni a PCI-sablont a kiválasztott nyelven. Visszatérés az angol nyelvhez.",
|
|
649
652
|
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "A kiválasztott nyelven nem sikerült a szolgáltatási megállapodást lekérni. Visszatérés az angol nyelvhez.",
|
|
650
653
|
failedToGetServiceAgreementStatus: "A szolgáltatási szerződés állapotának lekérdezése nem sikerült",
|
|
654
|
+
failedToLoadBusinessLines: "Nem sikerült betölteni a tevékenységi köröket",
|
|
651
655
|
failedToRemoveDecisionMaker: "Nem sikerült eltávolítani egy döntéshozót",
|
|
652
656
|
failedToRemoveTrustMember: "Nem sikerült eltávolítani a tröszttagot",
|
|
653
657
|
failedToUpdateDetails: "Nem sikerült frissíteni az adatokat",
|
|
@@ -657,6 +661,7 @@ const huHU = {
|
|
|
657
661
|
fieldMustContainAtLeast: "A(z) %{fieldName} mezőnek legalább %{minLength} karaktert kell tartalmaznia",
|
|
658
662
|
fileName: "Fájlnév",
|
|
659
663
|
financialInformation: "Pénzügyi információk",
|
|
664
|
+
financialProductInformation: "Pénzügyi termékkel kapcsolatos információk",
|
|
660
665
|
financialReportingDate: "Pénzügyi beszámoló dátuma",
|
|
661
666
|
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Keresd meg a bejegyzett egyesület cégjegyzékszámát az állami nyilvántartásában.",
|
|
662
667
|
finish: "Befejezés",
|
|
@@ -673,6 +678,7 @@ const huHU = {
|
|
|
673
678
|
frontPage: "Előoldal",
|
|
674
679
|
fullDocumentVisible: "A teljes dokumentumnak láthatónak, és minden szövegnek olvashatónak kell lennie",
|
|
675
680
|
fullDocumentVisibleWithReadableText: "A teljes dokumentumnak láthatónak, és minden szövegnek olvashatónak kell lennie",
|
|
681
|
+
fundingSources: "Finanszírozási források",
|
|
676
682
|
getSetUpInstantly: "Azonnali beállítás",
|
|
677
683
|
getYourBusinessVerifiedDetails: "Azonnal megkaphatod vállalkozásod ellenőrzött adatait, és kihagyhatod a dokumentumok feltöltését.",
|
|
678
684
|
getYourVerifiedDetailsInstantly: "Azonnal megkaphatod ellenőrzött adataidat, és kihagyhatod a dokumentumok feltöltését.",
|
|
@@ -1231,6 +1237,7 @@ const huHU = {
|
|
|
1231
1237
|
sorryAnErrorOccurred: "Sajnáljuk, hiba történt",
|
|
1232
1238
|
sorryWeCantSetUpAnAccountForYou: "Sajnos nem tudunk fiókot beállítani a számodra",
|
|
1233
1239
|
sortCode: "Fiókazonosító",
|
|
1240
|
+
sourceOfFunds: "Finanszírozások forrása",
|
|
1234
1241
|
ssn: "SSN",
|
|
1235
1242
|
stamregister: "Stamregister erhverv (SE-nummer)",
|
|
1236
1243
|
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Indíts új munkamenetet ugyanarról a helyről, ahonnan eredetileg hozzáfértél az oldalhoz.",
|
|
@@ -1279,10 +1286,11 @@ const huHU = {
|
|
|
1279
1286
|
taxInformationNumber__helperText__US: "Az EIN-számodat a vállalkozás bejegyzésekor kapott 147C levélben vagy SS-4 megerősítő levélben találod.",
|
|
1280
1287
|
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1281
1288
|
taxReferenceNumber: "Adóhivatkozási szám",
|
|
1282
|
-
taxRegistrationNumber: "Adószám",
|
|
1283
1289
|
taxationDocument: "Adózási dokumentum",
|
|
1284
1290
|
taxpayerReferenceNumber: "Adófizetői hivatkozási szám",
|
|
1291
|
+
tellUsMoreAboutThisSource: "Mondjon el többet erről a forrásról",
|
|
1285
1292
|
textToVerifyAccount: "Ahhoz, hogy megkapd a kifizetéseket, szükségünk van egy ellenőrzött bankszámlára.",
|
|
1293
|
+
the7CharacterIdentifierAssignedToThis: "A hétjegyű azonosító, amelyet a Sistema di Interscambio (SDI) rendelt ehhez a céghez az olaszországi elektronikus számlázás céljából. Például: %{example}",
|
|
1286
1294
|
theBankAccountHolderMustBeInYourName_: "A bankszámlának a te neveden kell lennie: <strong>%{name}</strong>",
|
|
1287
1295
|
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "A bankszámla-tulajdonos nevének meg kell egyeznie a(z) <strong>%{companyName}</strong> társaságod nevével.",
|
|
1288
1296
|
theCompanyIWorkFor: "A cég, ahol dolgozom",
|
|
@@ -1290,6 +1298,7 @@ const huHU = {
|
|
|
1290
1298
|
thenResubmit: "Majd küldd be újra.",
|
|
1291
1299
|
thereAreNoSigners: "Nincsenek aláírók, add hozzá magad, hogy megbizonyosodj arról, hogy elfogadhatod a feltételeket és megkaphatod a pénzeszközöket.",
|
|
1292
1300
|
thereWasAnErrorTryAgain: "Hiba történt, próbálkozz újra",
|
|
1301
|
+
thisCompanyDoesntHaveAnSDI: "Ez a cég nem rendelkezik SDI-kóddal",
|
|
1293
1302
|
thisIsMyBusiness: "Ez a saját cégem",
|
|
1294
1303
|
thisMeansYouHaveAParentCompany: "Ha igen, akkor ez azt jelenti, hogy van egy anyacéged, például egy globális központ vagy egy holdingtársaság.",
|
|
1295
1304
|
thisMeansYouHaveAnUltimateParentCompany: "Ha igen, ez azt jelenti, hogy van egy tényleges anyacéged. A tényleges anyacég az a társaság, amely a vállalati struktúra csúcsán helyezkedik el. További információ.",
|
|
@@ -1343,6 +1352,7 @@ const huHU = {
|
|
|
1343
1352
|
upToFiles: "Legfeljebb %{maxFiles} fájl.",
|
|
1344
1353
|
updateTheInformation: "Frissítsd az információkat",
|
|
1345
1354
|
uploadABankStatement: "Tölts fel egy bankszámlakivonatot",
|
|
1355
|
+
uploadADocument: "Dokumentum feltöltése",
|
|
1346
1356
|
uploadDocumentForNric: "Tölts fel egy személyazonosító okmányt az NRIC helyett",
|
|
1347
1357
|
uploadOneOfTheseDocuments: "Töltsd fel a következő dokumentumok egyikét:",
|
|
1348
1358
|
uploadTheFollowingDocuments: "Töltsd fel a következő dokumentumokat:",
|
|
@@ -63,7 +63,7 @@ const itIT = {
|
|
|
63
63
|
addExtraBankAccount: "Aggiungi un conto bancario aggiuntivo",
|
|
64
64
|
addExtraPayinAccount: "Aggiungi un conto di pagamento supplementare",
|
|
65
65
|
addExtraPayoutAccount: "Aggiungi un conto di pagamento supplementare",
|
|
66
|
-
addingAndVerifiyingABankAccount: "L'aggiunta e la verifica di un conto bancario
|
|
66
|
+
addingAndVerifiyingABankAccount: "L'aggiunta e la verifica di un conto bancario con questo metodo richiede solitamente fino a 3 giorni lavorativi.",
|
|
67
67
|
addManually: "Aggiungi manualmente",
|
|
68
68
|
addMissingBankDetails: "Non abbiamo ricevuto le tue coordinate bancarie per poter effettuare i pagamenti, ti invitiamo ad aggiungere il tuo conto bancario.",
|
|
69
69
|
addOwnerToTrustMember: "Aggiungi proprietario di %{trustMember}",
|
|
@@ -202,6 +202,7 @@ const itIT = {
|
|
|
202
202
|
charter: "Statuto",
|
|
203
203
|
check: "Assegno",
|
|
204
204
|
checkForTypos: "Controlla se sono presenti errori di battitura e riprova",
|
|
205
|
+
chooseAFundingCategory: "Scegli una categoria di finanziamento per carte fisiche e virtuali",
|
|
205
206
|
city: "Città",
|
|
206
207
|
cityTown: "Città",
|
|
207
208
|
clearingCode: "Numero di clearing",
|
|
@@ -280,7 +281,6 @@ const itIT = {
|
|
|
280
281
|
decisionMaker: "Figure con potere decisionale",
|
|
281
282
|
decisionMakerDescription: "Indica i dati dei proprietari, dei soggetti che esercitano il controllo e dei detentori del potere di firma della tua azienda. Tieni presente che una persona può ricoprire più di un ruolo. I requisiti sono i seguenti:",
|
|
282
283
|
decisionMakers: "Figure con potere decisionale",
|
|
283
|
-
defaultCufeCodesInItalyAreEither: "I codici CUFE predefiniti in Italia sono a 16 cifre (per le transazioni B2B) o a 8 cifre (per le transazioni B2C). Es. %{example} o %{exampleTwo}",
|
|
284
284
|
definedBeneficiary: "Beneficiario definito",
|
|
285
285
|
definedBeneficiaryDescription: "Una persona fisica, un'entità societaria o il membro di una classe nel cui interesse il trust è principalmente costituito o opera.",
|
|
286
286
|
"delete": "Elimina",
|
|
@@ -290,7 +290,6 @@ const itIT = {
|
|
|
290
290
|
descriptionOptional: "Descrizione (facoltativa)",
|
|
291
291
|
descriptionUndefinedBeneficiary: "Descrizione del beneficiario non definito",
|
|
292
292
|
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
293
|
-
differentCountryOfGoverningLaw: "Questa azienda ha un paese o una regione in cui vige una legge diversa",
|
|
294
293
|
director: "Dirigente",
|
|
295
294
|
directorDescription: "Persona incaricata della gestione delle attività e degli affari di un'azienda",
|
|
296
295
|
directorGuideDescription: "Un <strong>amministratore</strong> è una persona incaricata di gestire le attività e gli affari di un'azienda. Per sapere chi sono i tuoi amministratori, puoi consultare il registro delle imprese.",
|
|
@@ -338,7 +337,7 @@ const itIT = {
|
|
|
338
337
|
drivinglicenseFront: "Patente di guida (fronte)",
|
|
339
338
|
dropFileToUpload: "Trascina il file per caricarlo",
|
|
340
339
|
duplicatedFiles: "File duplicati",
|
|
341
|
-
eInvoicingCode: "Codice
|
|
340
|
+
eInvoicingCode: "Codice per la fatturazione elettronica (SDI)",
|
|
342
341
|
edit: "Modifica",
|
|
343
342
|
editDetails: "Modifica i dettagli",
|
|
344
343
|
editEntityDetails: "Modifica i dettagli dell'entità",
|
|
@@ -513,6 +512,9 @@ const itIT = {
|
|
|
513
512
|
errorMessage_1_5051: "Impossibile verificare il firmatario sul documento di affiliazione",
|
|
514
513
|
errorMessage_1_5052: "Il documento di affiliazione attesta che l'entità di pagamento non è affiliata al 100% con l'azienda. Impossibile proseguire con la configurazione.",
|
|
515
514
|
errorMessage_1_5053: "Il documento di affiliazione non è stato rilasciato negli ultimi 6 mesi",
|
|
515
|
+
errorMessage_1_5054: "Impossibile verificare il numero di partita IVA",
|
|
516
|
+
errorMessage_1_5055: "Documento IVA mancante",
|
|
517
|
+
errorMessage_1_5057: "Il documento relativo all'IVA non è un tipo di documento supportato",
|
|
516
518
|
errorMessage_1_5067: "La ragione sociale non corrisponde a quella riportata nel registro IVA.",
|
|
517
519
|
errorMessage_1_51: "I dettagli dell'organizzazione non corrispondono al documento",
|
|
518
520
|
errorMessage_1_52: "Il documento di registrazione non soddisfaceva i requisiti",
|
|
@@ -521,6 +523,7 @@ const itIT = {
|
|
|
521
523
|
errorMessage_1_55: "È necessario il documento attestante la proprietà",
|
|
522
524
|
errorMessage_1_56: "Impossibile verificare la proprietà dell'organizzazione",
|
|
523
525
|
errorMessage_1_57: "Il documento di affiliazione inviato non soddisfa i requisiti",
|
|
526
|
+
errorMessage_1_58: "Il documento relativo all'IVA non soddisfaceva i requisiti",
|
|
524
527
|
errorMessage_1_60: "Impossibile verificare i dettagli della persona giuridica",
|
|
525
528
|
errorMessage_1_6000: "Impossibile verificare la ragione sociale.",
|
|
526
529
|
errorMessage_1_6001: "La ragione sociale non corrispondeva al numero di registrazione.",
|
|
@@ -648,6 +651,7 @@ const itIT = {
|
|
|
648
651
|
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Impossibile ottenere il modello PCI nella lingua selezionata. Ritorno all'inglese.",
|
|
649
652
|
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "Impossibile ottenere il contratto di servizio nella lingua selezionata. Ritorno all'inglese.",
|
|
650
653
|
failedToGetServiceAgreementStatus: "Impossibile recuperare lo stato del contratto sui servizi",
|
|
654
|
+
failedToLoadBusinessLines: "Impossibile caricare le linee di business",
|
|
651
655
|
failedToRemoveDecisionMaker: "Impossibile rimuovere un decisore",
|
|
652
656
|
failedToRemoveTrustMember: "Impossibile rimuovere il membro del trust",
|
|
653
657
|
failedToUpdateDetails: "Impossibile aggiornare i dati",
|
|
@@ -657,6 +661,7 @@ const itIT = {
|
|
|
657
661
|
fieldMustContainAtLeast: "%{fieldName} deve contenere almeno %{minLength} caratteri",
|
|
658
662
|
fileName: "Nome file",
|
|
659
663
|
financialInformation: "Informazioni finanziarie",
|
|
664
|
+
financialProductInformation: "Informazioni sui prodotti finanziari",
|
|
660
665
|
financialReportingDate: "Data di rendicontazione finanziaria",
|
|
661
666
|
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Trova il numero della tua associazione registrata nel registro pubblico del tuo stato.",
|
|
662
667
|
finish: "Fine",
|
|
@@ -673,6 +678,7 @@ const itIT = {
|
|
|
673
678
|
frontPage: "Fronte",
|
|
674
679
|
fullDocumentVisible: "Il documento completo deve essere visibile, con tutto il testo leggibile",
|
|
675
680
|
fullDocumentVisibleWithReadableText: "Il documento completo deve essere visibile, con tutto il testo leggibile",
|
|
681
|
+
fundingSources: "Fonti di finanziamento",
|
|
676
682
|
getSetUpInstantly: "Pronto in un attimo",
|
|
677
683
|
getYourBusinessVerifiedDetails: "Ricevi immediatamente i dati verificati della tua azienda senza dover caricare documenti.",
|
|
678
684
|
getYourVerifiedDetailsInstantly: "Ricevi immediatamente la verifica dei tuoi dati senza dover caricare documenti.",
|
|
@@ -1231,6 +1237,7 @@ const itIT = {
|
|
|
1231
1237
|
sorryAnErrorOccurred: "Siamo spiacenti, si è verificato un errore",
|
|
1232
1238
|
sorryWeCantSetUpAnAccountForYou: "Non possiamo creare un nuovo conto a tuo nome",
|
|
1233
1239
|
sortCode: "Codice di avviamento",
|
|
1240
|
+
sourceOfFunds: "Origine dei fondi",
|
|
1234
1241
|
ssn: "SSN",
|
|
1235
1242
|
stamregister: "Stamregister erhverv (SE-nummer)",
|
|
1236
1243
|
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Inizia una nuova sessione dallo stesso punto in cui hai visitato questa pagina.",
|
|
@@ -1279,10 +1286,11 @@ const itIT = {
|
|
|
1279
1286
|
taxInformationNumber__helperText__US: "L'EIN è indicato nella Lettera 147C o nella Lettera di Conferma SS-4 ricevuta al momento della registrazione dell'attività.",
|
|
1280
1287
|
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1281
1288
|
taxReferenceNumber: "Numero di riferimento fiscale",
|
|
1282
|
-
taxRegistrationNumber: "Numero di partita IVA",
|
|
1283
1289
|
taxationDocument: "Documento fiscale",
|
|
1284
1290
|
taxpayerReferenceNumber: "Numero di riferimento del contribuente",
|
|
1291
|
+
tellUsMoreAboutThisSource: "Raccontaci di più su questa fonte",
|
|
1285
1292
|
textToVerifyAccount: "Affinché tu possa ricevere i pagamenti, dobbiamo disporre di un conto bancario verificato.",
|
|
1293
|
+
the7CharacterIdentifierAssignedToThis: "L'identificativo di 7 caratteri assegnato a questa azienda dal Sistema di interscambio (SDI) per la fatturazione elettronica in Italia. Ad esempio, %{example}",
|
|
1286
1294
|
theBankAccountHolderMustBeInYourName_: "Il conto bancario deve essere a tuo nome: <strong>%{name}</strong>",
|
|
1287
1295
|
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "Il titolare del conto bancario deve avere lo stesso nome della tua azienda <strong>%{companyName}</strong>.",
|
|
1288
1296
|
theCompanyIWorkFor: "L'azienda per cui lavoro",
|
|
@@ -1290,6 +1298,7 @@ const itIT = {
|
|
|
1290
1298
|
thenResubmit: "Quindi invia nuovamente.",
|
|
1291
1299
|
thereAreNoSigners: "Non ci sono firmatari, si prega di aggiungere se stessi per assicurarsi di poter accettare i termini e ottenere i fondi.",
|
|
1292
1300
|
thereWasAnErrorTryAgain: "Si è verificato un errore, prova di nuovo",
|
|
1301
|
+
thisCompanyDoesntHaveAnSDI: "Questa azienda non possiede un codice SDI",
|
|
1293
1302
|
thisIsMyBusiness: "Questo è la mia attività commerciale",
|
|
1294
1303
|
thisMeansYouHaveAParentCompany: "In caso affermativo, si tratta di una società madre, ad esempio una sede globale o una holding.",
|
|
1295
1304
|
thisMeansYouHaveAnUltimateParentCompany: "Se sì, significa che hai una società madre capogruppo. Una società madre capogruppo è l'azienda che si trova più in alto nella struttura aziendale. Ulteriori informazioni.",
|
|
@@ -1343,6 +1352,7 @@ const itIT = {
|
|
|
1343
1352
|
upToFiles: "Fino a %{maxFiles} file.",
|
|
1344
1353
|
updateTheInformation: "Aggiorna le informazioni",
|
|
1345
1354
|
uploadABankStatement: "Carica un estratto conto",
|
|
1355
|
+
uploadADocument: "Carica un documento",
|
|
1346
1356
|
uploadDocumentForNric: "Carica un documento d'identità al posto del NRIC",
|
|
1347
1357
|
uploadOneOfTheseDocuments: "Carica uno di questi documenti:",
|
|
1348
1358
|
uploadTheFollowingDocuments: "Carica i seguenti documenti:",
|
|
@@ -63,7 +63,7 @@ const ltLT = {
|
|
|
63
63
|
addExtraBankAccount: "Pridėkite papildomą banko sąskaitą",
|
|
64
64
|
addExtraPayinAccount: "Pridėkite papildomą mokėjimo sąskaitą",
|
|
65
65
|
addExtraPayoutAccount: "Pridėkite papildomą išmokėjimo sąskaitą",
|
|
66
|
-
addingAndVerifiyingABankAccount: "Banko sąskaitos pridėjimas ir patvirtinimas naudojant šį metodą paprastai
|
|
66
|
+
addingAndVerifiyingABankAccount: "Banko sąskaitos pridėjimas ir patvirtinimas naudojant šį metodą paprastai trunka iki trijų darbo dienų.",
|
|
67
67
|
addManually: "Pridėti rankiniu būdu",
|
|
68
68
|
addMissingBankDetails: "Mums trūksta jūsų banko duomenų, kad galėtume įvykdyti išmokas, todėl pridėkite savo banko sąskaitą.",
|
|
69
69
|
addOwnerToTrustMember: "Pridėti %{trustMember} savininką",
|
|
@@ -202,6 +202,7 @@ const ltLT = {
|
|
|
202
202
|
charter: "Chartija",
|
|
203
203
|
check: "Čekis",
|
|
204
204
|
checkForTypos: "\uFEFFPatikrinkite, ar nėra rašybos klaidų, ir pabandykite dar kartą",
|
|
205
|
+
chooseAFundingCategory: "Pasirinkite fizinių ir virtualių kortelių finansavimo kategoriją",
|
|
205
206
|
city: "Miestas",
|
|
206
207
|
cityTown: "Miestas / miestelis",
|
|
207
208
|
clearingCode: "Kvalifikavimo kodas",
|
|
@@ -280,7 +281,6 @@ const ltLT = {
|
|
|
280
281
|
decisionMaker: "Sprendimų priėmėjai",
|
|
281
282
|
decisionMakerDescription: "Pateikite informaciją apie įmonės savininkus, kontroliuojančius asmenis ir pasirašančius asmenis. Atminkite, kad vienas asmuo gali atlikti kelias funkcijas. Reikalavimai yra tokie:",
|
|
282
283
|
decisionMakers: "Sprendimų priėmėjai",
|
|
283
|
-
defaultCufeCodesInItalyAreEither: "Numatytieji CUFE kodai Italijoje yra 16 (B2B operacijos) arba 8 (B2C operacijos) skaitmenų. Pvz., %{example} arba %{exampleTwo}",
|
|
284
284
|
definedBeneficiary: "Apibrėžtas gavėjas",
|
|
285
285
|
definedBeneficiaryDescription: "Fizinis asmuo, juridinis asmuo arba klasės narys, kurio interesais iš esmės įsteigtas arba veikia patikos fondas.",
|
|
286
286
|
"delete": "Ištrinti",
|
|
@@ -290,7 +290,6 @@ const ltLT = {
|
|
|
290
290
|
descriptionOptional: "Aprašymas (neprivaloma)",
|
|
291
291
|
descriptionUndefinedBeneficiary: "Neapibrėžto naudos gavėjo aprašymas",
|
|
292
292
|
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
293
|
-
differentCountryOfGoverningLaw: "Šiai įmonei taikoma kitos šalies arba regiono teisė",
|
|
294
293
|
director: "Direktorius",
|
|
295
294
|
directorDescription: "Asmuo, paskirtas tvarkyti įmonės verslą ir reikalus",
|
|
296
295
|
directorGuideDescription: "<strong>Direktorius</strong> – tai asmuo, paskirtas vadovauti bendrovės verslui ir reikalams. Informaciją apie savo direktorius galite sužinoti įmonių registre.",
|
|
@@ -338,7 +337,7 @@ const ltLT = {
|
|
|
338
337
|
drivinglicenseFront: "Vairuotojo pažymėjimas (priekis)",
|
|
339
338
|
dropFileToUpload: "Nutempkite norimą įkelti failą",
|
|
340
339
|
duplicatedFiles: "Dubliuoti failai",
|
|
341
|
-
eInvoicingCode: "Elektroninių sąskaitų faktūrų
|
|
340
|
+
eInvoicingCode: "Elektroninių sąskaitų faktūrų (SDI) kodas",
|
|
342
341
|
edit: "Redaguoti",
|
|
343
342
|
editDetails: "Redaguoti duomenis",
|
|
344
343
|
editEntityDetails: "Redaguoti informaciją apie subjektą",
|
|
@@ -513,6 +512,9 @@ const ltLT = {
|
|
|
513
512
|
errorMessage_1_5051: "Pasirašantis asmuo priklausomybės dokumente negalėjo būti patikrintas",
|
|
514
513
|
errorMessage_1_5052: "Filialo dokumentas patvirtina, kad išmokų subjektas nėra 100 % susijęs su įmone. Nustatymas negali būti tęsiamas.",
|
|
515
514
|
errorMessage_1_5053: "Priklausymo dokumentas nebuvo išduotas per paskutinius 6 mėnesius",
|
|
515
|
+
errorMessage_1_5054: "Nepavyko patvirtinti PVM mokėtojo kodo",
|
|
516
|
+
errorMessage_1_5055: "Trūksta PVM dokumento",
|
|
517
|
+
errorMessage_1_5057: "PVM dokumentas nebuvo palaikomas dokumento tipas",
|
|
516
518
|
errorMessage_1_5067: "Teisinis pavadinimas nesutapo su PVM registre nurodytu pavadinimu.",
|
|
517
519
|
errorMessage_1_51: "Informacija apie organizaciją neatitiko dokumento",
|
|
518
520
|
errorMessage_1_52: "Registracijos dokumentas neatitiko reikalavimų",
|
|
@@ -521,6 +523,7 @@ const ltLT = {
|
|
|
521
523
|
errorMessage_1_55: "Reikalingas nuosavybės įrodymas",
|
|
522
524
|
errorMessage_1_56: "Nepavyko patvirtinti organizacijos nuosavybės teisės",
|
|
523
525
|
errorMessage_1_57: "Pateiktas prisijungimo dokumentas neatitiko reikalavimų",
|
|
526
|
+
errorMessage_1_58: "PVM dokumentas neatitiko reikalavimų",
|
|
524
527
|
errorMessage_1_60: "Nepavyko patikrinti juridinio asmens duomenų",
|
|
525
528
|
errorMessage_1_6000: "Nepavyko patvirtinti oficialaus pavadinimo.",
|
|
526
529
|
errorMessage_1_6001: "Juridinis pavadinimas nesutapo su registracijos numeriu.",
|
|
@@ -648,6 +651,7 @@ const ltLT = {
|
|
|
648
651
|
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Nepavyko gauti PCI šablono pasirinkta kalba. Grįžtama prie anglų kalbos.",
|
|
649
652
|
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "Nepavyko gauti paslaugų sutarties pasirinkta kalba. Grįžtama prie anglų kalbos.",
|
|
650
653
|
failedToGetServiceAgreementStatus: "Nepavyko gauti paslaugos teikimo sutarties būsenos",
|
|
654
|
+
failedToLoadBusinessLines: "Nepavyko įkelti verslo krypčių",
|
|
651
655
|
failedToRemoveDecisionMaker: "Nepavyko pašalinti sprendimų priėmėjo",
|
|
652
656
|
failedToRemoveTrustMember: "Nepavyko pašalinti patikos fondo nario",
|
|
653
657
|
failedToUpdateDetails: "Nepavyko atnaujinti išsamios informacijos",
|
|
@@ -657,6 +661,7 @@ const ltLT = {
|
|
|
657
661
|
fieldMustContainAtLeast: "%{fieldName} turi sudaryti bent %{minLength} simboliai (-ių)",
|
|
658
662
|
fileName: "Failo pavadinimas",
|
|
659
663
|
financialInformation: "Finansinė informacija",
|
|
664
|
+
financialProductInformation: "Finansinių produktų informacija",
|
|
660
665
|
financialReportingDate: "Finansinės atskaitomybės data",
|
|
661
666
|
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Raskite savo įsteigtos asocijacijos numerį viešajame savo valstijos registre.",
|
|
662
667
|
finish: "Baigti",
|
|
@@ -673,6 +678,7 @@ const ltLT = {
|
|
|
673
678
|
frontPage: "Pirmasis puslapis",
|
|
674
679
|
fullDocumentVisible: "Turi būti matomas visas dokumentas, o visas tekstas turi būti įskaitomas.",
|
|
675
680
|
fullDocumentVisibleWithReadableText: "Turi būti matomas visas dokumentas, o visas tekstas turi būti įskaitomas.",
|
|
681
|
+
fundingSources: "Finansavimo šaltiniai",
|
|
676
682
|
getSetUpInstantly: "Nustatyti iš karto",
|
|
677
683
|
getYourBusinessVerifiedDetails: "Iš karto gaukite savo įmonės patvirtintą informaciją ir praleiskite dokumentų įkėlimą.",
|
|
678
684
|
getYourVerifiedDetailsInstantly: "Iš karto gaukite patvirtintą informaciją ir praleiskite dokumentų įkėlimą.",
|
|
@@ -1231,6 +1237,7 @@ const ltLT = {
|
|
|
1231
1237
|
sorryAnErrorOccurred: "Atsiprašome, įvyko klaida",
|
|
1232
1238
|
sorryWeCantSetUpAnAccountForYou: "Atsiprašome, negalime jums sukurti paskyros",
|
|
1233
1239
|
sortCode: "Rūšies kodas",
|
|
1240
|
+
sourceOfFunds: "Lėšų šaltinis",
|
|
1234
1241
|
ssn: "SSN",
|
|
1235
1242
|
stamregister: "Stamregister erhverv (SE-nummer)",
|
|
1236
1243
|
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Pradėkite naują seansą iš tos pačios vietos, iš kurios iš pradžių pasiekėte šį puslapį.",
|
|
@@ -1279,10 +1286,11 @@ const ltLT = {
|
|
|
1279
1286
|
taxInformationNumber__helperText__US: "Jūsų EIN yra nurodytas 147C rašte arba SS-4 patvirtinimo laiške, gautame registruojant įmonę.",
|
|
1280
1287
|
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1281
1288
|
taxReferenceNumber: "Mokesčių mokėtojo kodas",
|
|
1282
|
-
taxRegistrationNumber: "Mokesčių mokėtojo registracijos numeris",
|
|
1283
1289
|
taxationDocument: "Mokesčių dokumentas",
|
|
1284
1290
|
taxpayerReferenceNumber: "Mokesčių mokėtojo kodas",
|
|
1291
|
+
tellUsMoreAboutThisSource: "Papasakokite daugiau apie šį šaltinį",
|
|
1285
1292
|
textToVerifyAccount: "Kad gautumėte išmokas, mums reikia patvirtintos banko sąskaitos.",
|
|
1293
|
+
the7CharacterIdentifierAssignedToThis: "7 simbolių identifikatorius, kurį šiai įmonei priskyrė „Sistema di Interscambio“ (SDI) elektroninėms sąskaitoms faktūroms Italijoje. Pavyzdžiui, %{example}",
|
|
1286
1294
|
theBankAccountHolderMustBeInYourName_: "Banko sąskaitos turėtojas turi būti jūsų vardu: <strong>%{name}</strong>",
|
|
1287
1295
|
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "Banko sąskaitos turėtojo pavadinimas turi sutapti su jūsų įmonės pavadinimu <strong>%{companyName}</strong>.",
|
|
1288
1296
|
theCompanyIWorkFor: "Įmonė, kurioje dirbu",
|
|
@@ -1290,6 +1298,7 @@ const ltLT = {
|
|
|
1290
1298
|
thenResubmit: "Tada dar kartą pateikite.",
|
|
1291
1299
|
thereAreNoSigners: "Pasirašiusiųjų nėra; pridėkite save, kad užtikrintumėte, jog galite sutikti su sąlygomis ir gauti lėšas.",
|
|
1292
1300
|
thereWasAnErrorTryAgain: "Įvyko klaida, bandykite dar kartą",
|
|
1301
|
+
thisCompanyDoesntHaveAnSDI: "Ši įmonė neturi SDI kodo.",
|
|
1293
1302
|
thisIsMyBusiness: "Tai mano įmonė",
|
|
1294
1303
|
thisMeansYouHaveAParentCompany: "Jei taip, tai reiškia, kad turite patronuojančiąją bendrovę, pavyzdžiui, pasaulinę būstinę arba holdingo bendrovę.",
|
|
1295
1304
|
thisMeansYouHaveAnUltimateParentCompany: "Jei taip, tai reiškia, kad turite pagrindinę patronuojančiąją bendrovę. Pagrindinė patronuojančioji bendrovė yra aukščiausiai įmonės struktūroje esanti bendrovė. Sužinokite daugiau.",
|
|
@@ -1343,6 +1352,7 @@ const ltLT = {
|
|
|
1343
1352
|
upToFiles: "Iki %{maxFiles} failo (-ų).",
|
|
1344
1353
|
updateTheInformation: "Atnaujinti informaciją",
|
|
1345
1354
|
uploadABankStatement: "Įkelkite banko sąskaitos išrašą",
|
|
1355
|
+
uploadADocument: "Įkelkite dokumentą",
|
|
1346
1356
|
uploadDocumentForNric: "Vietoj NRIC įkelkite asmens dokumentą",
|
|
1347
1357
|
uploadOneOfTheseDocuments: "Įkelkite vieną iš šių dokumentų:",
|
|
1348
1358
|
uploadTheFollowingDocuments: "Įkelkite šiuos dokumentus:",
|
|
@@ -63,7 +63,7 @@ const lvLV = {
|
|
|
63
63
|
addExtraBankAccount: "Pievienojiet papildu bankas kontu",
|
|
64
64
|
addExtraPayinAccount: "Pievienot papildu iemaksu kontu",
|
|
65
65
|
addExtraPayoutAccount: "Pievienot papildu izmaksu kontu",
|
|
66
|
-
addingAndVerifiyingABankAccount: "Izmantojot šo metodi, bankas konta pievienošana un
|
|
66
|
+
addingAndVerifiyingABankAccount: "Izmantojot šo metodi, bankas konta pievienošana un verifikācija parasti aizņem līdz 3 darba dienām.",
|
|
67
67
|
addManually: "Pievienot manuāli",
|
|
68
68
|
addMissingBankDetails: "Mums trūkst jūsu bankas rekvizītu, lai veiktu izmaksas, lūdzu, pievienojiet savu bankas kontu.",
|
|
69
69
|
addOwnerToTrustMember: "Pievienot %{trustMember} īpašnieku",
|
|
@@ -202,6 +202,7 @@ const lvLV = {
|
|
|
202
202
|
charter: "Harta",
|
|
203
203
|
check: "Čeks",
|
|
204
204
|
checkForTypos: "Pārbaudiet, vai nav pārrakstīšanās kļūdu, un mēģiniet vēlreiz",
|
|
205
|
+
chooseAFundingCategory: "Izvēlieties finansējuma kategoriju fiziskajām un virtuālajām kartēm",
|
|
205
206
|
city: "Pilsēta",
|
|
206
207
|
cityTown: "Pilsēta/ciemats",
|
|
207
208
|
clearingCode: "Klīringa kods",
|
|
@@ -280,7 +281,6 @@ const lvLV = {
|
|
|
280
281
|
decisionMaker: "Lēmumu pieņēmēji",
|
|
281
282
|
decisionMakerDescription: "Sniedziet informāciju par jūsu uzņēmuma īpašniekiem, kontrolējošām personām un parakstītājiem. Paturiet prātā, ka vienai personai var būt vairākas lomas. Prasības ir šādas:",
|
|
282
283
|
decisionMakers: "Lēmumu pieņēmēji",
|
|
283
|
-
defaultCufeCodesInItalyAreEither: "Noklusējuma CUFE kodi Itālijā ir vai nu 16 cipari (B2B transakcijām) vai 8 cipari (B2C transakcijām). Piemēram, %{example} vai %{exampleTwo}",
|
|
284
284
|
definedBeneficiary: "Noteiktais saņēmējs",
|
|
285
285
|
definedBeneficiaryDescription: "Fiziska persona, juridiska persona vai grupas loceklis, kuru interesēs galvenokārt trasts ir izveidots vai darbojas.",
|
|
286
286
|
"delete": "Dzēst",
|
|
@@ -290,7 +290,6 @@ const lvLV = {
|
|
|
290
290
|
descriptionOptional: "Apraksts (pēc izvēles)",
|
|
291
291
|
descriptionUndefinedBeneficiary: "Nenoteikta labuma guvēja apraksts",
|
|
292
292
|
detCentralePersonregister: "Det Centrale Personregister (CPR)",
|
|
293
|
-
differentCountryOfGoverningLaw: "Šim uzņēmumam ir cita valsts/reģions, kurā ir spēkā esošie tiesību akti",
|
|
294
293
|
director: "Direktors",
|
|
295
294
|
directorDescription: "Uzņēmuma uzņēmējdarbības un lietu vadīšanai iecelta persona",
|
|
296
295
|
directorGuideDescription: "<strong>Direktors</strong> ir uzņēmuma uzņēmējdarbības un lietu vadīšanai iecelta persona. To, kas ir jūsu direktori, var uzzināt uzņēmumu reģistrā.",
|
|
@@ -338,7 +337,7 @@ const lvLV = {
|
|
|
338
337
|
drivinglicenseFront: "Autovadītāja apliecība (priekšpuse)",
|
|
339
338
|
dropFileToUpload: "Nometiet failu, lai augšupielādētu",
|
|
340
339
|
duplicatedFiles: "Dublēti faili",
|
|
341
|
-
eInvoicingCode: "E-rēķina
|
|
340
|
+
eInvoicingCode: "E-rēķina (SDI) kods",
|
|
342
341
|
edit: "Rediģēt",
|
|
343
342
|
editDetails: "Rediģēt informāciju",
|
|
344
343
|
editEntityDetails: "Rediģēt entītijas informāciju",
|
|
@@ -513,6 +512,9 @@ const lvLV = {
|
|
|
513
512
|
errorMessage_1_5051: "Nebija iespējams pārbaudīt personu, kas parakstījusi piederības dokumentu.",
|
|
514
513
|
errorMessage_1_5052: "Piederības dokuments apliecina, ka izmaksātājs nav 100% saistīts ar uzņēmumu. Iestatīšanu nevar turpināt.",
|
|
515
514
|
errorMessage_1_5053: "Piederības dokuments nav izsniegts pēdējo 6 mēnešu laikā.",
|
|
515
|
+
errorMessage_1_5054: "PVN numuru nevarēja pārbaudīt.",
|
|
516
|
+
errorMessage_1_5055: "Trūkst PVN dokumenta.",
|
|
517
|
+
errorMessage_1_5057: "PVN dokuments nebija atbalstīts dokumenta veids.",
|
|
516
518
|
errorMessage_1_5067: "Juridiskais nosaukums neatbilda PVN reģistrā norādītajam nosaukumam.",
|
|
517
519
|
errorMessage_1_51: "Organizācijas dati neatbilda dokumentam",
|
|
518
520
|
errorMessage_1_52: "Reģistrācijas dokuments neatbilda prasībām",
|
|
@@ -521,6 +523,7 @@ const lvLV = {
|
|
|
521
523
|
errorMessage_1_55: "Nepieciešams īpašumtiesību apliecinājums",
|
|
522
524
|
errorMessage_1_56: "Organizācijas īpašumtiesības nevarēja apstiprināt",
|
|
523
525
|
errorMessage_1_57: "Iesniegtais pievienošanas dokuments neatbilda prasībām",
|
|
526
|
+
errorMessage_1_58: "PVN dokuments neatbilda prasībām",
|
|
524
527
|
errorMessage_1_60: "Juridiskās personas informāciju nevarēja pārbaudīt",
|
|
525
528
|
errorMessage_1_6000: "Juridisko nosaukumu nevarēja pārbaudīt.",
|
|
526
529
|
errorMessage_1_6001: "Juridiskais nosaukums neatbilda reģistrācijas numuram.",
|
|
@@ -648,6 +651,7 @@ const lvLV = {
|
|
|
648
651
|
failedToGetPciTemplateInSelectedLanguageFallbackToEn: "Neizdevās iegūt PCI veidni atlasītajā valodā. Notiek atgriešanās pie angļu valodas.",
|
|
649
652
|
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: "Neizdevās iegūt pakalpojuma līgumu izvēlētajā valodā. Notiek atgriešanās pie angļu valodas.",
|
|
650
653
|
failedToGetServiceAgreementStatus: "Neizdevās iegūt pakalpojuma līguma statusu",
|
|
654
|
+
failedToLoadBusinessLines: "Neizdevās ielādēt biznesa līnijas",
|
|
651
655
|
failedToRemoveDecisionMaker: "Neizdevās noņemt lēmumu pieņēmēju",
|
|
652
656
|
failedToRemoveTrustMember: "Neizdevās noņemt trasta dalībnieku",
|
|
653
657
|
failedToUpdateDetails: "Neizdevās atjaunināt informāciju",
|
|
@@ -657,6 +661,7 @@ const lvLV = {
|
|
|
657
661
|
fieldMustContainAtLeast: "%{fieldName} jāsatur vismaz %{minLength} rakstzīmes",
|
|
658
662
|
fileName: "Faila nosaukums",
|
|
659
663
|
financialInformation: "Finanšu informācija",
|
|
664
|
+
financialProductInformation: "Finanšu produktu informācija",
|
|
660
665
|
financialReportingDate: "Finanšu pārskata datums",
|
|
661
666
|
findYourIncorporatedAssociationNumberInThePublicRegistryForYourState: "Atrodiet savas valsts publiskajā reģistrā savu reģistrētās asociācijas numuru.",
|
|
662
667
|
finish: "Pabeigt",
|
|
@@ -673,6 +678,7 @@ const lvLV = {
|
|
|
673
678
|
frontPage: "Sākumlapa",
|
|
674
679
|
fullDocumentVisible: "Jābūt redzamam visam dokumentam, un visam tekstam jābūt salasāmam.",
|
|
675
680
|
fullDocumentVisibleWithReadableText: "Jābūt redzamam visam dokumentam, un visam tekstam jābūt salasāmam.",
|
|
681
|
+
fundingSources: "Finansējuma avoti",
|
|
676
682
|
getSetUpInstantly: "Uzreiz veiciet iestatīšanu",
|
|
677
683
|
getYourBusinessVerifiedDetails: "Uzreiz iegūstiet savu uzņēmuma verificēto informāciju un neveiciet dokumentu augšupielādi.",
|
|
678
684
|
getYourVerifiedDetailsInstantly: "Uzreiz iegūstiet savu verificēto informāciju un neveiciet dokumentu augšupielādi.",
|
|
@@ -1231,6 +1237,7 @@ const lvLV = {
|
|
|
1231
1237
|
sorryAnErrorOccurred: "Atvainojiet, ir radusies kļūda",
|
|
1232
1238
|
sorryWeCantSetUpAnAccountForYou: "Atvainojiet, mēs nevaram jums izveidot kontu",
|
|
1233
1239
|
sortCode: "Identifikācijas kods",
|
|
1240
|
+
sourceOfFunds: "Līdzekļu izcelsme",
|
|
1234
1241
|
ssn: "SSN",
|
|
1235
1242
|
stamregister: "Stamregister erhverv (SE numurs)",
|
|
1236
1243
|
startANewSessionFromTheSamePlaceYouOriginallyAccessed: "Sāciet jaunu sesiju no tās pašas vietas, no kuras sākotnēji piekļuvāt šai lapai.",
|
|
@@ -1279,10 +1286,11 @@ const lvLV = {
|
|
|
1279
1286
|
taxInformationNumber__helperText__US: "Jūsu EIN ir norādīts jūsu vēstulē 147C vai SS-4 apstiprinājuma vēstulē, kas saņemta, reģistrējot uzņēmumu.",
|
|
1280
1287
|
taxInformationNumber__placeHolder__US: "11-0000000",
|
|
1281
1288
|
taxReferenceNumber: "Nodokļu atsauces numurs",
|
|
1282
|
-
taxRegistrationNumber: "Nodokļu reģistrācijas numurs",
|
|
1283
1289
|
taxationDocument: "Nodokļu dokuments",
|
|
1284
1290
|
taxpayerReferenceNumber: "Nodokļu maksātāja atsauces numurs",
|
|
1291
|
+
tellUsMoreAboutThisSource: "Pastāstiet mums vairāk par šo avotu",
|
|
1285
1292
|
textToVerifyAccount: "Lai jūs saņemtu izmaksas, mums ir nepieciešams apstiprināts bankas konts.",
|
|
1293
|
+
the7CharacterIdentifierAssignedToThis: "7 rakstzīmju identifikators, ko <em>Sistema di Interscambio</em> (SDI) piešķīris šim uzņēmumam elektroniskai rēķinu izrakstīšanai Itālijā. Piemēram, %{example}",
|
|
1286
1294
|
theBankAccountHolderMustBeInYourName_: "Bankas konta īpašniekam ir jābūt uz jūsu vārda: <strong>%{name}</strong>",
|
|
1287
1295
|
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: "Bankas konta turētāja nosaukumam jāsakrīt ar jūsu uzņēmuma nosaukumu <strong>%{companyName}</strong>.",
|
|
1288
1296
|
theCompanyIWorkFor: "Uzņēmums, kurā es strādāju",
|
|
@@ -1290,6 +1298,7 @@ const lvLV = {
|
|
|
1290
1298
|
thenResubmit: "Tad iesniedziet atkārtoti.",
|
|
1291
1299
|
thereAreNoSigners: "Nav parakstītāju, lūdzu, pievienojiet sevi, lai pārliecinātos, ka varat pieņemt noteikumus un saņemt līdzekļus.",
|
|
1292
1300
|
thereWasAnErrorTryAgain: "Radās kļūda. Lūdzu, mēģiniet vēlreiz",
|
|
1301
|
+
thisCompanyDoesntHaveAnSDI: "Šim uzņēmumam nav SDI koda.",
|
|
1293
1302
|
thisIsMyBusiness: "Tā ir mana darīšana",
|
|
1294
1303
|
thisMeansYouHaveAParentCompany: 'Ja atbilde ir "jā", tas nozīmē, ka jums ir mātesuzņēmums, piemēram, globāla galvenā mītne vai holdinga sabiedrība.',
|
|
1295
1304
|
thisMeansYouHaveAnUltimateParentCompany: 'Ja atbilde ir "jā", tas nozīmē, ka jums ir galvenais mātesuzņēmums. Galvenais mātesuzņēmums ir uzņēmums, kas ir visaugstākais korporatīvajā struktūrā. Uzzināt vairāk.',
|
|
@@ -1343,6 +1352,7 @@ const lvLV = {
|
|
|
1343
1352
|
upToFiles: "Līdz %{maxFiles} failam (-iem).",
|
|
1344
1353
|
updateTheInformation: "Atjauniniet informāciju",
|
|
1345
1354
|
uploadABankStatement: "Augšupielādējiet bankas izrakstu",
|
|
1355
|
+
uploadADocument: "Augšupielādēt dokumentu",
|
|
1346
1356
|
uploadDocumentForNric: "NRIC vietā augšupielādējiet personu apliecinošu dokumentu",
|
|
1347
1357
|
uploadOneOfTheseDocuments: "Augšupielādējiet vienu no šiem dokumentiem:",
|
|
1348
1358
|
uploadTheFollowingDocuments: "Augšupielādējiet šādus dokumentus:",
|