This commit is contained in:
denisdulici
2018-01-13 15:21:46 +03:00
parent 799502fabe
commit 6b9fcad919
26 changed files with 774 additions and 1 deletions

View File

@ -0,0 +1,24 @@
<?php
return [
'total_incomes' => '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' => 'No hay Perdida de Ganancias',
'incomes_by_category' => 'Ingresos por Categoría',
'expenses_by_category' => 'Gastos por Categoría',
'account_balance' => 'Saldo de la Cuenta',
'latest_incomes' => 'Últimos Ingresos',
'latest_expenses' => 'Últimos Gastos',
];