new crowdin translations
This commit is contained in:
10
resources/lang/pl-PL/payments.php
Normal file
10
resources/lang/pl-PL/payments.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'payment_made' => 'Moduł płatności',
|
||||
'paid_to' => 'Płatna do',
|
||||
'related_bill' => 'Faktura Powiązana',
|
||||
'create_payment' => 'Stwórz płatność',
|
||||
|
||||
];
|
10
resources/lang/pl-PL/revenues.php
Normal file
10
resources/lang/pl-PL/revenues.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'revenue_received' => 'Otrzymany przychód',
|
||||
'paid_by' => 'Opłacony przez',
|
||||
'related_invoice' => 'Powiązane Faktury',
|
||||
'create_revenue' => 'Utwórz przychód',
|
||||
|
||||
];
|
@ -6,9 +6,10 @@ return [
|
||||
'from_account_rate' => 'Z rachunku',
|
||||
'to_account' => 'Na rachunek',
|
||||
'to_account_rate' => 'Na rachunek',
|
||||
'details' => 'Szczegóły',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from na :to (:amount)',
|
||||
'delete' => ':from do :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user