German Translation
Adds German Translation.
This commit is contained in:
15
resources/lang/de-DE/accounts.php
Normal file
15
resources/lang/de-DE/accounts.php
Normal 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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user