Akaunting/resources/lang/es-MX/reports.php

28 lines
995 B
PHP
Raw Normal View History

2018-01-13 12:21:46 +00:00
<?php
return [
2022-06-01 07:15:55 +00: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' => 'Ganancias y Pérdidas',
'gross_profit' => 'Ganancia Bruta',
'net_profit' => 'Ganancia Neta',
'total_expenses' => 'Total de Gastos',
'net' => 'Neto',
'income_expense' => 'Ingresos y Gastos',
'income_summary' => 'Resumen de Ingresos',
'expense_summary' => 'Resumen de Gastos',
'income_expense_summary' => 'Ingresos vs Gastos',
'tax_summary' => 'Resumen de impuestos',
2018-05-03 09:16:18 +00:00
2020-02-18 14:13:54 +00:00
'charts' => [
2022-06-01 07:15:55 +00:00
'line' => 'Línea',
'bar' => 'Barra',
'pie' => 'Pastel',
2018-01-13 12:21:46 +00:00
],
];