2017-11-30 12:20:15 +03:00

42 lines
1.2 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'bill_number' => 'Nº de Recibo',
'bill_date' => 'Fecha Recibo',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de vencimiento',
'order_number' => 'Número de pedido',
'bill_from' => 'Recibo de',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'tax_total' => 'Total Impuestos',
'total' => 'Total ',
'item_name' => 'Nombre del artículo | Nombres de artículo',
'payment_due' => 'Vencimiento de pago',
'amount_due' => 'Importe Vencido',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'mark_received' => 'Marcar como recibido',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'status' => [
'draft' => 'Borrador',
'received' => 'Recibido',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
'messages' => [
'received' => 'Recibo marcado como recibido con éxito!',
],
];