german translation
This commit is contained in:
parent
ff9be6b543
commit
fbc5fed216
1 changed files with 37 additions and 0 deletions
37
resources/lang/vendor/invoices/de/invoice.php
vendored
37
resources/lang/vendor/invoices/de/invoice.php
vendored
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue