zh-CN translation
This commit is contained in:
11
resources/lang/zh-CN/customers.php
Normal file
11
resources/lang/zh-CN/customers.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => '允许登录?',
|
||||
'user_created' => '用户创建成功',
|
||||
|
||||
'error' => [
|
||||
'email' => '邮箱已注册'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user