24 lines
644 B
PHP
24 lines
644 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' => '區域組',
|
|
'regions_index' => '區域組列表',
|
|
'regions_create' => '創建區域組',
|
|
'regions_show' => '區域組詳情',
|
|
'regions_update' => '更新區域組',
|
|
'regions_delete' => '刪除區域組',
|
|
'name' => '名稱',
|
|
'describe' => '描述',
|
|
'country' => '國家',
|
|
'zone' => '省份',
|
|
];
|