updated translations
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Desconto',
|
||||
'item_discount' => 'Line Discount',
|
||||
'tax_total' => 'Total de imposto',
|
||||
'total' => 'Total',
|
||||
|
||||
@@ -30,6 +31,7 @@ return [
|
||||
'mark_paid' => 'Marcar como Pago',
|
||||
'mark_sent' => 'Marcar como Enviada',
|
||||
'mark_viewed' => 'Mark Viewed',
|
||||
'mark_cancelled' => 'Mark Cancelled',
|
||||
'download_pdf' => 'Transferir em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
'all_invoices' => 'Faça o login para ver todas as faturas',
|
||||
@@ -47,12 +49,15 @@ return [
|
||||
'paid' => 'Paid',
|
||||
'overdue' => 'Overdue',
|
||||
'unpaid' => 'Por Pagar',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent!',
|
||||
'marked_sent' => 'Invoice marked as sent!',
|
||||
'marked_paid' => 'Invoice marked as paid!',
|
||||
'marked_viewed' => 'Invoice marked as viewed!',
|
||||
'marked_cancelled' => 'Invoice marked as cancelled!',
|
||||
'email_required' => 'Nenhum endereço de e-mail para este cliente!',
|
||||
'draft' => 'Isto é um <b>RASCUNHO</b> da fatura e será refletida nos gráficos depois de enviada.',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user