firefly-iii/resources/lang/cs_CZ/breadcrumbs.php

60 lines
2.6 KiB
PHP
Raw Normal View History

2019-08-08 10:03:19 -05:00
<?php
/**
* breadcrumbs.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Domů',
'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',
'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' => 'Expenses',
'deposit_list' => 'Výnosy, příjmy a vklady',
'transfer_list' => 'Převody',
'transfers_list' => 'Převody',
'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“',
'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',
];