wyyl/resources/lang/ko/customer.php

18 lines
407 B
PHP

<?php
/**
* customer.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 [
'name' => '이름',
'email' => 'Email',
'from' => '등록출처',
'customer_group' => '고객 그룹',
];