Skip to content

Commit 2a940de

Browse files
authored
Merge pull request #126 from C14r/patch-german-translation
German translation
2 parents 88c4726 + 31ced08 commit 2a940de

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

resources/lang/de/invoice.php

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
3+
return [
4+
/*
5+
|--------------------------------------------------------------------------
6+
| Invoice Language Lines
7+
|--------------------------------------------------------------------------
8+
*/
9+
10+
'invoice' => 'Rechnung',
11+
'serial' => 'Rechnungsnr.',
12+
'date' => 'Rechungsdatum',
13+
'seller' => 'Verkäufer',
14+
'buyer' => 'Käufer',
15+
'address' => 'Adresse',
16+
'code' => 'Kundennr.',
17+
'vat' => 'Steuer-Nr.',
18+
'phone' => 'Telefon',
19+
'description' => 'Beschreibung',
20+
'units' => 'Einheit',
21+
'quantity' => 'Menge',
22+
'price' => 'Preis',
23+
'discount' => 'Rabatt',
24+
'tax' => 'Steuer',
25+
'sub_total' => 'Gesamt',
26+
'total_discount' => 'Rabatt gesamt',
27+
'taxable_amount' => 'Steuerpflichtiger Betrag',
28+
'total_taxes' => 'Steuern gesamt',
29+
'tax_rate' => 'Steuersatz',
30+
'total_amount' => 'Rechnungsbetrag',
31+
'pay_until' => 'Bitte zahlen Sie bis zum',
32+
'amount_in_words' => 'Betrag in Wörtern',
33+
'amount_in_words_format' => '%s %s und %s %s',
34+
'notes' => 'Notizen',
35+
'shipping' => 'Versand',
36+
'paid' => 'Bezahlt',
37+
'due' => 'Fällig',
38+
];

0 commit comments

Comments
 (0)