Inital commit
This commit is contained in:
21
templates/pdf/default/I18n/pt_BR.php
Normal file
21
templates/pdf/default/I18n/pt_BR.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Customer Number' => 'Número do cliente',
|
||||
'DELIVERY' => 'ENTREGA',
|
||||
'Delivery address' => 'Endereço de entrega',
|
||||
'Email: ' => 'Email',
|
||||
'INVOICE' => 'Fatura',
|
||||
'Invoice REF' => 'Ref de fatura',
|
||||
'Invoice address' => 'Endereço de fatura',
|
||||
'Phone: ' => 'Telefone',
|
||||
'Quantity' => 'Quantidade',
|
||||
'Ref' => 'Ref',
|
||||
'Total' => 'Total',
|
||||
'Total with tax' => 'Preço Final c/ impostos',
|
||||
'Total without tax' => 'Preço final s/ impostos',
|
||||
'delivery.imprint' => 'delivery.imprint',
|
||||
'invoice.imprint' => 'invoice.imprint',
|
||||
'page' => 'página',
|
||||
'product' => 'produto',
|
||||
];
|
||||
Reference in New Issue
Block a user