mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
New translations
This commit is contained in:
@@ -25,12 +25,12 @@ return [
|
|||||||
'match' => 'Matches on',
|
'match' => 'Matches on',
|
||||||
'repeat_freq' => 'Repeats',
|
'repeat_freq' => 'Repeats',
|
||||||
'journal_currency_id' => 'Waluta',
|
'journal_currency_id' => 'Waluta',
|
||||||
'currency_id' => 'Currency',
|
'currency_id' => 'Waluta',
|
||||||
'attachments' => 'Attachments',
|
'attachments' => 'Załączniki',
|
||||||
'journal_amount' => 'Amount',
|
'journal_amount' => 'Kwota',
|
||||||
'journal_asset_source_account' => 'Asset account (source)',
|
'journal_asset_source_account' => 'Konto aktywów (źródło)',
|
||||||
'journal_source_account_name' => 'Revenue account (source)',
|
'journal_source_account_name' => 'Revenue account (source)',
|
||||||
'journal_source_account_id' => 'Asset account (source)',
|
'journal_source_account_id' => 'Konto aktywów (źródło)',
|
||||||
'BIC' => 'BIC',
|
'BIC' => 'BIC',
|
||||||
'account_from_id' => 'Z konta',
|
'account_from_id' => 'Z konta',
|
||||||
'account_to_id' => 'Na konto',
|
'account_to_id' => 'Na konto',
|
||||||
@@ -54,10 +54,10 @@ return [
|
|||||||
'targetamount' => 'Target amount',
|
'targetamount' => 'Target amount',
|
||||||
'accountRole' => 'Account role',
|
'accountRole' => 'Account role',
|
||||||
'openingBalanceDate' => 'Opening balance date',
|
'openingBalanceDate' => 'Opening balance date',
|
||||||
'ccType' => 'Credit card payment plan',
|
'ccType' => 'Plan płatności kartą kredytową',
|
||||||
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
|
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
|
||||||
'piggy_bank_id' => 'Piggy bank',
|
'piggy_bank_id' => 'Skarbonka',
|
||||||
'returnHere' => 'Return here',
|
'returnHere' => 'Wróć tutaj',
|
||||||
'returnHereExplanation' => 'After storing, return here to create another one.',
|
'returnHereExplanation' => 'After storing, return here to create another one.',
|
||||||
'returnHereUpdateExplanation' => 'Po aktualizacji, wróć tutaj.',
|
'returnHereUpdateExplanation' => 'Po aktualizacji, wróć tutaj.',
|
||||||
'description' => 'Opis',
|
'description' => 'Opis',
|
||||||
@@ -89,18 +89,18 @@ return [
|
|||||||
'tag' => 'Tag',
|
'tag' => 'Tag',
|
||||||
'under' => 'Under',
|
'under' => 'Under',
|
||||||
'symbol' => 'Symbol',
|
'symbol' => 'Symbol',
|
||||||
'code' => 'Code',
|
'code' => 'Kod',
|
||||||
'iban' => 'IBAN',
|
'iban' => 'IBAN',
|
||||||
'accountNumber' => 'Account number',
|
'accountNumber' => 'Numer konta',
|
||||||
'has_headers' => 'Headers',
|
'has_headers' => 'Nagłówki',
|
||||||
'date_format' => 'Date format',
|
'date_format' => 'Format daty',
|
||||||
'specifix' => 'Bank- or file specific fixes',
|
'specifix' => 'Bank- or file specific fixes',
|
||||||
'attachments[]' => 'Attachments',
|
'attachments[]' => 'Załączniki',
|
||||||
'store_new_withdrawal' => 'Store new withdrawal',
|
'store_new_withdrawal' => 'Zapisz nową wypłatę',
|
||||||
'store_new_deposit' => 'Store new deposit',
|
'store_new_deposit' => 'Zapisz nową wpłatę',
|
||||||
'store_new_transfer' => 'Store new transfer',
|
'store_new_transfer' => 'Zapisz nowy transfer',
|
||||||
'add_new_withdrawal' => 'Add a new withdrawal',
|
'add_new_withdrawal' => 'Add a new withdrawal',
|
||||||
'add_new_deposit' => 'Add a new deposit',
|
'add_new_deposit' => 'Dodaj nową wpłatę',
|
||||||
'add_new_transfer' => 'Add a new transfer',
|
'add_new_transfer' => 'Add a new transfer',
|
||||||
'noPiggybank' => '(no piggy bank)',
|
'noPiggybank' => '(no piggy bank)',
|
||||||
'title' => 'Tytuł',
|
'title' => 'Tytuł',
|
||||||
@@ -121,13 +121,13 @@ return [
|
|||||||
'delete_account' => 'Usuń konto ":name"',
|
'delete_account' => 'Usuń konto ":name"',
|
||||||
'delete_bill' => 'Usuń rachunek ":name"',
|
'delete_bill' => 'Usuń rachunek ":name"',
|
||||||
'delete_budget' => 'Usuń budżet ":name"',
|
'delete_budget' => 'Usuń budżet ":name"',
|
||||||
'delete_category' => 'Delete category ":name"',
|
'delete_category' => 'Usuń kategorię ":name"',
|
||||||
'delete_currency' => 'Delete currency ":name"',
|
'delete_currency' => 'Usuń walutę ":name"',
|
||||||
'delete_journal' => 'Delete transaction with description ":description"',
|
'delete_journal' => 'Delete transaction with description ":description"',
|
||||||
'delete_attachment' => 'Delete attachment ":name"',
|
'delete_attachment' => 'Usuń załącznik ":name"',
|
||||||
'delete_rule' => 'Delete rule ":title"',
|
'delete_rule' => 'Usuń regułę ":title"',
|
||||||
'delete_rule_group' => 'Delete rule group ":title"',
|
'delete_rule_group' => 'Usuń grupę reguł ":title"',
|
||||||
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?',
|
'attachment_areYouSure' => 'Czy na pewno chcesz usunąć załącznik o nazwie ":name"?',
|
||||||
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
|
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
|
||||||
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
|
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
|
||||||
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
|
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
|
||||||
|
|||||||
Reference in New Issue
Block a user