2018-04-27 17:48:21 +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' => 'Відмітка отримана',
'download_pdf' => 'Завантажити PDF',
'send_mail' => 'Надіслати листа',
'status' => [
'draft' => 'Чернетка',
'received' => 'Отримано',
'partial' => 'Частково',
'paid' => 'Оплачений',
],
'messages' => [
'received' => 'Рахунок позначено як успішно отриманий!',
],
];