wyyl/resources/lang/ko/customer_group.php

16 lines
329 B
PHP

<?php
/**
* customer_group.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-26 18:41:07
* @modified 2022-08-26 18:41:07
*/
return [
'level' => '등급',
'name' => '고객 그룹 명칭',
];