|
@@ -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',
|
|
|
+];
|