akaunting/resources/lang/ru-RU/invoices.php
2020-02-09 11:40:11 +03:00

70 lines
3.0 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 [
'invoice_number' => 'Номер счёта',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',
'order_number' => 'Номер заказа',
'bill_to' => 'Плательщик',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Пометить как оплачено',
'mark_sent' => 'Пометить как отправлено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'all_invoices' => 'Войти для просмотра всех счетов',
'create_invoice' => 'Создать счёт',
'send_invoice' => 'Отправить счёт',
'get_paid' => 'Оплачено',
'accept_payments' => 'Принимать онлайн-платежи',
'statuses' => [
'draft' => 'Черновик',
'sent' => 'Отправлено',
'viewed' => 'Просмотрено',
'approved' => 'Утверждено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'email_sent' => 'Письмо со счетом отправлено!',
'marked_sent' => 'Счет помечен как отправленный!',
'marked_paid' => 'Счет помечен как оплаченный!',
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
'draft' => 'Это <b>ЧЕРНОВИК</b> счета, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'viewed' => 'Просмотрено',
'send' => [
'draft' => 'Не отправлено',
'sent' => 'Отправлено :date',
],
'paid' => [
'await' => 'Ожидает оплаты',
],
],
],
];