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

58 lines
2.0 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',
'bill_amount' => 'Monto de la factura',
'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',
'discount' => 'Descuento',
'item_discount' => 'Descuento de línea',
'tax_total' => 'Total Impuestos',
'total' => 'Total ',
'item_name' => 'Nombre del artículo | Nombres de artículo',
'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento de pago',
'amount_due' => 'Importe Vencido',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'mark_paid' => 'Marcar como paga',
'mark_received' => 'Marcar como recibido',
'mark_cancelled' => 'Marcar como cancelada',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'create_bill' => 'Crear Recibo',
'receive_bill' => 'Recibir factura',
'make_payment' => 'Pagar',
'messages' => [
'draft' => 'Este es un<b>BORRADOR</b> de factura y se reflejará en los gráficos luego de que sea enviada.',
'status' => [
'created' => 'Creado el :date',
'receive' => [
'draft' => 'No recibido',
'received' => 'Recibido el :date',
],
'paid' => [
'await' => 'Pendiente de pago',
],
],
],
];