mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update some translations.
This commit is contained in:
@@ -24,40 +24,41 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nazwa banku',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo konta oszczędnościowego',
|
||||
'credit_card_limit' => 'Limit karty kredytowej',
|
||||
'automatch' => 'Dopasuj automatycznie',
|
||||
'skip' => 'Pomiń',
|
||||
'enabled' => 'Aktywna',
|
||||
'name' => 'Nazwa',
|
||||
'active' => 'Aktywny',
|
||||
'amount_min' => 'Minimalna kwota',
|
||||
'amount_max' => 'Maksymalna kwota',
|
||||
'match' => 'Dopasowanie',
|
||||
'strict' => 'Tryb ścisły',
|
||||
'repeat_freq' => 'Powtarza się',
|
||||
'update_channel' => 'Kanał aktualizacji',
|
||||
'journal_currency_id' => 'Waluta',
|
||||
'currency_id' => 'Waluta',
|
||||
'transaction_currency_id' => 'Waluta',
|
||||
'external_ip' => 'Zewnętrzny adres IP Twojego serwera',
|
||||
'attachments' => 'Załączniki',
|
||||
'journal_amount' => 'Kwota',
|
||||
'journal_source_name' => 'Konto przychodów (źródło)',
|
||||
'keep_bill_id' => 'Rachunek',
|
||||
'journal_source_id' => 'Konto aktywów (źródło)',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Sprawdź bezpieczeństwo hasła',
|
||||
'source_account' => 'Konto źródłowe',
|
||||
'destination_account' => 'Konto docelowe',
|
||||
'journal_destination_id' => 'Konto aktywów (przeznaczenie)',
|
||||
'asset_destination_account' => 'Konto docelowe',
|
||||
'include_net_worth' => 'Uwzględnij w wartości netto',
|
||||
'asset_source_account' => 'Konto źródłowe',
|
||||
'journal_description' => 'Opis',
|
||||
'note' => 'Notatki',
|
||||
'bank_name' => 'Nazwa banku',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo konta oszczędnościowego',
|
||||
'credit_card_limit' => 'Limit karty kredytowej',
|
||||
'automatch' => 'Dopasuj automatycznie',
|
||||
'skip' => 'Pomiń',
|
||||
'enabled' => 'Aktywna',
|
||||
'name' => 'Nazwa',
|
||||
'active' => 'Aktywny',
|
||||
'amount_min' => 'Minimalna kwota',
|
||||
'amount_max' => 'Maksymalna kwota',
|
||||
'match' => 'Dopasowanie',
|
||||
'strict' => 'Tryb ścisły',
|
||||
'repeat_freq' => 'Powtarza się',
|
||||
'location' => 'Location',
|
||||
'update_channel' => 'Kanał aktualizacji',
|
||||
'journal_currency_id' => 'Waluta',
|
||||
'currency_id' => 'Waluta',
|
||||
'transaction_currency_id' => 'Waluta',
|
||||
'external_ip' => 'Zewnętrzny adres IP Twojego serwera',
|
||||
'attachments' => 'Załączniki',
|
||||
'journal_amount' => 'Kwota',
|
||||
'journal_source_name' => 'Konto przychodów (źródło)',
|
||||
'keep_bill_id' => 'Rachunek',
|
||||
'journal_source_id' => 'Konto aktywów (źródło)',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Sprawdź bezpieczeństwo hasła',
|
||||
'source_account' => 'Konto źródłowe',
|
||||
'destination_account' => 'Konto docelowe',
|
||||
'journal_destination_id' => 'Konto aktywów (przeznaczenie)',
|
||||
'asset_destination_account' => 'Konto docelowe',
|
||||
'include_net_worth' => 'Uwzględnij w wartości netto',
|
||||
'asset_source_account' => 'Konto źródłowe',
|
||||
'journal_description' => 'Opis',
|
||||
'note' => 'Notatki',
|
||||
'store_new_transaction' => 'Zapisz nową transakcję',
|
||||
'split_journal' => 'Podziel tę transakcję',
|
||||
'split_journal_explanation' => 'Podziel transakcję na wiele części',
|
||||
|
Reference in New Issue
Block a user