akaunting/resources/lang/es-ES/invoices.php
2018-03-06 17:05:58 +03:00

51 lines
1.7 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',
'mark_paid' => 'Marcar Como Pagada',
'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'status' => [
'draft' => 'Borrador',
'sent' => 'Enviado',
'viewed' => 'Visto',
'approved' => 'Aprobado',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
'messages' => [
'email_sent' => 'El email de la factura se ha enviado correctamente!',
'marked_sent' => 'Factura marcada como enviada con éxito!',
'email_required' => 'Ninguna dirección de correo electrónico para este cliente!',
],
'notification' => [
'message' => 'Usted está recibiendo este correo electrónico porque usted tiene una factura de :amount para el cliente :cliente .',
'button' => 'Pagar Ahora',
],
];