mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Rebuild frontend.
This commit is contained in:
@@ -298,6 +298,8 @@ return [
|
||||
'search_modifier_has_any_category' => 'Transakcja musi mieć (dowolną) kategorię',
|
||||
'search_modifier_has_no_budget' => 'Transakcja nie może mieć budżetu',
|
||||
'search_modifier_has_any_budget' => 'Transakcja musi mieć (dowolny) budżet',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_no_tag' => 'Transakcja nie może mieć tagów',
|
||||
'search_modifier_has_any_tag' => 'Transakcja musi mieć (dowolny) tag',
|
||||
'search_modifier_notes_contain' => 'Notatki transakcji zawierają ":value"',
|
||||
@@ -429,7 +431,7 @@ return [
|
||||
'apply_rule_group_selection' => 'Zastosuj grupę reguł ":title" do niektórych swoich transakcji',
|
||||
'apply_rule_group_selection_intro' => 'GRupy reguł takie jak ":title" są zwykle stosowane tylko do nowych lub modyfikowanych transakcji, ale możesz powiedzieć Firefly III aby uruchomił ją dla istniejących transakcji. Może to być przydatne, gdy zmodyfikowałeś grupę reguł i potrzebujesz zastosować zmiany dla wszystkich pozostałych transakcji.',
|
||||
'applied_rule_group_selection' => 'Grupa reguł ":title" została zastosowana do Twojego wyboru.',
|
||||
'timezone_difference' => 'Your browser reports time zone "{local}". Firefly III is configured for time zone "{system}". This chart may drift.',
|
||||
'timezone_difference' => 'Twoja przeglądarka raportuje strefę czasową "{local}". Firefly III ma skonfigurowaną strefę czasową "{system}". W związku z tą różnicą, ten wykres może pokazywać inne dane, niż oczekujesz.',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Akcją użytkownika jest ":trigger_value"',
|
||||
@@ -525,6 +527,10 @@ return [
|
||||
'rule_trigger_has_no_budget' => 'Transakcja bez budżetu',
|
||||
'rule_trigger_has_any_budget_choice' => 'Ma (dowolny) budżet',
|
||||
'rule_trigger_has_any_budget' => 'Transakcja ma (dowolny) budżet',
|
||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_has_no_tag_choice' => 'Brak tagów',
|
||||
'rule_trigger_has_no_tag' => 'Transakcja bez tagów',
|
||||
'rule_trigger_has_any_tag_choice' => 'Ma (dowolny) tag (lub kilka)',
|
||||
@@ -1098,7 +1104,7 @@ return [
|
||||
'save_transactions_by_moving' => 'Zapisz tą transakcję przenosząc ją na inne konto:|Zapisz te transakcje przenosząc je na inne konto:',
|
||||
'save_transactions_by_moving_js' => 'Brak transakcji|Zapisz tę transakcję, przenosząc ją na inne konto.|Zapisz te transakcje przenosząc je na inne konto.',
|
||||
'stored_new_account' => 'Nowe konto ":name" zostało zapisane!',
|
||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
||||
'stored_new_account_js' => 'Nowe konto "<a href="accounts/show/{ID}">{name}</a>" zapisane!',
|
||||
'updated_account' => 'Zaktualizowano konto ":name"',
|
||||
'credit_card_options' => 'Opcje karty kredytowej',
|
||||
'no_transactions_account' => 'Brak transakcji (w tym okresie) na koncie aktywów ":name".',
|
||||
@@ -1135,9 +1141,9 @@ return [
|
||||
'interest_calc_daily' => 'Co dzień',
|
||||
'interest_calc_monthly' => 'Co miesiąc',
|
||||
'interest_calc_yearly' => 'Co rok',
|
||||
'interest_calc_weekly' => 'Per week',
|
||||
'interest_calc_half-year' => 'Per half year',
|
||||
'interest_calc_quarterly' => 'Per quarter',
|
||||
'interest_calc_weekly' => 'Tygodniowo',
|
||||
'interest_calc_half-year' => 'Co pół roku',
|
||||
'interest_calc_quarterly' => 'Kwartalnie',
|
||||
'initial_balance_account' => 'Początkowe saldo konta :account',
|
||||
'list_options' => 'Opcje listy',
|
||||
|
||||
@@ -1319,8 +1325,8 @@ return [
|
||||
'account_type_Loan' => 'Pożyczka',
|
||||
'account_type_Mortgage' => 'Hipoteka',
|
||||
'account_type_Credit card' => 'Karta kredytowa',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit' => 'Zadłużenie wobec mnie',
|
||||
'liability_direction_debit' => 'Zadłużenie wobec kogoś innego',
|
||||
'budgets' => 'Budżety',
|
||||
'tags' => 'Tagi',
|
||||
'reports' => 'Raporty',
|
||||
|
||||
Reference in New Issue
Block a user