Build the stuff for incoming invoices.
This commit is contained in:
@@ -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',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user