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.
11 lines
491 B
11 lines
491 B
<?php
|
|
|
|
return [
|
|
'project_status_stats' => 'Project Status Stat',
|
|
'earnings_stats' => 'Earning Stat',
|
|
'upcoming_subscriptions_expiry' => 'Upcoming Subscription Expiry',
|
|
'no_upcoming_subscriptions_expiry' => 'No upcoming expiry within next 60 days.',
|
|
'yearly_earnings' => 'Yearly Earnings',
|
|
'finished_projects_count' => 'Finished projects',
|
|
'receiveable_earnings' => 'Receiveable Earnings',
|
|
];
|