updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -12,30 +12,35 @@ return [
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Discount',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Mark Received',
'mark_received' => 'Отметить как получено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'status' => [
'draft' => 'Draft',
'received' => 'Received',
'draft' => 'Черновик',
'received' => 'Получено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'received' => 'Bill marked as received successfully!',
'received' => 'Счёт помечен как успешно получен!',
],
];