added Brazilian translation
This commit is contained in:
36
resources/lang/pt-BR/bills.php
Normal file
36
resources/lang/pt-BR/bills.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Número da conta',
|
||||
'bill_date' => 'Data de Emissão',
|
||||
'total_price' => 'Valor Total',
|
||||
'due_date' => 'Data de Vencimento',
|
||||
'order_number' => 'Número',
|
||||
'bill_from' => 'Bill From',
|
||||
|
||||
'quantity' => 'Quantidade',
|
||||
'price' => 'Preço',
|
||||
'sub_total' => 'Subtotal',
|
||||
'tax_total' => 'Taxa',
|
||||
'total' => 'Total',
|
||||
|
||||
'item_name' => 'Nome(s) do(s) Item(s)',
|
||||
|
||||
'payment_due' => 'Valor Devido',
|
||||
'amount_due' => 'Total Devido',
|
||||
'paid' => 'Pago',
|
||||
'histories' => 'Histórico',
|
||||
'payments' => 'Pagamentos',
|
||||
'add_payment' => 'Novo Pagamento',
|
||||
'download_pdf' => 'Baixar em PDF',
|
||||
'send_mail' => 'Enviar E-mail',
|
||||
|
||||
'status' => [
|
||||
'new' => 'Novo',
|
||||
'updated' => 'Atualizar',
|
||||
'partial' => 'Parcial',
|
||||
'paid' => 'Pago',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user