2022-11-28 14:31:01 +00:00

64 lines
2.4 KiB
PHP
Raw Permalink 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úmero de factura',
'bill_date' => 'Fecha de factura',
'bill_amount' => 'Monto de la factura',
'total_price' => 'Precio total',
'due_date' => 'Fecha de vencimiento',
'order_number' => 'Número de pedido',
'bill_from' => 'Factura de',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'discount' => 'Descuento',
'item_discount' => 'Descuento de línea',
'tax_total' => 'Total de impuestos',
'total' => 'Total ',
'item_name' => 'Nombre del artículo | Nombres de artículo',
'recurring_bills' => 'Facturas recurrentes',
'show_discount' => ':discount% de descuento',
'add_discount' => 'Agregar descuento',
'discount_desc' => 'de subtotal',
'payment_made' => 'Pago realizado',
'payment_due' => 'Vencimiento del pago',
'amount_due' => 'Importe vencido',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'mark_paid' => 'Marcar como pagada',
'mark_received' => 'Marcar como recibida',
'mark_cancelled' => 'Marcar como cancelada',
'download_pdf' => 'Descargar PDF',
'send_mail' => 'Enviar Email',
'create_bill' => 'Crear factura',
'receive_bill' => 'Recibir factura',
'make_payment' => 'Realizar pago',
'form_description' => [
'billing' => 'Los datos de facturación aparecen en tu factura. La fecha de factura se utiliza en el panel de control y en los informes. Seleccione la fecha en la que espera pagar como fecha de vencimiento.',
],
'messages' => [
'draft' => 'Este es un <b>BORRADOR</b> de factura y se reflejará en los gráficos luego de que sea enviada.',
'status' => [
'created' => 'Creada el :date',
'receive' => [
'draft' => 'Sin enviar',
'received' => 'Recibida el :date',
],
'paid' => [
'await' => 'Pendiente de pago',
],
],
],
];