24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'total_income' => 'Ingresos totales',
|
||
|
'receivables' => 'Cuentas por cobrar',
|
||
|
'open_invoices' => 'Facturas pendientes',
|
||
|
'overdue_invoices' => 'Facturas vencidas',
|
||
|
'total_expenses' => 'Gastos totales',
|
||
|
'payables' => 'Cuentas por pagar',
|
||
|
'open_bills' => 'Facturas pendientes',
|
||
|
'overdue_bills' => 'Facturas vencidas',
|
||
|
'total_profit' => 'Ganancias Totales',
|
||
|
'open_profit' => 'Ganancias Pendientes',
|
||
|
'overdue_profit' => 'Ganancias vencidas',
|
||
|
'cash_flow' => 'Flujo de efectivo',
|
||
|
'no_profit_loss' => 'No hay pérdidas 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',
|
||
|
];
|