2018-03-06 17:05:58 +03:00

42 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Mark Received',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'status' => [
'draft' => 'Draft',
'received' => 'Received',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'received' => 'Bill marked as received successfully!',
],
];