17 lines
400 B
PHP
17 lines
400 B
PHP
<?php
|
|
/**
|
|
* zone.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-08-29 17:21:38
|
|
* @modified 2022-08-29 17:21:38
|
|
*/
|
|
return [
|
|
'zones_index' => '省份列表',
|
|
'zones_create' => '创建省份',
|
|
'zones_update' => '更新省份',
|
|
'zones_delete' => '删除省份',
|
|
];
|