Build the stuff for incoming invoices.

This commit is contained in:
2025-01-21 11:49:56 +01:00
parent e16324249a
commit 0e712a3412
24 changed files with 1495 additions and 14 deletions

View File

@@ -26,6 +26,7 @@ return [
'Zip Code' => 'Postleitzahl',
'City' => 'Stadt',
'Created at' => 'Erstellt am',
'Paid at' => 'Bezahlt am',
'Search' => 'Suchen',
'You\'re logged in!' => 'Du bist angemeldet!',
'Confirm' => 'Bestätigen',
@@ -38,5 +39,13 @@ return [
'Email-Subject' => 'Betreff',
'Email-Body' => 'Nachricht',
'Tooltip multiple email' => 'Mehrere E-Mail-Adressen werden durch "," (Komma) von einander getrennt.',
'Registration name' => 'Registrierungsname',
'Country code' => 'Ländercode',
'Tax FC' => 'Steuernummer',
'Tax VAT' => 'USt-Id',
'Contact name' => 'Ansprechpartner',
'Contact email' => 'E-Mail',
'Contact phone' => 'Telefon',
'Currency code' => 'Währungscode',
];