19 lines
466 B
PHP
19 lines
466 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' => '국가 삭제'
|
|
];
|