mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
New translations
This commit is contained in:
@@ -228,18 +228,18 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooki',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhooks_breadcrumb' => 'Webhooki',
|
||||
'no_webhook_messages' => 'There are no webhook messages',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Transaction details',
|
||||
'webhook_response_ACCOUNTS' => 'Account details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_response_none_NONE' => 'Brak szczegółów',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
'inspect' => 'Zbadaj',
|
||||
'create_new_webhook' => 'Utwórz nowy webhook',
|
||||
'webhooks_create_breadcrumb' => 'Utwórz nowy webhook',
|
||||
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
|
||||
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
|
||||
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
|
||||
@@ -322,119 +322,219 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Data transakcji to ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_id' => 'ID transakcji to ":value"',
|
||||
'search_modifier_date_before' => 'Data transakcji jest przed lub w ":value"',
|
||||
'search_modifier_date_after' => 'Data transakcji jest po lub w ":value"',
|
||||
'search_modifier_external_id_is' => 'Zewnętrzne ID to ":value"',
|
||||
'search_modifier_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'search_modifier_any_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL',
|
||||
'search_modifier_internal_reference_is' => 'Wewnętrzne odwołanie to ":value"',
|
||||
'search_modifier_description_starts' => 'Opis to ":value"',
|
||||
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
|
||||
'search_modifier_description_contains' => 'Opis zawiera ":value"',
|
||||
'search_modifier_description_is' => 'Opis to ":value"',
|
||||
'search_modifier_currency_is' => 'Waluta (obca) transakcji to ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Waluta obca transakcji to ":value"',
|
||||
'search_modifier_has_attachments' => 'Transakcja musi mieć załącznik',
|
||||
'search_modifier_has_no_category' => 'Transakcja nie może mieć kategorii',
|
||||
'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' => 'Transakcja nie może mieć rachunku',
|
||||
'search_modifier_has_any_bill' => 'Transakcja musi mieć (dowolny) rachunek',
|
||||
'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_contains' => 'Notatki transakcji zawierają ":value"',
|
||||
'search_modifier_notes_starts' => 'Notatki transakcji zaczynają się od ":value"',
|
||||
'search_modifier_notes_ends' => 'Notatki transakcji kończą się na ":value"',
|
||||
'search_modifier_notes_is' => 'Notatki transakcji to ":value"',
|
||||
'search_modifier_no_notes' => 'Transakcja nie ma notatek',
|
||||
'search_modifier_any_notes' => 'Transakcja musi zawierać notatki',
|
||||
'search_modifier_amount_is' => 'Kwota to dokładnie :value',
|
||||
'search_modifier_amount_less' => 'Kwota jest mniejsza lub równa :value',
|
||||
'search_modifier_amount_more' => 'Kwota jest większa lub równa :value',
|
||||
'search_modifier_source_account_is' => 'Konto źródłowe to ":value"',
|
||||
'search_modifier_source_account_contains' => 'Konto źródłowe zawiera ":value"',
|
||||
'search_modifier_source_account_starts' => 'Konto źródłowe zaczyna się od ":value"',
|
||||
'search_modifier_source_account_ends' => 'Konto źródłowe kończy się na ":value"',
|
||||
'search_modifier_source_account_id' => 'ID konta źródłowego to :value',
|
||||
'search_modifier_source_account_nr_is' => 'Numer konta źródłowego (IBAN) to ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Numer konta źródłowego (IBAN) zawiera ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Numer konta źródłowego (IBAN) zaczyna się od ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Numer konta źródłowego (IBAN) kończy się na ":value"',
|
||||
'search_modifier_destination_account_is' => 'Konto docelowe to ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Konto docelowe zawiera ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Konto docelowe zaczyna się od ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Konto docelowe kończy się na ":value"',
|
||||
'search_modifier_destination_account_id' => 'ID konta docelowego to :value',
|
||||
'search_modifier_destination_is_cash' => 'Konto docelowe to konto (gotówka)',
|
||||
'search_modifier_source_is_cash' => 'Konto źródłowe to konto (gotówka)',
|
||||
'search_modifier_destination_account_nr_is' => 'Numer konta docelowego (IBAN) to ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Numer konta docelowego (IBAN) zawiera ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Numer konta docelowego (IBAN) zaczyna się od ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Numer konta docelowego (IBAN) kończy się na ":value"',
|
||||
'search_modifier_account_id' => 'ID konta źródłowego lub docelowego to: :value',
|
||||
'search_modifier_category_is' => 'Kategoria to ":value"',
|
||||
'search_modifier_budget_is' => 'Budżet to ":value"',
|
||||
'search_modifier_bill_is' => 'Rachunek to ":value"',
|
||||
'search_modifier_transaction_type' => 'Transakcja jest typu ":value"',
|
||||
'search_modifier_tag_is' => 'Tag to ":value"',
|
||||
'search_modifier_date_on_year' => 'Transakcja jest w roku ":value"',
|
||||
'search_modifier_date_on_month' => 'Transakcja jest w miesiącu ":value"',
|
||||
'search_modifier_date_on_day' => 'Transakcja jest w dniu miesiąca ":value"',
|
||||
'search_modifier_date_before_year' => 'Transakcja jest przed lub w roku ":value"',
|
||||
'search_modifier_date_before_month' => 'Transakcja jest przed lub w miesiącu ":value"',
|
||||
'search_modifier_date_before_day' => 'Transakcja jest przed lub w dniu miesiąca ":value"',
|
||||
'search_modifier_date_after_year' => 'Transakcja jest w roku lub po roku ":value"',
|
||||
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
|
||||
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
|
||||
'search_modifier_date_on' => 'Data transakcji to ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'ID transakcji to ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":value"',
|
||||
'search_modifier_date_before' => 'Data transakcji jest przed lub w ":value"',
|
||||
'search_modifier_date_after' => 'Data transakcji jest po lub w ":value"',
|
||||
'search_modifier_external_id_is' => 'Zewnętrzne ID to ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Wewnętrzne odwołanie to ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Opis zaczyna się od ":value"',
|
||||
'search_modifier_not_description_starts' => 'Opis nie zaczyna się od ":value"',
|
||||
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
|
||||
'search_modifier_not_description_ends' => 'Opis nie kończy się na ":value"',
|
||||
'search_modifier_description_contains' => 'Opis zawiera ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Opis to ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'Waluta (obca) transakcji to ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Waluta obca transakcji to ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'Transakcja musi mieć załącznik',
|
||||
'search_modifier_has_no_category' => 'Transakcja nie może mieć kategorii',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'Transakcja musi mieć (dowolną) kategorię',
|
||||
'search_modifier_has_no_budget' => 'Transakcja nie może mieć budżetu',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'Transakcja musi mieć (dowolny) budżet',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_bill' => 'Transakcja nie może mieć rachunku',
|
||||
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_any_bill' => 'Transakcja musi mieć (dowolny) rachunek',
|
||||
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_no_tag' => 'Transakcja nie może mieć tagów',
|
||||
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_has_any_tag' => 'Transakcja musi mieć (dowolny) tag',
|
||||
'search_modifier_notes_contains' => 'Notatki transakcji zawierają ":value"',
|
||||
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
|
||||
'search_modifier_notes_starts' => 'Notatki transakcji zaczynają się od ":value"',
|
||||
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
|
||||
'search_modifier_notes_ends' => 'Notatki transakcji kończą się na ":value"',
|
||||
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
|
||||
'search_modifier_notes_is' => 'Notatki transakcji to ":value"',
|
||||
'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"',
|
||||
'search_modifier_no_notes' => 'Transakcja nie ma notatek',
|
||||
'search_modifier_not_no_notes' => 'The transaction must have notes',
|
||||
'search_modifier_any_notes' => 'Transakcja musi zawierać notatki',
|
||||
'search_modifier_not_any_notes' => 'The transaction has no notes',
|
||||
'search_modifier_amount_is' => 'Kwota to dokładnie :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_amount_less' => 'Kwota jest mniejsza lub równa :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Kwota jest większa lub równa :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Konto źródłowe to ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Konto źródłowe zawiera ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Konto źródłowe zaczyna się od ":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Konto źródłowe kończy się na ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'ID konta źródłowego to :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Numer konta źródłowego (IBAN) to ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Numer konta źródłowego (IBAN) zawiera ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Numer konta źródłowego (IBAN) zaczyna się od ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Konto docelowe to ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Konto docelowe zawiera ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Konto docelowe zaczyna się od ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'ID konta docelowego to :value',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Numer konta docelowego (IBAN) to ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Numer konta docelowego (IBAN) zawiera ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Numer konta docelowego (IBAN) zaczyna się od ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Numer konta docelowego (IBAN) kończy się na ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'ID konta źródłowego lub docelowego to: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'Kategoria to ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'Budżet to ":value"',
|
||||
'search_modifier_not_budget_is' => 'Budget is not ":value"',
|
||||
'search_modifier_bill_is' => 'Rachunek to ":value"',
|
||||
'search_modifier_not_bill_is' => 'Bill is not ":value"',
|
||||
'search_modifier_transaction_type' => 'Transakcja jest typu ":value"',
|
||||
'search_modifier_not_transaction_type' => 'Transaction type is not ":value"',
|
||||
'search_modifier_tag_is' => 'Tag to ":value"',
|
||||
'search_modifier_not_tag_is' => 'No tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transakcja jest w roku ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
|
||||
'search_modifier_date_on_month' => 'Transakcja jest w miesiącu ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
|
||||
'search_modifier_date_on_day' => 'Transakcja jest w dniu miesiąca ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"',
|
||||
'search_modifier_date_before_year' => 'Transakcja jest przed lub w roku ":value"',
|
||||
'search_modifier_date_before_month' => 'Transakcja jest przed lub w miesiącu ":value"',
|
||||
'search_modifier_date_before_day' => 'Transakcja jest przed lub w dniu miesiąca ":value"',
|
||||
'search_modifier_date_after_year' => 'Transakcja jest w roku lub po roku ":value"',
|
||||
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
|
||||
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Tag nie jest ustawiony na ":value"',
|
||||
|
||||
'search_modifier_tag_is_not' => 'Tag nie jest ustawiony na ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Konto to ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Konto zawiera ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Konto kończy się na ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Konto zaczyna się od ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Numer konta / IBAN to ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Numer konta / IBAN zawiera ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Numer konta / IBAN kończy się na ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Numer konta / IBAN zaczyna się od ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Kategoria zawiera ":value"',
|
||||
'search_modifier_category_ends' => 'Kategoria kończy się na ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Kategoria zaczyna się od ":value"',
|
||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
||||
'search_modifier_budget_contains' => 'Budżet zawiera ":value"',
|
||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
||||
'search_modifier_budget_ends' => 'Budżet kończy się na ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budżet zaczyna się od ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_bill_contains' => 'Rachunek zawiera ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Rachunek kończy się na ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Rachunek zaczyna się od ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'Zewnętrzne ID zawiera ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||
'search_modifier_external_id_ends' => 'Zewnętrzne ID kończy się na ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
|
||||
'search_modifier_external_id_starts' => 'Zewnętrzne ID zaczyna się od ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
|
||||
'search_modifier_internal_reference_contains' => 'Wewnętrzne odwołanie zawiera ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
||||
'search_modifier_internal_reference_ends' => 'Wewnętrzne odwołanie kończy się na ":value"',
|
||||
'search_modifier_internal_reference_starts' => 'Wewnętrzne odniesienie zaczyna się od ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
||||
'search_modifier_external_url_is' => 'Zewnętrzny adres URL to ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'Zewnętrzny adres URL zawiera ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_external_url_ends' => 'Zewnętrzny adres URL kończy się na ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'Zewnętrzny adres URL zaczyna się od ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Transakcja nie ma załączników',
|
||||
'search_modifier_account_is_cash' => 'Konto jest kontem gotówkowym.',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'ID dziennika to ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'ID transakcji cyklicznej to ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'Kwota zagraniczna to ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||
'search_modifier_foreign_amount_less' => 'Kwota zagraniczna jest mniejsza niż ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'Kwota zagraniczna jest większa niż ":value"',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
'search_modifier_interest_date_on' => 'Data odsetek transakcji to ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'Data odsetek transakcji jest w roku ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Data odsetek transakcji jest w miesiącu ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Data odsetek transakcji przypada w dniu miesiąca ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
|
||||
'search_modifier_interest_date_before_year' => 'Data odsetek transakcji jest przed lub w roku ":value"',
|
||||
'search_modifier_interest_date_before_month' => 'Data odsetek transakcji jest przed lub w miesiącu ":value"',
|
||||
'search_modifier_interest_date_before_day' => 'Data odsetek transakcji jest przed lub w dniu miesiąca ":value"',
|
||||
@@ -444,6 +544,9 @@ return [
|
||||
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
|
||||
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
|
||||
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
|
||||
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
|
||||
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
||||
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
|
||||
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
|
||||
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
|
||||
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
|
||||
@@ -453,6 +556,9 @@ return [
|
||||
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
|
||||
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
|
||||
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
|
||||
'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"',
|
||||
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
|
||||
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
|
||||
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
|
||||
@@ -462,6 +568,9 @@ return [
|
||||
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
|
||||
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
|
||||
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
|
||||
'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"',
|
||||
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
|
||||
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
|
||||
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
|
||||
@@ -471,6 +580,9 @@ return [
|
||||
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
|
||||
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
|
||||
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
|
||||
'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"',
|
||||
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
|
||||
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
|
||||
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
|
||||
@@ -480,6 +592,9 @@ return [
|
||||
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
|
||||
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
|
||||
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
|
||||
'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"',
|
||||
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
|
||||
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
|
||||
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
|
||||
@@ -490,6 +605,9 @@ return [
|
||||
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
|
||||
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
|
||||
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
|
||||
'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"',
|
||||
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
|
||||
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
|
||||
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
|
||||
@@ -499,6 +617,9 @@ return [
|
||||
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
|
||||
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
|
||||
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
|
||||
'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"',
|
||||
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
|
||||
'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"',
|
||||
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
|
||||
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
|
||||
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
|
||||
@@ -508,26 +629,34 @@ return [
|
||||
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
|
||||
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
|
||||
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
|
||||
'search_modifier_not_book_date_on' => 'Transaction book date is not on ":value"',
|
||||
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
|
||||
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
|
||||
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
|
||||
'search_modifier_not_process_date_on' => 'Transaction process date is not on ":value"',
|
||||
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
|
||||
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
|
||||
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
|
||||
'search_modifier_not_due_date_on' => 'Transaction due date is not on ":value"',
|
||||
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
|
||||
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
|
||||
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
|
||||
'search_modifier_not_payment_date_on' => 'Transaction payment date is not on ":value"',
|
||||
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
|
||||
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
|
||||
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
|
||||
'search_modifier_not_invoice_date_on' => 'Transaction invoice date is not on ":value"',
|
||||
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
|
||||
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
|
||||
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
|
||||
'search_modifier_not_created_at_on' => 'Transaction was not created on ":value"',
|
||||
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
|
||||
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
|
||||
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
|
||||
'search_modifier_not_updated_at_on' => 'Transaction was not updated on ":value"',
|
||||
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
|
||||
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
|
||||
|
||||
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
|
||||
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
|
||||
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
|
||||
@@ -535,7 +664,15 @@ return [
|
||||
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
|
||||
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
|
||||
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
|
||||
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
|
||||
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
|
||||
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
|
||||
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
|
||||
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
|
||||
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
|
||||
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
|
||||
'update_rule_from_query' => 'Aktualizuj regułę ":rule" z zapytania wyszukiwania',
|
||||
'create_rule_from_query' => 'Utwórz nową regułę z zapytania wyszukiwania',
|
||||
'rule_from_search_words' => 'Silnik reguł ma problemy z obsługą ":string". Sugerowana reguła, która pasuje do Twojego zapytania może dawać różne wyniki. Proszę dokładnie sprawdź wyzwalacze reguł.',
|
||||
@@ -761,8 +898,8 @@ return [
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_tag_is_not' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'rule_trigger_account_is_choice' => 'Either account is exactly..',
|
||||
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
|
||||
'rule_trigger_account_contains_choice' => 'Either account contains..',
|
||||
@@ -887,10 +1024,144 @@ return [
|
||||
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
|
||||
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
|
||||
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
||||
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
||||
'rule_trigger_not_description_contains' => 'Description does not contain',
|
||||
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
||||
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
||||
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
||||
'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"',
|
||||
'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"',
|
||||
'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_starts' => 'Source account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Neither category is ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Neither category contains ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Neither category ends on ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Neither category starts with ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Neither budget is ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"',
|
||||
'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"',
|
||||
'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"',
|
||||
'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"',
|
||||
'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"',
|
||||
'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"',
|
||||
'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"',
|
||||
'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"',
|
||||
'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"',
|
||||
'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"',
|
||||
'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"',
|
||||
'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"',
|
||||
'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"',
|
||||
'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"',
|
||||
'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"',
|
||||
'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"',
|
||||
'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"',
|
||||
'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"',
|
||||
'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
|
||||
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
|
||||
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
|
||||
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
|
||||
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'USUŃ transakcję (!)',
|
||||
'rule_action_delete_transaction' => 'USUŃ transakcję (!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Ustaw kategorię na ":action_value"',
|
||||
'rule_action_clear_category' => 'Wyczyść kategorię',
|
||||
'rule_action_set_budget' => 'Ustaw budżet na ":action_value"',
|
||||
@@ -901,30 +1172,30 @@ return [
|
||||
'rule_action_set_description' => 'Ustaw opis na ":action_value"',
|
||||
'rule_action_append_description' => 'Dołącz do opisu wartość ":action_value"',
|
||||
'rule_action_prepend_description' => 'Poprzedź opis wartością ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Ustaw kategorię na..',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Wyczyść wszystkie kategorie',
|
||||
'rule_action_set_budget_choice' => 'Ustaw budżet na..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Wyczyść wszystkie budżety',
|
||||
'rule_action_add_tag_choice' => 'Dodaj tag..',
|
||||
'rule_action_remove_tag_choice' => 'Usuń tag..',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Usuń wszystkie tagi',
|
||||
'rule_action_set_description_choice' => 'Ustaw opis na..',
|
||||
'rule_action_update_piggy_choice' => 'Dodaj/usuń kwotę transakcji w skarbonce.',
|
||||
'rule_action_update_piggy' => 'Dodaj/usuń kwotę transakcji w skarbonce ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Dołącz do opisu..',
|
||||
'rule_action_prepend_description_choice' => 'Poprzedź opis..',
|
||||
'rule_action_set_source_account_choice' => 'Ustaw konto źródłowe na..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Ustaw konto źródłowe na :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Ustaw konto docelowe na..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Ustaw konto docelowe na :action_value',
|
||||
'rule_action_append_notes_choice' => 'Dołącz do notatek..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Dołącz do notatek wartość ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Poprzedź notatki..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Poprzedź notatki wartością ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Usuń wszystkie notatki',
|
||||
'rule_action_clear_notes' => 'Usuń wszystkie notatki',
|
||||
'rule_action_set_notes_choice' => 'Ustaw notatki na..',
|
||||
'rule_action_link_to_bill_choice' => 'Powiąż z rachunkiem..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Powiąż z rachunkiem ":action_value"',
|
||||
'rule_action_set_notes' => 'Ustaw notatki na ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konwertuj transakcję na wpłatę',
|
||||
@@ -933,15 +1204,23 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Konwertuj transakcję na wypłatę do ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'Konwertuj transakcję na transfer',
|
||||
'rule_action_convert_transfer' => 'Konwertuj transakcję na transfer z ":action_value"',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Czy przeczytałeś ostrzeżenie?',
|
||||
'apply_rule_warning' => 'Ostrzeżenie: uruchomienie reguły (lub grupy reguł) na dużej liczbie transakcji może potrwać wieki i może przekroczyć limit czasu. W takiej sytuacji reguła (lub grupa reguł) zostanie zastosowana do nieznanego podzbioru Twoich transakcji. To może zostawić Twoją administrację finansową w strzępach. Proszę, bądź ostrożny.',
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Grupa reguł dla rachunków',
|
||||
'rulegroup_for_bills_description' => 'Specjalna grupa reguł dla wszystkich reguł dotyczących rachunków.',
|
||||
'rule_for_bill_title' => 'Automatycznie wygenerowana reguła dla rachunku ":name"',
|
||||
'rule_for_bill_description' => 'Ta reguła została automatycznie wygenerowana, aby spróbować dopasować rachunek ":name".',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Utwórz nową regułę dla rachunku ":name"',
|
||||
'create_rule_for_bill_txt' => 'Właśnie utworzyłeś nowy rachunek o nazwie ":name". Gratulacje! Firefly III może automagicznie dopasować nowe wypłaty do tego rachunku. Na przykład za każdym razem, gdy płacisz czynsz, rachunek "czynsz" zostanie powiązany z wydatkiem. W ten sposób Firefly III może dokładnie pokazać, które rachunki są jeszcze do zapłacenia, a które nie. W tym celu należy utworzyć nową regułę. Firefly III wypełnił dla Ciebie pewne rozsądne domyślne ustawienia. Upewnij się, że są poprawne. Jeśli są, Firefly III automatycznie połączy pasującą wypłatę z prawidłowym rachunkiem. Sprawdź wyzwalacze czy są poprawne i dodaj kolejne jeśli są błędne.',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Reguła dla rachunku ":name"',
|
||||
'new_rule_for_bill_description' => 'Ta reguła oznacza transakcje jako powiązane z rachunkiem ":name".',
|
||||
|
||||
@@ -1014,6 +1293,7 @@ return [
|
||||
'preferences_frontpage' => 'Ekran główny',
|
||||
'preferences_security' => 'Bezpieczeństwo',
|
||||
'preferences_layout' => 'Układ',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Pokaż przychody na stronie domowej',
|
||||
'pref_home_show_deposits_info' => 'Ekran główny pokazuje już konta wydatków. Czy chcesz wyświetlać również konta przychodów?',
|
||||
'pref_home_do_show_deposits' => 'Tak, pokaż je',
|
||||
@@ -1044,6 +1324,15 @@ return [
|
||||
'optional_field_attachments' => 'Załączniki',
|
||||
'optional_field_meta_data' => 'Opcjonalne metadane',
|
||||
'external_url' => 'Zewnętrzny adres URL',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Usuń dane',
|
||||
@@ -1343,6 +1632,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Nie oczekiwany w tym okresie',
|
||||
'not_or_not_yet' => 'Nie (jeszcze)',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Rachunek pasuje do transakcji między :low a :high.',
|
||||
'running_again_loss' => 'Transakcje poprzednio powiązane z tym rachunkiem mogą stracić to powiązanie, jeżeli nie będą spełniały założeń reguł(y).',
|
||||
'bill_related_rules' => 'Reguły powiązane z tym rachunkiem',
|
||||
@@ -1930,55 +2220,63 @@ return [
|
||||
'updated_tag' => 'Zaktualizowano tag ":tag"',
|
||||
'created_tag' => 'Tag ":tag" został utworzony!',
|
||||
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
'transaction_journal_more' => 'Więcej informacji',
|
||||
'basic_journal_information' => 'Podstawowe informacje o transakcji',
|
||||
'transaction_journal_extra' => 'Dodatkowe informacje',
|
||||
'att_part_of_journal' => 'Zapisano jako ":journal"',
|
||||
'total_amount' => 'Łączna kwota',
|
||||
'number_of_decimals' => 'Ilość miejsc dziesiętnych',
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
'transaction_journal_more' => 'Więcej informacji',
|
||||
'basic_journal_information' => 'Podstawowe informacje o transakcji',
|
||||
'transaction_journal_extra' => 'Dodatkowe informacje',
|
||||
'att_part_of_journal' => 'Zapisano jako ":journal"',
|
||||
'total_amount' => 'Łączna kwota',
|
||||
'number_of_decimals' => 'Ilość miejsc dziesiętnych',
|
||||
|
||||
// administration
|
||||
'administration' => 'Administracja',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
'all_users' => 'Wszyscy użytkownicy',
|
||||
'instance_configuration' => 'Konfiguracja',
|
||||
'firefly_instance_configuration' => 'Opcje konfiguracji dla Firefly III',
|
||||
'setting_single_user_mode' => 'Tryb pojedynczego użytkownika',
|
||||
'setting_single_user_mode_explain' => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).',
|
||||
'store_configuration' => 'Zapisz konfigurację',
|
||||
'single_user_administration' => 'Administracja użytkownika dla :email',
|
||||
'edit_user' => 'Modyfikuj użytkownika :email',
|
||||
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="preferences">ustawieniach</a>.',
|
||||
'user_data_information' => 'Dane użytkownika',
|
||||
'user_information' => 'Informacja o użytkowniku',
|
||||
'total_size' => 'łączny rozmiar',
|
||||
'budget_or_budgets' => ':count budżet|:count budżetów',
|
||||
'budgets_with_limits' => ':count budżet z ustaloną kwotą|:count budżetów z ustaloną kwotą',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reguła(y) w :count_groups grupa(ch) reguł',
|
||||
'tag_or_tags' => ':count tag|:count tagów',
|
||||
'configuration_updated' => 'Konfiguracja została zaktualizowana',
|
||||
'setting_is_demo_site' => 'Strona demonstracyjna',
|
||||
'setting_is_demo_site_explain' => 'Jeśli zaznaczysz to pole, ta instalacja będzie zachowywać się jak witryna demonstracyjna, co może mieć dziwne efekty uboczne.',
|
||||
'block_code_bounced' => 'Odrzucony e-mail potwierdzający',
|
||||
'block_code_expired' => 'Demonstracyjne konto wygasło',
|
||||
'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany',
|
||||
'block_code_email_changed' => 'Użytkownik nie potwierdził jeszcze nowego adresu e-mail',
|
||||
'admin_update_email' => 'W przeciwieństwie do strony "Profil", użytkownik NIE zostanie powiadomiony o zmianie adresu e-mail!',
|
||||
'update_user' => 'Modyfikuj użytkownika',
|
||||
'updated_user' => 'Dane użytkownika zostały zmienione.',
|
||||
'delete_user' => 'Usuń użytkownika :email',
|
||||
'user_deleted' => 'Użytkownik został usunięty',
|
||||
'send_test_email' => 'Wyślij testową wiadomość e-mail',
|
||||
'send_test_email_text' => 'Aby sprawdzić, czy Twoja instalacja umożliwia wysyłanie wiadomości e-mail, naciśnij ten przycisk. Nie zobaczysz tutaj błędu (jeśli jest), <strong>pliki dziennika będą odzwierciedlać wszelkie błędy</strong>. Możesz nacisnąć ten przycisk tyle razy, ile chcesz. Nie ma kontroli spamu. Wiadomość zostanie wysłana do <code>:email</code> i powinna wkrótce nadejść.',
|
||||
'send_message' => 'Wyślij wiadomość',
|
||||
'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.',
|
||||
'give_admin_careful' => 'Użytkownicy, którzy dostaną prawa administratora, mogą zabrać twoje. Zachowaj ostrożność.',
|
||||
'admin_maintanance_title' => 'Konserwacja',
|
||||
'admin_maintanance_expl' => 'Kilka pięknych przycisków do konserwacji Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Wyczyść pamięć podręczną',
|
||||
'administration' => 'Administracja',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
'all_users' => 'Wszyscy użytkownicy',
|
||||
'instance_configuration' => 'Konfiguracja',
|
||||
'firefly_instance_configuration' => 'Opcje konfiguracji dla Firefly III',
|
||||
'setting_single_user_mode' => 'Tryb pojedynczego użytkownika',
|
||||
'setting_single_user_mode_explain' => 'Domyślnie, Firefly III pozwala na jednego (1) użytkownika: Ciebie. Jest to środek bezpieczeństwa uniemożliwiający innym używanie Twojej instalacji, chyba że im pozwolisz. Kolejne rejestracje są zablokowane. Jeżeli odznaczysz to pole, inne osoby będą mogły używać Twojej instalacji Firefly III (zakładając, że jest ona dostępna w Internecie).',
|
||||
'store_configuration' => 'Zapisz konfigurację',
|
||||
'single_user_administration' => 'Administracja użytkownika dla :email',
|
||||
'edit_user' => 'Modyfikuj użytkownika :email',
|
||||
'hidden_fields_preferences' => 'Możesz włączyć więcej opcji transakcji w swoich <a href="preferences">ustawieniach</a>.',
|
||||
'user_data_information' => 'Dane użytkownika',
|
||||
'user_information' => 'Informacja o użytkowniku',
|
||||
'total_size' => 'łączny rozmiar',
|
||||
'budget_or_budgets' => ':count budżet|:count budżetów',
|
||||
'budgets_with_limits' => ':count budżet z ustaloną kwotą|:count budżetów z ustaloną kwotą',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules reguła(y) w :count_groups grupa(ch) reguł',
|
||||
'tag_or_tags' => ':count tag|:count tagów',
|
||||
'configuration_updated' => 'Konfiguracja została zaktualizowana',
|
||||
'setting_is_demo_site' => 'Strona demonstracyjna',
|
||||
'setting_is_demo_site_explain' => 'Jeśli zaznaczysz to pole, ta instalacja będzie zachowywać się jak witryna demonstracyjna, co może mieć dziwne efekty uboczne.',
|
||||
'block_code_bounced' => 'Odrzucony e-mail potwierdzający',
|
||||
'block_code_expired' => 'Demonstracyjne konto wygasło',
|
||||
'no_block_code' => 'Brak powody blokady lub użytkownik niezablokowany',
|
||||
'block_code_email_changed' => 'Użytkownik nie potwierdził jeszcze nowego adresu e-mail',
|
||||
'admin_update_email' => 'W przeciwieństwie do strony "Profil", użytkownik NIE zostanie powiadomiony o zmianie adresu e-mail!',
|
||||
'update_user' => 'Modyfikuj użytkownika',
|
||||
'updated_user' => 'Dane użytkownika zostały zmienione.',
|
||||
'delete_user' => 'Usuń użytkownika :email',
|
||||
'user_deleted' => 'Użytkownik został usunięty',
|
||||
'send_test_email' => 'Wyślij testową wiadomość e-mail',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Wyślij wiadomość',
|
||||
'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.',
|
||||
'give_admin_careful' => 'Użytkownicy, którzy dostaną prawa administratora, mogą zabrać twoje. Zachowaj ostrożność.',
|
||||
'admin_maintanance_title' => 'Konserwacja',
|
||||
'admin_maintanance_expl' => 'Kilka pięknych przycisków do konserwacji Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Wyczyść pamięć podręczną',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Opis podzielonej transakcji',
|
||||
'split_transaction_title_help' => 'Jeśli tworzysz podzieloną transakcję, musi ona posiadać globalny opis dla wszystkich podziałów w transakcji.',
|
||||
|
||||
Reference in New Issue
Block a user