|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/lang/es/ |
Upload File : |
<?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',
];