32 lines
982 B
PHP
Raw Normal View History

2020-07-23 15:36:51 +03:00
<?php
return [
2021-02-28 00:34:24 +00:00
'years' => 'Año|Años',
2020-07-23 15:36:51 +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',
'profit_loss' => 'Resultados',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Gastos totales',
'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' => 'Torta',
],
];