updated translations
This commit is contained in:
23
resources/lang/es-MX/widgets.php
Normal file
23
resources/lang/es-MX/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Total de Ingresos',
|
||||
'receivables' => 'Cuentas por cobrar',
|
||||
'open_invoices' => 'Facturas Abiertas',
|
||||
'overdue_invoices' => 'Facturas Vencidas',
|
||||
'total_expenses' => 'Total de Gastos',
|
||||
'payables' => 'Cuentas por pagar',
|
||||
'open_bills' => 'Recibos Abiertos',
|
||||
'overdue_bills' => 'Recibos Vencidos',
|
||||
'total_profit' => 'Ganancias Totales',
|
||||
'open_profit' => 'Ganancias Pendientes',
|
||||
'overdue_profit' => 'Ganancias Vencidas',
|
||||
'cash_flow' => 'Flujo de Efectivo',
|
||||
'no_profit_loss' => 'Sin pérdida de ganancias',
|
||||
'income_by_category' => 'Ingresos por Categoría',
|
||||
'expenses_by_category' => 'Gastos por Categoría',
|
||||
'account_balance' => 'Saldo de la Cuenta',
|
||||
'latest_income' => 'Últimos Ingresos',
|
||||
'latest_expenses' => 'Últimos Gastos',
|
||||
];
|
Reference in New Issue
Block a user