updated translations
This commit is contained in:
@ -22,6 +22,8 @@ return [
|
||||
'histories' => 'Истории',
|
||||
'payments' => 'Платежи',
|
||||
'add_payment' => 'Добавить платёж',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'download_pdf' => 'Скачать PDF',
|
||||
'send_mail' => 'Отправить E-mail',
|
||||
|
||||
@ -34,4 +36,15 @@ return [
|
||||
'paid' => 'Оплачено',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent successfully!',
|
||||
'marked_sent' => 'Invoice marked as sent successfully!',
|
||||
'email_required' => 'No email address for this customer!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
|
||||
'button' => 'Pay Now',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user