German Translation
Adds German Translation.
This commit is contained in:
17
resources/lang/de-DE/demo.php
Normal file
17
resources/lang/de-DE/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Bar',
|
||||
'categories_uncat' => 'Unkategorisiert',
|
||||
'categories_deposit' => 'Einzahlen',
|
||||
'categories_sales' => 'Vertrieb',
|
||||
'currencies_usd' => 'US-Dollar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britisches Pfund',
|
||||
'currencies_try' => 'Türkische Lira',
|
||||
'taxes_exempt' => 'Steuerbefreit',
|
||||
'taxes_normal' => 'Normal',
|
||||
'taxes_sales' => 'Umsatzsteuer',
|
||||
|
||||
];
|
Reference in New Issue
Block a user