updated translations

This commit is contained in:
denisdulici
2018-03-06 17:05:58 +03:00
parent da5eb9b16a
commit 2915af6243
98 changed files with 449 additions and 185 deletions

View File

@ -23,14 +23,19 @@ return [
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Mark Received',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'status' => [
'new' => 'Добавить',
'updated' => 'Обновлено',
'draft' => 'Draft',
'received' => 'Received',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'received' => 'Bill marked as received successfully!',
],
];