mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update packages and meta files for new release.
This commit is contained in:
@@ -24,15 +24,6 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Domů',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'edit_currency' => 'Upravit měnu „:name“',
|
||||
'delete_currency' => 'Odstranit měnu „:name“',
|
||||
'newPiggyBank' => 'Vytvořit novou pokladničku',
|
||||
@@ -69,5 +60,5 @@ return [
|
||||
'delete_journal_link' => 'Odstranit vazbu mezi transakcemi',
|
||||
'edit_object_group' => 'Upravit skupinu „:title“',
|
||||
'delete_object_group' => 'Odstranit skupinu „:title“',
|
||||
'logout_others' => 'Odhlásit ostatní relace',
|
||||
'logout_others' => 'Odhlásit ostatní relace'
|
||||
];
|
||||
|
@@ -291,6 +291,8 @@ return [
|
||||
'search_modifier_created_on' => 'Transakce byla vytvořena dne ":value"',
|
||||
'search_modifier_updated_on' => 'Transakce byla naposledy aktualizována dne ":value"',
|
||||
'search_modifier_external_id' => 'Externí ID je ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference' => 'Internal reference is ":value"',
|
||||
'search_modifier_description_starts' => 'Description is ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends with ":value"',
|
||||
@@ -562,6 +564,8 @@ return [
|
||||
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_no_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an external URL',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
|
||||
@@ -711,14 +715,14 @@ return [
|
||||
'pref_optional_tj_internal_reference' => 'Interní reference',
|
||||
'pref_optional_tj_notes' => 'Poznámky',
|
||||
'pref_optional_tj_attachments' => 'Přílohy',
|
||||
'pref_optional_tj_external_uri' => 'Externí URL',
|
||||
'pref_optional_tj_external_url' => 'External URL',
|
||||
'pref_optional_tj_location' => 'Poloha',
|
||||
'pref_optional_tj_links' => 'Transaction links',
|
||||
'optional_field_meta_dates' => 'Datumy',
|
||||
'optional_field_meta_business' => 'Business',
|
||||
'optional_field_attachments' => 'Přílohy',
|
||||
'optional_field_meta_data' => 'Volitelná metadata',
|
||||
'external_uri' => 'Externí URL',
|
||||
'external_url' => 'External URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstranit data',
|
||||
|
@@ -46,7 +46,7 @@ return [
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
'external_uri' => 'Externí identifikátor URI',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Částka',
|
||||
'destination' => 'Cíl',
|
||||
'source' => 'Zdroj',
|
||||
|
@@ -214,6 +214,9 @@ return [
|
||||
'generic_invalid_source' => 'Tento účet nelze použít jako zdrojový účet.',
|
||||
'generic_invalid_destination' => 'Tento účet nelze použít jako cílový účet.',
|
||||
|
||||
'generic_no_source' => 'You must submit source account information.',
|
||||
'generic_no_destination' => 'You must submit destination account information.',
|
||||
|
||||
'gte.numeric' => 'Je třeba, aby :attribute byl větší nebo roven :value.',
|
||||
'gt.numeric' => 'Je třeba, aby :attribute byl větší než :value.',
|
||||
'gte.file' => 'Hodnota :attribute musí být větší nebo rovná :value kilobajtů.',
|
||||
|
Reference in New Issue
Block a user