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,15 @@
<?php
return [
'account_name' => 'Konto',
'number' => 'Nummer',
'opening_balance' => 'Start Guthaben',
'current_balance' => 'Aktuelles Guthaben',
'bank_name' => 'Bankname',
'bank_phone' => 'Bank Telefonnummer',
'bank_address' => 'Bank Adresse',
'default_account' => 'Standardkonto',
'all' => 'Alle Konten',
];