added Spanish translation
This commit is contained in:
37
resources/lang/es-ES/invoices.php
Normal file
37
resources/lang/es-ES/invoices.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user