From 5096a90e342dffe78d927633202f633338b21eb5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 18:21:52 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/form.php | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index 98b4fc7568..1435dace27 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -14,17 +14,17 @@ return [ // new user: 'bank_name' => 'Nazwa banku', 'bank_balance' => 'Saldo', - 'savings_balance' => 'Saldo oszczędności', - 'credit_card_limit' => 'Credit card limit', + 'savings_balance' => 'Saldo konta oszczędnościowego', + 'credit_card_limit' => 'Limit karty kredytowej', 'automatch' => 'Match automatically', - 'skip' => 'Skip', - 'name' => 'Name', - 'active' => 'Active', - 'amount_min' => 'Minimum amount', - 'amount_max' => 'Maximum amount', + 'skip' => 'Pomiń', + 'name' => 'Nazwa', + 'active' => 'Aktywny', + 'amount_min' => 'Minimalna kwota', + 'amount_max' => 'Maksymalna kwota', 'match' => 'Matches on', 'repeat_freq' => 'Repeats', - 'journal_currency_id' => 'Currency', + 'journal_currency_id' => 'Waluta', 'currency_id' => 'Currency', 'attachments' => 'Attachments', 'journal_amount' => 'Amount', @@ -32,23 +32,23 @@ return [ 'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_id' => 'Asset account (source)', 'BIC' => 'BIC', - 'account_from_id' => 'From account', - 'account_to_id' => 'To account', - 'source_account' => 'Source account', - 'destination_account' => 'Destination account', + 'account_from_id' => 'Z konta', + 'account_to_id' => 'Na konto', + 'source_account' => 'Konto źródłowe', + 'destination_account' => 'Konto docelowe', 'journal_destination_account_id' => 'Asset account (destination)', 'asset_destination_account' => 'Asset account (destination)', 'asset_source_account' => 'Asset account (source)', - 'journal_description' => 'Description', - 'note' => 'Notes', - 'split_journal' => 'Split this transaction', + 'journal_description' => 'Opis', + 'note' => 'Notatki', + 'split_journal' => 'Podziel tę transakcję', 'split_journal_explanation' => 'Split this transaction in multiple parts', - 'currency' => 'Currency', - 'account_id' => 'Asset account', - 'budget_id' => 'Budget', - 'openingBalance' => 'Opening balance', + 'currency' => 'Waluta', + 'account_id' => 'Konto aktywów', + 'budget_id' => 'Budżet', + 'openingBalance' => 'Bilans otwarcia', 'tagMode' => 'Tag mode', - 'tagPosition' => 'Tag location', + 'tagPosition' => 'Lokalizacja taga', 'virtualBalance' => 'Virtual balance', 'longitude_latitude' => 'Location', 'targetamount' => 'Target amount',