Akaunting/resources/lang/es-ES/bills.php

37 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 [
'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',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'status' => [
'new' => 'Nuevo',
'updated' => 'Actualizado',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
];