mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -31,41 +31,42 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Strona główna',
|
||||
'budgets' => 'Budżety',
|
||||
'subscriptions' => 'Subskrypcje',
|
||||
'transactions' => 'Transakcje',
|
||||
'title_expenses' => 'Wydatki',
|
||||
'title_withdrawal' => 'Wydatki',
|
||||
'title_revenue' => 'Przychody / dochody',
|
||||
'title_deposit' => 'Przychód / dochód',
|
||||
'title_transfer' => 'Transfery',
|
||||
'title_transfers' => 'Transfery',
|
||||
'edit_currency' => 'Modyfikuj walutę ":name"',
|
||||
'delete_currency' => 'Usuń walutę ":name"',
|
||||
'newPiggyBank' => 'Utwórz nową skarbonkę',
|
||||
'edit_piggyBank' => 'Modyfikuj skarbonkę ":name"',
|
||||
'preferences' => 'Preferencje',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konta',
|
||||
'changePassword' => 'Zmień swoje hasło',
|
||||
'change_email' => 'Zmień swój adres e-mail',
|
||||
'bills' => 'Rachunki',
|
||||
'newBill' => 'Nowy rachunek',
|
||||
'edit_bill' => 'Modyfikuj rachunek ":name"',
|
||||
'delete_bill' => 'Usuń rachunek ":name"',
|
||||
'reports' => 'Raporty',
|
||||
'search_result' => 'Wyniki wyszukiwania dla ":query"',
|
||||
'withdrawal_list' => 'Wydatki',
|
||||
'Withdrawal_list' => 'Wydatki',
|
||||
'deposit_list' => 'Przychody, dochody oraz depozyty',
|
||||
'transfer_list' => 'Transfery',
|
||||
'transfers_list' => 'Transfery',
|
||||
'home' => 'Strona główna',
|
||||
'budgets' => 'Budżety',
|
||||
'subscriptions' => 'Subskrypcje',
|
||||
'transactions' => 'Transakcje',
|
||||
'title_expenses' => 'Wydatki',
|
||||
'title_withdrawal' => 'Wydatki',
|
||||
'title_revenue' => 'Przychody / dochody',
|
||||
'title_deposit' => 'Przychód / dochód',
|
||||
'title_transfer' => 'Transfery',
|
||||
'title_transfers' => 'Transfery',
|
||||
'edit_currency' => 'Modyfikuj walutę ":name"',
|
||||
'delete_currency' => 'Usuń walutę ":name"',
|
||||
'newPiggyBank' => 'Utwórz nową skarbonkę',
|
||||
'edit_piggyBank' => 'Modyfikuj skarbonkę ":name"',
|
||||
'preferences' => 'Preferencje',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Konta',
|
||||
'changePassword' => 'Zmień swoje hasło',
|
||||
'change_email' => 'Zmień swój adres e-mail',
|
||||
'bills' => 'Rachunki',
|
||||
'newBill' => 'Nowy rachunek',
|
||||
'edit_bill' => 'Modyfikuj rachunek ":name"',
|
||||
'delete_bill' => 'Usuń rachunek ":name"',
|
||||
'reports' => 'Raporty',
|
||||
'search_result' => 'Wyniki wyszukiwania dla ":query"',
|
||||
'withdrawal_list' => 'Wydatki',
|
||||
'Withdrawal_list' => 'Wydatki',
|
||||
'deposit_list' => 'Przychody, dochody oraz depozyty',
|
||||
'transfer_list' => 'Transfery',
|
||||
'transfers_list' => 'Transfery',
|
||||
|
||||
/*
|
||||
/*
|
||||
* 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' => 'Uzgodnienia',
|
||||
'create_withdrawal' => 'Utwórz nową wypłatę',
|
||||
'create_deposit' => 'Utwórz nową wpłatę',
|
||||
|
||||
Reference in New Issue
Block a user