added Brazilian translation
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_number' => 'Número da Fatura',
|
||||
'invoice_date' => 'Data de Emissão',
|
||||
'total_price' => 'Valor total',
|
||||
'due_date' => 'Data de Vencimento',
|
||||
'order_number' => 'Número',
|
||||
'bill_to' => 'Pagar para',
|
||||
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'tax_total' => 'Valor da taxa',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Item|Itens',
|
||||
|
||||
'payment_due' => 'Pagamento vencido',
|
||||
'paid' => 'Pago',
|
||||
'histories' => 'Histórico',
|
||||
'payments' => 'Pagamentos',
|
||||
'add_payment' => 'Novo Pagamento',
|
||||
'download_pdf' => 'Baixar em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Rascunho',
|
||||
'sent' => 'Enviar',
|
||||
'viewed' => 'Visto',
|
||||
'approved' => 'Aprovado',
|
||||
'partial' => 'Parcial',
|
||||
'paid' => 'Pago',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user