Meta files for new release.

This commit is contained in:
James Cole
2022-05-02 19:08:28 +02:00
parent 39fbd545ad
commit 295724c4e9
37 changed files with 724 additions and 627 deletions

View File

@@ -34,10 +34,10 @@ return [
'month_and_day_js' => 'D MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
'month_and_date_day_js' => 'dddd D MMMM, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
'month_and_day_no_year_js' => 'D MMMM',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss',

View File

@@ -112,6 +112,6 @@ return [
'bill_warning_extension_date' => 'Twój rachunek **":name"** ma być przedłużony lub anulowany dnia :date. Ten moment minie za około **:diff dni**.',
'bill_warning_end_date_zero' => 'Twój rachunek **":name"** ma datę końcową :date. Ten moment minie **DZIŚ!**',
'bill_warning_extension_date_zero' => 'Twój rachunek **":name"** ma być przedłużony lub anulowany dnia :date. Ten moment minie **DZIŚ!**',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_please_action' => 'Proszę podejmij odpowiednie działania.',
];

View File

@@ -47,8 +47,8 @@ return [
'tell_more' => 'Powiedz nam więcej niż "Nie działa!"',
'include_logs' => 'Dołącz dzienniki błędów (patrz powyżej).',
'what_did_you_do' => 'Powiedz nam, co robisz.',
'offline_header' => 'You are probably offline',
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'offline_header' => 'Prawdopodobnie jesteś offline',
'offline_unreachable' => 'Firefly III jest nieosiągalny. Twoje urządzenie jest obecnie offline lub serwer nie działa.',
'offline_github' => 'Jeśli jesteś pewien, że Twoje urządzenie i serwer online, otwórz zgłoszenie na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
];

View File

@@ -89,7 +89,7 @@ return [
'flash_error_multiple' => 'Jest jeden błąd|Jest :count błędów',
'net_worth' => 'Wartość netto',
'help_for_this_page' => 'Pomoc dla tej strony',
'help_for_this_page_body' => 'You can find more information about this page <a href="https://docs.firefly-iii.org/">in the documentation</a>.',
'help_for_this_page_body' => 'Więcej informacji o tej stronie możesz znaleźć <a href="https://docs.firefly-iii.org/">w dokumentacji</a>.',
'two_factor_welcome' => 'Cześć!',
'two_factor_enter_code' => 'Aby kontynuować, wprowadź kod uwierzytelniania dwuskładnikowego. Twoja aplikacja może wygenerować go dla Ciebie.',
'two_factor_code_here' => 'Wprowadź tutaj kod',
@@ -286,14 +286,14 @@ return [
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_date_on' => 'Data transakcji to ":value"',
'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' => 'External ID is ":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' => 'Internal reference is ":value"',
'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"',
@@ -309,13 +309,13 @@ return [
'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' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'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' => 'Amount is exactly :value',
'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"',