added cs-CZ
This commit is contained in:
14
resources/lang/cs-CZ/accounts.php
Normal file
14
resources/lang/cs-CZ/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Název účtu',
|
||||
'number' => 'Číslo',
|
||||
'opening_balance' => 'Počáteční zůstatek',
|
||||
'current_balance' => 'Aktuální zůstatek',
|
||||
'bank_name' => 'Název banky',
|
||||
'bank_phone' => 'Telefon do banky',
|
||||
'bank_address' => 'Adresa banky',
|
||||
'default_account' => 'Výchozí účet',
|
||||
|
||||
];
|
Reference in New Issue
Block a user