@swan-io/shared-business 8.14.5 → 8.14.6
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/package.json +1 -1
- package/src/locales/de.json +12 -12
- package/src/locales/en.json +26 -26
- package/src/locales/es.json +39 -39
- package/src/locales/fi.json +62 -62
- package/src/locales/fr.json +8 -8
- package/src/locales/it.json +41 -41
- package/src/locales/nl.json +47 -47
- package/src/locales/pt.json +46 -46
package/package.json
CHANGED
package/src/locales/de.json
CHANGED
|
@@ -275,27 +275,27 @@
|
|
|
275
275
|
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Ein Dokument für jeden wirtschaftlichen Eigentümer, das seine Identität nachweist. (Wirtschaftlich Berechtigte halten 25 % oder mehr der Aktien Ihres Unternehmens oder sind Personen, die die Organe oder die Geschäftsführung Ihres Unternehmens kontrollieren).\nAutorisierte Dokumente:\n- Reisepass\n- Personalausweis (nur für Bürger der Länder des Europäischen Wirtschaftsraums)\n- Aufenthaltsgenehmigung (nur für Einwohner der Länder des Europäischen Wirtschaftsraums)\n- Führerschein (nur für Einwohner der Länder des Europäischen Wirtschaftsraums)",
|
|
276
276
|
"taxIdentificationNumber.label": "Steueridentifikationsnummer",
|
|
277
277
|
"transactionStatement.creditor.accountNumber": "Kontonummer des Gläubigers",
|
|
278
|
-
"transactionStatement.creditor.bankIdentifier": "
|
|
279
|
-
"transactionStatement.creditor.bankName": "
|
|
278
|
+
"transactionStatement.creditor.bankIdentifier": "Bankleitzahl des Gläubigers",
|
|
279
|
+
"transactionStatement.creditor.bankName": "Bankname des Gläubigers",
|
|
280
280
|
"transactionStatement.creditor.name": "Name des Gläubigers",
|
|
281
281
|
"transactionStatement.debtor.accountNumber": "Kontonummer des Schuldners",
|
|
282
|
-
"transactionStatement.debtor.bankIdentifier": "
|
|
282
|
+
"transactionStatement.debtor.bankIdentifier": "Bankleitzahl des Schuldners",
|
|
283
283
|
"transactionStatement.debtor.bankName": "Name der Bank des Schuldners",
|
|
284
|
-
"transactionStatement.debtor.name": "Name des
|
|
285
|
-
"transactionStatement.footer": "SWAN ist eine vereinfachte Aktiengesellschaft (SAS), eingetragen im
|
|
286
|
-
"transactionStatement.generationDate": "Generiert am:
|
|
287
|
-
"transactionStatement.generationInfos": "Dieses Dokument bestätigt Ihren
|
|
284
|
+
"transactionStatement.debtor.name": "Name des Zahlungspflichtigen",
|
|
285
|
+
"transactionStatement.footer": "SWAN ist eine vereinfachte Aktiengesellschaft (SAS), eingetragen im Handelsregister von Bobigny unter der Nummer 853 827 103, mit einem Kapital von 16.999,66 Euro, USt-IdNr. FR90853827103 und Firmensitz in 95 Avenue du Président Wilson, 93100 Montreuil, FRANKREICH.\nAls E-Geld-Institut, das Zahlungsdienstleistungen gemäß französischem Recht anbietet und von der ACPR genehmigt wurde, ist SWAN unter der Nummer 17328 bei dieser registriert.",
|
|
286
|
+
"transactionStatement.generationDate": "Generiert am:{date}",
|
|
287
|
+
"transactionStatement.generationInfos": "Dieses Dokument bestätigt Ihren Transaktionsantrag. Es stellt keinen Nachweis der Transaktionsausführung dar. Ihre Transaktion wird nach Bestehen eines obligatorischen Verifizierungsprozesses ausgeführt.",
|
|
288
288
|
"transactionStatement.information.amount": "Betrag",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Wechselkurs",
|
|
290
290
|
"transactionStatement.information.executionDate": "Ausführungsdatum",
|
|
291
291
|
"transactionStatement.information.fees": "Gebühren",
|
|
292
|
-
"transactionStatement.information.label": "
|
|
293
|
-
"transactionStatement.information.reference": "
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "
|
|
292
|
+
"transactionStatement.information.label": "Etikett",
|
|
293
|
+
"transactionStatement.information.reference": "Kundenreferenz",
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Zielbetrag der Überweisung",
|
|
295
295
|
"transactionStatement.information.type": "Typ",
|
|
296
296
|
"transactionStatement.partnership": "In Zusammenarbeit mit",
|
|
297
|
-
"transactionStatement.title.creditor": "
|
|
298
|
-
"transactionStatement.title.debtor": "Informationen
|
|
297
|
+
"transactionStatement.title.creditor": "Gläubigerinformationen",
|
|
298
|
+
"transactionStatement.title.debtor": "Informationen zum Zahlungspflichtigen",
|
|
299
299
|
"transactionStatement.title.document": "Transaktionsbestätigung",
|
|
300
300
|
"transactionStatement.title.information": "Informationen",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "Geburtsdatum kann nicht in der Zukunft liegen.",
|
package/src/locales/en.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"datePicker.day.thursday": "Thursday",
|
|
49
49
|
"datePicker.day.tuesday": "Tuesday",
|
|
50
50
|
"datePicker.day.wednesday": "Wednesday",
|
|
51
|
+
"datePicker.error.incomplete": "Please enter your valid birth date: month, day, and year.",
|
|
51
52
|
"datePicker.month": "Month",
|
|
52
53
|
"datePicker.month.april": "April",
|
|
53
54
|
"datePicker.month.august": "August",
|
|
@@ -63,7 +64,6 @@
|
|
|
63
64
|
"datePicker.month.october": "October",
|
|
64
65
|
"datePicker.month.previous": "Previous month",
|
|
65
66
|
"datePicker.month.september": "September",
|
|
66
|
-
"datePicker.error.incomplete": "Please enter your valid birth date: month, day, and year.",
|
|
67
67
|
"datePicker.year": "Year",
|
|
68
68
|
"error.generic": "An error occurred",
|
|
69
69
|
"error.iban.invalid": "This IBAN doesn't look right. Trying entering it again.",
|
|
@@ -227,52 +227,52 @@
|
|
|
227
227
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Administrator appointment letter",
|
|
228
228
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Document providing the decision to appoint an individual as the administrator of your organization.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Articles Of Incorporation",
|
|
230
|
-
"supportingDocuments.purpose.AssociationRegistration": "Proof of legal registration
|
|
230
|
+
"supportingDocuments.purpose.AssociationRegistration": "Proof of the association's legal registration (less than 3 months old)",
|
|
231
231
|
"supportingDocuments.purpose.AssociationRegistration.description": "Document proving your association's legal existence. This document must include the date the declaration was filed, the organization's title, the purpose of the association, and the legal address.",
|
|
232
|
-
"supportingDocuments.purpose.Banking": "Bank statement (
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "A bank statement
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Bank statement (less than 3 months old)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "A bank statement in the name of the organization.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Capital Share Deposit Certificate",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Company Lease Agreement",
|
|
236
|
-
"supportingDocuments.purpose.CompanyRegistration": "Proof of registration (
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "A
|
|
236
|
+
"supportingDocuments.purpose.CompanyRegistration": "Proof of registration (less than 3 months old)",
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "A document that provides evidence of the legal registration of a company or business entity with the relevant government authority. The document has to be less than 3 months old.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Corporate Income Tax Return",
|
|
239
239
|
"supportingDocuments.purpose.FinancialStatements": "Latest corporate income tax return",
|
|
240
240
|
"supportingDocuments.purpose.FinancialStatements.description": "A copy of the document submitted to your tax bureau at the end of the last business period.",
|
|
241
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes": "General
|
|
242
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Meeting minutes are a formal written record of the discussions, decisions, and actions taken during
|
|
241
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes": "General meeting minutes",
|
|
242
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Meeting minutes are a formal written record of the discussions, decisions, and actions taken during an organization or company meeting. A list of the association's board must appear on the minutes. The minutes must be the latest submitted version.",
|
|
243
243
|
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Identity document for your legal representative",
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Document proving your legal representative’s identity.\n\nAcceptable documents:\n- Passport\n- ID card (only applicable to citizens of member
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Document proving your legal representative’s identity.\n\nAcceptable documents:\n- Passport\n- ID card (only applicable to citizens of member countries of the EEA zone)\n- Residence permit (only applicable to residents of member countries of the EEA zone)",
|
|
245
245
|
"supportingDocuments.purpose.NIFAccreditationCard": "NIF accreditation card",
|
|
246
246
|
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copy of your NIF accreditation card to provide your tax identification number.",
|
|
247
247
|
"supportingDocuments.purpose.Other": "Other",
|
|
248
248
|
"supportingDocuments.purpose.Other.description": "Upload any supporting document you feel will help in the onboarding process.",
|
|
249
|
-
"supportingDocuments.purpose.PowerOfAttorney": "
|
|
250
|
-
"supportingDocuments.purpose.PowerOfAttorney.description": "
|
|
249
|
+
"supportingDocuments.purpose.PowerOfAttorney": "Power of attorney signed by the legal representative",
|
|
250
|
+
"supportingDocuments.purpose.PowerOfAttorney.description": "A signed and dated document authorizing an individual to represent or act on behalf of a company's legal representative. \n\nPlease use the attached template.",
|
|
251
251
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "President appointment letter",
|
|
252
252
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Document providing the decision to appoint an individual as the president of your organization.",
|
|
253
253
|
"supportingDocuments.purpose.ProofOfCompanyAddress": "Proof of company address",
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "An official document that shows the address of the organization.\nAcceptable documents:\n- Recent water, electricity, or gas bill\n- Official tax certificate or tax exemption certificate\n- Proof of insurance document\n- Property ownership document or a rental agreement\n- Company domiciliation statement, if it is registered at the personal address of the legal representative",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "An official document that shows the address of the organization.\n\nAcceptable documents:\n- Recent water, electricity, or gas bill\n- Official tax certificate or tax exemption certificate\n- Proof of insurance document\n- Property ownership document or a rental agreement\n- Company \"domiciliation\" statement, if it is registered at the personal address of the legal representative",
|
|
255
255
|
"supportingDocuments.purpose.ProofOfCompanyIncome": "Proof of company income",
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Acceptable documents:\n- Latest
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Acceptable documents:\n- Latest financial statements or annual accounts of the organization\n- Copy of the document submitted to your tax office at the end of the last business period\n- Latest accounting report to the General Assembly Meeting",
|
|
257
257
|
"supportingDocuments.purpose.ProofOfIdentity": "Identity document",
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "Acceptable documents:\n- Passport\n- ID card (only applicable to citizens of member
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Acceptable documents:\n- Passport\n- ID card (only applicable to citizens of member countries of the EEA zone)\n- Residence permit (only applicable to residents of member countries of the EEA zone)",
|
|
259
259
|
"supportingDocuments.purpose.ProofOfIndividualAddress": "Proof of address (less than 3 months old)",
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Any
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Any document proving the individual's residence address. They must include the name and address of the individual and be dated less than 3 months old.\n\nAcceptable documents:\n- Documents related to the home (rental contract, mortgage statement, etc)\n- Home utility bills (for electricity, telephone, internet services, gas, water, etc)\n- Payroll (if it includes the worker's address)",
|
|
261
261
|
"supportingDocuments.purpose.ProofOfIndividualIncome": "Proof of income",
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "A document or set of documents that demonstrates a person's income over a specific period of time. \n\nAcceptable documents:\n- An income-tax return dating less than 2 years\n- A pay slip dating less than 3 months",
|
|
263
263
|
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Proof of funds",
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Official document proving the origin of funds\nAcceptable documents:\n- Pay stub, pay slip, or salary slip (
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Official document proving the origin of funds.\n\nAcceptable documents:\n- Pay stub, pay slip, or salary slip (less than 3 months old)\n- Income tax return (less than 2 years old)",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Register Extract",
|
|
266
|
-
"supportingDocuments.purpose.SignedStatus": "Signed Articles of
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
266
|
+
"supportingDocuments.purpose.SignedStatus": "Signed Articles of Association",
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "A legal document that outlines the internal rules and regulations governing the management and operation of a company or association. It is one of the key documents required when incorporating a company and serves as a constitution for the company. The Articles of Association typically include details such as the company's name, registered office address, purpose, shares and shareholder rights, board of directors, meetings and voting procedures, transfer of shares, and other rules and regulations governing the company's internal affairs. \n\nAcceptable documents:\n- A signed and dated copy of the Articles of Association",
|
|
268
268
|
"supportingDocuments.purpose.SwornStatement": "Sworn statement for Ultimate Beneficial Owners",
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "Proof of
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Complete the sworn statement declaring exactly how the company is structured and who owns more than 25% of the capital.\n\nPlease use the attached template.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Proof of Ultimate Beneficial Owner (UBO) certificate",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "A document that identifies and verifies the individuals who ultimately own or control a company or business entity. Ultimate Beneficial Owners (UBOs) are individuals who have more than 25% of the company shares or voting rights. If there are none, the UBOs are the legal representatives of the organization.",
|
|
272
272
|
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Proof of address for each beneficial owner",
|
|
273
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Include one document for each person who owns at least 25% of the capital
|
|
273
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Include one document for each person who owns at least 25% of the capital or rights to vote, or any person who controls your company's executive bodies or management. Any document proving the individual's residence address. They must include the name and address of the individual and be dated less than 3 months old.\n\nAcceptable documents:\n- Documents related to the home (rental contract, mortgage statement, etc)\n- Home utility bills (for electricity, telephone, internet services, gas, water, etc)\n- Payroll (if it includes the worker's address)",
|
|
274
274
|
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Identity document for each beneficial owner",
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Include one document for each person who owns at least 25% of the capital
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Include one document for each person who owns at least 25% of the capital or rights to vote, or any person who controls your company's executive bodies or management.\n\nAcceptable documents:\n- Passport\n- ID card (only applicable to citizens of member countries of the EEA zone)\n- Residence permit (only applicable to residents of member countries of the EEA zone)\n- Driver's license (only applicable to residents of member countries of the EEA zone)",
|
|
276
276
|
"taxIdentificationNumber.label": "Tax identification number",
|
|
277
277
|
"transactionStatement.creditor.accountNumber": "Creditor's account number",
|
|
278
278
|
"transactionStatement.creditor.bankIdentifier": "Creditor's bank identifier",
|
|
@@ -298,6 +298,6 @@
|
|
|
298
298
|
"transactionStatement.title.debtor": "Debtor information",
|
|
299
299
|
"transactionStatement.title.document": "Transaction confirmation",
|
|
300
300
|
"transactionStatement.title.information": "Information",
|
|
301
|
-
"validation.
|
|
302
|
-
"validation.
|
|
301
|
+
"validation.birthdateCannotBeFuture": "Birthdate cannot be in the future",
|
|
302
|
+
"validation.invalidBirthDate": "Please enter your valid birth date."
|
|
303
303
|
}
|
package/src/locales/es.json
CHANGED
|
@@ -224,55 +224,55 @@
|
|
|
224
224
|
"supportingDocuments.noDocuments": "Sin documentos.",
|
|
225
225
|
"supportingDocuments.powerOfAttorneyModal.description": "Documento firmado y fechado que autoriza a una persona a representar o actuar en nombre del representante legal de una empresa.",
|
|
226
226
|
"supportingDocuments.powerOfAttorneyModal.title": "Poder notarial firmado por el representante legal",
|
|
227
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "
|
|
228
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento que proporciona la decisión de nombrar a
|
|
227
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Documento de nombramiento del administrador",
|
|
228
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento que proporciona la decisión de nombrar a un individuo como administrador de tu organización.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Artículos sobre incorporación",
|
|
230
230
|
"supportingDocuments.purpose.AssociationRegistration": "Prueba de registro legal de la asociación (emitida en los últimos 3 meses)",
|
|
231
231
|
"supportingDocuments.purpose.AssociationRegistration.description": "Documento que demuestre la existencia legal de su asociación. Este documento debe incluir: la fecha en que se presentó la declaración, el título de la organización, el propósito de la asociación y la dirección legal.",
|
|
232
|
-
"supportingDocuments.purpose.Banking": "Extracto bancario (
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Extracto bancario (emitido en los ultimos 3 meses)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "Un extracto bancario a nombre de la organización.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Certificado de depósito de participación de capital",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Contrato de arrendamiento de la empresa",
|
|
236
236
|
"supportingDocuments.purpose.CompanyRegistration": "Prueba de registro (emitida en los últimos 3 meses)",
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "Un documento que proporciona evidencia del registro legal de una empresa o entidad comercial ante la autoridad gubernamental correspondiente. El documento debe tener una fecha de menos de 3 meses.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Declaración de impuestos sobre la renta de la empresa",
|
|
239
|
-
"supportingDocuments.purpose.FinancialStatements": "Última declaración
|
|
240
|
-
"supportingDocuments.purpose.FinancialStatements.description": "Una copia del documento presentado a
|
|
239
|
+
"supportingDocuments.purpose.FinancialStatements": "Última declaración del impuesto sobre sociedades.",
|
|
240
|
+
"supportingDocuments.purpose.FinancialStatements.description": "Una copia del documento presentado a tu oficina de impuestos al final del último periodo comercial.",
|
|
241
241
|
"supportingDocuments.purpose.GeneralAssemblyMinutes": "Actas de la Junta General",
|
|
242
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Las actas de una reunión son un registro escrito formal de las discusiones, decisiones y acciones tomadas durante una reunión de una organización o empresa.
|
|
243
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento de identidad
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento que
|
|
242
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Las actas de una reunión son un registro escrito formal de las discusiones, decisiones y acciones tomadas durante una reunión de una organización o empresa. En ella debe incluirse una lista de los miembros de la junta directiva de la asociación. Las actas deben ser la última versión presentada.",
|
|
243
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento de identidad de tu representante legal",
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento que pruebe la identidad de tu representante legal.\n\nDocumentos aceptables:\n- Pasaporte\n- DNI/Tarjeta de identidad (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)\n- Permiso de residencia (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)",
|
|
245
245
|
"supportingDocuments.purpose.NIFAccreditationCard": "Tarjeta de acreditación del NIF",
|
|
246
|
-
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copia de
|
|
247
|
-
"supportingDocuments.purpose.Other": "
|
|
248
|
-
"supportingDocuments.purpose.Other.description": "Sube cualquier documento de apoyo que
|
|
246
|
+
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copia de tu tarjeta de acreditación del NIF para proporcionar tu número de identificación fiscal.",
|
|
247
|
+
"supportingDocuments.purpose.Other": "Otro",
|
|
248
|
+
"supportingDocuments.purpose.Other.description": "Sube cualquier documento de apoyo que consideres que ayudará en el proceso de creación de la cuenta.",
|
|
249
249
|
"supportingDocuments.purpose.PowerOfAttorney": "Poder notarial",
|
|
250
|
-
"supportingDocuments.purpose.PowerOfAttorney.description": "Documento firmado y fechado autorizando a un individuo a representar o actuar en nombre del representante legal de una empresa.\n\nPor favor,
|
|
250
|
+
"supportingDocuments.purpose.PowerOfAttorney.description": "Documento firmado y fechado autorizando a un individuo a representar o actuar en nombre del representante legal de una empresa.\n\nPor favor, utiliza la plantilla adjunta.",
|
|
251
251
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Documento de nombramiento del presidente",
|
|
252
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento que proporciona la decisión de nombrar a
|
|
253
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress": "
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "
|
|
255
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome": "Justificante de ingresos de la empresa
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "
|
|
252
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento que proporciona la decisión de nombrar a un individuo como presidente de tu organización.",
|
|
253
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress": "Comprobante de dirección de la empresa",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Un documento oficial que muestre la dirección de la organización.\n\nDocumentos aceptables:\n- Factura reciente de agua, electricidad o gas.\n- Certificado oficial de impuestos o certificado de exención de impuestos.\n- Certificado de seguro.\n- Documento de propiedad o un contrato de alquiler.\n- Declaración de domiciliación de la empresa, si está registrada en la dirección personal del representante legal.",
|
|
255
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome": "Justificante de ingresos de la empresa",
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Documentos aceptables:\n- Últimos estados financieros o cuentas anuales de la organización\n- Copia del documento presentado en la oficina de impuestos al final del último período de actividad empresarial\n- Informe contable para la Junta General.",
|
|
257
257
|
"supportingDocuments.purpose.ProofOfIdentity": "Documento de identidad",
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Documentos aceptables:\n- Pasaporte\n- DNI/Tarjeta de identidad (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)\n- Permiso de residencia (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)",
|
|
259
259
|
"supportingDocuments.purpose.ProofOfIndividualAddress": "Prueba de domicilio del individuo (emitida en los últimos 3 meses)",
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Cualquier documento que pruebe la dirección de residencia del individuo. Deben incluir el nombre y la dirección del individuo y tener una fecha de menos de 3 meses.\n\nDocumentos aceptables:\n- Documentos relacionados con la vivienda (contrato de alquiler, estado de la hipoteca, etc.)\n- Facturas de servicios domiciliarios (electricidad, teléfono, servicios de internet, gas, agua, etc.)\n- Nómina (si incluye la dirección del trabajador).",
|
|
261
261
|
"supportingDocuments.purpose.ProofOfIndividualIncome": "Prueba de ingresos",
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "Un documento o conjunto de documentos que demuestran los ingresos de una persona durante un período específico de tiempo.\n\nDocumentos aceptables:\n- Una declaración de impuestos sobre la renta con una fecha de menos de 2 años\n- Una nómina con una fecha de menos de 3 meses",
|
|
263
263
|
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Prueba de fondos",
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento oficial que
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento oficial que demuestra el origen de los fondos.\n\nDocumentos aceptables:\n- Recibo de pago, nómina o talón de salario (menos de 3 meses de antigüedad)\n- Declaración de impuestos sobre la renta (menos de 2 años de antigüedad)",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Extracto del registro",
|
|
266
|
-
"supportingDocuments.purpose.SignedStatus": "Estatutos
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
268
|
-
"supportingDocuments.purpose.SwornStatement": "Declaración jurada para
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "Certificado de beneficiarios
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "Un
|
|
272
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Prueba de
|
|
273
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "
|
|
274
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento de identidad
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "
|
|
266
|
+
"supportingDocuments.purpose.SignedStatus": "Estatutos Sociales firmados",
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "Un documento legal que describe las normas y reglamentos internos que rigen la gestión y operación de una empresa o asociación. Es uno de los documentos clave requeridos al incorporar una empresa y actúa como una constitución para la misma. Los Estatutos Sociales suelen incluir detalles como el nombre de la empresa, la dirección de la oficina registrada, el propósito, las acciones y los derechos de los accionistas, la junta directiva, las reuniones y procedimientos de votación, la transferencia de acciones y otras normas y regulaciones que rigen los asuntos internos de la empresa.\n\nDocumentos aceptables:\n- Una copia firmada y fechada de los Estatutos Sociales",
|
|
268
|
+
"supportingDocuments.purpose.SwornStatement": "Declaración jurada para los Beneficiarios Efectivos",
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Completa la declaración jurada, declarando exactamente cómo está estructurada la empresa y quién posee más del 25% del capital.\n\nPor favor, utiliza la plantilla adjunta.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Certificado de titularidad de beneficiarios efectivos (UBO)",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "Un documento que identifica y verifica a las personas que, en última instancia, poseen o controlan una empresa o entidad comercial. Los Beneficiarios efectivos (UBOs, por sus siglas en inglés) son individuos que poseen más del 25% de las acciones de la empresa o derechos de voto. Si no hay ninguno, los UBOs son los representantes legales de la organización.",
|
|
272
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Prueba de dirección para cada Beneficiario Efectivo",
|
|
273
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Incluye un documento para cada persona que posea al menos el 25% del capital o derechos de voto, o cualquier persona que controle los órganos ejecutivos o la gestión de tu empresa. Cualquier documento que pruebe la dirección de residencia del individuo. Deben incluir el nombre y la dirección del individuo y tener una fecha de menos de 3 meses.\n\nDocumentos aceptables:\n- Documentos relacionados con la vivienda (contrato de alquiler, estado de la hipoteca, etc.)\n- Facturas de servicios domiciliarios (electricidad, teléfono, servicios de internet, gas, agua, etc.)\n- Nómina (si incluye la dirección del trabajador).",
|
|
274
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento de identidad para cada Beneficiario Efectivo",
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Incluye un documento para cada persona que posea al menos el 25% del capital o derechos de voto, o cualquier persona que controle los órganos ejecutivos o de gestión de tu empresa.\n\nDocumentos aceptables:\n- Pasaporte\n- DNI/Tarjeta de identidad (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)\n- Permiso de residencia (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)\n- Licencia de conducir (solo aplicable a ciudadanos de países miembros del Espacio Económico Europeo)",
|
|
276
276
|
"taxIdentificationNumber.label": "Número de identificación fiscal",
|
|
277
277
|
"transactionStatement.creditor.accountNumber": "Número de cuenta del acreedor",
|
|
278
278
|
"transactionStatement.creditor.bankIdentifier": "Identificador bancario del acreedor",
|
|
@@ -282,20 +282,20 @@
|
|
|
282
282
|
"transactionStatement.debtor.bankIdentifier": "Identificador bancario del deudor",
|
|
283
283
|
"transactionStatement.debtor.bankName": "Nombre del banco del deudor",
|
|
284
284
|
"transactionStatement.debtor.name": "Nombre del deudor",
|
|
285
|
-
"transactionStatement.footer": "SWAN es una sociedad anónima simplificada (SAS) registrada en el Registro Mercantil de Bobigny con el número 853 827 103, con un capital de 16.999,66 euros, número de IVA FR90853827103 y
|
|
285
|
+
"transactionStatement.footer": "SWAN es una sociedad anónima simplificada (SAS) registrada en el Registro Mercantil de Bobigny con el número 853 827 103, con un capital de 16.999,66 euros, número de IVA FR90853827103 y cuya sede social se encuentra en 95 Avenue du Président Wilson, 93100 Montreuil, FRANCIA. \nEn su calidad de entidad de dinero electrónico que ofrece servicios de pago conforme a la legislación francesa y aprobada por la ACPR, SWAN está registrada ante esta bajo el número 17328.",
|
|
286
286
|
"transactionStatement.generationDate": "Generado el: {date}",
|
|
287
|
-
"transactionStatement.generationInfos": "Este documento es la confirmación de
|
|
288
|
-
"transactionStatement.information.amount": "
|
|
287
|
+
"transactionStatement.generationInfos": "Este documento es la confirmación de tu solicitud de transacción. No constituye una prueba de la ejecución de la transacción. La transacción se ejecutará tras pasar un proceso de verificación obligatorio.",
|
|
288
|
+
"transactionStatement.information.amount": "Monto",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Tipo de cambio",
|
|
290
290
|
"transactionStatement.information.executionDate": "Fecha de ejecución",
|
|
291
|
-
"transactionStatement.information.fees": "
|
|
291
|
+
"transactionStatement.information.fees": "Tasas",
|
|
292
292
|
"transactionStatement.information.label": "Etiqueta",
|
|
293
293
|
"transactionStatement.information.reference": "Referencia",
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "Importe de transferencia
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Importe objetivo de la transferencia",
|
|
295
295
|
"transactionStatement.information.type": "Tipo",
|
|
296
296
|
"transactionStatement.partnership": "En colaboración con",
|
|
297
297
|
"transactionStatement.title.creditor": "Información del acreedor",
|
|
298
|
-
"transactionStatement.title.debtor": "Información del
|
|
298
|
+
"transactionStatement.title.debtor": "Información del Deudor",
|
|
299
299
|
"transactionStatement.title.document": "Confirmación de la transacción",
|
|
300
300
|
"transactionStatement.title.information": "Información",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "La fecha de nacimiento no puede estar en el futuro",
|
package/src/locales/fi.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"common.skipToContent": "Ohita ja siirry sisältöön",
|
|
41
41
|
"copyButton.copiedTooltip": "Kopioitu leikepöydälle",
|
|
42
42
|
"copyButton.copyTooltip": "Kopioi napsauttamalla",
|
|
43
|
-
"datePicker.day": "
|
|
43
|
+
"datePicker.day": "Day",
|
|
44
44
|
"datePicker.day.friday": "Perjantai",
|
|
45
45
|
"datePicker.day.monday": "Maanantai",
|
|
46
46
|
"datePicker.day.saturday": "Lauantai",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"datePicker.day.thursday": "Torstai",
|
|
49
49
|
"datePicker.day.tuesday": "Tiistai",
|
|
50
50
|
"datePicker.day.wednesday": "Keskiviikko",
|
|
51
|
-
"datePicker.error.incomplete": "
|
|
52
|
-
"datePicker.month": "
|
|
51
|
+
"datePicker.error.incomplete": "Please enter your valid birth date: month, day, and year.",
|
|
52
|
+
"datePicker.month": "Month",
|
|
53
53
|
"datePicker.month.april": "Huhtikuu",
|
|
54
54
|
"datePicker.month.august": "Elokuu",
|
|
55
55
|
"datePicker.month.december": "Joulukuu",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"datePicker.month.october": "Lokakuu",
|
|
65
65
|
"datePicker.month.previous": "Edellinen kuukausi",
|
|
66
66
|
"datePicker.month.september": "Syyskuu",
|
|
67
|
-
"datePicker.year": "
|
|
67
|
+
"datePicker.year": "Year",
|
|
68
68
|
"error.generic": "Virhe tapahtui",
|
|
69
69
|
"error.iban.invalid": "IBAN-tilinumero ei näytä olevan oikein. Yritä syöttää se uudelleen.",
|
|
70
70
|
"error.network.500": "Sisäinen palvelinvirhe",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"rib.nationalCode": "Maakoodi",
|
|
216
216
|
"rib.number": "Tilin numero",
|
|
217
217
|
"rib.partnership": "Kumppanina",
|
|
218
|
-
"supportingDocuments.documentTypes": "Tuetut asiakirjat: .pdf, .png, .jpg
|
|
218
|
+
"supportingDocuments.documentTypes": "Tuetut asiakirjat: .pdf, .png, .jpg., .heic\nMax: {maxSizeMB} MT",
|
|
219
219
|
"supportingDocuments.downloadTemplate": "Lataa malli",
|
|
220
220
|
"supportingDocuments.errorUpload": "Tiedoston lataaminen epäonnistui",
|
|
221
221
|
"supportingDocuments.help.downloadTemplate": "Lataa malli",
|
|
@@ -225,79 +225,79 @@
|
|
|
225
225
|
"supportingDocuments.powerOfAttorneyModal.description": "Allekirjoitettu ja päivätty asiakirja, joka valtuuttaa henkilön edustamaan ja toimimaan yrityksen laillisen edustajan puolesta.",
|
|
226
226
|
"supportingDocuments.powerOfAttorneyModal.title": "Valtakirja",
|
|
227
227
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Hallintovirkamiehen nimittämiskirje",
|
|
228
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Asiakirja,
|
|
228
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Asiakirja, jossa kerrotaan päätöksestä nimittää yksityishenkilö organisaation hallinnoijaksi.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Yhtiön perustamiskirja",
|
|
230
|
-
"supportingDocuments.purpose.AssociationRegistration": "
|
|
231
|
-
"supportingDocuments.purpose.AssociationRegistration.description": "Asiakirja, joka
|
|
232
|
-
"supportingDocuments.purpose.Banking": "
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "
|
|
230
|
+
"supportingDocuments.purpose.AssociationRegistration": "Todistus yhdistyksen virallisesta rekisteröinnistä (alle 3 kuukautta vanha)",
|
|
231
|
+
"supportingDocuments.purpose.AssociationRegistration.description": "Asiakirja, joka todistaa yhdistyksen rekisteröinnin. Tässä asiakirjassa on oltava ilmoituksen jättämisen päivämäärä, organisaation nimi, yhdistyksen tarkoitus ja virallinen osoite.",
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Pankin tiliote (alle 3 kuukautta vanha)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "Pankin todistus, jossa on organisaation nimi.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Pääomaosuuden talletustodistus",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Yrityksen vuokrasopimus",
|
|
236
|
-
"supportingDocuments.purpose.CompanyRegistration": "Todistus
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "Asiakirja, joka todistaa
|
|
236
|
+
"supportingDocuments.purpose.CompanyRegistration": "Todistus yhdistyksen rekisteröinnistä (alle 3 kuukautta vanha)",
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "Asiakirja, joka todistaa yrityksen tai liiketoimintakokonaisuuden virallisen rekisteröinnin asianmukaisen viranomaisen kanssa. Asiakirja saa olla enintään 3 kuukautta vanha.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Yhteisön tuloveroilmoitus",
|
|
239
|
-
"supportingDocuments.purpose.FinancialStatements": "
|
|
240
|
-
"supportingDocuments.purpose.FinancialStatements.description": "
|
|
239
|
+
"supportingDocuments.purpose.FinancialStatements": "Yrityksen viimeisin verotodistus",
|
|
240
|
+
"supportingDocuments.purpose.FinancialStatements.description": "Kopio asiakirjasta, joka on toimitettu verovirastoon viimeisimmän liiketoimintakauden päätyttyä.",
|
|
241
241
|
"supportingDocuments.purpose.GeneralAssemblyMinutes": "Hallituksen kokouksen pöytäkirja",
|
|
242
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "
|
|
243
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Asiakirja, joka todistaa
|
|
245
|
-
"supportingDocuments.purpose.NIFAccreditationCard": "NIF-
|
|
246
|
-
"supportingDocuments.purpose.NIFAccreditationCard.description": "Kopio NIF-
|
|
242
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Kokouspöytäkirja on virallinen kirjallinen tallenne organisaation tai yrityksen tapaamisessa käydyistä keskusteluista sekä tehdyistä päätöksistä ja toimista. Luettelo järjestön hallituksen jäsenistä on oltava pöytäkirjassa. Pöytäkirjan on lisäksi oltava viimeisin toimitettu versio.",
|
|
243
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Oikeudellisen edustajan henkilöllisyystodistus",
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Asiakirja, joka todistaa oikeudellisen edustajan henkilöllisyyden.\n\nHyväksytyt asiakirjat:\n- Passi\n- Henkilökortti (sovellettavissa vain ETA-maiden kansalaisille)\n- Oleskelulupa (sovellettavissa vain ETA-maiden asukkaille)",
|
|
245
|
+
"supportingDocuments.purpose.NIFAccreditationCard": "NIF-valtuutuskortti",
|
|
246
|
+
"supportingDocuments.purpose.NIFAccreditationCard.description": "Kopio NIF-valtuutuskortistasi, jolla annat verotunnistenumerosi.",
|
|
247
247
|
"supportingDocuments.purpose.Other": "Muu",
|
|
248
|
-
"supportingDocuments.purpose.Other.description": "Lataa kaikki
|
|
249
|
-
"supportingDocuments.purpose.PowerOfAttorney": "
|
|
250
|
-
"supportingDocuments.purpose.PowerOfAttorney.description": "Allekirjoitettu ja päivätty asiakirja,
|
|
251
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Puheenjohtajan
|
|
252
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Asiakirja,
|
|
253
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress": "
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Virallinen asiakirja, joka sisältää
|
|
248
|
+
"supportingDocuments.purpose.Other.description": "Lataa kaikki lisäasiakirjat, joiden uskot auttavan palvelun käyttöönoton prosessissa.",
|
|
249
|
+
"supportingDocuments.purpose.PowerOfAttorney": "Valtakirja, jossa on oikeudellisen edustajan allekirjoitus",
|
|
250
|
+
"supportingDocuments.purpose.PowerOfAttorney.description": "Allekirjoitettu ja päivätty asiakirja, joka valtuuttaa yksityishenkilön edustamaan yrityksen oikeudellista edustajaa tai toimimaan hänen puolestaan.\n\nKäytä oheista pohjaa.",
|
|
251
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Puheenjohtajan nimityskirje",
|
|
252
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Asiakirja, jossa kerrotaan päätöksestä nimittää yksityishenkilö organisaation puheenjohtajaksi.",
|
|
253
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress": "Todistus yrityksen osoitteesta",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Virallinen asiakirja, joka sisältää organisaation osoitteen.\n\nHyväksytyt asiakirjat:\n- Viimeaikainen vesi-, sähkö- tai kaasulasku\n- Virallinen verotodistus tai verovapaustodistus\n- Asiakirja, joka todistaa vakuutuksen voimassaolon\n- Kiinteistön omistuksen todistava asiakirja tai vuokrasopimus\n- Selvitys yrityksen kotipaikasta, jos yritys on rekisteröity oikeudellisen edustajan kotiosoitteeseen",
|
|
255
255
|
"supportingDocuments.purpose.ProofOfCompanyIncome": "Todistus yrityksen tuloista",
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Organisaation
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Hyväksytyt asiakirjat:\n- Organisaation viimeisin tilinpäätös tai vuositilinpäätös\n- Kopio asiakirjasta, joka toimitettiin verovirastolle edellisen liiketoimintakauden päätyttyä\n- Viimeisin hallituksen kokouksessa käsitelty talousraportti",
|
|
257
257
|
"supportingDocuments.purpose.ProofOfIdentity": "Henkilöllisyystodistus",
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "
|
|
259
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress": "
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "
|
|
261
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome": "
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "Asiakirja,
|
|
263
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds": "
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Virallinen asiakirja, joka
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Hyväksytyt asiakirjat:\n- Passi\n- Henkilökortti (sovellettavissa vain ETA-maiden kansalaisille)\n- Oleskelulupa (sovellettavissa vain ETA-maiden asukkaille)",
|
|
259
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress": "Todistus osoitteesta (alle 3 kuukautta vanha)",
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Mikä tahansa asiakirja, joka todistaa yksityishenkilön kotiosoitteen. Asiakirjassa on oltava henkilön nimi ja osoite, ja se ei saa olla enempää kuin 3 kuukautta vanha.\n\nHyväksytyt asiakirjat:\n- Asiakirjat, jotka liittyvät kotiin (vuokrasopimus, pankkilainatosite, ym.)\n- Kodin kulutuslaskut (sähkö, puhelin, internet, kaasu, vesi jne.)\n- Palkkakuitti (jos siinä näkyy työntekijän osoite)",
|
|
261
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome": "Tulotodistus",
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "Asiakirja tai joukko asiakirjoja, jotka osoittavat henkilön tulot tietyllä ajanjaksolla.\n\nHyväksytyt asiakirjat:\n- Veroilmoitus, jonka päiväys on alle 2 vuotta sitten\n- Palkkakuitti, jonka päiväys on alle 3 kuukautta sitten",
|
|
263
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Varallisuustodistus",
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Virallinen asiakirja, joka todistaa varojen alkuperän.\n\nHyväksytyt asiakirjat:\n- Palkkakuitti, palkkatosite (alle 3 kuukautta vanha)\n- Veroilmoitus (alle 2 vuotta vanha",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Rekisteriote",
|
|
266
|
-
"supportingDocuments.purpose.SignedStatus": "
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
268
|
-
"supportingDocuments.purpose.SwornStatement": "
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "
|
|
272
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "
|
|
273
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "
|
|
274
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "
|
|
266
|
+
"supportingDocuments.purpose.SignedStatus": "Allekirjoitettu yhtiöjärjestys",
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "Virallinen asiakirja, jossa vedetään yhteen yrityksen tai yhdistyksen sisäiset säännöt sekä hallintoa ja operatiivista johtamista ohjaavat määräykset. Se on yksi keskeisistä asiakirjoista, joita vaaditaan yhtiön perustamiseen, ja se toimii yrityksen peruskirjana. Yhtiöjärjestys sisältää tyypillisesti yrityksen nimen, toimiston rekisteröidyn osoitteen, tarkoituksen, osakkeet ja osakkeenomistajien oikeudet, hallituksen, kokousten ja äänestämisen menettelyt, osakkeiden siirron sekä muita yrityksen sisäisiä asioita ohjaavia sääntöjä ja määräyksiä.\n\nHyväksytyt asiakirjat:\n- Yhtiöjärjestyksen allekirjoitettu ja päivätty kopio",
|
|
268
|
+
"supportingDocuments.purpose.SwornStatement": "Valaehtoinen vakuutus tosiasiallisista edunsaajista",
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Laadi valaehtoinen vakuutus, jossa ilmoitetaan tarkalleen, miten yritys on rakentunut ja ketkä omistavat enemmän kuin 25 % pääomasta.\n\nKäytä oheista pohjaa.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Virallinen todistus tosiasiallisesta edunsaajasta",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "Asiakirja, jossa nimetään ja vahvistetaan yksityishenkilöt, jotka tosiasiallisesti omistavat yrityksen tai liiketoimintakokonaisuuden tai harjoittavat siinä äänivaltaa. Tosiasialliset edunsaajat ovat yksityishenkilöitä, joilla on enemmän kuin 25 % yrityksen osakkeista tai äänivallasta. Jos tällaisia henkilöitä ei ole, tosiasiallisia edunsaajia ovat organisaation oikeudelliset edustajat.",
|
|
272
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Todistus jokaisen tosiasiallisen edunsaajan osoitteesta",
|
|
273
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Sisällytä mukaan yksi asiakirja jokaisesta henkilöstä, joka omistaa vähintään 25 % pääomasta tai äänivallasta, ja kaikista henkilöistä, joilla on määräysvaltaa ylimpään johtoon. Mikä tahansa asiakirja, joka todistaa yksityishenkilön kotiosoitteen. Asiakirjan on sisällettävä henkilön nimi ja osoite, ja se ei saa olla enempää kuin 3 kuukautta vanha.\n\nHyväksytyt asiakirjat:\n- Asiakirjat, jotka liittyvät kotiin (vuokrasopimus, pankkilainatosite, ym.)\n- Kodin kulutuslaskut (sähkö, puhelin, internet, kaasu, vesi jne.)\n- Palkkakuitti (jos siinä näkyy työntekijän osoite)",
|
|
274
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Jokaisen tosiasiallisen edunsaajan henkilöllisyystodistus",
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Sisällytä mukaan yksi asiakirja jokaista henkilöä kohden, joka omistaa vähintään 25 % pääomasta tai äänivallasta, ja kaikista henkilöistä, joilla on määräysvaltaa ylimpään johtoon.\n\nHyväksytyt asiakirjat:\n- Passi\n- Henkilökortti (sovellettavissa vain ETA-maiden kansalaisille)\n- Oleskelulupa (sovellettavissa vain ETA-maiden asukkaille)\n- Ajokortti (sovellettavissa vain ETA-maiden asukkaille)",
|
|
276
276
|
"taxIdentificationNumber.label": "Verotunnistenumero",
|
|
277
|
-
"transactionStatement.creditor.accountNumber": "
|
|
278
|
-
"transactionStatement.creditor.bankIdentifier": "
|
|
279
|
-
"transactionStatement.creditor.bankName": "
|
|
280
|
-
"transactionStatement.creditor.name": "
|
|
277
|
+
"transactionStatement.creditor.accountNumber": "Luotonantajan tilinumero",
|
|
278
|
+
"transactionStatement.creditor.bankIdentifier": "Luotonantajan pankkitunnus",
|
|
279
|
+
"transactionStatement.creditor.bankName": "Luotonantajan pankin nimi",
|
|
280
|
+
"transactionStatement.creditor.name": "Luotonantajan nimi",
|
|
281
281
|
"transactionStatement.debtor.accountNumber": "Velallisen tilinumero",
|
|
282
|
-
"transactionStatement.debtor.bankIdentifier": "Velallisen
|
|
282
|
+
"transactionStatement.debtor.bankIdentifier": "Velallisen pankkitunnus",
|
|
283
283
|
"transactionStatement.debtor.bankName": "Velallisen pankin nimi",
|
|
284
284
|
"transactionStatement.debtor.name": "Velallisen nimi",
|
|
285
|
-
"transactionStatement.footer": "SWAN
|
|
286
|
-
"transactionStatement.generationDate": "
|
|
287
|
-
"transactionStatement.generationInfos": "
|
|
288
|
-
"transactionStatement.information.amount": "
|
|
285
|
+
"transactionStatement.footer": "SWAN is a simplified joint-stock company (SAS) registered with the Bobigny Trade and Companies Register under number 853 827 103, with a capital of 16,999.66 Euros, VAT number FR90853827103 and whose registered office is located at 95 Avenue du Président Wilson, 93100 Montreuil, FRANCE.\nIn its capacity as an Electronic Money institution offering payment services under French law approved by the ACPR, SWAN is registered with the latter under number 17328.",
|
|
286
|
+
"transactionStatement.generationDate": "Generated on: {date}",
|
|
287
|
+
"transactionStatement.generationInfos": "This document is confirmation of your transaction request. It doesn't constitute proof of transaction execution. Your transaction will be executed after passing a mandatory verification process.",
|
|
288
|
+
"transactionStatement.information.amount": "Summa",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Vaihtokurssi",
|
|
290
|
-
"transactionStatement.information.executionDate": "
|
|
291
|
-
"transactionStatement.information.fees": "
|
|
292
|
-
"transactionStatement.information.label": "
|
|
290
|
+
"transactionStatement.information.executionDate": "Suorituksen päivämäärä",
|
|
291
|
+
"transactionStatement.information.fees": "Maksut",
|
|
292
|
+
"transactionStatement.information.label": "Viesti",
|
|
293
293
|
"transactionStatement.information.reference": "Viite",
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Target transfer amount",
|
|
295
295
|
"transactionStatement.information.type": "Tyyppi",
|
|
296
|
-
"transactionStatement.partnership": "
|
|
297
|
-
"transactionStatement.title.creditor": "
|
|
296
|
+
"transactionStatement.partnership": "In partnership with",
|
|
297
|
+
"transactionStatement.title.creditor": "Luotonantajan tiedot",
|
|
298
298
|
"transactionStatement.title.debtor": "Velallisen tiedot",
|
|
299
|
-
"transactionStatement.title.document": "
|
|
299
|
+
"transactionStatement.title.document": "Transaction confirmation",
|
|
300
300
|
"transactionStatement.title.information": "Tiedot",
|
|
301
|
-
"validation.birthdateCannotBeFuture": "
|
|
302
|
-
"validation.invalidBirthDate": "
|
|
301
|
+
"validation.birthdateCannotBeFuture": "Birthdate cannot be in the future",
|
|
302
|
+
"validation.invalidBirthDate": "Please enter your valid birth date."
|
|
303
303
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copie de votre carte d'accréditation du NIF pour fournir votre numéro d'identification fiscale.",
|
|
247
247
|
"supportingDocuments.purpose.Other": "Autre",
|
|
248
248
|
"supportingDocuments.purpose.Other.description": "Téléchargez tout document d'appui que vous estimez utile au processus d'intégration.",
|
|
249
|
-
"supportingDocuments.purpose.PowerOfAttorney": "
|
|
249
|
+
"supportingDocuments.purpose.PowerOfAttorney": "Procuration signée par le représentant légal",
|
|
250
250
|
"supportingDocuments.purpose.PowerOfAttorney.description": "Document signé et daté autorisant une personne à représenter ou à agir au nom du représentant légal d'une entreprise.\n\nVeuillez utiliser le modèle ci-joint.",
|
|
251
251
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Lettre de nomination du président",
|
|
252
252
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Document présentant la décision de nommer une personne au poste de président de votre organisation.",
|
|
@@ -279,23 +279,23 @@
|
|
|
279
279
|
"transactionStatement.creditor.bankName": "Nom de la banque du créancier",
|
|
280
280
|
"transactionStatement.creditor.name": "Nom du créancier",
|
|
281
281
|
"transactionStatement.debtor.accountNumber": "Numéro de compte du débiteur",
|
|
282
|
-
"transactionStatement.debtor.bankIdentifier": "Identifiant
|
|
282
|
+
"transactionStatement.debtor.bankIdentifier": "Identifiant de la banque du débiteur",
|
|
283
283
|
"transactionStatement.debtor.bankName": "Nom de la banque du débiteur",
|
|
284
284
|
"transactionStatement.debtor.name": "Nom du débiteur",
|
|
285
|
-
"transactionStatement.footer": "SWAN est une société par actions simplifiée (SAS) immatriculée au Registre du Commerce et des Sociétés de Bobigny sous le numéro 853 827 103, avec un capital de 16 999,66 euros, numéro de TVA FR90853827103 et dont le siège social est situé au 95 Avenue du Président Wilson, 93100 Montreuil, FRANCE.\nEn tant qu'établissement de monnaie électronique offrant des services de paiement
|
|
286
|
-
"transactionStatement.generationDate": "Généré le
|
|
287
|
-
"transactionStatement.generationInfos": "Ce document
|
|
285
|
+
"transactionStatement.footer": "SWAN est une société par actions simplifiée (SAS) immatriculée au Registre du Commerce et des Sociétés de Bobigny sous le numéro 853 827 103, avec un capital de 16 999,66 euros, numéro de TVA FR90853827103 et dont le siège social est situé au 95 Avenue du Président Wilson, 93100 Montreuil, FRANCE.\nEn tant qu'établissement de monnaie électronique offrant des services de paiement en vertu du droit français approuvé par l'ACPR, SWAN est inscrite auprès de ce dernier sous le numéro 17328.",
|
|
286
|
+
"transactionStatement.generationDate": "Généré le : {date}",
|
|
287
|
+
"transactionStatement.generationInfos": "Ce document atteste de votre demande de transaction. En aucun cas il ne constitue une preuve de son exécution. Votre transaction sera exécutée après un processus de vérification obligatoire.",
|
|
288
288
|
"transactionStatement.information.amount": "Montant",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Taux de change",
|
|
290
290
|
"transactionStatement.information.executionDate": "Date d'exécution",
|
|
291
291
|
"transactionStatement.information.fees": "Frais",
|
|
292
292
|
"transactionStatement.information.label": "Libellé",
|
|
293
293
|
"transactionStatement.information.reference": "Référence",
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "Montant de transfert
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Montant de la demande de transfert",
|
|
295
295
|
"transactionStatement.information.type": "Type",
|
|
296
296
|
"transactionStatement.partnership": "En partenariat avec",
|
|
297
|
-
"transactionStatement.title.creditor": "Informations
|
|
298
|
-
"transactionStatement.title.debtor": "Informations
|
|
297
|
+
"transactionStatement.title.creditor": "Informations sur le créancier",
|
|
298
|
+
"transactionStatement.title.debtor": "Informations sur le débiteur",
|
|
299
299
|
"transactionStatement.title.document": "Confirmation de transaction",
|
|
300
300
|
"transactionStatement.title.information": "Informations",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "La date de naissance ne peut pas être future",
|
package/src/locales/it.json
CHANGED
|
@@ -225,54 +225,54 @@
|
|
|
225
225
|
"supportingDocuments.powerOfAttorneyModal.description": "Un documento firmato e datato che autorizza un individuo a rappresentare o agire per conto del legale rappresentante di un'azienda.",
|
|
226
226
|
"supportingDocuments.powerOfAttorneyModal.title": "Procura firmata dal legale rappresentante",
|
|
227
227
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Lettera di nomina dell'amministratore",
|
|
228
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento che
|
|
228
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento che attesta la decisione di nominare un individuo come amministratore della vostra organizzazione.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Atto costitutivo",
|
|
230
|
-
"supportingDocuments.purpose.AssociationRegistration": "
|
|
231
|
-
"supportingDocuments.purpose.AssociationRegistration.description": "Documento che
|
|
232
|
-
"supportingDocuments.purpose.Banking": "Estratto conto bancario (meno di 3 mesi)",
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "
|
|
230
|
+
"supportingDocuments.purpose.AssociationRegistration": "Prova della registrazione legale dell'associazione (risalente a meno di 3 mesi)",
|
|
231
|
+
"supportingDocuments.purpose.AssociationRegistration.description": "Documento che attesti l'esistenza legale dell'associazione. Questo documento deve includere la data di presentazione della dichiarazione, il titolo dell'organizzazione, lo scopo dell'associazione e l'indirizzo legale.",
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Estratto conto bancario (risalente meno di 3 mesi)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "Un estratto conto bancario intestato all'organizzazione.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Certificato di deposito del capitale azionario",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Contratto di affitto d'azienda",
|
|
236
|
-
"supportingDocuments.purpose.CompanyRegistration": "
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "
|
|
236
|
+
"supportingDocuments.purpose.CompanyRegistration": "Prova di registrazione (risalente a meno di 3 mesi)",
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "Un documento che attesti la registrazione legale di un'azienda o entità commerciale presso l'autorità governativa competente. Il documento deve essere risalente a meno di 3 mesi.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Dichiarazione dei redditi della società",
|
|
239
|
-
"supportingDocuments.purpose.FinancialStatements": "Ultima dichiarazione dei redditi
|
|
240
|
-
"supportingDocuments.purpose.FinancialStatements.description": "Una copia del documento
|
|
239
|
+
"supportingDocuments.purpose.FinancialStatements": "Ultima dichiarazione dei redditi dell'azienda",
|
|
240
|
+
"supportingDocuments.purpose.FinancialStatements.description": "Una copia del documento inviato al tuo ufficio delle imposte alla fine dell'ultimo periodo commerciale.",
|
|
241
241
|
"supportingDocuments.purpose.GeneralAssemblyMinutes": "Verbale dell’assemblea generale",
|
|
242
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Il verbale
|
|
243
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento d
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento che attesti l'identità del rappresentante legale.\n\nDocumenti accettabili:\n- Passaporto
|
|
245
|
-
"supportingDocuments.purpose.NIFAccreditationCard": "Carta di accreditamento NIF",
|
|
246
|
-
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copia della
|
|
247
|
-
"supportingDocuments.purpose.Other": "
|
|
248
|
-
"supportingDocuments.purpose.Other.description": "
|
|
249
|
-
"supportingDocuments.purpose.PowerOfAttorney": "
|
|
250
|
-
"supportingDocuments.purpose.PowerOfAttorney.description": "
|
|
251
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "
|
|
252
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento che
|
|
253
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress": "Prova dell'indirizzo dell'azienda
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "
|
|
255
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome": "Prova del reddito
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "
|
|
257
|
-
"supportingDocuments.purpose.ProofOfIdentity": "Documento
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "
|
|
259
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress": "Prova di
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "
|
|
242
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "Il verbale della riunione è un resoconto formale scritto delle discussioni, decisioni e azioni intraprese durante una riunione dell'organizzazione o dell'azienda. La lista del consiglio associativo deve comparire nel verbale. Il verbale deve essere risalente all'ultima versione disponibile.",
|
|
243
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento d'identità del vostro rappresentante legale",
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento che attesti l'identità del rappresentante legale.\n\nDocumenti accettabili:\n- Passaporto\n- Carta d'identità (applicabile solo ai cittadini dei paesi membri della zona EEE)\n- Permesso di soggiorno (applicabile solo ai residenti dei paesi membri della zona EEE)",
|
|
245
|
+
"supportingDocuments.purpose.NIFAccreditationCard": "Carta di accreditamento del NIF (Numero di Identificazione Fiscale)",
|
|
246
|
+
"supportingDocuments.purpose.NIFAccreditationCard.description": "Copia della tua carta di accreditamento del NIF per fornire il tuo numero di identificazione fiscale.",
|
|
247
|
+
"supportingDocuments.purpose.Other": "Altro",
|
|
248
|
+
"supportingDocuments.purpose.Other.description": "Carica qualsiasi documento di supporto che ritieni possa essere utile nel processo di integrazione.",
|
|
249
|
+
"supportingDocuments.purpose.PowerOfAttorney": "Procura firmata dal rappresentante legale",
|
|
250
|
+
"supportingDocuments.purpose.PowerOfAttorney.description": "A signed and dated document authorizing an individual to represent or act on behalf of a company's legal representative.\n\nPlease use the attached template.",
|
|
251
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Lettera di nomina del Presidente",
|
|
252
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento che attesta la decisione di nominare un individuo come presidente della vostra organizzazione.",
|
|
253
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress": "Prova dell'indirizzo dell'azienda",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Un documento ufficiale che mostri l'indirizzo dell'organizzazione.\n\nDocumenti accettabili:\n- Ultima bolletta dell'acqua, dell'elettricità o del gas\n- Certificato fiscale ufficiale o certificato di esenzione fiscale\n- Documento di prova dell'assicurazione\n- Documento di proprietà o un contratto d’affitto\n- Dichiarazione di domiciliazione aziendale, se è registrata all'indirizzo personale del rappresentante legale",
|
|
255
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome": "Prova del reddito dell'azienda",
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Documenti accettabili:\n- Ultimi bilanci o rendiconti annuali dell'organizzazione\n- Copia del documento presentato all'ufficio delle imposte alla fine dell'ultimo periodo commerciale\n- Ultimo rapporto contabile all'assemblea generale",
|
|
257
|
+
"supportingDocuments.purpose.ProofOfIdentity": "Documento di identità",
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Documenti accettabili:\n- Passaporto\n- Carta d'identità (applicabile solo ai cittadini dei paesi membri della zona EEE)\n- Permesso di soggiorno (applicabile solo ai residenti dei paesi membri della zona EEE)",
|
|
259
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress": "Prova di residenza (risalente a meno di 3 mesi)",
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Qualsiasi documento che attesti l'indirizzo di residenza dell'individuo. Deve includere il nome e l'indirizzo dell'individuo e essere datato di meno di 3 mesi.\n\nDocumenti accettabili:\n- Documenti relativi alla casa (contratto di locazione, estratto conto del mutuo, ecc.)\n- Bollette dei servizi domestici (per elettricità, telefono, servizi Internet, gas, acqua, ecc.)\n- Busta paga (se include l'indirizzo del lavoratore)",
|
|
261
261
|
"supportingDocuments.purpose.ProofOfIndividualIncome": "Prova di reddito ",
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "A document or set of documents that demonstrates a person's income over a specific period of time.\n\nAcceptable documents:\n- An income-tax return dating less than 2 years\n- A pay slip dating less than 3 months",
|
|
263
263
|
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Prova dei fondi",
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento ufficiale che attesti l'origine dei fondi\nDocumenti
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento ufficiale che attesti l'origine dei fondi.\n\nDocumenti accettabili:\n- Busta paga (datata di meno di 3 mesi)\n- Rendiconto fiscale (datato di meno di 2 anni)",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Estratti del registro",
|
|
266
|
-
"supportingDocuments.purpose.SignedStatus": "
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
268
|
-
"supportingDocuments.purpose.SwornStatement": "Dichiarazione giurata
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "Un
|
|
272
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Prova dell'indirizzo
|
|
273
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Includere un documento per
|
|
274
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "
|
|
266
|
+
"supportingDocuments.purpose.SignedStatus": "Statuto dell'Associazione firmato",
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "Una documento legale che stabilisce le regole interne e i regolamenti che governano la gestione e l'operazione di un'azienda o di un'associazione. È uno dei documenti chiave richiesti quando si costituisce un'azienda e serve come costituzione per l'azienda. Gli Articoli dell'Associazione includono tipicamente dettagli come il nome dell'azienda, l'indirizzo della sede legale, lo scopo, le azioni e i diritti dei soci azionisti, il consiglio di amministrazione, le riunioni e le procedure di voto, la trasmissione delle azioni e altre regole e regolamenti che governano gli affari interni dell'azienda.\n\nDocumenti accettabili:\n- Una copia firmata e datata degli Statuti Sociali",
|
|
268
|
+
"supportingDocuments.purpose.SwornStatement": "Dichiarazione giurata degli Azionari Effettivi ",
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Si prega di completare la dichiarazione giurata che dichiara esattamente come è strutturata l'azienda e chi possiede più del 25% del capitale.\n\nSi prega di utilizzare il modello allegato.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Prova del certificato del Beneficiario Effettivo Ultimo (UBO)",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "Un documento che identifica e verifica gli individui che possiedono o controllano in ultima istanza un'azienda o un'entità commerciale. Gli azionari effettivi sono individui che possiedono più del 25% delle azioni o dei diritti di voto dell'azienda. Se non ce ne sono, i Beneficiari Effettivi Ultimi sono i rappresentanti legali dell'organizzazione.",
|
|
272
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Prova dell'indirizzo per ciascun beneficiario effettivo",
|
|
273
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Includere un documento per ciascuna persona che possiede almeno il 25% del capitale o dei diritti di voto, o qualsiasi persona che controlla gli organi esecutivi o amministrativi della vostra azienda. Un qualsiasi documento che attesti l'indirizzo di residenza dell'individuo. Questi documenti devono includere il nome e l'indirizzo dell'individuo e essere datati di meno di 3 mesi fa.\n\nDocumenti accettabili:\n- Documenti relativi alla casa (contratto d’affitto, estratto conto del mutuo, ecc.)\n- Bollette dei servizi domestici (per elettricità, telefono, servizi Internet, gas, acqua, ecc.)\n- Busta paga (se include l'indirizzo del lavoratore)",
|
|
274
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento di identità per ciascun azionario effettivo",
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Documento di identità per ciascuna persona che possieda almeno il 25% del capitale o dei diritti di voto, o qualsiasi persona che controlli gli organi esecutivi o amministrativi della vostra azienda.\n\nDocumenti accettabili:\n- Passaporto\n- Carta d'identità (applicabile solo ai cittadini dei paesi membri della zona EEE)\n- Permesso di soggiorno (applicabile solo ai residenti dei paesi membri della zona EEE)\n- Patente di guida (applicabile solo ai residenti dei paesi membri della zona EEE)",
|
|
276
276
|
"taxIdentificationNumber.label": "Codice fiscale",
|
|
277
277
|
"transactionStatement.creditor.accountNumber": "Numero di conto del creditore",
|
|
278
278
|
"transactionStatement.creditor.bankIdentifier": "Identificativo bancario del creditore",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"transactionStatement.partnership": "In collaborazione con",
|
|
297
297
|
"transactionStatement.title.creditor": "Informazioni creditore",
|
|
298
298
|
"transactionStatement.title.debtor": "Informazioni debitore",
|
|
299
|
-
"transactionStatement.title.document": "Conferma transazione",
|
|
299
|
+
"transactionStatement.title.document": "Conferma della transazione",
|
|
300
300
|
"transactionStatement.title.information": "Informazioni",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "La data di nascita non può essere nel futuro",
|
|
302
302
|
"validation.invalidBirthDate": "Inserisci la tua data di nascita valida."
|
package/src/locales/nl.json
CHANGED
|
@@ -227,77 +227,77 @@
|
|
|
227
227
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Aanstellingsbrief administrateur",
|
|
228
228
|
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Document dat de beslissing verschaft om een persoon aan te stellen als beheerder van je organisatie.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Statuten",
|
|
230
|
-
"supportingDocuments.purpose.AssociationRegistration": "
|
|
231
|
-
"supportingDocuments.purpose.AssociationRegistration.description": "Document ter
|
|
232
|
-
"supportingDocuments.purpose.Banking": "Bankafschrift (
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "
|
|
230
|
+
"supportingDocuments.purpose.AssociationRegistration": "Bewijs van de juridische registratie van de vereniging (niet ouder dan 3 maanden)",
|
|
231
|
+
"supportingDocuments.purpose.AssociationRegistration.description": "Document ter bewijs van het juridisch bestaan van uw vereniging. Dit document moet de datum bevatten waarop de verklaring is ingediend, de naam van de organisatie, het doel van de vereniging en het wettelijk adres.",
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Bankafschrift (niet ouder dan 3 maanden)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "Een bankafschrift op naam van de organisatie.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Certificaat van storting van aandelenkapitaal",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Bedrijfshuurcontract",
|
|
236
|
-
"supportingDocuments.purpose.CompanyRegistration": "
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "
|
|
236
|
+
"supportingDocuments.purpose.CompanyRegistration": "Bewijs van registratie (niet ouder dan 3 maanden)",
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "Een document dat bewijs levert van de juridische registratie van een bedrijf of zakelijke entiteit bij de relevante overheidsinstantie. Het document mag niet ouder zijn dan 3 maanden.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Vennootschapsbelastingaangifte",
|
|
239
239
|
"supportingDocuments.purpose.FinancialStatements": "Laatste aangifte vennootschapsbelasting",
|
|
240
240
|
"supportingDocuments.purpose.FinancialStatements.description": "Een kopie van het document dat aan het einde van de laatste zakelijke periode is ingediend bij je belastingkantoor.",
|
|
241
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes": "
|
|
242
|
-
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "
|
|
243
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Identiteitsdocument
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Document ter
|
|
241
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes": "Notulen van de algemene vergadering",
|
|
242
|
+
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "De notulen zijn een formeel schriftelijk verslag van de besprekingen, beslissingen en acties die tijdens een organisatie- of bedrijfsvergadering zijn genomen. Een lijst van het bestuur van de vereniging moet op de notulen voorkomen. De notulen moeten de laatst ingediende versie zijn.",
|
|
243
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Identiteitsdocument voor uw wettelijke vertegenwoordiger",
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Document ter identificatie van uw wettelijke vertegenwoordiger.\n\nAcceptabele documenten:\n- Paspoort\n- Identiteitskaart (alleen van toepassing op inwoners van lidstaten van de EER-zone)\n- Verblijfsvergunning (alleen van toepassing op inwoners van lidstaten van de EER-zone)",
|
|
245
245
|
"supportingDocuments.purpose.NIFAccreditationCard": "NIF-accreditatiekaart",
|
|
246
246
|
"supportingDocuments.purpose.NIFAccreditationCard.description": "Kopie van je NIF-accreditatiekaart om je fiscaal identificatienummer op te geven.",
|
|
247
|
-
"supportingDocuments.purpose.Other": "
|
|
248
|
-
"supportingDocuments.purpose.Other.description": "Upload elk document dat u denkt
|
|
249
|
-
"supportingDocuments.purpose.PowerOfAttorney": "
|
|
250
|
-
"supportingDocuments.purpose.PowerOfAttorney.description": "Een ondertekend en gedateerd document
|
|
247
|
+
"supportingDocuments.purpose.Other": "Anders",
|
|
248
|
+
"supportingDocuments.purpose.Other.description": "Upload elk ondersteunend document dat u denkt zal helpen bij het onboardingsproces.",
|
|
249
|
+
"supportingDocuments.purpose.PowerOfAttorney": "Volmacht ondertekend door de wettelijke vertegenwoordiger",
|
|
250
|
+
"supportingDocuments.purpose.PowerOfAttorney.description": "Een ondertekend en gedateerd document waarin een persoon gemachtigd wordt om namens de wettelijke vertegenwoordiger van een bedrijf op te treden of te vertegenwoordigen.\n\nGelieve het bijgevoegde sjabloon te gebruiken.",
|
|
251
251
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Brief benoeming president",
|
|
252
252
|
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documentatie over de beslissing om iemand tot voorzitter van je organisatie te benoemen.",
|
|
253
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress": "
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "
|
|
255
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome": "
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "
|
|
257
|
-
"supportingDocuments.purpose.ProofOfIdentity": "
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "
|
|
259
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress": "
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "
|
|
261
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome": "
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "
|
|
263
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Bewijs van
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Officieel document dat de herkomst van
|
|
253
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress": "Bewijs van het bedrijfsadres",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Een officieel document dat het adres van de organisatie toont.\n\nAcceptabele documenten:\n- Recent water-, elektriciteits- of gasrekening\n- Officieel belastingcertificaat of belastingvrijstellingcertificaat\n- Verzekeringsbewijs document\n- Eigendomsdocument van het pand of een huurovereenkomst\n- Verklaring van \"domiciliëring\" van het bedrijf, indien geregistreerd op het persoonlijke adres van de wettelijke vertegenwoordiger",
|
|
255
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome": "Bewijs van inkomsten van het bedrijf",
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Acceptabele documenten:\n- Laatste financiële overzichten of jaarrekeningen van de organisatie\n- Kopie van het document dat aan uw belastingkantoor is ingediend aan het einde van de laatste boekingsperiode\n- Laatste verslag van de boekhouding aan de Algemene Vergadering",
|
|
257
|
+
"supportingDocuments.purpose.ProofOfIdentity": "Identiteitsdocument",
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Acceptabele documenten:\n- Paspoort\n- Identiteitskaart (alleen van toepassing op burgers van lidstaten van de EER-zone)\n- Verblijfsvergunning (alleen van toepassing op inwoners van lidstaten van de EER-zone)",
|
|
259
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress": "Bewijs van adres (niet ouder dan 3 maanden)",
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Elk document dat het woonadres van de persoon bewijst. Het moet de naam en het adres van de persoon bevatten en niet ouder zijn dan 3 maanden.\n\nAcceptabele documenten:\n- Documenten met betrekking tot de woning (huurovereenkomst, afrekening hypotheek, etc.)\n- Huishoudelijke nutsrekeningen (voor elektriciteit, telefoon, internetdiensten, gas, water, etc.)\n- Salarisstrook (indien het het adres van de werknemer bevat)",
|
|
261
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome": "Bewijs van inkomen",
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "Een document of set van documenten die het inkomen van een persoon aantonen over een specifieke periode.\n\nAcceptabele documenten:\n- Een belastingaangifte van minder dan 2 jaar oud\n- Een loonstrookje van minder dan 3 maanden oud",
|
|
263
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Bewijs van financiële middelen",
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Officieel document dat de herkomst van de middelen aantoont.\n\nAcceptabele documenten:\n- Loonstrookje (niet ouder dan 3 maanden)\n- Inkomstenbelastingaangifte (niet ouder dan 2 jaar)",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Uittreksel uit het register",
|
|
266
|
-
"supportingDocuments.purpose.SignedStatus": "Ondertekende statuten
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
268
|
-
"supportingDocuments.purpose.SwornStatement": "
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "Vul
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "Bewijs van certificaat
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "Een
|
|
266
|
+
"supportingDocuments.purpose.SignedStatus": "Ondertekende statuten",
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "Een juridisch document dat de interne regels en voorschriften bevat die de management en werking van een bedrijf of vereniging reguleren. Het is een van de belangrijkste documenten die vereist zijn bij het oprichten van een bedrijf en dient als grondwet voor het bedrijf. De statuten bevatten doorgaans details zoals de naam van het bedrijf, het adres van het geregistreerde kantoor, het doel, aandelen en de rechten van aandeelhouders, bestuursleden, vergaderingen en stemprocedures, overdracht van aandelen, en andere regels en voorschriften die de interne aangelegenheden van het bedrijf regelen.\n\nAcceptabele documenten:\n- Een ondertekend en gedateerd exemplaar van de statuten",
|
|
268
|
+
"supportingDocuments.purpose.SwornStatement": "Een eedaflegging voor de uiteindelijk begunstigde eigenaren",
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Vul de eedaflegging in waarin precies wordt verklaard hoe het bedrijf is gestructureerd en wie meer dan 25% van het kapitaal bezit.\n\nGelieve gebruik te maken van het bijgevoegde sjabloon.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Bewijs van het certificaat voor de uiteindelijk begunstigde (UBO)",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "Een document dat de individuen identificeert en verifieert die uiteindelijk eigenaar zijn of controle hebben over een bedrijf of zakelijke entiteit. Uiteindelijk begunstigde eigenaren (UBO's) zijn individuen die meer dan 25% van de aandelen of stemrechten van het bedrijf bezitten. Als dat niet het geval is, zijn de UBO's de wettelijke vertegenwoordigers van de organisatie.",
|
|
272
272
|
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Adresbewijs voor elke uiteindelijke begunstigde",
|
|
273
273
|
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Eén document voor elke persoon die ten minste 25% van het kapitaal/stemrechten bezit, of voor elke persoon die de uitvoerende organen of het management van uw bedrijf controleert.\n\nAanvaardbare documenten:\n- Alle documenten die het woonadres van de persoon bewijzen kunnen worden geaccepteerd als ze minder dan 3 maanden zijn en de naam en het adres van de persoon bevatten. Deze documenten kunnen zijn:\n- Documenten met betrekking tot de woning (huurcontract, hypotheekverklaring, enz.);\n- Huishoudelijke nutsrekeningen (voor elektriciteit, telefoon, internetdiensten, gas, water, enz.);\n- Loonstrook (als deze het adres van de werknemer bevat).",
|
|
274
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Identiteitsdocument
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "
|
|
274
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Identiteitsdocument voor elke uiteindelijk begunstigde eigenaar",
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Inclusief één document voor elke persoon die minstens 25% van het kapitaal bezit of stemrechten heeft, of enige persoon die de uitvoerende organen of het management van uw bedrijf controleert.\n\nAcceptabele documenten:\n- Paspoort\n- Identiteitskaart (alleen van toepassing op inwoners van lidstaten van de EER-zone)\n- Verblijfsvergunning (alleen van toepassing op inwoners van lidstaten van de EER-zone)\n- Rijbewijs (alleen van toepassing op inwoners van lidstaten van de EER-zone)",
|
|
276
276
|
"taxIdentificationNumber.label": "Btw-nummer",
|
|
277
277
|
"transactionStatement.creditor.accountNumber": "Crediteurrekeningnummer",
|
|
278
|
-
"transactionStatement.creditor.bankIdentifier": "Bankidentificatie van de
|
|
279
|
-
"transactionStatement.creditor.bankName": "Naam
|
|
280
|
-
"transactionStatement.creditor.name": "Naam van de
|
|
281
|
-
"transactionStatement.debtor.accountNumber": "
|
|
282
|
-
"transactionStatement.debtor.bankIdentifier": "
|
|
283
|
-
"transactionStatement.debtor.bankName": "
|
|
278
|
+
"transactionStatement.creditor.bankIdentifier": "Bankidentificatie van de schuldeiser",
|
|
279
|
+
"transactionStatement.creditor.bankName": "Naam bank crediteur",
|
|
280
|
+
"transactionStatement.creditor.name": "Naam van de schuldeiser",
|
|
281
|
+
"transactionStatement.debtor.accountNumber": "Rekeningnummer van de debiteur",
|
|
282
|
+
"transactionStatement.debtor.bankIdentifier": "Bankidentificatiecode van de schuldenaar",
|
|
283
|
+
"transactionStatement.debtor.bankName": "Banknaam van de debiteur",
|
|
284
284
|
"transactionStatement.debtor.name": "Naam van de debiteur",
|
|
285
|
-
"transactionStatement.footer": "SWAN is een vereenvoudigde naamloze vennootschap (SAS) geregistreerd bij de
|
|
285
|
+
"transactionStatement.footer": "SWAN is een vereenvoudigde naamloze vennootschap (SAS) geregistreerd bij de Kamer van Koophandel van Bobigny onder nummer 853 827 103, met een kapitaal van 16.999,66 euro, btw-nummer FR90853827103 en met maatschappelijke zetel gevestigd aan 95 Avenue du Président Wilson, 93100 Montreuil, FRANKRIJK.\nIn zijn hoedanigheid van een elektronisch geldinstelling die betalingsdiensten aanbiedt onder Frans recht goedgekeurd door de ACPR, is SWAN geregistreerd bij laatstgenoemde onder nummer 17328.",
|
|
286
286
|
"transactionStatement.generationDate": "Gegenereerd op: {date}",
|
|
287
|
-
"transactionStatement.generationInfos": "Dit document bevestigt
|
|
287
|
+
"transactionStatement.generationInfos": "Dit document bevestigt je transactieverzoek. Het vormt geen bewijs van transactie-uitvoering. Je transactie zal worden uitgevoerd na het doorlopen van een verplicht verificatieproces.",
|
|
288
288
|
"transactionStatement.information.amount": "Bedrag",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Wisselkoers",
|
|
290
290
|
"transactionStatement.information.executionDate": "Uitvoeringsdatum",
|
|
291
291
|
"transactionStatement.information.fees": "Kosten",
|
|
292
|
-
"transactionStatement.information.label": "
|
|
292
|
+
"transactionStatement.information.label": "Etiket",
|
|
293
293
|
"transactionStatement.information.reference": "Referentie",
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Doeloverdracht",
|
|
295
295
|
"transactionStatement.information.type": "Type",
|
|
296
296
|
"transactionStatement.partnership": "In samenwerking met",
|
|
297
|
-
"transactionStatement.title.creditor": "
|
|
298
|
-
"transactionStatement.title.debtor": "Debiteur
|
|
297
|
+
"transactionStatement.title.creditor": "Schuldeiser informatie",
|
|
298
|
+
"transactionStatement.title.debtor": "Informatie over Debiteur",
|
|
299
299
|
"transactionStatement.title.document": "Transactiebevestiging",
|
|
300
300
|
"transactionStatement.title.information": "Informatie",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "Geboortedatum kan niet in de toekomst liggen",
|
|
302
|
-
"validation.invalidBirthDate": "Voer
|
|
302
|
+
"validation.invalidBirthDate": "Voer je volledige en geldige geboortedatum in: maand, dag en jaar"
|
|
303
303
|
}
|
package/src/locales/pt.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"fileInput.dropFile": "Arraste o seu ficheiro, ou {browse}",
|
|
76
76
|
"fileInput.noFile": "Nenhum ficheiro",
|
|
77
77
|
"fileInput.unknownFileName": "nome do ficheiro desconhecido",
|
|
78
|
-
"fileTile.deleteModal.delete": "
|
|
78
|
+
"fileTile.deleteModal.delete": "Apagar",
|
|
79
79
|
"fileTile.deleteModal.title": "Tem a certeza de que deseja eliminar este documento?",
|
|
80
80
|
"fileTile.id": "ID: {id}",
|
|
81
81
|
"fileTile.status.Pending": "Verificação pendente",
|
|
@@ -224,80 +224,80 @@
|
|
|
224
224
|
"supportingDocuments.noDocuments": "Sem documentos.",
|
|
225
225
|
"supportingDocuments.powerOfAttorneyModal.description": "Um documento assinado e datado autorizando uma pessoa a representar ou agir em nome do representante legal de uma empresa.",
|
|
226
226
|
"supportingDocuments.powerOfAttorneyModal.title": "Poder de procuração assinado pelo representante legal",
|
|
227
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "
|
|
228
|
-
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento que
|
|
227
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment": "Ata de nomeação do administrador",
|
|
228
|
+
"supportingDocuments.purpose.AdministratorDecisionOfAppointment.description": "Documento que comprova a decisão de nomear um indivíduo como administrador da sua organização.",
|
|
229
229
|
"supportingDocuments.purpose.ArticlesOfIncorporation": "Estatutos Sociais",
|
|
230
|
-
"supportingDocuments.purpose.AssociationRegistration": "
|
|
231
|
-
"supportingDocuments.purpose.AssociationRegistration.description": "Documento que
|
|
232
|
-
"supportingDocuments.purpose.Banking": "Extrato bancário (
|
|
233
|
-
"supportingDocuments.purpose.Banking.description": "
|
|
230
|
+
"supportingDocuments.purpose.AssociationRegistration": "Comprovante de registo legal da associação (emitida nos últimos 3 meses)",
|
|
231
|
+
"supportingDocuments.purpose.AssociationRegistration.description": "Documento que comprove a existência legal da sua associação. Este documento deve incluir a data em que a declaração foi apresentada, o nome da associação, o propósito da associação e a sede legal.",
|
|
232
|
+
"supportingDocuments.purpose.Banking": "Extrato bancário (emitido nos últimos 3 meses)",
|
|
233
|
+
"supportingDocuments.purpose.Banking.description": "Um extrato bancário no nome da organização ou do cliente.",
|
|
234
234
|
"supportingDocuments.purpose.CapitalShareDepositCertificate": "Certificado de Depósito de Capital Social",
|
|
235
235
|
"supportingDocuments.purpose.CompanyLeaseAgreement": "Contrato de Arrendamento da Empresa",
|
|
236
236
|
"supportingDocuments.purpose.CompanyRegistration": "Comprovativo de registo (emitido nos últimos 3 meses)",
|
|
237
|
-
"supportingDocuments.purpose.CompanyRegistration.description": "Um
|
|
237
|
+
"supportingDocuments.purpose.CompanyRegistration.description": "Um documento que prove o registo legal de uma empresa ou entidade comercial junto da autoridade governamental relevante. O documento tem de ter uma data de menos de 3 meses.",
|
|
238
238
|
"supportingDocuments.purpose.CorporateIncomeTaxReturn": "Declaração de IRC\n\n",
|
|
239
|
-
"supportingDocuments.purpose.FinancialStatements": "Última declaração de
|
|
240
|
-
"supportingDocuments.purpose.FinancialStatements.description": "Uma cópia do documento
|
|
239
|
+
"supportingDocuments.purpose.FinancialStatements": "Última declaração de imposto de renda da empresa",
|
|
240
|
+
"supportingDocuments.purpose.FinancialStatements.description": "Uma cópia do documento submetido à sua repartição de impostos no final do último período comercial.",
|
|
241
241
|
"supportingDocuments.purpose.GeneralAssemblyMinutes": "Atas da Assembleia Geral",
|
|
242
242
|
"supportingDocuments.purpose.GeneralAssemblyMinutes.description": "As atas de uma reunião são um registo escrito formal das discussões, decisões e ações tomadas durante uma reunião de uma organização ou empresa. O conselho da associação tem que constar nas atas e estas têm de ser a versão mais recente submetida.",
|
|
243
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento de
|
|
244
|
-
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento que comprove a identidade do seu representante legal.\n\nDocumentos aceitáveis:\n- Passaporte
|
|
245
|
-
"supportingDocuments.purpose.NIFAccreditationCard": "
|
|
246
|
-
"supportingDocuments.purpose.NIFAccreditationCard.description": "Cópia do seu cartão de acreditação
|
|
243
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity": "Documento de identidade do seu representante legal",
|
|
244
|
+
"supportingDocuments.purpose.LegalRepresentativeProofOfIdentity.description": "Documento que comprove a identidade do seu representante legal.\n\nDocumentos aceitáveis:\n- Passaporte\n- Cartão de cidadão (apenas aplicável a cidadãos de países membros do Espaço Económico Europeu)\n- Cartão de residência (apenas aplicável a residentes de países membros do Espaço Económico Europeu)",
|
|
245
|
+
"supportingDocuments.purpose.NIFAccreditationCard": "Cartão de comprovativo do Número de Identificação Fiscal (NIF)",
|
|
246
|
+
"supportingDocuments.purpose.NIFAccreditationCard.description": "Cópia do seu \"cartão de acreditação de NIF\" para fornecer o seu número de identificação fiscal.",
|
|
247
247
|
"supportingDocuments.purpose.Other": "Outros",
|
|
248
248
|
"supportingDocuments.purpose.Other.description": "Envie qualquer documento de apoio que considere útil no processo de criação da sua conta.",
|
|
249
249
|
"supportingDocuments.purpose.PowerOfAttorney": "Documento assinado e datado autorizando um indivíduo a representar ou atuar em nome do representante legal de uma empresa.\n\nPor favor, use o modelo em anexo.",
|
|
250
250
|
"supportingDocuments.purpose.PowerOfAttorney.description": "Documento assinado e datado que autoriza uma pessoa a representar ou atuar em nome do representante legal de uma empresa",
|
|
251
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "
|
|
252
|
-
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento que
|
|
253
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress": "
|
|
254
|
-
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Documento oficial que
|
|
251
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment": "Ata de nomeação do presidente",
|
|
252
|
+
"supportingDocuments.purpose.PresidentDecisionOfAppointment.description": "Documento que comprova a decisão de nomear um indivíduo como presidente da sua organização.",
|
|
253
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress": "Comprovante de endereço da empresa (emitido nos últimos 3 meses)",
|
|
254
|
+
"supportingDocuments.purpose.ProofOfCompanyAddress.description": "Documento oficial que comprove o endereço da empresa.\n\nDocumentos aceitáveis:\n- Fatura recente de água, eletricidade ou gás\n- Certificado fiscal oficial ou certificado de isenção fiscal\n- Documento de prova de seguro\n- Documento de propriedade ou contrato de arrendamento\n- Declaração de domiciliação da empresa, caso esteja registada na morada pessoal do representante legal",
|
|
255
255
|
"supportingDocuments.purpose.ProofOfCompanyIncome": "Prova de rendimentos da empresa ou última declaração fiscal da empresa",
|
|
256
|
-
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "
|
|
256
|
+
"supportingDocuments.purpose.ProofOfCompanyIncome.description": "Documentos aceitáveis:\n- Últimas demonstrações financeiras ou contas anuais da organização\n- Cópia do documento entregue à sua repartição de finanças no final do último período contabilístico\n- Último relatório de contas apresentado à Assembleia Geral",
|
|
257
257
|
"supportingDocuments.purpose.ProofOfIdentity": "Documento de identidade",
|
|
258
|
-
"supportingDocuments.purpose.ProofOfIdentity.description": "
|
|
259
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress": "Comprovativo de morada
|
|
260
|
-
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "
|
|
258
|
+
"supportingDocuments.purpose.ProofOfIdentity.description": "Documento de identidade aceitável:\n- Passaporte\n- Cartão de cidadão (apenas aplicável a cidadãos de países membros do Espaço Económico Europeu)\n- Cartão de residência (apenas aplicável a residentes de países membros do Espaço Económico Europeu)",
|
|
259
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress": "Comprovativo de morada (emitido nos últimos 3 meses)",
|
|
260
|
+
"supportingDocuments.purpose.ProofOfIndividualAddress.description": "Qualquer documento que comprove a residência do indivíduo. Eles devem incluir o nome e morada do indivíduo e ser datados em menos de 3 meses.\n\nDocumentos aceitáveis:\n- Documentos relacionados com a habitação (contrato de arrendamento, extrato de hipoteca, etc.)\n- Faturas de serviços domésticos (eletricidade, telefone, serviços de Internet, gás, água, etc.)\n- Recibo de vencimento (se incluir a morada do trabalhador)",
|
|
261
261
|
"supportingDocuments.purpose.ProofOfIndividualIncome": "Comprovativo de rendimentos",
|
|
262
|
-
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "
|
|
262
|
+
"supportingDocuments.purpose.ProofOfIndividualIncome.description": "Um documento ou conjunto de documentos que demonstra os rendimentos de uma pessoa durante um período de tempo específico.\n\nDocumentos aceitáveis:\n- Declaração de imposto de renda com menos de 2 anos\n- Um recibo de vencimento com menos de 3 meses",
|
|
263
263
|
"supportingDocuments.purpose.ProofOfOriginOfFunds": "Comprovativo de fundos",
|
|
264
|
-
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento oficial que comprove a origem dos fundos\nDocumentos aceitáveis:\n- Talão de pagamento, recibo de vencimento ou
|
|
264
|
+
"supportingDocuments.purpose.ProofOfOriginOfFunds.description": "Documento oficial que comprove a origem dos fundos.\n\nDocumentos aceitáveis:\n- Talão de pagamento, recibo de vencimento ou comprovativo de salário (com menos de 3 meses)\n- Declaração de imposto de renda (com menos de 2 anos)",
|
|
265
265
|
"supportingDocuments.purpose.RegisterExtract": "Extrato do Registo",
|
|
266
266
|
"supportingDocuments.purpose.SignedStatus": "Estatutos sociais assinados",
|
|
267
|
-
"supportingDocuments.purpose.SignedStatus.description": "
|
|
268
|
-
"supportingDocuments.purpose.SwornStatement": "Declaração juramentada
|
|
269
|
-
"supportingDocuments.purpose.SwornStatement.description": "
|
|
270
|
-
"supportingDocuments.purpose.UBODeclaration": "Certificado de
|
|
271
|
-
"supportingDocuments.purpose.UBODeclaration.description": "Um
|
|
272
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "
|
|
273
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Inclua um documento para cada pessoa que possua pelo menos 25% do capital
|
|
274
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento de identidade de cada
|
|
275
|
-
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Inclua um documento para cada pessoa que
|
|
267
|
+
"supportingDocuments.purpose.SignedStatus.description": "Um documento legal que descreve as regras internas que regem a gestão e operação de uma empresa ou associação. É um dos documentos-chave necessários ao incorporar uma empresa e serve como sua constituição. Os estatutos sociais geralmente incluem detalhes como o nome da empresa, o endereço da sede registada, o propósito, as ações e direitos dos acionistas, o conselho de administração, reuniões e procedimentos de votação, transferência de ações e outras regras e regulamentos que regem os assuntos internos da empresa.\n\nDocumentos aceitáveis:\n- Uma cópia dos Estatutos Sociais, assinada e datada.",
|
|
268
|
+
"supportingDocuments.purpose.SwornStatement": "Declaração juramentada dos Beneficiários Efetivos.",
|
|
269
|
+
"supportingDocuments.purpose.SwornStatement.description": "Preencha a declaração juramentada declarando exatamente como a empresa está estruturada e quem possui mais de 25% do capital.\n\nPor favor, utilize o modelo anexado.",
|
|
270
|
+
"supportingDocuments.purpose.UBODeclaration": "Certificado de Beneficiários Efectivos",
|
|
271
|
+
"supportingDocuments.purpose.UBODeclaration.description": "Um documento que identifica e verifica as pessoas que possuem ou controlam em última instância uma empresa ou entidade comercial. Os Beneficiários Efetivos (UBOs) são indivíduos que possuem mais de 25% das ações da empresa ou dos direitos de voto. Na ausência destes, os UBOs são os representantes legais da organização.",
|
|
272
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress": "Comprovante de domicílio para cada beneficiário efectivo",
|
|
273
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfAddress.description": "Inclua um documento para cada pessoa que possua pelo menos 25% do capital ou direitos de voto, ou qualquer pessoa que controle os órgãos executivos ou de gestão da sua empresa. Qualquer documento comprovando a residência do indivíduo. Eles devem incluir o nome e morada do indivíduo e ter data de menos de 3 meses.\n\nDocumentos aceitáveis:\n- Documentos relacionados com a habitação (contrato de aluguer, extrato de hipoteca, etc.);\n- Faturas de serviços domésticos (de eletricidade, telefone, serviços de Internet, gás, água, etc.);\n- Recibo de vencimento (se incluir a morada do trabalhador).",
|
|
274
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity": "Documento de identidade de cada Beneficiário Efetivo",
|
|
275
|
+
"supportingDocuments.purpose.UltimateBeneficialOwnerProofOfIdentity.description": "Inclua um documento para cada pessoa que possui pelo menos 25% do capital ou direitos de voto, ou qualquer pessoa que controle os órgãos executivos ou de gestão da sua empresa.\n\nDocumentos aceitáveis:\n- Passaporte\n- Cartão de cidadão (apenas aplicável a cidadãos de países membros do Espaço Económico Europeu)\n- Cartão de residência (apenas aplicável a residentes de países membros do Espaço Económico Europeu)\n- Carteira de motorista (apenas aplicável a residentes de países membros do Espaço Económico Europeu)",
|
|
276
276
|
"taxIdentificationNumber.label": "Número de Identificação Fiscal",
|
|
277
|
-
"transactionStatement.creditor.accountNumber": "Número
|
|
278
|
-
"transactionStatement.creditor.bankIdentifier": "Identificador
|
|
277
|
+
"transactionStatement.creditor.accountNumber": "Número de conta do credor",
|
|
278
|
+
"transactionStatement.creditor.bankIdentifier": "Identificador do banco do credor",
|
|
279
279
|
"transactionStatement.creditor.bankName": "Nome do banco do credor",
|
|
280
280
|
"transactionStatement.creditor.name": "Nome do credor",
|
|
281
|
-
"transactionStatement.debtor.accountNumber": "Número
|
|
282
|
-
"transactionStatement.debtor.bankIdentifier": "Identificador
|
|
281
|
+
"transactionStatement.debtor.accountNumber": "Número de conta do devedor",
|
|
282
|
+
"transactionStatement.debtor.bankIdentifier": "Identificador do banco do devedor",
|
|
283
283
|
"transactionStatement.debtor.bankName": "Nome do banco do devedor",
|
|
284
284
|
"transactionStatement.debtor.name": "Nome do devedor",
|
|
285
|
-
"transactionStatement.footer": "A SWAN é uma sociedade
|
|
286
|
-
"transactionStatement.generationDate": "Gerado em:
|
|
287
|
-
"transactionStatement.generationInfos": "Este documento é a confirmação do seu pedido de transação. Não constitui prova
|
|
288
|
-
"transactionStatement.information.amount": "
|
|
285
|
+
"transactionStatement.footer": "A SWAN é uma sociedade anônima simplificada (SAS) registrada no Registro de Comércio e Empresas de Bobigny sob o número 853 827 103, com um capital de 16.999,66 euros, número de IVA FR90853827103 e cuja sede está localizada em 95 Avenue du Président Wilson, 93100 Montreuil, FRANÇA.\nNa qualidade de instituição de dinheiro eletrónico que oferece serviços de pagamento ao abrigo da lei francesa aprovada pelo ACPR, a SWAN está registada junto deste sob o número 17328.",
|
|
286
|
+
"transactionStatement.generationDate": "Gerado em:{date}",
|
|
287
|
+
"transactionStatement.generationInfos": "Este documento é a confirmação do seu pedido de transação. Não constitui prova da execução da transação. A sua transação será executada ao completar o processo de verificação obrigatório.",
|
|
288
|
+
"transactionStatement.information.amount": "Valor",
|
|
289
289
|
"transactionStatement.information.exchangeRate": "Taxa de câmbio",
|
|
290
290
|
"transactionStatement.information.executionDate": "Data de execução",
|
|
291
291
|
"transactionStatement.information.fees": "Taxas",
|
|
292
|
-
"transactionStatement.information.label": "
|
|
292
|
+
"transactionStatement.information.label": "Etiqueta",
|
|
293
293
|
"transactionStatement.information.reference": "Referência",
|
|
294
|
-
"transactionStatement.information.targetTransferAmount": "Montante de transferência
|
|
294
|
+
"transactionStatement.information.targetTransferAmount": "Montante de transferência pretendido",
|
|
295
295
|
"transactionStatement.information.type": "Tipo",
|
|
296
296
|
"transactionStatement.partnership": "Em parceria com",
|
|
297
|
-
"transactionStatement.title.creditor": "
|
|
297
|
+
"transactionStatement.title.creditor": "Informação do credor",
|
|
298
298
|
"transactionStatement.title.debtor": "Informações do devedor",
|
|
299
299
|
"transactionStatement.title.document": "Confirmação da transação",
|
|
300
|
-
"transactionStatement.title.information": "
|
|
300
|
+
"transactionStatement.title.information": "Informação",
|
|
301
301
|
"validation.birthdateCannotBeFuture": "A data de nascimento não pode estar no futuro",
|
|
302
|
-
"validation.invalidBirthDate": "Por favor,
|
|
302
|
+
"validation.invalidBirthDate": "Por favor, introduza a sua data de nascimento completa e válida: mês, dia e ano"
|
|
303
303
|
}
|