19 lines
452 B
PHP
19 lines
452 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 [
|
|
'brands_index' => '品牌列表',
|
|
'brands_create' => '创建品牌',
|
|
'brands_show' => '品牌详情',
|
|
'brands_update' => '更新品牌',
|
|
'brands_delete' => '删除品牌'
|
|
];
|