Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 15:17:11 +01:00
parent 61c38f2a99
commit 956108399b
494 changed files with 68424 additions and 66802 deletions

View File

@@ -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',