German Translation

Adds German Translation.
This commit is contained in:
cracker182
2017-09-19 13:25:13 +02:00
committed by GitHub
parent e0dcb9cadb
commit 03ed626911
26 changed files with 719 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
return [
'bill_number' => 'Rechnungsnummer',
'bill_date' => 'Rechnungsdatum',
'total_price' => 'Gesamtpreis',
'due_date' => 'Fälligkeitsdatum',
'order_number' => 'Bestellnummer',
'bill_from' => 'Rechnung vom',
'quantity' => 'Menge',
'price' => 'Preis',
'sub_total' => 'Zwischensumme',
'tax_total' => 'Steuern Gesamt',
'total' => 'Gesamt',
'item_name' => 'Artikel-Name | Artikel-Name',
'payment_due' => 'Fälligkeit der Zahlung',
'amount_due' => 'Summe bis',
'paid' => 'Bezahlt',
'histories' => 'Historie',
'payments' => 'Zahlungen',
'add_payment' => 'Zahlung hinzufügen',
'download_pdf' => 'PDF herunterladen',
'send_mail' => 'E-Mail senden',
'status' => [
'new' => 'Neu',
'updated' => 'Aktualisiert',
'partial' => 'Teilweise',
'paid' => 'Bezahlt',
],
];