new crowdin translations

This commit is contained in:
Crowdin Bot
2021-08-01 19:00:00 +00:00
parent cef1ee1b42
commit 723deb1d25
33 changed files with 255 additions and 141 deletions

View 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ść',
];

View 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',
];

View File

@ -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)',
],
];