mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Rebuild frontpage.
This commit is contained in:
@@ -501,8 +501,8 @@ return [
|
||||
'rule_trigger_date_after' => 'Data transakcji jest po ":trigger_value"',
|
||||
'rule_trigger_created_on_choice' => 'Transaction was made on..',
|
||||
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
|
||||
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Transakcja edytowana..',
|
||||
'rule_trigger_updated_on' => 'Transakcja edytowana ":trigger_value"',
|
||||
'rule_trigger_budget_is_choice' => 'Budżet to..',
|
||||
'rule_trigger_budget_is' => 'Budżet to ":trigger_value"',
|
||||
'rule_trigger_tag_is_choice' => 'Tag to..',
|
||||
@@ -539,14 +539,14 @@ return [
|
||||
'rule_trigger_notes_start' => 'Notatki zaczynają się od ":trigger_value"',
|
||||
'rule_trigger_notes_end_choice' => 'Notatki kończą się na..',
|
||||
'rule_trigger_notes_end' => 'Notatki kończą się na ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Bill is..',
|
||||
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'External ID is..',
|
||||
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
|
||||
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Rachunek to..',
|
||||
'rule_trigger_bill_is' => 'Rachunek to ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'Zewnętrzne ID to..',
|
||||
'rule_trigger_external_id' => 'Zewnętrzne ID to ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Wewnętrzne odwołanie to..',
|
||||
'rule_trigger_internal_reference' => 'Wewnętrzne odwołanie to ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'ID dziennika transakcji to..',
|
||||
'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'USUŃ transakcję (!)',
|
||||
@@ -866,7 +866,7 @@ return [
|
||||
'convert_please_set_asset_source' => 'Proszę wybierz konto aktywów, z którego będą przychodzić pieniądze.',
|
||||
'convert_expl_w_d' => 'Podczas konwersji z wypłaty na wpłatę pieniądze zostaną wpłacone na wyświetlane konto docelowe, a nie wycofane z niego.|Podczas konwersji z wypłaty na wpłatę pieniądze zostaną wpłacone na wyświetlane konta docelowe, a nie wycofane z nich.',
|
||||
'convert_expl_w_t' => 'Podczas konwersji wypłaty na przelew, środki zostaną przeniesione z rachunku źródłowego na inny rachunek aktywów lub zobowiązań zamiast być wydane na oryginalnym koncie wydatków.|Podczas konwersji wypłaty na przelew, środki zostaną przeniesione z rachunków źródłowych na inne rachunki aktywów lub zobowiązań zamiast być wydane na oryginalnych kontach wydatków.',
|
||||
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account, instead of being deposited into it.|When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source accounts, instead of being deposited into them.',
|
||||
'convert_expl_d_w' => 'Podczas konwersji z wpłaty na wypłatę pieniądze zostaną wypłacone z wyświetlanego konta źródłowego, a nie wpłacone na nie.|Podczas konwersji z wpłaty na wypłatę pieniądze zostaną wypłacone z wyświetlanych kont źródłowych, a nie wpłacone na nie.',
|
||||
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
|
||||
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
|
||||
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
|
||||
@@ -1155,9 +1155,9 @@ return [
|
||||
'updated_withdrawal' => 'Zaktualizowano wypłatę ":description"',
|
||||
'updated_deposit' => 'Zaktualizowano wpłatę ":description"',
|
||||
'updated_transfer' => 'Zaktualizowano transfer ":description"',
|
||||
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
|
||||
'no_changes_deposit' => 'Deposit ":description" was not changed.',
|
||||
'no_changes_transfer' => 'Transfer ":description" was not changed.',
|
||||
'no_changes_withdrawal' => 'Wydatek ":description" nie został zmieniony.',
|
||||
'no_changes_deposit' => 'Wpłata ":description" nie została zmieniona.',
|
||||
'no_changes_transfer' => 'Przelew ":description" nie został zmieniony.',
|
||||
'delete_withdrawal' => 'Usunięto wypłatę ":description"',
|
||||
'delete_deposit' => 'Usuń wpłatę ":description"',
|
||||
'delete_transfer' => 'Usuń transfer ":description"',
|
||||
@@ -1238,8 +1238,8 @@ return [
|
||||
'journal_link_bill' => 'Ta transakcja jest powiązana z rachunkiem <a href=":route">:name</a>. Aby usunąć to powiązanie odznacz pole wyboru. Użyj reguł aby połączyć ją z innym rachunkiem.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transakcja #{ID} ("{title}")</a> została zapisana.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transakcja #{ID}</a> została zapisana.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transakcja #{ID}</a> ("{title}") została zaktualizowana.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transakcja #{ID}</a> ("{title}") nie została zmieniona.',
|
||||
'first_split_decides' => 'Pierwszy podział określa wartość tego pola',
|
||||
'first_split_overrules_source' => 'Pierwszy podział może nadpisać konto źródłowe',
|
||||
'first_split_overrules_destination' => 'Pierwszy podział może nadpisać konto docelowe',
|
||||
|
||||
Reference in New Issue
Block a user