summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/zh/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/usermanager/lang/zh/lang.php')
-rw-r--r--lib/plugins/usermanager/lang/zh/lang.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/zh/lang.php b/lib/plugins/usermanager/lang/zh/lang.php
index 06656110f..25eb1a294 100644
--- a/lib/plugins/usermanager/lang/zh/lang.php
+++ b/lib/plugins/usermanager/lang/zh/lang.php
@@ -68,7 +68,11 @@ $lang['import_userlistcsv'] = '用户列表文件(CSV)';
$lang['import_header'] = '最近一次导入 - 失败';
$lang['import_success_count'] = '用户导入:找到了 %d 个用户,%d 个用户被成功导入。';
$lang['import_failure_count'] = '用户导入:%d 个用户导入失败。下面列出了失败的用户。';
+$lang['import_error_fields'] = '域的数目不足,发现 %d 个,需要 4 个。';
$lang['import_error_baduserid'] = '用户ID丢失';
$lang['import_error_badname'] = '名称错误';
$lang['import_error_badmail'] = '邮件地址错误';
+$lang['import_error_upload'] = '导入失败。CSV 文件无法上传或是空的。';
+$lang['import_error_readfail'] = '导入失败。无法读取上传的文件。';
$lang['import_error_create'] = '不能创建新用户';
+$lang['import_notify_fail'] = '通知消息无法发送到导入的用户 %s,电子邮件地址是 %s。';