New language!

This commit is contained in:
James Cole
2019-08-08 17:05:13 +02:00
parent 564f00561e
commit 53c7c6685b
77 changed files with 2714 additions and 2131 deletions

View File

@@ -63,15 +63,15 @@ return [
'currency' => 'Waluta',
'account_id' => 'Konto aktywów',
'budget_id' => 'Budżet',
'opening_balance' => 'Opening balance',
'opening_balance' => 'Saldo początkowe',
'tagMode' => 'Tryb tagów',
'tag_position' => 'Lokalizacja taga',
'virtual_balance' => 'Virtual balance',
'virtual_balance' => 'Wirtualne saldo',
'targetamount' => 'Kwota docelowa',
'account_role' => 'Account role',
'opening_balance_date' => 'Opening balance date',
'cc_type' => 'Credit card payment plan',
'cc_monthly_payment_date' => 'Credit card monthly payment date',
'account_role' => 'Rola konta',
'opening_balance_date' => 'Data salda otwarcia',
'cc_type' => 'Plan płatności kartą kredytową',
'cc_monthly_payment_date' => 'Miesięczny termin spłaty karty kredytowej',
'piggy_bank_id' => 'Skarbonka',
'returnHere' => 'Wróć tutaj',
'returnHereExplanation' => 'Po zapisaniu, wrócić tutaj.',
@@ -119,7 +119,7 @@ return [
'symbol' => 'Symbol',
'code' => 'Kod',
'iban' => 'IBAN',
'account_number' => 'Account number',
'account_number' => 'Numer konta',
'creditCardNumber' => 'Numer karty kredytowej',
'has_headers' => 'Nagłówki',
'date_format' => 'Format daty',
@@ -253,4 +253,7 @@ return [
'weekend' => 'Weekend',
'client_secret' => 'Sekret klienta',
'withdrawal_destination_id' => 'Destination account',
'deposit_source_id' => 'Source account',
];