44 lines
1.7 KiB
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
2022-06-04 00:26:44 +00:00
'years' => 'Year|Years',
'preferences' => 'Preference|Preferences',
'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',
'income_summary' => 'Income Summary',
'expense_summary' => 'Expense Summary',
'income_expense_summary' => 'Income vs Expense',
'tax_summary' => 'Tax Summary',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'income_expense' => 'Income & Expense',
'pin' => 'Pin your report',
'income_expense_description' => 'Description for income and expense reports',
'accounting_description' => 'Description for accounting reports',
'form_description' => [
'general' => 'Here you can enter the general information of report such as name, type, description, etc.',
2022-08-02 00:27:11 +00:00
'preferences' => 'Preferences helps you to customise your reports.'
2022-06-04 00:26:44 +00:00
],
2020-12-26 23:32:05 +00:00
'charts' => [
2022-06-04 00:26:44 +00:00
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
2020-12-26 23:32:05 +00:00
],
2022-06-04 00:26:44 +00:00
'pin_text' => [
'unpin_report' => 'Unpin your report',
'pin_report' => 'Pin your report',
]
2020-12-26 23:32:05 +00:00
];