32 lines
948 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
2021-01-19 01:08:51 +00:00
'years' => 'Year|Years',
2020-12-26 23:32:05 +00:00
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',
'previous_quarter' => 'Previous Quarter',
'last_12_months' => 'Last 12 Months',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'income_expense' => 'Income & Expense',
'summary' => [
'income' => 'Income Summary',
'expense' => 'Expense Summary',
'income_expense' => 'Income vs Expense',
'tax' => 'Tax Summary',
],
'charts' => [
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
],
];