31 lines
949 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',
2020-02-17 15:10:32 +03:00
'income_expense' => 'Ingresos y Gastos',
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',
],
2019-11-23 21:53:25 +03:00
'charts' => [
'line' => 'Línea',
'bar' => 'Barra',
'pie' => 'Tarta',
2017-09-24 17:42:02 +03:00
],
];