2021-01-15 01:06:27 +00:00

32 lines
994 B
PHP

<?php
return [
'years' => 'Año|Años',
'this_year' => 'Este año',
'previous_year' => 'Año Anterior',
'this_quarter' => 'Este Trimestre',
'previous_quarter' => 'Trimestre Anterior',
'last_12_months' => 'Últimos 12 meses',
'profit_loss' => 'Ganancias y Pérdidas',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Total de gastos',
'net' => 'Neto',
'income_expense' => 'Ingresos y Gastos',
'summary' => [
'income' => 'Resumen de Ingresos',
'expense' => 'Resumen de Gastos',
'income_expense' => 'Ingresos vs Gastos',
'tax' => 'Resumen de impuestos',
],
'charts' => [
'line' => 'Línea',
'bar' => 'Barra',
'pie' => 'Tarta',
],
];