@swan-io/shared-business 12.2.12 → 12.2.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/shared-business",
3
- "version": "12.2.12",
3
+ "version": "12.2.14",
4
4
  "engines": {
5
5
  "node": "^22.12.0"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "license": "MIT",
27
27
  "peerDependencies": {
28
- "@swan-io/lake": "12.2.12"
28
+ "@swan-io/lake": "12.2.14"
29
29
  },
30
30
  "dependencies": {
31
31
  "@formatjs/intl": "^3.1.6",
@@ -51,6 +51,6 @@
51
51
  "@types/react-native": "^0.72.8",
52
52
  "jsdom": "^26.1.0",
53
53
  "vitest": "^3.2.0",
54
- "@swan-io/lake": "12.2.12"
54
+ "@swan-io/lake": "12.2.14"
55
55
  }
56
56
  }
@@ -16,7 +16,7 @@
16
16
  "accountStatement.directDebit": "Lastschrift",
17
17
  "accountStatement.fees": "Gebühren",
18
18
  "accountStatement.iban": "IBAN",
19
- "accountStatement.openingBalance": "Anfangssaldo",
19
+ "accountStatement.openingBalance": "Eröffnungssaldo",
20
20
  "accountStatement.partnership": "In Partnerschaft mit",
21
21
  "accountStatement.titleDocument": "Kontoauszug",
22
22
  "accountStatement.titleDocument.companyDescription": "Geschäftskonto - in Euro",
@@ -304,7 +304,7 @@
304
304
  "supportingDocuments.purpose.CapitalShareDepositCertificate": "Zertifikat über die Einzahlung des Stammkapitals",
305
305
  "supportingDocuments.purpose.CompanyLeaseAgreement": "Firmen-Pachtvertrag",
306
306
  "supportingDocuments.purpose.CompanyRegistration": "Nachweis der Zulassung",
307
- "supportingDocuments.purpose.CompanyRegistration.description": "Ein Dokument, das die rechtliche Registrierung eines Unternehmen oder Wirtschaftseinheit bei der zuständigen Regierungsbehörde bestätigt. Das Dokument muss weniger als 3 Monate alt sein.",
307
+ "supportingDocuments.purpose.CompanyRegistration.description": "Ein Dokument, das die rechtliche Eintragung eines Unternehmens bei der zuständigen Regierungsbehörde nachweist. Das Dokument muss weniger als 3 Monate alt sein (ausgenommen sind Dokumente für Freiberufler und Gewerbetreibende).",
308
308
  "supportingDocuments.purpose.CorporateIncomeTaxReturn": "Körperschaftsteuererklärung",
309
309
  "supportingDocuments.purpose.FinancialStatements": "Letzte Körperschaftsteuererklärung",
310
310
  "supportingDocuments.purpose.FinancialStatements.description": "Eine Kopie des Dokuments, das am Ende des letzten Geschäftszeitraums bei Ihrem Finanzamt eingereicht wurde.",
@@ -12,13 +12,13 @@
12
12
  "accountStatement.column.type": "Tyyppi",
13
13
  "accountStatement.contactSupport": "Ota yhteyttä Swaniin",
14
14
  "accountStatement.creditTransfer": "Tilisiirto",
15
- "accountStatement.date": "Al {openingDate} kaen {closingDate}",
15
+ "accountStatement.date": "Alkaen {openingDate}, päättyen {closingDate}",
16
16
  "accountStatement.directDebit": "Suoraveloitus",
17
17
  "accountStatement.fees": "Maksut",
18
18
  "accountStatement.iban": "IBAN",
19
- "accountStatement.openingBalance": "Aloitussaldo",
19
+ "accountStatement.openingBalance": "Avaussaldo",
20
20
  "accountStatement.partnership": "Kumppanina",
21
- "accountStatement.titleDocument": "Tilinpäätös",
21
+ "accountStatement.titleDocument": "Tiliote",
22
22
  "accountStatement.titleDocument.companyDescription": "Yritystili - euroina",
23
23
  "accountStatement.titleDocument.individualDescription": "Henkilökohtainen tili - euroina",
24
24
  "addressFormPart.addressLabel": "Kirjoita osoitteesi",
@@ -52,7 +52,7 @@
52
52
  "common.filters.none": "Ei yhtään",
53
53
  "common.form.help.nbCharacters": "{nbCharacters} merkkiä",
54
54
  "common.form.help.nbDigits": "{nbDigits} numeroa",
55
- "common.form.invalidTaxIdentificationNumber": "Tämä kenttä on virheellinen",
55
+ "common.form.invalidTaxIdentificationNumber": "Tämä kenttä ei ole kelvollinen",
56
56
  "common.form.taxIdentificationNumber.placeholder": "verotunnus",
57
57
  "common.form.taxIdentificationNumber.tooltip.deu": "Identifikationsnummer (also Steuerliche Identifikationsnummer, Persönliche Identificationsnummer, Identifikationsnummer, Steuer-IdNr., IdNr or Steuer-ID, according to § 139b AO)",
58
58
  "common.form.taxIdentificationNumber.tooltip.ita": "Verotunnus (Codice fiscale)",
@@ -52,7 +52,7 @@
52
52
  "common.filters.none": "Aucun",
53
53
  "common.form.help.nbCharacters": "{nbCharacters} caractères",
54
54
  "common.form.help.nbDigits": "{nbDigits} chiffres",
55
- "common.form.invalidTaxIdentificationNumber": "Ce champ est invalide",
55
+ "common.form.invalidTaxIdentificationNumber": "Ce champ n’est pas valide",
56
56
  "common.form.taxIdentificationNumber.placeholder": "Numéro d'identification fiscale",
57
57
  "common.form.taxIdentificationNumber.tooltip.deu": "Identifikationsnummer (également Steuerliche Identifikationsnummer, Persönliche Identificationsnummer, Identifikationsnummer, Steuer-IdNr., IdNr ou Steuer-ID, selon § 139b AO)",
58
58
  "common.form.taxIdentificationNumber.tooltip.ita": "Numéro d'identification fiscale (Codice fiscale)",
@@ -11,7 +11,7 @@
11
11
  "accountStatement.column.totals": "Totali",
12
12
  "accountStatement.column.type": "Tipo",
13
13
  "accountStatement.contactSupport": "Contatta Swan",
14
- "accountStatement.creditTransfer": "Bonifico",
14
+ "accountStatement.creditTransfer": "Credit transfer",
15
15
  "accountStatement.date": "Dal {openingDate} al {closingDate}",
16
16
  "accountStatement.directDebit": "Addebito diretto",
17
17
  "accountStatement.fees": "Commissioni",
@@ -98,7 +98,7 @@
98
98
  "error.requiredField": "Questo campo è obbligatorio",
99
99
  "fileInput.browse": "sfoglia",
100
100
  "fileInput.clickToModify": "Clicchi per modificare",
101
- "fileInput.dropFile": "Rilascia il file, o {browse}",
101
+ "fileInput.dropFile": "Carica i file, o {browse}",
102
102
  "fileInput.noFile": "Nessun file",
103
103
  "fileInput.unknownFileName": "nome del file sconosciuto",
104
104
  "fileTile.deleteModal.delete": "Elimina",
@@ -3,7 +3,7 @@
3
3
  "accountStatement.card": "Kaart",
4
4
  "accountStatement.check": "Cheque",
5
5
  "accountStatement.closingBalance": "Eindsaldo",
6
- "accountStatement.column.credit": "Krediet (€)",
6
+ "accountStatement.column.credit": "Tegoed (€)",
7
7
  "accountStatement.column.date": "Datum",
8
8
  "accountStatement.column.debit": "Debet (€)",
9
9
  "accountStatement.column.description": "Omschrijving",
@@ -16,7 +16,7 @@
16
16
  "accountStatement.directDebit": "Automatische incasso",
17
17
  "accountStatement.fees": "Kosten",
18
18
  "accountStatement.iban": "IBAN",
19
- "accountStatement.openingBalance": "Beginbalans",
19
+ "accountStatement.openingBalance": "Beginsaldo",
20
20
  "accountStatement.partnership": "In samenwerking met",
21
21
  "accountStatement.titleDocument": "Rekeningoverzicht",
22
22
  "accountStatement.titleDocument.companyDescription": "Zakelijke rekening - in euro's",
@@ -18,7 +18,7 @@ export const getTaxNumberTooltip = (accountCountry) => match(accountCountry)
18
18
  export const getCompanyTaxNumberHelp = (accountCountry) => match(accountCountry)
19
19
  .with("DEU", () => t("common.form.help.nbDigits", { nbDigits: "10-13" }))
20
20
  .with("ESP", () => t("common.form.help.nbCharacters", { nbCharacters: "9" }))
21
- .with("ITA", () => t("common.form.help.nbCharacters", { nbCharacters: "16" }))
21
+ .with("ITA", () => t("common.form.help.nbCharacters", { nbCharacters: "11" }))
22
22
  .otherwise(() => "");
23
23
  export const getIndividualTaxNumberHelp = (accountCountry) => match(accountCountry)
24
24
  .with("DEU", () => t("common.form.help.nbDigits", { nbDigits: "11" }))
@@ -98,8 +98,8 @@ export const validateCompanyTaxNumber = (accountCountry) => value => {
98
98
  }
99
99
  })
100
100
  .with("ITA", () => {
101
- // accept 16 characters
102
- if (!/^[a-zA-Z0-9]{16}$/.test(value)) {
101
+ // accept 11 characters
102
+ if (!/^[a-zA-Z0-9]{11}$/.test(value)) {
103
103
  return t("common.form.invalidTaxIdentificationNumber");
104
104
  }
105
105
  })