mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Fix #3238
This commit is contained in:
@@ -105,6 +105,7 @@ return [
|
||||
'registered' => 'Úspěšně jste se zaregistrovali!',
|
||||
'Default asset account' => 'Výchozí účet s aktivy',
|
||||
'no_budget_pointer' => 'Zdá se, že zatím nemáte žádné rozpočty. Na stránce <a href=":link">rozpočty</a> byste nějaké měli vytvořit. Rozpočty mohou pomoci udržet si přehled ve výdajích.',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/budgets">budgets</a>-page. Bills can help you keep track of expenses.',
|
||||
'Savings account' => 'Spořicí účet',
|
||||
'Credit card' => 'Kreditní karta',
|
||||
'source_accounts' => 'Source account|Source accounts',
|
||||
@@ -1093,6 +1094,7 @@ return [
|
||||
'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.',
|
||||
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
|
||||
'no_budget' => '(žádný rozpočet)',
|
||||
'no_bill' => '(no bill)',
|
||||
'account_per_budget' => 'Účty pro jednotlivé rozpočty',
|
||||
'account_per_category' => 'Účty pro jednotlivé kategorie',
|
||||
'create_new_object' => 'Create',
|
||||
@@ -1637,6 +1639,7 @@ return [
|
||||
'created_withdrawals' => 'Vytvořené výběry',
|
||||
'created_deposits' => 'Vytvořené vklady',
|
||||
'created_transfers' => 'Vytvořené převody',
|
||||
'recurring_info' => 'Recurring transaction :count / :total',
|
||||
'created_from_recurrence' => 'Created from recurring transaction ":title" (#:id)',
|
||||
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
|
||||
|
||||
@@ -37,6 +37,7 @@ return [
|
||||
'linked_to_rules' => 'Příslušná pravidla',
|
||||
'active' => 'Aktivní?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'next_due' => 'Příští splatnost',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
|
||||
Reference in New Issue
Block a user