. */ /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. * YOUR CHANGES WILL BE OVERWRITTEN! * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! * * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! * * https://crowdin.com/project/firefly-iii * */ declare(strict_types=1); return [ 'home' => 'Domů', 'budgets' => 'Rozpočty', 'subscriptions' => 'Subscriptions', 'transactions' => 'Transakce', 'title_expenses' => 'Výdaje', 'title_withdrawal' => 'Výdaje', 'title_revenue' => 'Revenue / income', 'title_deposit' => 'Revenue / income', 'title_transfer' => 'Převody', 'title_transfers' => 'Převody', 'edit_currency' => 'Upravit měnu „:name“', 'delete_currency' => 'Odstranit měnu „:name“', 'newPiggyBank' => 'Vytvořit novou pokladničku', 'edit_piggyBank' => 'Upravit pokladničku „:name“', 'preferences' => 'Předvolby', 'profile' => 'Profil', 'accounts' => 'Účty', 'changePassword' => 'Změnit heslo', 'change_email' => 'Změnit e-mailovou adresu', 'bills' => 'Účtenky a faktury', 'newBill' => 'Nová účtenka/faktura', 'edit_bill' => 'Upravit účtenku/fakturu „:name“', 'delete_bill' => 'Odstranit účtenku/fakturu „:name“', 'reports' => 'Sestavy', 'search_result' => 'Výsledky hledání pro „:query“', 'withdrawal_list' => 'Výdaje', 'Withdrawal_list' => 'Výdaje', 'deposit_list' => 'Výnosy, příjmy a vklady', 'transfer_list' => 'Převody', 'transfers_list' => 'Převody', /* * PLEASE DO NOT EDIT THIS FILE DIRECTLY. * YOUR CHANGES WILL BE OVERWRITTEN! * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! * * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! * * https://crowdin.com/project/firefly-iii * */ 'reconciliation_list' => 'Vyúčtování', 'create_withdrawal' => 'Vytvořit nový výběr', 'create_deposit' => 'Vytvořit nový vklad', 'create_transfer' => 'Vytvořit nový převod', 'create_new_transaction' => 'Vytvořit novou transakci', 'edit_journal' => 'Upravit transakci „:description“', 'edit_reconciliation' => 'Upravit „:description“', 'delete_journal' => 'Odstranit transakci „:description“', 'delete_group' => 'Odstranit transakci „:description“', 'tags' => 'Štítky', 'createTag' => 'Vytvořit nový štítek', 'edit_tag' => 'Upravit štítek „:tag“', 'delete_tag' => 'Odstranit štítek „:tag“', 'delete_journal_link' => 'Odstranit vazbu mezi transakcemi', 'edit_object_group' => 'Upravit skupinu „:title“', 'delete_object_group' => 'Odstranit skupinu „:title“', 'logout_others' => 'Odhlásit ostatní relace', 'asset_accounts' => 'Asset accounts', 'expense_accounts' => 'Expense accounts', 'revenue_accounts' => 'Revenue accounts', 'liabilities_accounts' => 'Liabilities', 'placeholder' => '[Placeholder]', ];