44 lines
1.7 KiB
PHP
Raw Permalink Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2022-06-01 10:15:55 +03: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',
2019-12-27 15:15:50 +03:00
2022-07-31 12:55:11 +03:00
'income_expense_description' => 'Get an overview of your income and expenses.',
'accounting_description' => 'Get a clear picture of how your business is doing.',
2022-06-01 10:15:55 +03:00
'form_description' => [
'general' => 'Here you can enter the general information of report such as name, type, description, etc.',
2022-07-31 12:55:11 +03:00
'preferences' => 'Preferences helps you to customize your reports.'
2017-09-14 22:21:00 +03:00
],
2019-11-16 10:21:14 +03:00
'charts' => [
2022-06-01 10:15:55 +03:00
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
2018-04-11 19:40:21 +03:00
],
2022-06-01 10:15:55 +03:00
'pin_text' => [
'unpin_report' => 'Unpin your report',
'pin_report' => 'Pin your report',
]
2017-09-14 22:21:00 +03:00
];