german translation

This commit is contained in:
1Day 2021-12-13 12:54:45 +01:00
parent ff9be6b543
commit fbc5fed216

View file

@ -1 +1,38 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Invoice Language Lines
|--------------------------------------------------------------------------
*/
'invoice' => 'Rechnung',
'serial' => 'Rechnung Nr.',
'date' => 'Rechnungsdatum',
'seller' => 'Verkäufer',
'buyer' => 'Käufer',
'address' => 'Adresse',
'code' => 'Code',
'vat' => 'Umsatzsteuer ID',
'phone' => 'Telefon',
'description' => 'Beschreibung',
'units' => 'Einheit',
'quantity' => 'Menge',
'price' => 'Preis',
'discount' => 'Rabatt',
'tax' => 'Steuer',
'sub_total' => 'Zwischensumme',
'total_discount' => 'Gesamtrabatt',
'taxable_amount' => 'Steuerwert',
'total_taxes' => 'Gesamtsteuer',
'tax_rate' => 'Steuerrate',
'total_amount' => 'Gesamtpreis',
'pay_until' => 'Zahlbar bis',
'amount_in_words' => 'Betrag in Worten',
'amount_in_words_format' => '%s %s und %s %s',
'notes' => 'Notizen',
'shipping' => 'Lieferbedingung',
'paid' => 'Bezahlt',
'due' => 'fällig',
];