mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Update meta files for new release.
This commit is contained in:
@@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'Transakcja jest typu ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'Kategoria to..',
|
||||
'rule_trigger_category_is' => 'Kategoria to ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'Kwota jest mniejsza lub równa ..',
|
||||
'rule_trigger_amount_less' => 'Kwota jest mniejsza lub równa :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'Kwota to..',
|
||||
'rule_trigger_amount_is' => 'Kwota to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Kwota jest większa lub równa..',
|
||||
'rule_trigger_amount_more' => 'Kwota jest większa lub równa :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'Opis zaczyna się od..',
|
||||
'rule_trigger_description_starts' => 'Opis się zaczyna od ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'Opis kończy się na..',
|
||||
@@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => '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"',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'Transakcja ma (dowolny) zewnętrzny adres URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transakcja ma (dowolny) zewnętrzny adres URL',
|
||||
'rule_trigger_any_external_id' => 'Transakcja ma (dowolne) zewnętrzne ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transakcja ma (dowolne) zewnętrzne ID',
|
||||
'rule_trigger_no_external_url_choice' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'Transakcja nie ma zewnętrznego ID',
|
||||
'rule_trigger_no_external_id' => 'Transakcja nie ma zewnętrznego ID',
|
||||
'rule_trigger_id_choice' => 'Identyfikator transakcji to..',
|
||||
'rule_trigger_id' => 'Identyfikator transakcji to ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT to..',
|
||||
@@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => 'Ustaw notatki na ..',
|
||||
'rule_action_link_to_bill_choice' => 'Powiąż z rachunkiem ..',
|
||||
'rule_action_link_to_bill' => 'Powiąż z rachunkiem ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_switch_accounts_choice' => 'Zamień konta źródłowe i docelowe (tylko przelewy!)',
|
||||
'rule_action_switch_accounts' => 'Zamień konto źródłowe i docelowe',
|
||||
'rule_action_set_notes' => 'Ustaw notatki na ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Konwertuj transakcję na wpłatę',
|
||||
'rule_action_convert_deposit' => 'Konwertuj transakcję na wpłatę od ":action_value"',
|
||||
@@ -1395,6 +1395,7 @@ return [
|
||||
'pref_notification_new_access_token' => 'Powiadomienie o utworzeniu nowego tokenu dostępu API',
|
||||
'pref_notification_transaction_creation' => 'Powiadomienie o automatycznym utworzeniu transakcji',
|
||||
'pref_notification_user_login' => 'Powiadomienie o zalogowaniu się z nowej lokalizacji',
|
||||
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
|
||||
'pref_notifications' => 'Powiadomienia',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Adres URL webhooka Slack',
|
||||
@@ -1403,7 +1404,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Zarządzanie finansami',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
'administrations_index_menu' => 'Zarządzanie finansami',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Wyczyść dane z Firefly III',
|
||||
@@ -1624,6 +1625,8 @@ return [
|
||||
'create_new_revenue' => 'Utwórz nowe konto przychodów',
|
||||
'create_new_piggy_bank' => 'Utwórz nową skarbonkę',
|
||||
'create_new_bill' => 'Utwórz nowy rachunek',
|
||||
'create_new_subscription' => 'Create new subscription',
|
||||
'create_new_rule' => 'Create new rule',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => 'Utwórz nową walutę',
|
||||
@@ -1782,6 +1785,7 @@ return [
|
||||
'bill_repeats_half-year_skip' => 'Powtarza się co {skip} połów roku',
|
||||
'bill_repeats_yearly_skip' => 'Powtarza się co {skip} lat',
|
||||
'subscriptions' => 'Subskrypcje',
|
||||
'go_to_subscriptions' => 'Go to your subscriptions',
|
||||
'forever' => 'Bez daty zakończenia',
|
||||
'extension_date_is' => 'Data przedłużenia to {date}',
|
||||
|
||||
@@ -1823,10 +1827,10 @@ return [
|
||||
'asset_accounts' => 'Konta aktywów',
|
||||
'undefined_accounts' => 'Konta',
|
||||
'asset_accounts_inactive' => 'Konta aktywów (nieaktywne)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_account' => 'Konto wydatków',
|
||||
'expense_accounts' => 'Konta wydatków',
|
||||
'expense_accounts_inactive' => 'Konto wydatków (nieaktywne)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_account' => 'Konto przychodów',
|
||||
'revenue_accounts' => 'Konta przychodów',
|
||||
'revenue_accounts_inactive' => 'Konta przychodów (nieaktywne)',
|
||||
'cash_accounts' => 'Konta gotówkowe',
|
||||
@@ -1915,7 +1919,7 @@ return [
|
||||
'categories' => 'Kategorie',
|
||||
'edit_category' => 'Edytuj kategorię ":name"',
|
||||
'no_category' => '(bez kategorii)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'unknown_category_plain' => 'Brak kategorii',
|
||||
'category' => 'Kategoria',
|
||||
'delete_category' => 'Usuń kategorię ":name"',
|
||||
'deleted_category' => 'Usunięto kategorię ":name"',
|
||||
@@ -2083,12 +2087,12 @@ return [
|
||||
'searchPlaceholder' => 'Szukaj...',
|
||||
'version' => 'Wersja',
|
||||
'dashboard' => 'Kokpit',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'income_and_expense' => 'Przychody i wydatki',
|
||||
'all_money' => 'Wszystkie Twoje pieniądze',
|
||||
'unknown_source_plain' => 'Nieznane konto źródłowe',
|
||||
'unknown_dest_plain' => 'Nieznane konto docelowe',
|
||||
'unknown_any_plain' => 'Nieznane konto',
|
||||
'unknown_budget_plain' => 'Brak budżetu',
|
||||
'available_budget' => 'Dostępne budżety ({currency})',
|
||||
'currencies' => 'Waluty',
|
||||
'activity' => 'Aktywność',
|
||||
@@ -2368,6 +2372,7 @@ return [
|
||||
'created_tag' => 'Tag ":tag" został utworzony!',
|
||||
|
||||
'transaction_journal_information' => 'Informacje o transakcji',
|
||||
'transaction_journal_amount' => 'Amount information',
|
||||
'transaction_journal_meta' => 'Meta informacje',
|
||||
'transaction_journal_more' => 'Więcej informacji',
|
||||
'basic_journal_information' => 'Podstawowe informacje o transakcji',
|
||||
@@ -2397,7 +2402,7 @@ return [
|
||||
'invite_user' => 'Zaproś użytkownika',
|
||||
'user_is_invited' => 'Adres email ":address" został zaproszony do Firefly III',
|
||||
'administration' => 'Administracja',
|
||||
'system_settings' => 'System settings',
|
||||
'system_settings' => 'Ustawienia systemowe',
|
||||
'code_already_used' => 'Kod zaproszenia został już użyty',
|
||||
'user_administration' => 'Administracja użytkownikami',
|
||||
'list_all_users' => 'Wszyscy użytkownicy',
|
||||
@@ -2537,7 +2542,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(bez grupy)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
'default_group_title_name_plain' => 'bez grupy',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Stwórzmy konto aktywów!',
|
||||
@@ -2715,14 +2720,14 @@ return [
|
||||
'ale_action_log_remove' => 'Usunięto :amount ze skarbonki ":name"',
|
||||
'ale_action_clear_budget' => 'Usunięto z budżetu',
|
||||
'ale_action_update_group_title' => 'Updated transaction group title',
|
||||
'ale_action_update_date' => 'Updated transaction date',
|
||||
'ale_action_update_date' => 'Zaktualizowano datę transakcji',
|
||||
'ale_action_update_order' => 'Updated transaction order',
|
||||
'ale_action_clear_category' => 'Usunięto z kategorii',
|
||||
'ale_action_clear_notes' => 'Usunięto notatki',
|
||||
'ale_action_clear_tag' => 'Wyczyszczono tag',
|
||||
'ale_action_clear_all_tags' => 'Wyczyszczono wszystkie tagi',
|
||||
'ale_action_set_bill' => 'Powiązano z rachunkiem',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'Zmieniono konto źródłowe i docelowe',
|
||||
'ale_action_set_budget' => 'Ustawiono budżet',
|
||||
'ale_action_set_category' => 'Ustawiono kategorię',
|
||||
'ale_action_set_source' => 'Ustawiono konto źródłowe',
|
||||
|
||||
@@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Początek zakresu',
|
||||
'end_date' => 'Koniec zakresu',
|
||||
'enddate' => 'Data końcowa',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Grupa reguł',
|
||||
'start' => 'Początek zakresu',
|
||||
'end' => 'Koniec zakresu',
|
||||
'delete_account' => 'Usuń konto ":name"',
|
||||
|
||||
69
resources/lang/pl_PL/rules.php
Normal file
69
resources/lang/pl_PL/rules.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
|
||||
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
|
||||
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
|
||||
'journal_other_user' => 'This transaction doesn\'t belong to the user',
|
||||
'no_such_journal' => 'This transaction doesn\'t exist',
|
||||
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
|
||||
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
|
||||
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
|
||||
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
|
||||
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
|
||||
'is_already_withdrawal' => 'This transaction is already a withdrawal',
|
||||
'is_already_deposit' => 'This transaction is already a deposit',
|
||||
'is_already_transfer' => 'This transaction is already a transfer',
|
||||
'is_not_transfer' => 'This transaction is not a transfer',
|
||||
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
|
||||
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
|
||||
'new_notes_empty' => 'The notes to be set are empty',
|
||||
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
|
||||
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
|
||||
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
|
||||
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
|
||||
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
|
||||
'already_has_destination' => 'This transaction already has ":name" as the destination account',
|
||||
'already_has_source' => 'This transaction already has ":name" as the source account',
|
||||
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
||||
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
||||
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
||||
'no_tags_to_remove' => 'The transaction has no tags to remove',
|
||||
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
|
||||
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
|
||||
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
|
||||
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
|
||||
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
|
||||
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
|
||||
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
|
||||
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
|
||||
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
|
||||
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
|
||||
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
|
||||
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
|
||||
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
|
||||
];
|
||||
@@ -238,8 +238,8 @@ return [
|
||||
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".',
|
||||
|
||||
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
|
||||
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
|
||||
'withdrawal_dest_iban_exists' => 'To konto docelowe IBAN jest już używane przez konto aktywów lub zobowiązanie i nie może być użyte jako miejsce docelowe wydatku.',
|
||||
'deposit_src_iban_exists' => 'To konto źródłowe IBAN jest już używany przez rachunek aktywów lub zobowiązanie i nie może być używany jako źródło wpłaty.',
|
||||
|
||||
'reconciliation_source_bad_data' => 'Nie można znaleźć prawidłowego konta uzgadniania podczas wyszukiwania ID ":id" lub nazwy ":name".',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user