26 lines
759 B
PHP
26 lines
759 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'Customer Groups',
|
|
'consumption_limit' => 'consumption limit',
|
|
'discount_rate' => 'discount rate',
|
|
'reward_points_factor' => 'reward points',
|
|
'integral_factor' => 'integral coefficient',
|
|
|
|
'customer_groups_index' => 'Index',
|
|
'customer_groups_create' => 'Create',
|
|
'customer_groups_show' => 'Detail',
|
|
'customer_groups_update' => 'Edit',
|
|
'customer_groups_delete' => 'Delete',
|
|
'default_cannot_delete' => 'Default customer group cannot be deleted',
|
|
];
|