added cs-CZ
This commit is contained in:
17
resources/lang/cs-CZ/demo.php
Normal file
17
resources/lang/cs-CZ/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Hotovost',
|
||||
'categories_uncat' => 'Bez kategorie',
|
||||
'categories_deposit' => 'Vklad',
|
||||
'categories_sales' => 'Prodeje',
|
||||
'currencies_usd' => 'Americký dolar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britská libra',
|
||||
'currencies_try' => 'Turecká Lira',
|
||||
'taxes_exempt' => 'Osvobození od daně',
|
||||
'taxes_normal' => 'Normální daň',
|
||||
'taxes_sales' => 'DPH',
|
||||
|
||||
];
|
Reference in New Issue
Block a user