2020-02-17 15:10:32 +03:00

31 lines
949 B
PHP

<?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',
'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',
],
];