wyyl/resources/lang/zh_cn/admin/country.php

18 lines
416 B
PHP

<?php
/**
* country.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 [
'country_name' => '国家名称',
'countries_index' => '国家列表',
'countries_create' => '创建国家',
'countries_update' => '更新国家',
];