updated translations

This commit is contained in:
denisdulici
2017-12-13 15:01:55 +03:00
parent 91dcd4a3b4
commit 77b0b67b0c
35 changed files with 180 additions and 49 deletions

View File

@@ -22,6 +22,8 @@ return [
'histories' => 'Histórico',
'payments' => 'Pagamentos',
'add_payment' => 'Novo Pagamento',
'mark_paid' => 'Mark Paid',
'mark_sent' => 'Mark Sent',
'download_pdf' => 'Baixar em PDF',
'send_mail' => 'Enviar E-mail',
@@ -34,4 +36,14 @@ return [
'paid' => 'Pago',
],
'messages' => [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
],
'notification' => [
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
'button' => 'Pay Now',
],
];