23 lines
853 B
PHP
23 lines
853 B
PHP
<?php
|
|
|
|
return [
|
|
'home' => 'Inicio', /* modified */
|
|
'welcome_message' => 'Bienvenido :name',
|
|
'total_sell' => 'Ventas totales',
|
|
'total_purchase' => 'Compras totales', /* modified */
|
|
'invoice_due' => 'Factura a pagar',
|
|
'purchase_due' => 'Compra adeudada',
|
|
'today' => 'Hoy',
|
|
'this_week' => 'Esta semana',
|
|
'this_month' => 'Este mes',
|
|
'this_fy' => 'Este año fiscal', /* modified */
|
|
'sells_last_30_days' => 'Ventas últimos 30 días',
|
|
'sells_current_fy' => 'Año fiscal actual de ventas', /* modified */
|
|
'total_sells' => 'Ventas totales (:currency)',
|
|
'product_stock_alert' => 'Alerta de stock del producto',
|
|
'payment_dues' => 'Cuota de pago',
|
|
'due_amount' => 'Cantidad debida',
|
|
'stock_expiry_alert' => 'Alerta de caducidad',
|
|
'todays_profit' => 'Beneficio de hoy',
|
|
];
|