19 lines
458 B
PHP
19 lines
458 B
PHP
<?php
|
|
/**
|
|
* country.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-29 17:21:38
|
|
* @modified 2022-08-29 17:21:38
|
|
*/
|
|
return [
|
|
'country_name' => '國家名稱',
|
|
|
|
'countries_index' => '國家列表',
|
|
'countries_create' => '創建國家',
|
|
'countries_update' => '更新國家',
|
|
'countries_delete' => '刪除國家',
|
|
];
|