Akaunting/resources/lang/cs-CZ/demo.php

14 lines
332 B
PHP

<?php
return [
'accounts_cash' => 'Hotovost',
'categories_deposit' => 'Vklad',
'categories_sales' => 'Prodeje',
'currencies_usd' => 'Americký dolar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britská libra',
'currencies_try' => 'Turecká Lira',
];