updated translations
This commit is contained in:
@@ -12,18 +12,23 @@ 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' => 'Оплатить до',
|
||||
'paid' => 'Оплачено',
|
||||
'histories' => 'Истории',
|
||||
'payments' => 'Платежи',
|
||||
'add_payment' => 'Добавить платёж',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'mark_paid' => 'Пометить как оплачено',
|
||||
'mark_sent' => 'Пометить как отправлено',
|
||||
'download_pdf' => 'Скачать PDF',
|
||||
'send_mail' => 'Отправить E-mail',
|
||||
|
||||
@@ -37,14 +42,14 @@ return [
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent successfully!',
|
||||
'marked_sent' => 'Invoice marked as sent successfully!',
|
||||
'email_required' => 'No email address for this customer!',
|
||||
'email_sent' => 'Счет-фактура успешно отправлена на e-mail!',
|
||||
'marked_sent' => 'Счет-фактура помечена как успешно отправлена!',
|
||||
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
|
||||
'button' => 'Pay Now',
|
||||
'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.',
|
||||
'button' => 'Оплатить сейчас',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user