31 lines
945 B
PHP
Raw Normal View History

2017-09-24 17:42:02 +03:00
<?php
return [
2017-12-18 18:13:02 +03:00
'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-05-03 12:16:18 +03:00
'profit_loss' => 'Ganancias y Pérdidas',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Total de gastos',
'net' => 'Neto',
2017-12-18 18:13:02 +03:00
2017-09-24 17:42:02 +03:00
'summary' => [
'income' => 'Resumen de Ingresos',
'expense' => 'Resumen de Gastos',
'income_expense' => 'Ingresos vs Gastos',
2018-05-03 12:16:18 +03:00
'tax' => 'Resumen de impuestos',
],
'quarter' => [
'1' => 'Ene-Mar',
'2' => 'Abr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dic',
2017-09-24 17:42:02 +03:00
],
];