You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
830 B
29 lines
830 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'report' => 'Report',
|
|
'sales' => 'Earning Report',
|
|
'view_report' => 'View Report',
|
|
'sales_graph' => 'Earning Graph',
|
|
'detail' => 'Report Detail',
|
|
'profit' => 'Profit',
|
|
|
|
// Daily
|
|
'daily' => 'Daily Report : :date',
|
|
'today' => 'Today',
|
|
'view_daily' => 'View Daily',
|
|
'view_daily_label' => 'View Daily per',
|
|
|
|
// Monthly
|
|
'monthly' => 'Monthly Report :year_month',
|
|
'this_month' => 'This Month',
|
|
'view_monthly' => 'View Monthly',
|
|
'view_monthly_label' => 'View Monthly per',
|
|
|
|
// Yearly
|
|
'yearly' => 'Yearly Report :year',
|
|
'this_year' => 'This Year',
|
|
'view_yearly' => 'View Yearly',
|
|
'view_yearly_label' => 'View Report per',
|
|
];
|