浏览代码

german translation

1Day 3 年之前
父节点
当前提交
fbc5fed216
共有 1 个文件被更改,包括 37 次插入0 次删除
  1. 37 0
      resources/lang/vendor/invoices/de/invoice.php

+ 37 - 0
resources/lang/vendor/invoices/de/invoice.php

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