akaunting/resources/lang/es-ES/invoices.php
2017-09-24 17:42:02 +03:00

38 lines
1.1 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 [
'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de Factura',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de vencimiento',
'order_number' => 'Nº Pedido',
'bill_to' => 'Facturar a',
'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',
'paid' => 'Pagado',
'histories' => 'Historias',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'status' => [
'draft' => 'Borrador',
'sent' => 'Enviado',
'viewed' => 'Visto',
'approved' => 'Aprobado',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
];