mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations
This commit is contained in:
parent
ddf54fdb83
commit
ff50fec112
@ -94,7 +94,7 @@ return [
|
||||
'sum_of_expenses' => 'Suma wydatków',
|
||||
'sum_of_income' => 'Suma dochodów',
|
||||
'spent_in_specific_budget' => 'Wydatki w budżecie ":budget"',
|
||||
'sum_of_expenses_in_budget' => 'Spent total in budget ":budget"',
|
||||
'sum_of_expenses_in_budget' => 'Wydano łącznie w budżecie ":budget"',
|
||||
'left_in_budget_limit' => 'Left to spend according to budgeting',
|
||||
'cannot_change_demo' => 'Nie można zmienić hasła do konta demonstracyjnego.',
|
||||
'cannot_delete_demo' => 'You cannot remove the demonstration account.',
|
||||
@ -694,7 +694,7 @@ return [
|
||||
'average_of_year' => 'Average of year',
|
||||
'average_of_years' => 'Average of years',
|
||||
'categories_earned_in_year' => 'Categories (by earnings)',
|
||||
'categories_spent_in_year' => 'Categories (by spendings)',
|
||||
'categories_spent_in_year' => 'Kategorie (wg wydatków)',
|
||||
'report_type' => 'Typ raportu',
|
||||
'report_type_default' => 'Default financial report',
|
||||
'report_type_audit' => 'Transaction history overview (audit)',
|
||||
@ -710,7 +710,7 @@ return [
|
||||
'income_entry' => 'Income from account ":name" between :start and :end',
|
||||
'expense_entry' => 'Expenses to account ":name" between :start and :end',
|
||||
'category_entry' => 'Expenses in category ":name" between :start and :end',
|
||||
'budget_spent_amount' => 'Expenses in budget ":budget" between :start and :end',
|
||||
'budget_spent_amount' => 'Wydatki w budżecie ":budget" między :start i :end',
|
||||
'balance_amount' => 'Expenses in budget ":budget" paid from account ":account" between :start and :end',
|
||||
'no_audit_activity' => 'No activity was recorded on account <a href=":url" title=":account_name">:account_name</a> between :start and :end.',
|
||||
'audit_end_balance' => 'Account balance of <a href=":url" title=":account_name">:account_name</a> at the end of :end was: :balance',
|
||||
@ -748,11 +748,11 @@ return [
|
||||
'dayOfMonth' => 'Dzień miesiąca',
|
||||
'month' => 'Miesiąc',
|
||||
'budget' => 'Budżet',
|
||||
'spent' => 'Spent',
|
||||
'spent_in_budget' => 'Spent in budget',
|
||||
'spent' => 'Wydano',
|
||||
'spent_in_budget' => 'Wydano w budżecie',
|
||||
'left_to_spend' => 'Pozostało do wydania',
|
||||
'earned' => 'Zarobione',
|
||||
'overspent' => 'Overspent',
|
||||
'earned' => 'Zarobiono',
|
||||
'overspent' => 'Przepłacono',
|
||||
'left' => 'Left',
|
||||
'no_budget' => '(no budget)',
|
||||
'max-amount' => 'Maximum amount',
|
||||
|
Loading…
Reference in New Issue
Block a user