mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Update translations
This commit is contained in:
@@ -24,15 +24,15 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Strona główna',
|
||||
'budgets' => 'Budgets',
|
||||
'subscriptions' => 'Subscriptions',
|
||||
'transactions' => 'Transactions',
|
||||
'title_expenses' => 'Expenses',
|
||||
'title_withdrawal' => 'Expenses',
|
||||
'title_revenue' => 'Revenue / income',
|
||||
'title_deposit' => 'Revenue / income',
|
||||
'title_transfer' => 'Transfers',
|
||||
'title_transfers' => 'Transfers',
|
||||
'budgets' => 'Budżety',
|
||||
'subscriptions' => 'Subskrypcje',
|
||||
'transactions' => 'Transakcje',
|
||||
'title_expenses' => 'Wydatki',
|
||||
'title_withdrawal' => 'Wydatki',
|
||||
'title_revenue' => 'Przychody / dochody',
|
||||
'title_deposit' => 'Przychód / dochód',
|
||||
'title_transfer' => 'Transfery',
|
||||
'title_transfers' => 'Transfery',
|
||||
'edit_currency' => 'Modyfikuj walutę ":name"',
|
||||
'delete_currency' => 'Usuń walutę ":name"',
|
||||
'newPiggyBank' => 'Utwórz nową skarbonkę',
|
||||
|
@@ -97,6 +97,7 @@ return [
|
||||
'error_github_html' => 'Jeśli wolisz, możesz również otworzyć nowy problem na <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
|
||||
'error_github_text' => 'Jeśli wolisz, możesz również otworzyć nowy problem na https://github.com/firefly-iii/firefly-iii/issues.',
|
||||
'error_stacktrace_below' => 'Pełny opis błędu znajduje się poniżej:',
|
||||
'error_headers' => 'The following headers may also be relevant:',
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III stworzył nową transakcję|Firefly III stworzył :count nowych transakcji',
|
||||
|
@@ -188,7 +188,7 @@ return [
|
||||
'transfer_exchange_rate_instructions' => 'Konto źródłowe "@source_name" obsługuje tylko transakcje w walucie @source_currency. Konto docelowe "@dest_name" obsługuje tylko transakcje w walucie @dest_currency. Musisz podać przelewaną kwotę w obu walutach.',
|
||||
'transaction_data' => 'Dane transakcji',
|
||||
'invalid_server_configuration' => 'Nieprawidłowa konfiguracja serwera',
|
||||
'invalid_locale_settings' => 'Firefly III nie może sformatować kwot, ponieważ brakuje wymaganych pakietów na Twoim serwerze. Sprawdź<a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instrukcje jak je zainstalować</a> (po angielsku).',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
|
||||
'quickswitch' => 'Szybki przełącznik',
|
||||
'sign_in_to_start' => 'Zaloguj się, aby rozpocząć sesję',
|
||||
'sign_in' => 'Zaloguj',
|
||||
@@ -1111,7 +1111,7 @@ return [
|
||||
'make_new_revenue_account' => 'Utwórz nowe konto przychodów',
|
||||
'make_new_liabilities_account' => 'Utwórz nowe zobowiązanie',
|
||||
'asset_accounts' => 'Konta aktywów',
|
||||
'undefined_accounts' => 'Accounts',
|
||||
'undefined_accounts' => 'Konta',
|
||||
'asset_accounts_inactive' => 'Konta aktywów (nieaktywne)',
|
||||
'expense_accounts' => 'Konta wydatków',
|
||||
'expense_accounts_inactive' => 'Konto wydatków (nieaktywne)',
|
||||
|
Reference in New Issue
Block a user