2021-06-10 00:15:05 +00:00

57 lines
2.3 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' => 'Итого',
'discount' => 'Скидка',
'item_discount' => 'Скидка на строку',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Отметить как оплачено',
'mark_received' => 'Отметить как получено',
'mark_cancelled' => 'Отметить как отменено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'create_bill' => 'Создать закупку',
'receive_bill' => 'Получить закупку',
'make_payment' => 'Сделать оплату',
'messages' => [
'draft' => 'Это <b>ЧЕРНОВИК</b> закупки, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'receive' => [
'draft' => 'Не отправлен',
'received' => 'Получено :date',
],
'paid' => [
'await' => 'Ожидает оплаты',
],
],
],
];