ultimatepos/lang/en/home.php

33 lines
1.0 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Home Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in home page.
|
*/
'home' => 'Home',
'welcome_message' => 'Welcome :name, 👋',
'total_sell' => 'Total Sales',
'total_purchase' => 'Total purchase',
'invoice_due' => 'Invoice due',
'purchase_due' => 'Purchase due',
'today' => 'Today',
'this_week' => 'This Week',
'this_month' => 'This Month',
'this_fy' => 'This Financial Year',
'sells_last_30_days' => 'Sales Last 30 Days',
'sells_current_fy' => 'Sales Current Financial Year',
'total_sells' => 'Total Sales (:currency)',
'product_stock_alert' => 'Product Stock Alert',
'payment_dues' => 'Payment Dues',
'due_amount' => 'Due Amount',
'stock_expiry_alert' => 'Stock Expiry Alert',
'todays_profit' => "Today's profit",
'dashboard' => 'Dashboard',
];