mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations firefly.php (Polish)
This commit is contained in:
parent
e24500b306
commit
1bed8c2b08
@ -27,8 +27,7 @@ return [
|
|||||||
'showEverything' => 'Pokaż wszystko',
|
'showEverything' => 'Pokaż wszystko',
|
||||||
'never' => 'Nigdy',
|
'never' => 'Nigdy',
|
||||||
'search_results_for' => 'Wyniki wyszukiwania dla ":query"',
|
'search_results_for' => 'Wyniki wyszukiwania dla ":query"',
|
||||||
'advanced_search' => 'Wyszukiwanie zaawansowane',
|
'no_results_for_empty_search' => 'Your search was empty, so nothing was found.',
|
||||||
'advanced_search_intro' => 'Istnieje kilka modyfikatorów, których można użyć w wyszukiwaniu, aby zawęzić wyniki. Jeśli używasz któregoś z nich, wyszukiwanie będzie zwracać <em>tylko</em> transakcje. Kliknij ikonę <i class="fa fa-question-circle"></i>, aby uzyskać więcej informacji.',
|
|
||||||
'bounced_error' => 'Wiadomość wysłana na adres :email została odrzucona, więc nie ma dostępu dla Ciebie.',
|
'bounced_error' => 'Wiadomość wysłana na adres :email została odrzucona, więc nie ma dostępu dla Ciebie.',
|
||||||
'deleted_error' => 'Te poświadczenia nie zgadzają się z naszymi danymi.',
|
'deleted_error' => 'Te poświadczenia nie zgadzają się z naszymi danymi.',
|
||||||
'general_blocked_error' => 'Twoje konto zostało zablokowane. Dlatego nie możesz się zalogować.',
|
'general_blocked_error' => 'Twoje konto zostało zablokowane. Dlatego nie możesz się zalogować.',
|
||||||
@ -69,13 +68,6 @@ return [
|
|||||||
'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, <a href="mailto::site_owner">:site_owner</a> and ask them to reset your two factor authentication.',
|
'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, <a href="mailto::site_owner">:site_owner</a> and ask them to reset your two factor authentication.',
|
||||||
'warning_much_data' => 'Załadowanie :days dni danych może trochę potrwać.',
|
'warning_much_data' => 'Załadowanie :days dni danych może trochę potrwać.',
|
||||||
'registered' => 'Zarejestrowałeś się pomyślnie!',
|
'registered' => 'Zarejestrowałeś się pomyślnie!',
|
||||||
'search' => 'Szukaj',
|
|
||||||
'search_found_accounts' => 'Znaleziono :count kont(o/a) dla twojego wyszukiwania.',
|
|
||||||
'search_found_categories' => 'Znaleziono :count kategorii dla twojego wyszukiwania.',
|
|
||||||
'search_found_budgets' => 'Znaleziono :count budżet(y/ów) dla twojego wyszukiwania.',
|
|
||||||
'search_found_tags' => 'Znaleziono :count tag(i/ów) dla twojego wyszukiwania.',
|
|
||||||
'search_found_transactions' => 'Znaleziono :count transakcji dla twojego wyszukiwania.',
|
|
||||||
'results_limited' => 'Wyniki są ograniczone do :count wpisów.',
|
|
||||||
'tagbalancingAct' => 'Balancing act',
|
'tagbalancingAct' => 'Balancing act',
|
||||||
'tagadvancePayment' => 'Advance payment',
|
'tagadvancePayment' => 'Advance payment',
|
||||||
'tagnothing' => '',
|
'tagnothing' => '',
|
||||||
@ -152,6 +144,15 @@ return [
|
|||||||
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
|
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
|
||||||
'transaction_data' => 'Dane transakcji',
|
'transaction_data' => 'Dane transakcji',
|
||||||
|
|
||||||
|
// search
|
||||||
|
'search' => 'Szukaj',
|
||||||
|
'search_found_transactions' => 'Number of transactions found:',
|
||||||
|
'general_search_error' => 'An error occured while searching. Please check the log files for more information.',
|
||||||
|
'search_box' => 'Search',
|
||||||
|
'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.',
|
||||||
|
'search_error' => 'Error while searching',
|
||||||
|
'search_searching' => 'Searching ...',
|
||||||
|
|
||||||
// repeat frequencies:
|
// repeat frequencies:
|
||||||
'repeat_freq_yearly' => 'rocznie',
|
'repeat_freq_yearly' => 'rocznie',
|
||||||
'repeat_freq_monthly' => 'miesięcznie',
|
'repeat_freq_monthly' => 'miesięcznie',
|
||||||
|
Loading…
Reference in New Issue
Block a user