feat(girocode): use full company name + add Recipient/Bank/Amount/Reference labels

This commit is contained in:
Gerhard Scheikl
2026-05-09 17:41:22 +02:00
parent 85a56cac59
commit 9bfce39db2
3 changed files with 22 additions and 3 deletions
+9
View File
@@ -37,6 +37,9 @@ export interface InvoiceStrings {
ibanLabel: string;
bicLabel: string;
bankLabel: string;
recipientLabel: string;
amountLabel: string;
referenceLabel: string;
addressHeading: string;
contactHeading: string;
legalHeading: string;
@@ -87,6 +90,9 @@ const de: InvoiceStrings = {
ibanLabel: "IBAN",
bicLabel: "BIC",
bankLabel: "Bank",
recipientLabel: "Empfänger",
amountLabel: "Betrag",
referenceLabel: "Referenz",
addressHeading: "Adresse",
contactHeading: "Kontakt",
legalHeading: "Rechtliches",
@@ -136,6 +142,9 @@ const en: InvoiceStrings = {
ibanLabel: "IBAN",
bicLabel: "BIC",
bankLabel: "Bank",
recipientLabel: "Recipient",
amountLabel: "Amount",
referenceLabel: "Reference",
addressHeading: "Address",
contactHeading: "Contact",
legalHeading: "Legal",