sk-SK translation
This commit is contained in:
16
resources/lang/sk-SK/demo.php
Normal file
16
resources/lang/sk-SK/demo.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Hotovost',
|
||||
'categories_deposit' => 'Vklad',
|
||||
'categories_sales' => 'Predaje',
|
||||
'currencies_usd' => 'Americký dolar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Britská libra',
|
||||
'currencies_try' => 'Turecká Lira',
|
||||
'taxes_exempt' => 'Oslobodené od daně',
|
||||
'taxes_normal' => 'Daň',
|
||||
'taxes_sales' => 'DPH',
|
||||
|
||||
];
|
Reference in New Issue
Block a user