Update language strings.

This commit is contained in:
James Cole
2020-03-16 06:47:06 +01:00
parent fbd88d03c5
commit b631adbbf2
58 changed files with 563 additions and 31 deletions

View File

@@ -43,6 +43,7 @@ return [
'journal_currency_id' => 'Waluta',
'currency_id' => 'Waluta',
'transaction_currency_id' => 'Waluta',
'auto_budget_currency_id' => 'Currency',
'external_ip' => 'Zewnętrzny adres IP Twojego serwera',
'attachments' => 'Załączniki',
'journal_amount' => 'Kwota',
@@ -260,4 +261,9 @@ return [
'expected_on' => 'Oczekiwany',
'paid' => 'Zapłacone',
'auto_budget_type' => 'Auto-budget',
'auto_budget_amount' => 'Auto-budget amount',
'auto_budget_period' => 'Auto-budget period',
];