22 lines
527 B
PHP
22 lines
527 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '品牌',
|
|
|
|
'brands_index' => '品牌列表',
|
|
'brands_create' => '創建品牌',
|
|
'brands_show' => '品牌詳情',
|
|
'brands_update' => '更新品牌',
|
|
'brands_delete' => '刪除品牌',
|
|
'error_upload' => '請上傳圖標',
|
|
];
|