mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for 5.4.0-alpha.1
This commit is contained in:
@@ -453,7 +453,7 @@ return [
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
|
||||
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
|
||||
'rule_trigger_has_attachments_choice' => 'Má alespoň tolik příloh',
|
||||
'rule_trigger_has_attachments' => 'Has at least :count attachment|Has at least :count attachments',
|
||||
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
|
||||
'rule_trigger_store_journal' => 'Kdy je transakce vytvořena',
|
||||
'rule_trigger_update_journal' => 'Kdy je transakce aktualizována',
|
||||
'rule_trigger_has_no_category_choice' => 'Nemá žádnou kategorii',
|
||||
@@ -981,9 +981,11 @@ return [
|
||||
'expense_accounts' => 'Výdajové účty',
|
||||
'expense_accounts_inactive' => 'Expense accounts (inactive)',
|
||||
'revenue_accounts' => 'Příjmové účty',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'cash_accounts' => 'Hotovostní účty',
|
||||
'Cash account' => 'Hotovostní účet',
|
||||
'liabilities_accounts' => 'Závazky',
|
||||
'liabilities_accounts_inactive' => 'Liabilities (inactive)',
|
||||
'reconcile_account' => 'Vyúčtovat účet ":account"',
|
||||
'overview_of_reconcile_modal' => 'Overview of reconciliation',
|
||||
'delete_reconciliation' => 'Odstranit vyúčtování',
|
||||
|
||||
Reference in New Issue
Block a user