mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Getting close enough for inclusion.
This commit is contained in:
28
resources/lang/cs_CZ/auth.php
Normal file
28
resources/lang/cs_CZ/auth.php
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* auth.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 [
|
||||||
|
'failed' => 'Nesprávné přihlašovací údaje.',
|
||||||
|
'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to znovu za :seconds sekund.',
|
||||||
|
];
|
26
resources/lang/cs_CZ/bank.php
Normal file
26
resources/lang/cs_CZ/bank.php
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* bank.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 [
|
||||||
|
];
|
59
resources/lang/cs_CZ/breadcrumbs.php
Normal file
59
resources/lang/cs_CZ/breadcrumbs.php
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
<?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',
|
||||||
|
];
|
32
resources/lang/cs_CZ/components.php
Normal file
32
resources/lang/cs_CZ/components.php
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* components.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 [
|
||||||
|
// profile
|
||||||
|
'personal_access_tokens' => 'Osobní přístupový token',
|
||||||
|
|
||||||
|
// bills:
|
||||||
|
'not_expected_period' => 'Neočekáváno v tomto období',
|
||||||
|
'not_or_not_yet' => 'Zatím ne',
|
||||||
|
];
|
51
resources/lang/cs_CZ/config.php
Normal file
51
resources/lang/cs_CZ/config.php
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* config.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 [
|
||||||
|
'html_language' => 'cs',
|
||||||
|
'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8',
|
||||||
|
'month' => '%B %Y',
|
||||||
|
'month_and_day' => '%e %B %Y',
|
||||||
|
'month_and_date_day' => '%A %B %e, %Y',
|
||||||
|
'month_and_day_no_year' => '%B %e',
|
||||||
|
'date_time' => '%e %B %Y, @ %T',
|
||||||
|
'specific_day' => '%e %B %Y',
|
||||||
|
'week_in_year' => 'Týden %W, %Y',
|
||||||
|
'year' => '%Y',
|
||||||
|
'half_year' => '%B %Y',
|
||||||
|
'month_js' => 'MMMM YYYY',
|
||||||
|
'month_and_day_js' => 'D. MMMM YYYY',
|
||||||
|
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||||
|
'specific_day_js' => 'D. MMMM YYYY',
|
||||||
|
'week_in_year_js' => '[Week] t, RRRR',
|
||||||
|
'year_js' => 'YYYY',
|
||||||
|
'half_year_js' => 'Q YYYY',
|
||||||
|
'dow_1' => 'Pondělí',
|
||||||
|
'dow_2' => 'Úterý',
|
||||||
|
'dow_3' => 'Středa',
|
||||||
|
'dow_4' => 'Čtvrtek',
|
||||||
|
'dow_5' => 'Pátek',
|
||||||
|
'dow_6' => 'Sobota',
|
||||||
|
'dow_7' => 'Neděle',
|
||||||
|
];
|
26
resources/lang/cs_CZ/csv.php
Normal file
26
resources/lang/cs_CZ/csv.php
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* csv.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 [
|
||||||
|
];
|
38
resources/lang/cs_CZ/demo.php
Normal file
38
resources/lang/cs_CZ/demo.php
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* demo.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 [
|
||||||
|
'no_demo_text' => 'Je nám líto, ale pro <abbr title=":route">na této stránce</abbr> není žádný další text vysvětlující ukázku.',
|
||||||
|
'see_help_icon' => 'Nicméně, ikona <i class="fa fa-question-circle"></i> v pravém horním rohu vám může sdělit více.',
|
||||||
|
'index' => 'Vítejte ve <strong>Firefly III</strong>! Tato stránka je rychlým přehledem vašich financí. Pro další informace se podívejte na Účty → <a href=":asset">Účty aktiv</a> a samozřejmě <a href=":budgets">Rozpočty</a> a <a href=":reports">Výkazy</a>. Nebo se prostě po aplikaci porozhlédněte.',
|
||||||
|
'accounts-index' => 'Účty aktiv jsou vaše osobní bankovní účty. Výdajové účty jsou ty, na kterých utrácíte peníze, jako například obchody a spol. Příjmové účty jsou ty, ze kterých dostáváte peníze, jako například vaše zaměstnání, stát nebo jiné zdroje příjmu. Závazky jsou dluhy a půjčky, jako například staré dluhy z kreditní karty nebo studentské půjčky. Na této stránce je možné je upravovat nebo odebírat.',
|
||||||
|
'budgets-index' => 'Tato stránka je přehledem vašich rozpočtů. Horní lišta zobrazuje částku která je pro rozpočet k dispozici. To může být pro libovolné období upraveno kliknutím na částku vpravo. Částka, kterou jste skutečně utratili je zobrazena v liště níže. Pod tím jsou výdaje v jednotlivých rozpočtech a co jste z nich naplánovali.',
|
||||||
|
'reports-index-start' => 'Firefly III podporuje mnoho výkazů. Přečtěte si o nich kliknutím na ikonu <i class="fa fa-question-circle"></i>- v pravém horním rohu.',
|
||||||
|
'reports-index-examples' => 'Nezapomeňte se podívat na tyto ukázky: <a href=":one">měsíční finanční přehled</a>, <a href=":two">roční finanční přehled</a> a <a href=":three">přehled rozpočtu</a>.',
|
||||||
|
'currencies-index' => 'Firefly III podporuje vícero měn. Ačkoli výchozí je Euro, je možné ho nastavit na americký dolar a mnoho dalších měn. Jak můžete vidět, malá sbírka měn je obsažena a je možné si přidat svou vlastní. Změna výchozí měny se nedotkne té u existujících transakcí: Firefly III podporuje použití vícero měn současně.',
|
||||||
|
'transactions-index' => 'Tyto výdaje, vklady a převody nejsou zvlášť nápadité. Byly vytvořeny automaticky.',
|
||||||
|
'piggy-banks-index' => 'Jak je možné vidět, jsou zde tři pokladničky. Pomocí tlačítek plus a mínus ovlivníte částku v každé z pokladniček. Kliknutí na název pokladničky zobrazí správu pro každou z nich.',
|
||||||
|
'import-index' => 'Do Firefly III lze importovat libovolný CSV soubor. Také podporuje importování dat z bunq a Specter. Ostatní banky a finanční slučovače budou implementovány v budoucnu. Jako demouživatel můžete v akci vidět pouze podstrčeného poskytovatele. Vytvoří nějaké náhodné transakce pro zobrazení toho, jak proces funguje.',
|
||||||
|
'profile-index' => 'Mějte na paměti, že obsah demostránky je každé čtyři hodny smazán. Přístup může být zrušen kdykoli. Toto se děje automaticky a nejedná se o chybu.',
|
||||||
|
];
|
1415
resources/lang/cs_CZ/firefly.php
Normal file
1415
resources/lang/cs_CZ/firefly.php
Normal file
File diff suppressed because it is too large
Load Diff
259
resources/lang/cs_CZ/form.php
Normal file
259
resources/lang/cs_CZ/form.php
Normal file
@@ -0,0 +1,259 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* form.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 [
|
||||||
|
// new user:
|
||||||
|
'bank_name' => 'Název banky',
|
||||||
|
'bank_balance' => 'Zůstatek',
|
||||||
|
'savings_balance' => 'Zůstatek úspor',
|
||||||
|
'credit_card_limit' => 'Limit kreditní karty',
|
||||||
|
'automatch' => 'Hledat shodu automaticky',
|
||||||
|
'skip' => 'Přeskočit',
|
||||||
|
'enabled' => 'Zapnuto',
|
||||||
|
'name' => 'Název',
|
||||||
|
'active' => 'Aktivní',
|
||||||
|
'amount_min' => 'Minimální částka',
|
||||||
|
'amount_max' => 'Maximální částka',
|
||||||
|
'match' => 'Matches on',
|
||||||
|
'strict' => 'Striktní režim',
|
||||||
|
'repeat_freq' => 'Repeats',
|
||||||
|
'journal_currency_id' => 'Měna',
|
||||||
|
'currency_id' => 'Měna',
|
||||||
|
'transaction_currency_id' => 'Měna',
|
||||||
|
'external_ip' => 'Externí IP adresa vašeho serveru',
|
||||||
|
'attachments' => 'Přílohy',
|
||||||
|
'journal_amount' => 'Částka',
|
||||||
|
'journal_source_name' => 'Příjmový účet (zdroj)',
|
||||||
|
'keep_bill_id' => 'Bill',
|
||||||
|
'journal_source_id' => 'Účet aktiv (zdroj)',
|
||||||
|
'BIC' => 'BIC',
|
||||||
|
'verify_password' => 'Ověřit odolnost hesla',
|
||||||
|
'source_account' => 'Zdrojový účet',
|
||||||
|
'destination_account' => 'Cílový účet',
|
||||||
|
'journal_destination_id' => 'Majetkový účet (cíl)',
|
||||||
|
'asset_destination_account' => 'Cílový účet',
|
||||||
|
'include_net_worth' => 'Zahrnout do čistého jmění',
|
||||||
|
'asset_source_account' => 'Zdrojový účet',
|
||||||
|
'journal_description' => 'Popis',
|
||||||
|
'note' => 'Poznámky',
|
||||||
|
'store_new_transaction' => 'Uložit novou transakci',
|
||||||
|
'split_journal' => 'Rozúčtovat transakci',
|
||||||
|
'split_journal_explanation' => 'Rozdělit tuto transakci na vícero částí',
|
||||||
|
'currency' => 'Měna',
|
||||||
|
'account_id' => 'Účet aktiv',
|
||||||
|
'budget_id' => 'Rozpočet',
|
||||||
|
'opening_balance' => 'Opening balance',
|
||||||
|
'tagMode' => 'Režim štítku',
|
||||||
|
'tag_position' => 'Umístění štítku',
|
||||||
|
'virtual_balance' => 'Virtual balance',
|
||||||
|
'targetamount' => 'Cílová částka',
|
||||||
|
'account_role' => 'Account role',
|
||||||
|
'opening_balance_date' => 'Opening balance date',
|
||||||
|
'cc_type' => 'Credit card payment plan',
|
||||||
|
'cc_monthly_payment_date' => 'Credit card monthly payment date',
|
||||||
|
'piggy_bank_id' => 'Pokladnička',
|
||||||
|
'returnHere' => 'Vrátit sem',
|
||||||
|
'returnHereExplanation' => 'Po uložení, vrátit se sem pro vytvoření další.',
|
||||||
|
'returnHereUpdateExplanation' => 'Po aktualizaci se vrátit sem.',
|
||||||
|
'description' => 'Popis',
|
||||||
|
'expense_account' => 'Výdajový účet',
|
||||||
|
'revenue_account' => 'Příjmový účet',
|
||||||
|
'decimal_places' => 'Desetinná místa',
|
||||||
|
'exchange_rate_instruction' => 'Zahraniční měny',
|
||||||
|
'source_amount' => 'Částka (zdroj)',
|
||||||
|
'destination_amount' => 'Částka (cíl)',
|
||||||
|
'native_amount' => 'Native amount',
|
||||||
|
'new_email_address' => 'Nová e-mailová adresa',
|
||||||
|
'verification' => 'Ověření',
|
||||||
|
'api_key' => 'Klíč k API',
|
||||||
|
'remember_me' => 'Zapamatovat si mě',
|
||||||
|
'liability_type_id' => 'Typ závazku',
|
||||||
|
'interest' => 'Úrok',
|
||||||
|
'interest_period' => 'Úrokové období',
|
||||||
|
|
||||||
|
'source_account_asset' => 'Zdrojový účet (účet aktiv)',
|
||||||
|
'destination_account_expense' => 'Cílový účet (výdajový účet)',
|
||||||
|
'destination_account_asset' => 'Cílový účet (účet aktiv)',
|
||||||
|
'source_account_revenue' => 'Zdrojový účet (příjmový účet)',
|
||||||
|
'type' => 'Typ',
|
||||||
|
'convert_Withdrawal' => 'Přeměnit výběr',
|
||||||
|
'convert_Deposit' => 'Přeměnit vklad',
|
||||||
|
'convert_Transfer' => 'Přeměnit převod',
|
||||||
|
|
||||||
|
'amount' => 'Částka',
|
||||||
|
'foreign_amount' => 'Částka v cizí měně',
|
||||||
|
'existing_attachments' => 'Existující přílohy',
|
||||||
|
'date' => 'Datum',
|
||||||
|
'interest_date' => 'Úrokové datum',
|
||||||
|
'book_date' => 'Book date',
|
||||||
|
'process_date' => 'Datum zpracování',
|
||||||
|
'category' => 'Kategorie',
|
||||||
|
'tags' => 'Štítky',
|
||||||
|
'deletePermanently' => 'Nadobro smazat',
|
||||||
|
'cancel' => 'Storno',
|
||||||
|
'targetdate' => 'Cílové datum',
|
||||||
|
'startdate' => 'Datum zahájení',
|
||||||
|
'tag' => 'Štítek',
|
||||||
|
'under' => 'Pod',
|
||||||
|
'symbol' => 'Symbol',
|
||||||
|
'code' => 'Kód',
|
||||||
|
'iban' => 'IBAN',
|
||||||
|
'account_number' => 'Account number',
|
||||||
|
'creditCardNumber' => 'Číslo kreditní karty',
|
||||||
|
'has_headers' => 'Hlavičky',
|
||||||
|
'date_format' => 'Formát data',
|
||||||
|
'specifix' => 'Opravy pro konkrétní soubor či banku',
|
||||||
|
'attachments[]' => 'Přílohy',
|
||||||
|
'store_new_withdrawal' => 'Uložit nový výběr',
|
||||||
|
'store_new_deposit' => 'Uložit nový vklad',
|
||||||
|
'store_new_transfer' => 'Uložit nový převod',
|
||||||
|
'add_new_withdrawal' => 'Přidat nový výběr',
|
||||||
|
'add_new_deposit' => 'Přidat nový vklad',
|
||||||
|
'add_new_transfer' => 'Přidat nový převod',
|
||||||
|
'title' => 'Title',
|
||||||
|
'notes' => 'Poznámky',
|
||||||
|
'filename' => 'Název souboru',
|
||||||
|
'mime' => 'Mime typ',
|
||||||
|
'size' => 'Velikost',
|
||||||
|
'trigger' => 'Spouštěč',
|
||||||
|
'stop_processing' => 'Zastavit zpracování',
|
||||||
|
'start_date' => 'Začátek rozsahu',
|
||||||
|
'end_date' => 'Konec rozsahu',
|
||||||
|
'include_attachments' => 'Včetně nahraných příloh',
|
||||||
|
'include_old_uploads' => 'Zahrnout importovaná data',
|
||||||
|
'delete_account' => 'Smazat účet „:name“',
|
||||||
|
'delete_bill' => 'Delete bill ":name"',
|
||||||
|
'delete_budget' => 'Smazat rozpočet „:name“',
|
||||||
|
'delete_category' => 'Smazat kategorii „:name“',
|
||||||
|
'delete_currency' => 'Odstranit měnu „:name“',
|
||||||
|
'delete_journal' => 'Smazat transakci, která má popis „:description“',
|
||||||
|
'delete_attachment' => 'Smazat přílohu „:name“',
|
||||||
|
'delete_rule' => 'Smazat pravidlo „:title“',
|
||||||
|
'delete_rule_group' => 'Smazat skupinu pravidel „:title“',
|
||||||
|
'delete_link_type' => 'Smazat odkaz typu „:name“',
|
||||||
|
'delete_user' => 'Smazat uživatele „:email“',
|
||||||
|
'delete_recurring' => 'Smazat opakovanou transakci „:title“',
|
||||||
|
'user_areYouSure' => 'If you delete user ":email", everything will be gone. There is no undo, undelete or anything. If you delete yourself, you will lose access to this instance of Firefly III.',
|
||||||
|
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?',
|
||||||
|
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
|
||||||
|
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
|
||||||
|
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
|
||||||
|
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
|
||||||
|
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
|
||||||
|
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
|
||||||
|
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?',
|
||||||
|
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
|
||||||
|
'piggyBank_areYouSure' => 'Opravdu smazat pokladničku se jménem ":name"?',
|
||||||
|
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
|
||||||
|
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
|
||||||
|
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
|
||||||
|
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
|
||||||
|
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
|
||||||
|
'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.',
|
||||||
|
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||||
|
'delete_all_permanently' => 'Označené trvale smazat',
|
||||||
|
'update_all_journals' => 'Aktualizovat tyto transakce',
|
||||||
|
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
|
||||||
|
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.',
|
||||||
|
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
|
||||||
|
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
|
||||||
|
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will be spared deletion.',
|
||||||
|
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will be spared deletion.',
|
||||||
|
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will be spared deletion.',
|
||||||
|
'recurring_keep_transactions' => 'The only transaction created by this recurring transaction will not be deleted.|All :count transactions created by this recurring transaction will be spared deletion.',
|
||||||
|
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will be spared deletion.',
|
||||||
|
'check_for_updates' => 'Zjistit dostupnost případných aktualizací',
|
||||||
|
|
||||||
|
'email' => 'E-mailová adresa',
|
||||||
|
'password' => 'Heslo',
|
||||||
|
'password_confirmation' => 'Heslo (zopakování)',
|
||||||
|
'blocked' => 'Je blokován?',
|
||||||
|
'blocked_code' => 'Důvod blokování',
|
||||||
|
'login_name' => 'Login',
|
||||||
|
|
||||||
|
// import
|
||||||
|
'apply_rules' => 'Uplatnit pravidla',
|
||||||
|
'artist' => 'Umělec',
|
||||||
|
'album' => 'Album',
|
||||||
|
'song' => 'Skladba',
|
||||||
|
|
||||||
|
|
||||||
|
// admin
|
||||||
|
'domain' => 'Doména',
|
||||||
|
'single_user_mode' => 'Vypnout možnost registrace uživatelů',
|
||||||
|
'is_demo_site' => 'Je demostránka',
|
||||||
|
|
||||||
|
// import
|
||||||
|
'import_file' => 'Importovat soubor',
|
||||||
|
'configuration_file' => 'Soubor s nastaveními',
|
||||||
|
'import_file_type' => 'Typ souboru k importu',
|
||||||
|
'csv_comma' => 'Čárka (,)',
|
||||||
|
'csv_semicolon' => 'Středník (;)',
|
||||||
|
'csv_tab' => 'Tabulátor (neviditelný)',
|
||||||
|
'csv_delimiter' => 'Oddělovač kolonek v CSV',
|
||||||
|
'csv_import_account' => 'Výchozí účet pro import',
|
||||||
|
'csv_config' => 'Nastavení CSV importu',
|
||||||
|
'client_id' => 'Identif. klienta',
|
||||||
|
'service_secret' => 'Service secret',
|
||||||
|
'app_secret' => 'App secret',
|
||||||
|
'app_id' => 'Identif. aplikace',
|
||||||
|
'secret' => 'Secret',
|
||||||
|
'public_key' => 'Veřejná část klíče',
|
||||||
|
'country_code' => 'Kód země',
|
||||||
|
'provider_code' => 'Banka nebo poskytovatel dat',
|
||||||
|
'fints_url' => 'URL adresa FinTS API',
|
||||||
|
'fints_port' => 'Port',
|
||||||
|
'fints_bank_code' => 'Kód banky',
|
||||||
|
'fints_username' => 'Uživatelské jméno',
|
||||||
|
'fints_password' => 'PIN kód / heslo',
|
||||||
|
'fints_account' => 'FinTS účet',
|
||||||
|
'local_account' => 'Účet Firefly III',
|
||||||
|
'from_date' => 'Od data',
|
||||||
|
'to_date' => 'Do data',
|
||||||
|
|
||||||
|
|
||||||
|
'due_date' => 'Datum splatnosti',
|
||||||
|
'payment_date' => 'Datum zaplacení',
|
||||||
|
'invoice_date' => 'Datum vystavení',
|
||||||
|
'internal_reference' => 'Interní reference',
|
||||||
|
'inward' => 'Inward description',
|
||||||
|
'outward' => 'Outward description',
|
||||||
|
'rule_group_id' => 'Rule group',
|
||||||
|
'transaction_description' => 'Popis transakce',
|
||||||
|
'first_date' => 'První datum',
|
||||||
|
'transaction_type' => 'Typ transakce',
|
||||||
|
'repeat_until' => 'Opakovat do data',
|
||||||
|
'recurring_description' => 'Recurring transaction description',
|
||||||
|
'repetition_type' => 'Typ opakování',
|
||||||
|
'foreign_currency_id' => 'Zahraniční měna',
|
||||||
|
'repetition_end' => 'Opakování končí',
|
||||||
|
'repetitions' => 'Opakování',
|
||||||
|
'calendar' => 'Kalendář',
|
||||||
|
'weekend' => 'Víkend',
|
||||||
|
'client_secret' => 'Client secret',
|
||||||
|
|
||||||
|
'withdrawal_destination_id' => 'Destination account',
|
||||||
|
'deposit_source_id' => 'Source account',
|
||||||
|
|
||||||
|
];
|
316
resources/lang/cs_CZ/import.php
Normal file
316
resources/lang/cs_CZ/import.php
Normal file
@@ -0,0 +1,316 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* import.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 [
|
||||||
|
// ALL breadcrumbs and subtitles:
|
||||||
|
'index_breadcrumb' => 'Importovat data do Firefly III',
|
||||||
|
'prerequisites_breadcrumb_fake' => 'Prerequisites for the fake import provider',
|
||||||
|
'prerequisites_breadcrumb_spectre' => 'Prerequisites for Spectre',
|
||||||
|
'prerequisites_breadcrumb_bunq' => 'Prerequisites for bunq',
|
||||||
|
'prerequisites_breadcrumb_ynab' => 'Prerequisites for YNAB',
|
||||||
|
'job_configuration_breadcrumb' => 'Nastavení pro „:key“',
|
||||||
|
'job_status_breadcrumb' => 'Stav importu pro „:key“',
|
||||||
|
'disabled_for_demo_user' => 'v ukázce vypnuté',
|
||||||
|
|
||||||
|
// index page:
|
||||||
|
'general_index_intro' => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
|
||||||
|
|
||||||
|
// import provider strings (index):
|
||||||
|
'button_fake' => 'Simulovat import',
|
||||||
|
'button_file' => 'Importovat soubor',
|
||||||
|
'button_bunq' => 'Importovat z bunq',
|
||||||
|
'button_spectre' => 'Importovat pomocí Spectre',
|
||||||
|
'button_plaid' => 'Importovat pomocí Plaid',
|
||||||
|
'button_yodlee' => 'Importovat pomocí Yodlee',
|
||||||
|
'button_quovo' => 'Importovat pomocí Quovo',
|
||||||
|
'button_ynab' => 'Importovat z You Need A Budget',
|
||||||
|
'button_fints' => 'Importovat pomocí FinTS',
|
||||||
|
|
||||||
|
|
||||||
|
// prerequisites box (index)
|
||||||
|
'need_prereq_title' => 'Import prerequisites',
|
||||||
|
'need_prereq_intro' => 'Some import methods need your attention before they can be used. For example, they might require special API keys or application secrets. You can configure them here. The icon indicates if these prerequisites have been met.',
|
||||||
|
'do_prereq_fake' => 'Prerequisites for the fake provider',
|
||||||
|
'do_prereq_file' => 'Prerequisites for file imports',
|
||||||
|
'do_prereq_bunq' => 'Předpoklady pro importy z bunq',
|
||||||
|
'do_prereq_spectre' => 'Předpoklady pro importy z Spectre',
|
||||||
|
'do_prereq_plaid' => 'Předpoklady pro importy z Plaid',
|
||||||
|
'do_prereq_yodlee' => 'Předpoklady pro importy z Yodlee',
|
||||||
|
'do_prereq_quovo' => 'Předpoklady pro importy z Quovo',
|
||||||
|
'do_prereq_ynab' => 'Předpoklady pro importy z YNAB',
|
||||||
|
|
||||||
|
// prerequisites:
|
||||||
|
'prereq_fake_title' => 'Prerequisites for an import from the fake import provider',
|
||||||
|
'prereq_fake_text' => 'This fake provider requires a fake API key. It must be 32 characters long. You can use this one: 123456789012345678901234567890AA',
|
||||||
|
'prereq_spectre_title' => 'Prerequisites for an import using the Spectre API',
|
||||||
|
'prereq_spectre_text' => 'In order to import data using the Spectre API (v4), you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||||
|
'prereq_spectre_pub' => 'Likewise, the Spectre API needs to know the public key you see below. Without it, it will not recognize you. Please enter this public key on your <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||||
|
'prereq_bunq_title' => 'Předpoklady pro import z bunq',
|
||||||
|
'prereq_bunq_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app. Please note that the import function for bunq is in BETA. It has only been tested against the sandbox API.',
|
||||||
|
'prereq_bunq_ip' => 'bunq requires your externally facing IP address. Firefly III has tried to fill this in using <a href="https://www.ipify.org/">the ipify service</a>. Make sure this IP address is correct, or the import will fail.',
|
||||||
|
'prereq_ynab_title' => 'Předpoklady pro import z YNAB',
|
||||||
|
'prereq_ynab_text' => 'In order to be able to download transactions from YNAB, please create a new application on your <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> and enter the client ID and secret on this page.',
|
||||||
|
'prereq_ynab_redirect' => 'To complete the configuration, enter the following URL at the <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> under the "Redirect URI(s)".',
|
||||||
|
'callback_not_tls' => 'Firefly III zjistilo následující URI adresu zpětného volání. Zdá se, že váš server není nastaven tak, aby přijímal TLS připojení (https). YNAB tuto URI nepřijme. Můžete pokračovat v importu (protože Firefly III se může mýlit), ale mějte to na paměti.',
|
||||||
|
// prerequisites success messages:
|
||||||
|
'prerequisites_saved_for_fake' => 'Atrapa API klíče úspěšně uložena!',
|
||||||
|
'prerequisites_saved_for_spectre' => 'Identif. aplikace a heslo uloženo!',
|
||||||
|
'prerequisites_saved_for_bunq' => 'API klíč a IP adresa uložena!',
|
||||||
|
'prerequisites_saved_for_ynab' => 'Identifikátor YNAB klienta a heslo uloženo!',
|
||||||
|
|
||||||
|
// job configuration:
|
||||||
|
'job_config_apply_rules_title' => 'Nastavení úlohy – uplatnit vaše pravidla?',
|
||||||
|
'job_config_apply_rules_text' => 'Po spuštění atrapy poskytovatele je možné na transakce uplatnit pravidla. To ale prodlouží dobu importu.',
|
||||||
|
'job_config_input' => 'Vaše zadání',
|
||||||
|
// job configuration for the fake provider:
|
||||||
|
'job_config_fake_artist_title' => 'Zadejte název skupiny',
|
||||||
|
'job_config_fake_artist_text' => 'Mnoho importních rutin má několik kroků nastavení, kterými je třeba projít. V případě atrapy poskytovatele importu je třeba odpovědět na některé podivné otázky. V tomto případě pokračujte zadáním „David Bowie“.',
|
||||||
|
'job_config_fake_song_title' => 'Zadejte název skladby',
|
||||||
|
'job_config_fake_song_text' => 'Pro pokračování v atrapě importu zmiňte skladbu „Golden years2“.',
|
||||||
|
'job_config_fake_album_title' => 'Zadejte název alba',
|
||||||
|
'job_config_fake_album_text' => 'Some import routines require extra data halfway through the import. In the case of the fake import provider, you must answer some weird questions. Enter "Station to station" to continue.',
|
||||||
|
// job configuration form the file provider
|
||||||
|
'job_config_file_upload_title' => 'Nastavení importu (1/4) – nahrajte svůj soubor',
|
||||||
|
'job_config_file_upload_text' => 'Tato rutina vám pomůže importovat soubory z vaší banky do Firefly III. ',
|
||||||
|
'job_config_file_upload_help' => 'Vyberte soubor. Ověřte, že obsah souboru je ve znakové sadě UTF-8.',
|
||||||
|
'job_config_file_upload_config_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>',
|
||||||
|
'job_config_file_upload_type_help' => 'Vyberte typ souboru, který budete nahrávat',
|
||||||
|
'job_config_file_upload_submit' => 'Nahrát soubory',
|
||||||
|
'import_file_type_csv' => 'CSV (středníkem oddělované hodnoty)',
|
||||||
|
'import_file_type_ofx' => 'OFX',
|
||||||
|
'file_not_utf8' => 'The file you have uploaded is not encoded as UTF-8 or ASCII. Firefly III cannot handle such files. Please use Notepad++ or Sublime to convert your file to UTF-8.',
|
||||||
|
'job_config_uc_title' => 'Nastavení importu (2/4) – základní nastavení souboru',
|
||||||
|
'job_config_uc_text' => 'Aby byl možný správný import, ověřte níže uvedené volby.',
|
||||||
|
'job_config_uc_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
|
||||||
|
'job_config_uc_date_help' => 'Date time format in your file. Follow the format as <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
||||||
|
'job_config_uc_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||||
|
'job_config_uc_account_help' => 'If your file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the file belong to.',
|
||||||
|
'job_config_uc_apply_rules_title' => 'Uplatnit pravidla',
|
||||||
|
'job_config_uc_apply_rules_text' => 'Applies your rules to every imported transaction. Note that this slows the import significantly.',
|
||||||
|
'job_config_uc_specifics_title' => 'Předvolby pro konkrétní banku',
|
||||||
|
'job_config_uc_specifics_txt' => 'Some banks deliver badly formatted files. Firefly III can fix those automatically. If your bank delivers such files but it\'s not listed here, please open an issue on GitHub.',
|
||||||
|
'job_config_uc_submit' => 'Pokračovat',
|
||||||
|
'invalid_import_account' => 'You have selected an invalid account to import into.',
|
||||||
|
'import_liability_select' => 'Závazek',
|
||||||
|
// job configuration for Spectre:
|
||||||
|
'job_config_spectre_login_title' => 'Zvolte své přihlášení',
|
||||||
|
'job_config_spectre_login_text' => 'Firefly III has found :count existing login(s) in your Spectre account. Which one would you like to use to import from?',
|
||||||
|
'spectre_login_status_active' => 'Aktivní',
|
||||||
|
'spectre_login_status_inactive' => 'Neaktivní',
|
||||||
|
'spectre_login_status_disabled' => 'Vypnuto',
|
||||||
|
'spectre_login_new_login' => 'Login with another bank, or one of these banks with different credentials.',
|
||||||
|
'job_config_spectre_accounts_title' => 'Vybrat účty ze kterých importovat',
|
||||||
|
'job_config_spectre_accounts_text' => 'You have selected ":name" (:country). You have :count account(s) available from this provider. Please select the Firefly III asset account(s) where the transactions from these accounts should be stored. Remember, in order to import data both the Firefly III account and the ":name"-account must have the same currency.',
|
||||||
|
'spectre_do_not_import' => '(neimportovat)',
|
||||||
|
'spectre_no_mapping' => 'It seems you have not selected any accounts to import from.',
|
||||||
|
'imported_from_account' => 'Importováno z „:account“',
|
||||||
|
'spectre_account_with_number' => 'Účet :number',
|
||||||
|
'job_config_spectre_apply_rules' => 'Uplatnit pravidla',
|
||||||
|
'job_config_spectre_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
|
||||||
|
|
||||||
|
// job configuration for bunq:
|
||||||
|
'job_config_bunq_accounts_title' => 'bunq účty',
|
||||||
|
'job_config_bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
|
||||||
|
'bunq_no_mapping' => 'It seems you have not selected any accounts.',
|
||||||
|
'should_download_config' => 'You should download <a href=":route">the configuration file</a> for this job. This will make future imports way easier.',
|
||||||
|
'share_config_file' => 'If you have imported data from a public bank, you should <a href="https://github.com/firefly-iii/import-configurations/wiki">share your configuration file</a> so it will be easy for other users to import their data. Sharing your configuration file will not expose your financial details.',
|
||||||
|
'job_config_bunq_apply_rules' => 'Uplatnit pravidla',
|
||||||
|
'job_config_bunq_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
|
||||||
|
'bunq_savings_goal' => 'Savings goal: :amount (:percentage%)',
|
||||||
|
'bunq_account_status_CANCELLED' => 'Zrušený bunq účet',
|
||||||
|
|
||||||
|
'ynab_account_closed' => 'Účet je uzavřen!',
|
||||||
|
'ynab_account_deleted' => 'Účet je smazán!',
|
||||||
|
'ynab_account_type_savings' => 'spořicí účet',
|
||||||
|
'ynab_account_type_checking' => 'checking account',
|
||||||
|
'ynab_account_type_cash' => 'hotovostní účet',
|
||||||
|
'ynab_account_type_creditCard' => 'kreditní karta',
|
||||||
|
'ynab_account_type_lineOfCredit' => 'řádek úvěru',
|
||||||
|
'ynab_account_type_otherAsset' => 'other asset account',
|
||||||
|
'ynab_account_type_otherLiability' => 'ostatní závazky',
|
||||||
|
'ynab_account_type_payPal' => 'Paypal',
|
||||||
|
'ynab_account_type_merchantAccount' => 'merchant account',
|
||||||
|
'ynab_account_type_investmentAccount' => 'investiční účet',
|
||||||
|
'ynab_account_type_mortgage' => 'hypotéka',
|
||||||
|
'ynab_do_not_import' => '(neimportovat)',
|
||||||
|
'job_config_ynab_apply_rules' => 'Uplatnit pravidla',
|
||||||
|
'job_config_ynab_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
|
||||||
|
|
||||||
|
// job configuration for YNAB:
|
||||||
|
'job_config_ynab_select_budgets' => 'Vyberte svůj rozpočet',
|
||||||
|
'job_config_ynab_select_budgets_text' => 'You have :count budgets stored at YNAB. Please select the one from which Firefly III will import the transactions.',
|
||||||
|
'job_config_ynab_no_budgets' => 'There are no budgets available to be imported from.',
|
||||||
|
'ynab_no_mapping' => 'It seems you have not selected any accounts to import from.',
|
||||||
|
'job_config_ynab_bad_currency' => 'You cannot import from the following budget(s), because you do not have accounts with the same currency as these budgets.',
|
||||||
|
'job_config_ynab_accounts_title' => 'Vyberte účty',
|
||||||
|
'job_config_ynab_accounts_text' => 'You have the following accounts available in this budget. Please select from which accounts you want to import, and where the transactions should be stored.',
|
||||||
|
|
||||||
|
|
||||||
|
// keys from "extra" array:
|
||||||
|
'spectre_extra_key_iban' => 'IBAN',
|
||||||
|
'spectre_extra_key_swift' => 'SWIFT',
|
||||||
|
'spectre_extra_key_status' => 'Stav',
|
||||||
|
'spectre_extra_key_card_type' => 'Typ karty',
|
||||||
|
'spectre_extra_key_account_name' => 'Název účtu',
|
||||||
|
'spectre_extra_key_client_name' => 'Jméno zákazníka',
|
||||||
|
'spectre_extra_key_account_number' => 'Číslo účtu',
|
||||||
|
'spectre_extra_key_blocked_amount' => 'Blokovaná částka',
|
||||||
|
'spectre_extra_key_available_amount' => 'Částka k dispozici',
|
||||||
|
'spectre_extra_key_credit_limit' => 'Credit limit',
|
||||||
|
'spectre_extra_key_interest_rate' => 'Úroková sazba',
|
||||||
|
'spectre_extra_key_expiry_date' => 'Datum skončení platnosti',
|
||||||
|
'spectre_extra_key_open_date' => 'Open date',
|
||||||
|
'spectre_extra_key_current_time' => 'Aktuální čas',
|
||||||
|
'spectre_extra_key_current_date' => 'Aktuální datum',
|
||||||
|
'spectre_extra_key_cards' => 'Karty',
|
||||||
|
'spectre_extra_key_units' => 'Jednotky',
|
||||||
|
'spectre_extra_key_unit_price' => 'Jednotková cena',
|
||||||
|
'spectre_extra_key_transactions_count' => 'Počet transakcí',
|
||||||
|
|
||||||
|
//job configuration for finTS
|
||||||
|
'fints_connection_failed' => 'An error occurred while trying to connecting to your bank. Please make sure that all the data you entered is correct. Original error message: :originalError',
|
||||||
|
|
||||||
|
'job_config_fints_url_help' => 'Např. https://banking-dkb.s-fints-pt-dkb.de/fints30',
|
||||||
|
'job_config_fints_username_help' => 'Pro mnohé banky je toto číslo vašeho účtu.',
|
||||||
|
'job_config_fints_port_help' => 'Výchozí port je 443.',
|
||||||
|
'job_config_fints_account_help' => 'Choose the bank account for which you want to import transactions.',
|
||||||
|
'job_config_local_account_help' => 'Choose the Firefly III account corresponding to your bank account chosen above.',
|
||||||
|
// specifics:
|
||||||
|
'specific_ing_name' => 'ING NL',
|
||||||
|
'specific_ing_descr' => 'Vytvořit lepší popisy v exportu ING',
|
||||||
|
'specific_sns_name' => 'SNS / Volksbank NL',
|
||||||
|
'specific_sns_descr' => 'Trim quotes from SNS / Volksbank export files',
|
||||||
|
'specific_abn_name' => 'ABN AMRO NL',
|
||||||
|
'specific_abn_descr' => 'Fixes potential problems with ABN AMRO files',
|
||||||
|
'specific_rabo_name' => 'Rabobank NL',
|
||||||
|
'specific_rabo_descr' => 'Fixes potential problems with Rabobank files',
|
||||||
|
'specific_pres_name' => 'President\'s Choice Financial CA',
|
||||||
|
'specific_pres_descr' => 'Fixes potential problems with PC files',
|
||||||
|
'specific_belfius_name' => 'Belfius BE',
|
||||||
|
'specific_belfius_descr' => 'Fixes potential problems with Belfius files',
|
||||||
|
'specific_ingbelgium_name' => 'ING BE',
|
||||||
|
'specific_ingbelgium_descr' => 'Fixes potential problems with ING Belgium files',
|
||||||
|
// job configuration for file provider (stage: roles)
|
||||||
|
'job_config_roles_title' => 'Import setup (3/4) - Define each column\'s role',
|
||||||
|
'job_config_roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
||||||
|
'job_config_roles_submit' => 'Pokračovat',
|
||||||
|
'job_config_roles_column_name' => 'Název sloupce',
|
||||||
|
'job_config_roles_column_example' => 'Column example data',
|
||||||
|
'job_config_roles_column_role' => 'Význam dat ve sloupci',
|
||||||
|
'job_config_roles_do_map_value' => 'Mapovat tyto hodnoty',
|
||||||
|
'job_config_roles_no_example' => 'Nejsou k dispozici žádná ukázková data',
|
||||||
|
'job_config_roles_fa_warning' => 'If you mark a column as containing an amount in a foreign currency, you must also set the column that contains which currency it is.',
|
||||||
|
'job_config_roles_rwarning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
|
||||||
|
'job_config_roles_colum_count' => 'Sloupec',
|
||||||
|
// job config for the file provider (stage: mapping):
|
||||||
|
'job_config_map_title' => 'Import setup (4/4) - Connect import data to Firefly III data',
|
||||||
|
'job_config_map_text' => 'In the following tables, the left value shows you information found in your uploaded file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||||
|
'job_config_map_nothing' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.',
|
||||||
|
'job_config_field_value' => 'Hodnota v kolonce',
|
||||||
|
'job_config_field_mapped' => 'Mapováno na',
|
||||||
|
'map_do_not_map' => '(nemapovat)',
|
||||||
|
'job_config_map_submit' => 'Zahájit import',
|
||||||
|
|
||||||
|
|
||||||
|
// import status page:
|
||||||
|
'import_with_key' => 'Importovat s klíčem „:key“',
|
||||||
|
'status_wait_title' => 'Vyčkejte…',
|
||||||
|
'status_wait_text' => 'Toto okno za okamžik zmizí.',
|
||||||
|
'status_running_title' => 'Import je spuštěn',
|
||||||
|
'status_job_running' => 'Čekejte, import probíhá…',
|
||||||
|
'status_job_storing' => 'Čekejte, ukládání dat…',
|
||||||
|
'status_job_rules' => 'Čekejte, spouštění pravidel…',
|
||||||
|
'status_fatal_title' => 'Fatální chyba',
|
||||||
|
'status_fatal_text' => 'The import has suffered from an error it could not recover from. Apologies!',
|
||||||
|
'status_fatal_more' => 'This (possibly very cryptic) error message is complemented by log files, which you can find on your hard drive, or in the Docker container where you run Firefly III from.',
|
||||||
|
'status_finished_title' => 'Import dokončen',
|
||||||
|
'status_finished_text' => 'Import byl dokončen.',
|
||||||
|
'finished_with_errors' => 'There were some errors during the import. Please review them carefully.',
|
||||||
|
'unknown_import_result' => 'Neznámý výsledek importu',
|
||||||
|
'result_no_transactions' => 'No transactions have been imported. Perhaps they were all duplicates is simply no transactions where present to be imported. Perhaps the log files can tell you what happened. If you import data regularly, this is normal.',
|
||||||
|
'result_one_transaction' => 'Exactly one transaction has been imported. It is stored under tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> where you can inspect it further.',
|
||||||
|
'result_many_transactions' => 'Firefly III has imported :count transactions. They are stored under tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> where you can inspect them further.',
|
||||||
|
|
||||||
|
|
||||||
|
// general errors and warnings:
|
||||||
|
'bad_job_status' => 'To access this page, your import job cannot have status ":status".',
|
||||||
|
|
||||||
|
// column roles for CSV import:
|
||||||
|
'column__ignore' => '(ignorovat tento sloupec)',
|
||||||
|
'column_account-iban' => 'Asset account (IBAN)',
|
||||||
|
'column_account-id' => 'Asset account ID (matching FF3)',
|
||||||
|
'column_account-name' => 'Asset account (name)',
|
||||||
|
'column_account-bic' => 'Asset account (BIC)',
|
||||||
|
'column_amount' => 'Částka',
|
||||||
|
'column_amount_foreign' => 'Amount (in foreign currency)',
|
||||||
|
'column_amount_debit' => 'Amount (debit column)',
|
||||||
|
'column_amount_credit' => 'Amount (credit column)',
|
||||||
|
'column_amount_negated' => 'Amount (negated column)',
|
||||||
|
'column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
||||||
|
'column_bill-id' => 'Bill ID (matching FF3)',
|
||||||
|
'column_bill-name' => 'Bill name',
|
||||||
|
'column_budget-id' => 'Budget ID (matching FF3)',
|
||||||
|
'column_budget-name' => 'Název rozpočtu',
|
||||||
|
'column_category-id' => 'Category ID (matching FF3)',
|
||||||
|
'column_category-name' => 'Název kategorie',
|
||||||
|
'column_currency-code' => 'Kód měny (dle normy ISO 4217)',
|
||||||
|
'column_foreign-currency-code' => 'Kód cizí měny (dle normy ISO 4217)',
|
||||||
|
'column_currency-id' => 'Currency ID (matching FF3)',
|
||||||
|
'column_currency-name' => 'Currency name (matching FF3)',
|
||||||
|
'column_currency-symbol' => 'Currency symbol (matching FF3)',
|
||||||
|
'column_date-interest' => 'Datum výpočtu úroku',
|
||||||
|
'column_date-book' => 'Datum zaúčtování transakce',
|
||||||
|
'column_date-process' => 'Datum zpracování transakce',
|
||||||
|
'column_date-transaction' => 'Datum',
|
||||||
|
'column_date-due' => 'Splatnost transakce',
|
||||||
|
'column_date-payment' => 'Datum platby transakce',
|
||||||
|
'column_date-invoice' => 'Datum vystavení transakce',
|
||||||
|
'column_description' => 'Popis',
|
||||||
|
'column_opposing-iban' => 'Opposing account (IBAN)',
|
||||||
|
'column_opposing-bic' => 'Opposing account (BIC)',
|
||||||
|
'column_opposing-id' => 'Opposing account ID (matching FF3)',
|
||||||
|
'column_external-id' => 'Externí identif.',
|
||||||
|
'column_opposing-name' => 'Účet protistrany (název)',
|
||||||
|
'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator',
|
||||||
|
'column_ing-debit-credit' => 'ING specific debit/credit indicator',
|
||||||
|
'column_generic-debit-credit' => 'Generic bank debit/credit indicator',
|
||||||
|
'column_sepa_ct_id' => 'SEPA end-to-end Identifier',
|
||||||
|
'column_sepa_ct_op' => 'SEPA Opposing Account Identifier',
|
||||||
|
'column_sepa_db' => 'SEPA Mandate Identifier',
|
||||||
|
'column_sepa_cc' => 'SEPA Clearing Code',
|
||||||
|
'column_sepa_ci' => 'SEPA Creditor Identifier',
|
||||||
|
'column_sepa_ep' => 'SEPA External Purpose',
|
||||||
|
'column_sepa_country' => 'SEPA Country Code',
|
||||||
|
'column_sepa_batch_id' => 'SEPA Batch ID',
|
||||||
|
'column_tags-comma' => 'Štítky (oddělované čárkou)',
|
||||||
|
'column_tags-space' => 'Štítky (oddělované mezerou)',
|
||||||
|
'column_account-number' => 'Účet aktiv (číslo účtu)',
|
||||||
|
'column_opposing-number' => 'Opposing account (account number)',
|
||||||
|
'column_note' => 'Poznámky',
|
||||||
|
'column_internal-reference' => 'Interní reference',
|
||||||
|
|
||||||
|
// error message
|
||||||
|
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.',
|
||||||
|
|
||||||
|
];
|
160
resources/lang/cs_CZ/intro.php
Normal file
160
resources/lang/cs_CZ/intro.php
Normal file
@@ -0,0 +1,160 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* intro.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 [
|
||||||
|
// index
|
||||||
|
'index_intro' => 'Vítejte na titulní stránce Firefly III. Věnujte čas projití se tímto úvodem, abyste se dozvěděli, jak Firefly III funguje.',
|
||||||
|
'index_accounts-chart' => 'Tento graf zobrazuje stávající zůstatky vašich majetkových účtů. Jaké účty se zde mají zobrazovat lze nastavit v předvolbách.',
|
||||||
|
'index_box_out_holder' => 'Tato malá oblast a ty další vedle něho podávají rychlý přehled vaší finanční situace.',
|
||||||
|
'index_help' => 'Pokud budete potřebovat nápovědu ke stránce nebo formuláři, klikněte na toto tlačítko.',
|
||||||
|
'index_outro' => 'Většina stránek Firefly III začíná krátkou prohlídkou, jako je tato. Obraťte se na mně, pokud máte dotazy nebo komentáře. Ať poslouží!',
|
||||||
|
'index_sidebar-toggle' => 'Nabídku pod touto ikonou použijte pro vytváření nových transakcí, účtů a ostatní věcí.',
|
||||||
|
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
|
||||||
|
|
||||||
|
// transactions (withdrawal)
|
||||||
|
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.',
|
||||||
|
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.',
|
||||||
|
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||||
|
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||||
|
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||||
|
|
||||||
|
// transactions (deposit)
|
||||||
|
'transactions_create_deposit_source' => 'Select or type the payee in this auto-completing dropdown/textbox. Leave it empty if you want to make a cash deposit.',
|
||||||
|
'transactions_create_deposit_destination' => 'Select an asset or liability account here.',
|
||||||
|
'transactions_create_deposit_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||||
|
'transactions_create_deposit_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||||
|
'transactions_create_deposit_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||||
|
|
||||||
|
// transactions (transfer)
|
||||||
|
'transactions_create_transfer_source' => 'Select the source asset account here.',
|
||||||
|
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
|
||||||
|
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||||
|
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||||
|
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||||
|
|
||||||
|
// create account:
|
||||||
|
'accounts_create_iban' => 'Zadejte u svých účtů platný IBAN identifikátor. To by v budoucnu mohlo velmi ulehčit import dat.',
|
||||||
|
'accounts_create_asset_opening_balance' => 'Majetkové účty mohou mít „počáteční zůstatek“, označující začátek historie tohoto účtu ve Firefly III.',
|
||||||
|
'accounts_create_asset_currency' => 'Firefly III podporuje vícero měn. Majetkové účty mají jednu hlavní měnu, kterou je třeba nastavit zde.',
|
||||||
|
'accounts_create_asset_virtual' => 'Někdy se může hodit dát svému účtu virtuální zůstatek: extra částku, vždy přičítanou nebo odečítanou od stávajícího zůstatku.',
|
||||||
|
|
||||||
|
// budgets index
|
||||||
|
'budgets_index_intro' => 'Rozpočty slouží ke správě vašich financí a tvoří jednu z hlavních funkcí Firefly III.',
|
||||||
|
'budgets_index_set_budget' => 'Nastavte celkový rozpočet pro každé z období a Firefly III vám sdělí, pokud jste vyčerpali všechny dostupné peníze.',
|
||||||
|
'budgets_index_see_expenses_bar' => 'Utracené peníze budou zvolna plnit tento pruh.',
|
||||||
|
'budgets_index_navigate_periods' => 'Procházejte obdobími a jednoduše nastavujte rozpočty dopředu.',
|
||||||
|
'budgets_index_new_budget' => 'Vytvářejte nové rozpočty, jak uznáte za vhodné.',
|
||||||
|
'budgets_index_list_of_budgets' => 'Použijte tuto tabulku k nastavení částek pro každý rozpočet a zjistěte, jak na tom jste.',
|
||||||
|
'budgets_index_outro' => 'Pokud se chcete dozvědět více o tvorbě rozpočtů, klikněte na ikonu nápovědy v pravém horním rohu.',
|
||||||
|
|
||||||
|
// reports (index)
|
||||||
|
'reports_index_intro' => 'Pomocí těchto přehledů získáte podrobné informace o svých financích.',
|
||||||
|
'reports_index_inputReportType' => 'Vyberte typ přehledu. Podívejte se na stránky nápovědy a zjistěte, co vám každý přehled ukazuje.',
|
||||||
|
'reports_index_inputAccountsSelect' => 'Můžete vynechávat nebo zahrnovat majetkové účty, jak potřebujete.',
|
||||||
|
'reports_index_inputDateRange' => 'Vybrané časové období je zcela na vás: od jednoho dne do deseti let.',
|
||||||
|
'reports_index_extra-options-box' => 'Podle toho, jaký výkaz jste vybrali, je zde možné vybrat další filtry a volby. Při změně typu výkazu sledujte tuto oblast.',
|
||||||
|
|
||||||
|
// reports (reports)
|
||||||
|
'reports_report_default_intro' => 'Tento výkaz vám podá rychlý a podrobný přehled vašich financí. Pokud chcete vidět něco jiného, neváhejte se na mne obrátit!',
|
||||||
|
'reports_report_audit_intro' => 'Tento výkaz vám podá podrobný vhled do vašich majetkových účtů.',
|
||||||
|
'reports_report_audit_optionsBox' => 'Pomocí těchto zaškrtávacích kolonek zobrazujte nebo skrývejte sloupce, které vás (ne)zajímají.',
|
||||||
|
|
||||||
|
'reports_report_category_intro' => 'Tato sestava vám podá vhled do jedné nebo více kategorií.',
|
||||||
|
'reports_report_category_pieCharts' => 'Tyto grafy vám podají vhled do výdajů a příjmů pro jednotlivé kategorie nebo účty.',
|
||||||
|
'reports_report_category_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše náklady a příjmy v jednotlivých kategoriích.',
|
||||||
|
|
||||||
|
'reports_report_tag_intro' => 'Tato sestava vám podává vhled do jednoho nebo více štítků.',
|
||||||
|
'reports_report_tag_pieCharts' => 'Tyto grafy vám podávají vhled do nákladů a příjmů pro jednotlivé štítky, účty, kategorie nebo rozpočty.',
|
||||||
|
'reports_report_tag_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše výdaje a příjmy pro každý štítek.',
|
||||||
|
|
||||||
|
'reports_report_budget_intro' => 'Tato sestava vám dává vhled do jednoho nebo více rozpočtů.',
|
||||||
|
'reports_report_budget_pieCharts' => 'Tyto grafy vám podají vhled do výdajů pro jednotlivé rozpočty nebo účty.',
|
||||||
|
'reports_report_budget_incomeAndExpensesChart' => 'Tento graf zobrazuje vaše výdaje v jednotlivých rozpočtech.',
|
||||||
|
|
||||||
|
// create transaction
|
||||||
|
'transactions_create_switch_box' => 'Pomocí těchto tlačítek můžete rychle přepínat typ transakce, kterou chcete uložit.',
|
||||||
|
'transactions_create_ffInput_category' => 'Do této kolonky si můžete napsat, co chcete. Budou navrhovány dříve vytvořené kategorie.',
|
||||||
|
'transactions_create_withdrawal_ffInput_budget' => 'Propojte svůj výběr s rozpočtem a získáte lepší kontrolu nad financemi.',
|
||||||
|
'transactions_create_withdrawal_currency_dropdown_amount' => 'Tuto rozbalovací nabídku použijte pokud je váš výběr v jiné měně.',
|
||||||
|
'transactions_create_deposit_currency_dropdown_amount' => 'Tuto rozbalovací nabídku použijte, pokud je váš vklad v jiné měně.',
|
||||||
|
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Vyberte pokladničku a propojte tento převod se svými úsporami.',
|
||||||
|
|
||||||
|
// piggy banks index:
|
||||||
|
'piggy-banks_index_saved' => 'Tato kolonka zobrazuje, kolik jste naspořili v každé z pokladniček.',
|
||||||
|
'piggy-banks_index_button' => 'Vedle tohoto ukazatele postupu se nachází dvě tlačítka (+ a -) pro přidání nebo odebrání peněz z každé z pokladniček.',
|
||||||
|
'piggy-banks_index_accountStatus' => 'Pro každý majetkový účet s alespoň jednou pokladničkou je v této tabulce vypsán stav.',
|
||||||
|
|
||||||
|
// create piggy
|
||||||
|
'piggy-banks_create_name' => 'Co je vašim cílem? Nová pohovka, fotoaparát, rezerva pro nečekané výdaje?',
|
||||||
|
'piggy-banks_create_date' => 'Pro pokladničku je možné nastavit cílové datum nebo termín.',
|
||||||
|
|
||||||
|
// show piggy
|
||||||
|
'piggy-banks_show_piggyChart' => 'Tento graf bude zobrazovat historii vaší pokladničky.',
|
||||||
|
'piggy-banks_show_piggyDetails' => 'Nějaké podrobnosti o vaší pokladničce',
|
||||||
|
'piggy-banks_show_piggyEvents' => 'Jsou zde uvedeny také všechny přírůstky i odebrání.',
|
||||||
|
|
||||||
|
// bill index
|
||||||
|
'bills_index_rules' => 'Zde vidíte která pravidla budou zkontrolována pokud je tento účet zasažen',
|
||||||
|
'bills_index_paid_in_period' => 'Tato kolonka označuje, kdy byla účtenka/faktura naposledy zaplacena.',
|
||||||
|
'bills_index_expected_in_period' => 'Tato kolonka u každé faktury označuje zda a kdy je očekávána další.',
|
||||||
|
|
||||||
|
// show bill
|
||||||
|
'bills_show_billInfo' => 'Tato tabulka zobrazuje některé obecné informace o této faktuře.',
|
||||||
|
'bills_show_billButtons' => 'Toto tlačítko slouží k opětovnému prohledání starých transakcí, takže bude hledána shoda s touto účtenkou.',
|
||||||
|
'bills_show_billChart' => 'Tento graf zobrazuje transakce spojené s touto fakturou.',
|
||||||
|
|
||||||
|
// create bill
|
||||||
|
'bills_create_intro' => 'Faktury používejte pro sledování částek, které máte v každém z období zaplatit. Jedná se výdaje jako nájem, pojištění nebo splátky hypotéky.',
|
||||||
|
'bills_create_name' => 'Zadejte výstižný název, jako „Nájem“ nebo „Životní pojištění“.',
|
||||||
|
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||||
|
'bills_create_amount_min_holder' => 'Vyberte nejnižší a nejvyšší částku pro tuto fakturu.',
|
||||||
|
'bills_create_repeat_freq_holder' => 'Většina plateb se opakuje měsíčně, ale je zde možné nastavit i jinou frekvenci.',
|
||||||
|
'bills_create_skip_holder' => 'Pokud se platba opakuje každé dva týdny, kolonka „přeskočit“ by měla být nastavená na „1“, aby byl vynechán každý druhý týden.',
|
||||||
|
|
||||||
|
// rules index
|
||||||
|
'rules_index_intro' => 'Firefly III umožňuje spravovat pravidla, která budou automaticky uplatňována na všechny transakce které vytvoříte nebo upravíte.',
|
||||||
|
'rules_index_new_rule_group' => 'Pro snazší zprávu je pravidla možné kombinovat ve skupinách.',
|
||||||
|
'rules_index_new_rule' => 'Vytvořte tolik pravidel, kolik chcete.',
|
||||||
|
'rules_index_prio_buttons' => 'Seřaďte je tak, jak se vám to hodí.',
|
||||||
|
'rules_index_test_buttons' => 'Pravidla je možné vyzkoušet nebo uplatnit na existující transakce.',
|
||||||
|
'rules_index_rule-triggers' => 'Pravidla mají „spouštěče“ a „akce“. Jejich pořadí je možné měnit jejich přetahováním.',
|
||||||
|
'rules_index_outro' => 'Podívejte se do nápovědy (ikona otazníku v pravém horním rohu)!',
|
||||||
|
|
||||||
|
// create rule:
|
||||||
|
'rules_create_mandatory' => 'Zvolte výstižný název a nastavte, kdy má být pravidlo spuštěno.',
|
||||||
|
'rules_create_ruletriggerholder' => 'Přidejte tolik spouštěčů, kolik potřebujete, ale pamatujte, že aby byla spuštěná jakákoli akce je třeba, aby byly splněny podmínky VŠECH nastavených spouštěčů.',
|
||||||
|
'rules_create_test_rule_triggers' => 'Toto tlačítko slouží ke zobrazení transakcí, které odpovídají pravidlu.',
|
||||||
|
'rules_create_actions' => 'Nastavte tolik akcí, kolik chcete.',
|
||||||
|
|
||||||
|
// preferences
|
||||||
|
'preferences_index_tabs' => 'Další volby jsou k dispozici v kartách.',
|
||||||
|
|
||||||
|
// currencies
|
||||||
|
'currencies_index_intro' => 'Firefly III podporuje více měn, které můžete měnit na této stránce.',
|
||||||
|
'currencies_index_default' => 'Firefly III má jednu výchozí měnu.',
|
||||||
|
'currencies_index_buttons' => 'Tato tlačítka slouží pro změnu výchozí měny nebo pro zapnutí dalších měn.',
|
||||||
|
|
||||||
|
// create currency
|
||||||
|
'currencies_create_code' => 'Tento kód by měl být v souladu s normou ISO (vyhledejte si pro novou měnu).',
|
||||||
|
];
|
136
resources/lang/cs_CZ/list.php
Normal file
136
resources/lang/cs_CZ/list.php
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* list.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 [
|
||||||
|
'buttons' => 'Tlačítka',
|
||||||
|
'icon' => 'Ikona',
|
||||||
|
'id' => 'ID',
|
||||||
|
'create_date' => 'Vytvořeno',
|
||||||
|
'update_date' => 'Aktualizováno',
|
||||||
|
'updated_at' => 'Aktualizováno',
|
||||||
|
'balance_before' => 'Zůstatek před',
|
||||||
|
'balance_after' => 'Zůstatek po',
|
||||||
|
'name' => 'Jméno',
|
||||||
|
'role' => 'Role',
|
||||||
|
'currentBalance' => 'Aktuální zůstatek',
|
||||||
|
'linked_to_rules' => 'Příslušná pravidla',
|
||||||
|
'active' => 'Aktivní?',
|
||||||
|
'transaction_type' => 'Type',
|
||||||
|
'lastActivity' => 'Poslední aktivita',
|
||||||
|
'balanceDiff' => 'Rozdíl zůstatku',
|
||||||
|
'matchesOn' => 'Matched on',
|
||||||
|
'account_type' => 'Typ účtu',
|
||||||
|
'created_at' => 'Vytvořeno',
|
||||||
|
'account' => 'Účet',
|
||||||
|
'matchingAmount' => 'Částka',
|
||||||
|
'split_number' => '# rozdělení',
|
||||||
|
'destination' => 'Cíl',
|
||||||
|
'source' => 'Zdroj',
|
||||||
|
'next_expected_match' => 'Next expected match',
|
||||||
|
'automatch' => 'Automatické hledání shody?',
|
||||||
|
'repeat_freq' => 'Repeats',
|
||||||
|
'description' => 'Popis',
|
||||||
|
'amount' => 'Částka',
|
||||||
|
'internal_reference' => 'Internal reference',
|
||||||
|
'date' => 'Datum',
|
||||||
|
'interest_date' => 'Úrokové datum',
|
||||||
|
'book_date' => 'Book date',
|
||||||
|
'process_date' => 'Datum zpracování',
|
||||||
|
'due_date' => 'Datum splatnosti',
|
||||||
|
'payment_date' => 'Datum platby',
|
||||||
|
'invoice_date' => 'Datum vystavení',
|
||||||
|
'interal_reference' => 'Interní reference',
|
||||||
|
'notes' => 'Poznámky',
|
||||||
|
'from' => 'Od',
|
||||||
|
'piggy_bank' => 'Pokladnička',
|
||||||
|
'to' => 'To',
|
||||||
|
'budget' => 'Rozpočet',
|
||||||
|
'category' => 'Kategorie',
|
||||||
|
'bill' => 'Účet',
|
||||||
|
'withdrawal' => 'Výběr',
|
||||||
|
'deposit' => 'Vklad',
|
||||||
|
'transfer' => 'Převod',
|
||||||
|
'type' => 'Typ',
|
||||||
|
'completed' => 'Dokončeno',
|
||||||
|
'iban' => 'IBAN',
|
||||||
|
'paid_current_period' => 'Zaplaceno v tomto období',
|
||||||
|
'email' => 'Email',
|
||||||
|
'registered_at' => 'Registered at',
|
||||||
|
'is_blocked' => 'Je blokován',
|
||||||
|
'is_admin' => 'Je admin',
|
||||||
|
'has_two_factor' => 'Má 2FA',
|
||||||
|
'blocked_code' => 'Block code',
|
||||||
|
'source_account' => 'Zdrojový účet',
|
||||||
|
'destination_account' => 'Cílový účet',
|
||||||
|
'accounts_count' => 'Počet účtů',
|
||||||
|
'journals_count' => 'Počet transakcí',
|
||||||
|
'attachments_count' => 'Počet příloh',
|
||||||
|
'bills_count' => 'Počet účtů',
|
||||||
|
'categories_count' => 'Počet kategorií',
|
||||||
|
'import_jobs_count' => 'Počet úloh importu',
|
||||||
|
'budget_count' => 'Počet rozpočtů',
|
||||||
|
'rule_and_groups_count' => 'Počet pravidel a skupin pravidel',
|
||||||
|
'tags_count' => 'Počet štítků',
|
||||||
|
'tags' => 'Štítky',
|
||||||
|
'inward' => 'Inward description',
|
||||||
|
'outward' => 'Outward description',
|
||||||
|
'number_of_transactions' => 'Počet transakcí',
|
||||||
|
'total_amount' => 'Celková částka',
|
||||||
|
'sum' => 'Součet',
|
||||||
|
'sum_excluding_transfers' => 'Součet (bez převodů)',
|
||||||
|
'sum_withdrawals' => 'Součet výběrů',
|
||||||
|
'sum_deposits' => 'Součet vkladů',
|
||||||
|
'sum_transfers' => 'Součet převodů',
|
||||||
|
'reconcile' => 'Reconcile',
|
||||||
|
'account_on_spectre' => 'Účet (Spectre)',
|
||||||
|
'account_on_ynab' => 'Účet (YNAB)',
|
||||||
|
'do_import' => 'Importovat z tohoto účtu',
|
||||||
|
'sepa_ct_id' => 'SEPA End to End Identifier',
|
||||||
|
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
|
||||||
|
'sepa_db' => 'SEPA Mandate Identifier',
|
||||||
|
'sepa_country' => 'SEPA Country',
|
||||||
|
'sepa_cc' => 'SEPA Clearing Code',
|
||||||
|
'sepa_ep' => 'SEPA External Purpose',
|
||||||
|
'sepa_ci' => 'SEPA Creditor Identifier',
|
||||||
|
'sepa_batch_id' => 'SEPA Batch ID',
|
||||||
|
'external_id' => 'External ID',
|
||||||
|
'account_at_bunq' => 'Account with bunq',
|
||||||
|
'file_name' => 'Název souboru',
|
||||||
|
'file_size' => 'Velikost souboru',
|
||||||
|
'file_type' => 'Typ souboru',
|
||||||
|
'attached_to' => 'Připojeno k',
|
||||||
|
'file_exists' => 'Soubor existuje',
|
||||||
|
'spectre_bank' => 'Banka',
|
||||||
|
'spectre_last_use' => 'Minulé přihlášení',
|
||||||
|
'spectre_status' => 'Stav',
|
||||||
|
'bunq_payment_id' => 'bunq payment ID',
|
||||||
|
'repetitions' => 'Opakování',
|
||||||
|
'title' => 'Title',
|
||||||
|
'transaction_s' => 'Transakce',
|
||||||
|
'field' => 'Kolonka',
|
||||||
|
'value' => 'Hodnota',
|
||||||
|
'interest' => 'Úrok',
|
||||||
|
'interest_period' => 'úrokové období',
|
||||||
|
'liability_type' => 'Typ závazku',
|
||||||
|
];
|
28
resources/lang/cs_CZ/pagination.php
Normal file
28
resources/lang/cs_CZ/pagination.php
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* pagination.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 [
|
||||||
|
'previous' => '« Předchozí',
|
||||||
|
'next' => 'Následující »',
|
||||||
|
];
|
32
resources/lang/cs_CZ/passwords.php
Normal file
32
resources/lang/cs_CZ/passwords.php
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* passwords.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 [
|
||||||
|
'password' => 'Je třeba, aby délka hesla byla alespoň šest znaků a jeho potvrzení bylo zadáno stejně.',
|
||||||
|
'user' => 'Nedaří se najít uživatele, který by měl tuto e-mailovou adresu.',
|
||||||
|
'token' => 'Požadavek na obnovení hesla není platný.',
|
||||||
|
'sent' => 'Na e-mail vám byl odeslán odkaz na obnovení hesla!',
|
||||||
|
'reset' => 'Vaše heslo bylo resetováno!',
|
||||||
|
'blocked' => 'Dobrý pokus.',
|
||||||
|
];
|
195
resources/lang/cs_CZ/validation.php
Normal file
195
resources/lang/cs_CZ/validation.php
Normal file
@@ -0,0 +1,195 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* validation.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 [
|
||||||
|
'iban' => 'Toto není platný IBAN.',
|
||||||
|
'zero_or_more' => 'Hodnota nemůže být záporná.',
|
||||||
|
'date_or_time' => 'Je třeba, aby hodnota byla platné datum nebo čas (ve formátu dle normy ISO 8601).',
|
||||||
|
'source_equals_destination' => 'Zdrojový účet je zároveň i cílový.',
|
||||||
|
'unique_account_number_for_user' => 'Zdá se, že toto číslo účtu se již používá.',
|
||||||
|
'unique_iban_for_user' => 'Vypadá to, že tento IBAN kód se již používá.',
|
||||||
|
'deleted_user' => 'Z bezpečnostních důvodů se nemůžete registrovat pomocí této emailové adresy.',
|
||||||
|
'rule_trigger_value' => 'Tato hodnota není platná pro označený spouštěč.',
|
||||||
|
'rule_action_value' => 'Tato hodnota je neplatná pro vybranou akci.',
|
||||||
|
'file_already_attached' => 'Nahraný soubor ":name" je již připojen k tomuto objektu.',
|
||||||
|
'file_attached' => 'Soubor „:name“ úspěšně nahrán.',
|
||||||
|
'must_exist' => 'Identifikátor v kolonce :attribute v databázi neexistuje.',
|
||||||
|
'all_accounts_equal' => 'Je třeba, aby všechny účty v této kolonce byly stejné.',
|
||||||
|
'group_title_mandatory' => 'Pokud je zde více než jedna transakce, je název skupiny třeba vyplnit.',
|
||||||
|
'transaction_types_equal' => 'Je třeba, aby všechna rozdělení byla stejného typu.',
|
||||||
|
'invalid_transaction_type' => 'Neplatný typ transakce.',
|
||||||
|
'invalid_selection' => 'Váš výběr je neplatný.',
|
||||||
|
'belongs_user' => 'Tato hodnota není platná pro toto pole.',
|
||||||
|
'at_least_one_transaction' => 'Potřebujete alespoň jednu transakci.',
|
||||||
|
'at_least_one_repetition' => 'Potřebujete alespoň jedno opakování.',
|
||||||
|
'require_repeat_until' => 'Require either a number of repetitions, or an end date (repeat_until). Not both.',
|
||||||
|
'require_currency_info' => 'Obsah tohoto pole je neplatný bez informace o měně.',
|
||||||
|
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||||
|
'equal_description' => 'Popis transakce nesmí být stejný jako globální popis.',
|
||||||
|
'file_invalid_mime' => 'Soubor ":name" je typu ":mime", který není schválen pro nahrání.',
|
||||||
|
'file_too_large' => 'Soubor ":name" je příliš velký.',
|
||||||
|
'belongs_to_user' => 'Hodnota :attribute není známa.',
|
||||||
|
'accepted' => 'Je potřeba potvrdit :attribute.',
|
||||||
|
'bic' => 'Toto není platný BIC.',
|
||||||
|
'at_least_one_trigger' => 'Je třeba, aby pravidlo mělo alespoň jeden spouštěč.',
|
||||||
|
'at_least_one_action' => 'Pravidlo musí obsahovat alespoň jednu akci.',
|
||||||
|
'base64' => 'Data nejsou v platném base64 kódování.',
|
||||||
|
'model_id_invalid' => 'Zdá se, že dané ID je neplatné pro tento model.',
|
||||||
|
'more' => ':attribute musí být větší než nula.',
|
||||||
|
'less' => ':attribute musí být menší než 10.000.000',
|
||||||
|
'active_url' => ':attribute není platná adresa URL.',
|
||||||
|
'after' => ':attribute nemůže být dříve než :date.',
|
||||||
|
'alpha' => ':attribute může obsahovat pouze písmena.',
|
||||||
|
'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla a pomlčky.',
|
||||||
|
'alpha_num' => ':attribute může obsahovat pouze písmena a čísla.',
|
||||||
|
'array' => ':attribute musí být pole.',
|
||||||
|
'unique_for_user' => 'Položka s tímto :attribute již existuje.',
|
||||||
|
'before' => ':attribute nemůže být později než :date.',
|
||||||
|
'unique_object_for_user' => 'Tento název je již používán.',
|
||||||
|
'unique_account_for_user' => 'Tento název účtu je již používán.',
|
||||||
|
'between.numeric' => ':attribute musí být v rozmezí :min a :max.',
|
||||||
|
'between.file' => ':attribute musí být v rozmezí :min a :max kilobajtů.',
|
||||||
|
'between.string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
|
||||||
|
'between.array' => ':attribute musí mít mezi :min a :max položkami.',
|
||||||
|
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
|
||||||
|
'confirmed' => 'Potvrzení :attribute se neshoduje.',
|
||||||
|
'date' => ':attribute není platným datem.',
|
||||||
|
'date_format' => ':attribute neodpovídá formátu :format.',
|
||||||
|
'different' => ':attribute a :other se musí lišit.',
|
||||||
|
'digits' => ':attribute musí obsahovat :digits číslic.',
|
||||||
|
'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
|
||||||
|
'email' => ':attribute musí být platná e-mailová adresa.',
|
||||||
|
'filled' => 'Pole :attribute nesmí být prázdné.',
|
||||||
|
'exists' => 'Vybraný :attribute je neplatný.',
|
||||||
|
'image' => 'Je třeba, aby :attribute byl obrázek.',
|
||||||
|
'in' => 'Vybraný :attribute není platný.',
|
||||||
|
'integer' => 'Je třeba, aby :attribute byl celé číslo.',
|
||||||
|
'ip' => 'Je třeba, aby :attribute byla platná IP adresa.',
|
||||||
|
'json' => 'Je třeba, aby :attribute byl platný JSON řetězec.',
|
||||||
|
'max.numeric' => ':attribute nemůže být vyšší než :max.',
|
||||||
|
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||||
|
'max.string' => 'The :attribute may not be greater than :max characters.',
|
||||||
|
'max.array' => 'The :attribute may not have more than :max items.',
|
||||||
|
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||||
|
'min.numeric' => 'Je třeba, aby :attribute bylo alespoň :min.',
|
||||||
|
'lte.numeric' => 'Je třeba, aby :attribute byl nižší nebo roven :value.',
|
||||||
|
'min.file' => 'Je třeba, aby :attribute byl alespoň :min kilobajtů.',
|
||||||
|
'min.string' => 'Je třeba, aby :attribute bylo alespoň :min znaků dlouhé.',
|
||||||
|
'min.array' => 'The :attribute must have at least :min items.',
|
||||||
|
'not_in' => 'Vybraný :attribute není platný.',
|
||||||
|
'numeric' => 'Je třeba, aby :attribute byl číslo.',
|
||||||
|
'numeric_native' => 'Je třeba, aby částka v hlavní měně bylo číslo.',
|
||||||
|
'numeric_destination' => 'Je třeba, aby cílová částka bylo číslo.',
|
||||||
|
'numeric_source' => 'Je třeba, aby zdrojová částka bylo číslo.',
|
||||||
|
'regex' => 'Formát :attribute není platný.',
|
||||||
|
'required' => 'Kolonku :attribute je třeba vyplnit.',
|
||||||
|
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||||
|
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||||
|
'required_with' => 'The :attribute field is required when :values is present.',
|
||||||
|
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||||
|
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||||
|
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||||
|
'same' => 'The :attribute and :other must match.',
|
||||||
|
'size.numeric' => 'Je třeba, aby :attribute byl :size.',
|
||||||
|
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
|
||||||
|
'size.file' => 'The :attribute must be :size kilobytes.',
|
||||||
|
'size.string' => 'The :attribute must be :size characters.',
|
||||||
|
'size.array' => 'The :attribute must contain :size items.',
|
||||||
|
'unique' => 'The :attribute has already been taken.',
|
||||||
|
'string' => 'Je třeba, aby :attribute byl řetězec.',
|
||||||
|
'url' => 'Formát :attribute není platný.',
|
||||||
|
'timezone' => 'Je třeba, aby :attribute byla platná zóna.',
|
||||||
|
'2fa_code' => 'Kolonka :attribute není platná.',
|
||||||
|
'dimensions' => ':attribute nemá platné rozměry obrázku.',
|
||||||
|
'distinct' => 'Kolonka :attribute má duplicitní hodnotu.',
|
||||||
|
'file' => 'Je třeba, aby :attribute byl soubor.',
|
||||||
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
|
'present' => 'Je třeba, aby kolonka :attribute byla přítomna.',
|
||||||
|
'amount_zero' => 'Celková částka nemůže být nula.',
|
||||||
|
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
|
||||||
|
'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security',
|
||||||
|
'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.',
|
||||||
|
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||||
|
'invalid_account_info' => 'Neplatná informace o účtu.',
|
||||||
|
'attributes' => [
|
||||||
|
'email' => 'e-mailová adresa',
|
||||||
|
'description' => 'popis',
|
||||||
|
'amount' => 'částka',
|
||||||
|
'name' => 'název',
|
||||||
|
'piggy_bank_id' => 'ID pokladničky',
|
||||||
|
'targetamount' => 'cílová částka',
|
||||||
|
'opening_balance_date' => 'opening balance date',
|
||||||
|
'opening_balance' => 'opening balance',
|
||||||
|
'match' => 'shoda',
|
||||||
|
'amount_min' => 'minimální částka',
|
||||||
|
'amount_max' => 'maximální částka',
|
||||||
|
'title' => 'název',
|
||||||
|
'tag' => 'štítek',
|
||||||
|
'transaction_description' => 'popis transakce',
|
||||||
|
'rule-action-value.1' => 'hodnota č. 1 akce pravidla',
|
||||||
|
'rule-action-value.2' => 'hodnota č. 2 akce pravidla',
|
||||||
|
'rule-action-value.3' => 'hodnota č. 3 akce pravidla',
|
||||||
|
'rule-action-value.4' => 'hodnota akce pravidla č. 4',
|
||||||
|
'rule-action-value.5' => 'hodnota č. 5 akce pravidla',
|
||||||
|
'rule-action.1' => 'Akce pravidla č. 1',
|
||||||
|
'rule-action.2' => 'Akce pravidla č. 2',
|
||||||
|
'rule-action.3' => 'Akce pravidla č. 3',
|
||||||
|
'rule-action.4' => 'akce pravidla č. 4',
|
||||||
|
'rule-action.5' => 'rule action #5',
|
||||||
|
'rule-trigger-value.1' => 'rule trigger value #1',
|
||||||
|
'rule-trigger-value.2' => 'rule trigger value #2',
|
||||||
|
'rule-trigger-value.3' => 'rule trigger value #3',
|
||||||
|
'rule-trigger-value.4' => 'rule trigger value #4',
|
||||||
|
'rule-trigger-value.5' => 'rule trigger value #5',
|
||||||
|
'rule-trigger.1' => 'spouštěč pravidla č. 1',
|
||||||
|
'rule-trigger.2' => 'spouštěč pravidla č. 2',
|
||||||
|
'rule-trigger.3' => 'spouštěč pravidla č. 3',
|
||||||
|
'rule-trigger.4' => 'spouštěč pravidla č. 4',
|
||||||
|
'rule-trigger.5' => 'spouštěč pravidla č. 5',
|
||||||
|
],
|
||||||
|
|
||||||
|
// validation of accounts:
|
||||||
|
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||||
|
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||||
|
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||||
|
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||||
|
|
||||||
|
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||||
|
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||||
|
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||||
|
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||||
|
|
||||||
|
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||||
|
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||||
|
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||||
|
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||||
|
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
|
||||||
|
|
||||||
|
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||||
|
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||||
|
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||||
|
|
||||||
|
'generic_invalid_source' => 'You can\'t use this account as the source account.',
|
||||||
|
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||||
|
];
|
Reference in New Issue
Block a user