mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations form.php (Polish)
This commit is contained in:
parent
65b3dab916
commit
5b135ada24
@ -34,7 +34,7 @@ return [
|
||||
'journal_source_account_name' => 'Konto przychodów (źródło)',
|
||||
'journal_source_account_id' => 'Konto aktywów (źródło)',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => 'Verify password security',
|
||||
'verify_password' => '',
|
||||
'account_from_id' => 'Z konta',
|
||||
'account_to_id' => 'Na konto',
|
||||
'source_account' => 'Konto źródłowe',
|
||||
@ -50,7 +50,7 @@ return [
|
||||
'account_id' => 'Konto aktywów',
|
||||
'budget_id' => 'Budżet',
|
||||
'openingBalance' => 'Bilans otwarcia',
|
||||
'tagMode' => 'Tag mode',
|
||||
'tagMode' => '',
|
||||
'tagPosition' => 'Lokalizacja taga',
|
||||
'virtualBalance' => 'Wirtualne saldo',
|
||||
'longitude_latitude' => 'Lokalizacja',
|
||||
@ -58,20 +58,20 @@ return [
|
||||
'accountRole' => 'Rola konta',
|
||||
'openingBalanceDate' => 'Data salda otwarcia',
|
||||
'ccType' => 'Plan płatności kartą kredytową',
|
||||
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
|
||||
'ccMonthlyPaymentDate' => '',
|
||||
'piggy_bank_id' => 'Skarbonka',
|
||||
'returnHere' => 'Wróć tutaj',
|
||||
'returnHereExplanation' => 'After storing, return here to create another one.',
|
||||
'returnHereExplanation' => '',
|
||||
'returnHereUpdateExplanation' => 'Po aktualizacji, wróć tutaj.',
|
||||
'description' => 'Opis',
|
||||
'expense_account' => 'Konto wydatków',
|
||||
'revenue_account' => 'Konto przychodów',
|
||||
'decimal_places' => 'Miejsca dziesiętne',
|
||||
'exchange_rate_instruction' => 'Foreign currencies',
|
||||
'exchanged_amount' => 'Exchanged amount',
|
||||
'source_amount' => 'Amount (source)',
|
||||
'destination_amount' => 'Amount (destination)',
|
||||
'native_amount' => 'Native amount',
|
||||
'exchange_rate_instruction' => '',
|
||||
'exchanged_amount' => '',
|
||||
'source_amount' => '',
|
||||
'destination_amount' => '',
|
||||
'native_amount' => '',
|
||||
|
||||
'revenue_account_source' => 'Konto przychodów (źródło)',
|
||||
'source_account_asset' => 'Konto źródłowe (konto aktywów)',
|
||||
@ -86,9 +86,9 @@ return [
|
||||
|
||||
'amount' => 'Kwota',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Interest date',
|
||||
'interest_date' => '',
|
||||
'book_date' => 'Data księgowania',
|
||||
'process_date' => 'Processing date',
|
||||
'process_date' => '',
|
||||
'category' => 'Kategoria',
|
||||
'tags' => 'Tagi',
|
||||
'deletePermanently' => 'Usuń trwale',
|
||||
@ -102,7 +102,7 @@ return [
|
||||
'accountNumber' => 'Numer konta',
|
||||
'has_headers' => 'Nagłówki',
|
||||
'date_format' => 'Format daty',
|
||||
'specifix' => 'Bank- or file specific fixes',
|
||||
'specifix' => '',
|
||||
'attachments[]' => 'Załączniki',
|
||||
'store_new_withdrawal' => 'Zapisz nową wypłatę',
|
||||
'store_new_deposit' => 'Zapisz nową wpłatę',
|
||||
@ -135,7 +135,7 @@ return [
|
||||
'delete_attachment' => 'Usuń załącznik ":name"',
|
||||
'delete_rule' => 'Usuń regułę ":title"',
|
||||
'delete_rule_group' => 'Usuń grupę reguł ":title"',
|
||||
'delete_link_type' => 'Delete link type ":name"',
|
||||
'delete_link_type' => '',
|
||||
'attachment_areYouSure' => 'Czy na pewno chcesz usunąć załącznik o nazwie ":name"?',
|
||||
'account_areYouSure' => 'Czy na pewno chcesz usunąć konto o nazwie ":name"?',
|
||||
'bill_areYouSure' => 'Czy na pewno chcesz usunąć rachunek o nazwie ":name"?',
|
||||
@ -148,20 +148,20 @@ return [
|
||||
'journal_areYouSure' => 'Czy na pewno chcesz usunąć transakcję opisaną ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?',
|
||||
'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?',
|
||||
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
|
||||
'journal_link_areYouSure' => '',
|
||||
'linkType_areYouSure' => '',
|
||||
'permDeleteWarning' => 'Usuwanie rzeczy z Firefly jest trwałe i nie można tego cofnąć.',
|
||||
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
|
||||
'mass_make_selection' => '',
|
||||
'delete_all_permanently' => 'Trwale usuń zaznaczone',
|
||||
'update_all_journals' => 'Zmodyfikuj te transakcje',
|
||||
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
|
||||
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.',
|
||||
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
|
||||
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
|
||||
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.',
|
||||
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will spared deletion.',
|
||||
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.',
|
||||
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.',
|
||||
'also_delete_transactions' => '',
|
||||
'also_delete_connections' => '',
|
||||
'also_delete_rules' => '',
|
||||
'also_delete_piggyBanks' => '',
|
||||
'bill_keep_transactions' => '',
|
||||
'budget_keep_transactions' => '',
|
||||
'category_keep_transactions' => '',
|
||||
'tag_keep_transactions' => '',
|
||||
|
||||
'email' => 'Adres email',
|
||||
'password' => 'Hasło',
|
||||
@ -174,7 +174,7 @@ return [
|
||||
'domain' => 'Domena',
|
||||
'single_user_mode' => 'Tryb pojedynczego użytkownika',
|
||||
'must_confirm_account' => 'Nowi użytkownicy muszą aktywować konto',
|
||||
'is_demo_site' => 'Is demo site',
|
||||
'is_demo_site' => '',
|
||||
|
||||
|
||||
// import
|
||||
@ -184,7 +184,7 @@ return [
|
||||
'csv_comma' => 'Przecinek (,)',
|
||||
'csv_semicolon' => 'Średnik (;)',
|
||||
'csv_tab' => 'Tabulator (niewidoczny)',
|
||||
'csv_delimiter' => 'CSV field delimiter',
|
||||
'csv_delimiter' => '',
|
||||
'csv_import_account' => 'Domyślne konto importu',
|
||||
'csv_config' => 'Konfiguracja importu CSV',
|
||||
|
||||
@ -192,8 +192,8 @@ return [
|
||||
'due_date' => 'Termin realizacji',
|
||||
'payment_date' => 'Data płatności',
|
||||
'invoice_date' => 'Data faktury',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'internal_reference' => '',
|
||||
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'inward' => '',
|
||||
'outward' => '',
|
||||
];
|
Loading…
Reference in New Issue
Block a user