31 lines
945 B
PHP
Raw Normal View History

2018-01-13 15:21:46 +03:00
<?php
return [
'this_year' => 'Este Año',
'previous_year' => 'Año Anterior',
'this_quarter' => 'Este Trimestre',
'previous_quarter' => 'Trimestre Anterior',
'last_12_months' => 'Últimos 12 Meses',
2018-06-20 18:47:39 +03:00
'profit_loss' => 'Ganancias y Pérdidas',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Total de Gastos',
'net' => 'Neto',
2018-01-13 15:21:46 +03:00
'summary' => [
'income' => 'Resumen de Ingresos',
'expense' => 'Resumen de Gastos',
'income_expense' => 'Ingresos vs Gastos',
2018-06-20 18:47:39 +03:00
'tax' => 'Resumen de impuestos',
2018-05-03 12:16:18 +03:00
],
'quarter' => [
2018-06-20 18:47:39 +03:00
'1' => 'Ene-Mar',
'2' => 'Abr-Jun',
2018-05-03 12:16:18 +03:00
'3' => 'Jul-Sep',
2018-06-20 18:47:39 +03:00
'4' => 'Oct-Dic',
2018-01-13 15:21:46 +03:00
],
];