mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 15:34:12 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -31,41 +31,42 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Domov',
|
||||
'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' => 'Upraviť menu „:name“',
|
||||
'delete_currency' => 'Odstrániť menu „:name“',
|
||||
'newPiggyBank' => 'Vytvoriť novú pokladničku',
|
||||
'edit_piggyBank' => 'Upraviť pokladničku „:name“',
|
||||
'preferences' => 'Predvoľby',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Účty',
|
||||
'changePassword' => 'Zmeniť heslo',
|
||||
'change_email' => 'Zmeniť e-mailovú adresu',
|
||||
'bills' => 'Účtenky a faktúry',
|
||||
'newBill' => 'Nový účet',
|
||||
'edit_bill' => 'Upravit účet „:name“',
|
||||
'delete_bill' => 'Odstrániť účet „:name“',
|
||||
'reports' => 'Prehľady',
|
||||
'search_result' => 'Výsledky vyhľadávania pre „:query“',
|
||||
'withdrawal_list' => 'Výdaje',
|
||||
'Withdrawal_list' => 'Výdaje',
|
||||
'deposit_list' => 'Výnosy, príjmy a vklady',
|
||||
'transfer_list' => 'Prevody',
|
||||
'transfers_list' => 'Prevody',
|
||||
'home' => 'Domov',
|
||||
'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' => 'Upraviť menu „:name“',
|
||||
'delete_currency' => 'Odstrániť menu „:name“',
|
||||
'newPiggyBank' => 'Vytvoriť novú pokladničku',
|
||||
'edit_piggyBank' => 'Upraviť pokladničku „:name“',
|
||||
'preferences' => 'Predvoľby',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Účty',
|
||||
'changePassword' => 'Zmeniť heslo',
|
||||
'change_email' => 'Zmeniť e-mailovú adresu',
|
||||
'bills' => 'Účtenky a faktúry',
|
||||
'newBill' => 'Nový účet',
|
||||
'edit_bill' => 'Upravit účet „:name“',
|
||||
'delete_bill' => 'Odstrániť účet „:name“',
|
||||
'reports' => 'Prehľady',
|
||||
'search_result' => 'Výsledky vyhľadávania pre „:query“',
|
||||
'withdrawal_list' => 'Výdaje',
|
||||
'Withdrawal_list' => 'Výdaje',
|
||||
'deposit_list' => 'Výnosy, príjmy a vklady',
|
||||
'transfer_list' => 'Prevody',
|
||||
'transfers_list' => 'Prevody',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -76,6 +77,7 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Vyúčtovania',
|
||||
'create_withdrawal' => 'Vytvoriť nový výber',
|
||||
'create_deposit' => 'Vytvoriť nový vklad',
|
||||
|
||||
Reference in New Issue
Block a user