mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +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' => 'Proračuni',
|
||||
'subscriptions' => 'Naročnine',
|
||||
'transactions' => 'Transakcije',
|
||||
'title_expenses' => 'Stroški',
|
||||
'title_withdrawal' => 'Stroški',
|
||||
'title_revenue' => 'Dohodki / prihodki',
|
||||
'title_deposit' => 'Dohodki / prihodki',
|
||||
'title_transfer' => 'Prenosi',
|
||||
'title_transfers' => 'Prenosi',
|
||||
'edit_currency' => 'Uredi valuto ":name"',
|
||||
'delete_currency' => 'Izbriši valuto ":name"',
|
||||
'newPiggyBank' => 'Ustvari nov hranilnik',
|
||||
'edit_piggyBank' => 'Uredi hranilnik ":name"',
|
||||
'preferences' => 'Nastavitve',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Računi',
|
||||
'changePassword' => 'Spremenite geslo',
|
||||
'change_email' => 'Spremenite e-poštni naslov',
|
||||
'bills' => 'Računi',
|
||||
'newBill' => 'Nov račun',
|
||||
'edit_bill' => 'Uredi račun ":name"',
|
||||
'delete_bill' => 'Izbriši račun ":name"',
|
||||
'reports' => 'Poročila',
|
||||
'search_result' => 'Rezultati iskanja za ":query"',
|
||||
'withdrawal_list' => 'Stroški',
|
||||
'Withdrawal_list' => 'Stroški',
|
||||
'deposit_list' => 'Prihodki, dohodki in depoziti',
|
||||
'transfer_list' => 'Prenosi',
|
||||
'transfers_list' => 'Prenosi',
|
||||
'home' => 'Domov',
|
||||
'budgets' => 'Proračuni',
|
||||
'subscriptions' => 'Naročnine',
|
||||
'transactions' => 'Transakcije',
|
||||
'title_expenses' => 'Stroški',
|
||||
'title_withdrawal' => 'Stroški',
|
||||
'title_revenue' => 'Dohodki / prihodki',
|
||||
'title_deposit' => 'Dohodki / prihodki',
|
||||
'title_transfer' => 'Prenosi',
|
||||
'title_transfers' => 'Prenosi',
|
||||
'edit_currency' => 'Uredi valuto ":name"',
|
||||
'delete_currency' => 'Izbriši valuto ":name"',
|
||||
'newPiggyBank' => 'Ustvari nov hranilnik',
|
||||
'edit_piggyBank' => 'Uredi hranilnik ":name"',
|
||||
'preferences' => 'Nastavitve',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Računi',
|
||||
'changePassword' => 'Spremenite geslo',
|
||||
'change_email' => 'Spremenite e-poštni naslov',
|
||||
'bills' => 'Računi',
|
||||
'newBill' => 'Nov račun',
|
||||
'edit_bill' => 'Uredi račun ":name"',
|
||||
'delete_bill' => 'Izbriši račun ":name"',
|
||||
'reports' => 'Poročila',
|
||||
'search_result' => 'Rezultati iskanja za ":query"',
|
||||
'withdrawal_list' => 'Stroški',
|
||||
'Withdrawal_list' => 'Stroški',
|
||||
'deposit_list' => 'Prihodki, dohodki in depoziti',
|
||||
'transfer_list' => 'Prenosi',
|
||||
'transfers_list' => 'Prenosi',
|
||||
|
||||
/*
|
||||
/*
|
||||
* 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' => 'Poravnave',
|
||||
'create_withdrawal' => 'Ustvari nov dvig',
|
||||
'create_deposit' => 'Ustvari nov depozit',
|
||||
|
||||
Reference in New Issue
Block a user