mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations firefly.php (Polish)
This commit is contained in:
parent
560bd6a92b
commit
ceaba5a11c
@ -86,16 +86,16 @@ return [
|
||||
'total_sum' => 'Suma ogółem',
|
||||
'spent_in_specific_budget' => 'Wydatki w budżecie ":budget"',
|
||||
'sum_of_expenses_in_budget' => 'Wydano łącznie w budżecie ":budget"',
|
||||
'left_in_budget_limit' => 'Left to spend according to budgeting',
|
||||
'left_in_budget_limit' => 'Możliwe do wydania wg budżetu',
|
||||
'cannot_reset_demo_user' => 'Nie można zresetować hasła do konta demonstracyjnego',
|
||||
'current_period' => 'Bieżący okres',
|
||||
'show_the_current_period_and_overview' => 'Pokaż bieżący okres oraz przegląd',
|
||||
'pref_languages_locale' => 'For a language other than English to work properly, your operating system must be equipped with the correct locale-information. If these are not present, currency data, dates and amounts may be formatted wrong.',
|
||||
'budget_in_period' => 'All transactions for budget ":name" between :start and :end',
|
||||
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end',
|
||||
'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end',
|
||||
'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end',
|
||||
'chart_category_all' => 'Chart for all transactions for category ":name"',
|
||||
'budget_in_period' => 'Wszystkie transakcje dla budżetu ":name" od :start do :end',
|
||||
'chart_budget_in_period' => 'Wykres wszystkich transakcji dla budżetu ":name" od :start do :end',
|
||||
'chart_account_in_period' => 'Wykres wszystkich transakcji dla konta ":name" od :start do :end',
|
||||
'chart_category_in_period' => 'Wykres wszystkich transakcji dla kategorii ":name" od :start do :end',
|
||||
'chart_category_all' => 'Wykres wszystkich transakcji dla kategorii ":name"',
|
||||
'clone_withdrawal' => 'Zduplikuj tę wypłatę',
|
||||
'clone_deposit' => 'Zduplikuj tą wpłatę',
|
||||
'clone_transfer' => 'Zduplikuj ten transfer',
|
||||
@ -110,14 +110,14 @@ return [
|
||||
'all_journals_for_account' => 'Wszystkie transakcje dla konta :name',
|
||||
'chart_all_journals_for_account' => 'Wykres wszystkich transakcji dla konta :name',
|
||||
'journals_in_period_for_account' => 'Wszystkie transakcje dla konta :name od :start do :end',
|
||||
'transferred' => 'Transferred',
|
||||
'transferred' => 'Przesłano',
|
||||
'all_withdrawal' => 'Wszystkie wydatki',
|
||||
'all_transactions' => 'Wszystkie transakcje',
|
||||
'title_withdrawal_between' => 'Wszystkie wydatki między :start a :koniec',
|
||||
'title_withdrawal_between' => 'Wszystkie wydatki do :start do :koniec',
|
||||
'all_deposit' => 'Wszystkie przychody',
|
||||
'title_deposit_between' => 'Wszystkie przychody między :start a :end',
|
||||
'title_deposit_between' => 'Wszystkie przychody do :start do :end',
|
||||
'all_transfers' => 'Wszystkie transfery',
|
||||
'title_transfers_between' => 'Wszystkie transfery między :start a :end',
|
||||
'title_transfers_between' => 'Wszystkie transfery od :start do :end',
|
||||
'all_transfer' => 'Wszystkie transfery',
|
||||
'all_journals_for_tag' => 'Wszystkie transakcje dla tagu ":tag"',
|
||||
'title_transfer_between' => 'Wszystkie transfery od :start do :end',
|
||||
@ -793,7 +793,7 @@ return [
|
||||
'spent' => 'Wydano',
|
||||
'spent_in_budget' => 'Wydano w budżecie',
|
||||
'left_to_spend' => 'Pozostało do wydania',
|
||||
'earned' => 'Zarobione',
|
||||
'earned' => 'Zarobiono',
|
||||
'overspent' => 'Przepłacono',
|
||||
'left' => 'Pozostało',
|
||||
'no_budget' => '(bez budżetu)',
|
||||
|
Loading…
Reference in New Issue
Block a user