Skip to content
Snippets Groups Projects
Commit d305bc7e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #398 from dokuwiki-translate/lang_update_412

Translation update (zh)
parents ef4fbfea 57b3faf8
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,7 @@ $lang['userscope'] = '限制用户搜索的范围'; ...@@ -20,3 +20,7 @@ $lang['userscope'] = '限制用户搜索的范围';
$lang['groupscope'] = '限制组搜索的范围'; $lang['groupscope'] = '限制组搜索的范围';
$lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。'; $lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。';
$lang['debug'] = '有错误时显示额外的调试信息'; $lang['debug'] = '有错误时显示额外的调试信息';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2'] = 'LDAP_DEREF_FINDING';
$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS';
===== 批量导入用户 =====
需要至少有 4 列的 CSV 格式用户列表文件。列必须按顺序包括:用户ID、全名、电子邮件地址和组。
CSV 域需要用逗号 (,) 分隔,字符串用英文双引号 ("") 分开。反斜杠可以用来转义。
可以尝试上面的“导入用户”功能来查看示例文件。重复的用户ID将被忽略。
密码生成后会通过电子邮件发送给每个成功导入的用户。
\ No newline at end of file
...@@ -68,7 +68,11 @@ $lang['import_userlistcsv'] = '用户列表文件(CSV)'; ...@@ -68,7 +68,11 @@ $lang['import_userlistcsv'] = '用户列表文件(CSV)';
$lang['import_header'] = '最近一次导入 - 失败'; $lang['import_header'] = '最近一次导入 - 失败';
$lang['import_success_count'] = '用户导入:找到了 %d 个用户,%d 个用户被成功导入。'; $lang['import_success_count'] = '用户导入:找到了 %d 个用户,%d 个用户被成功导入。';
$lang['import_failure_count'] = '用户导入:%d 个用户导入失败。下面列出了失败的用户。'; $lang['import_failure_count'] = '用户导入:%d 个用户导入失败。下面列出了失败的用户。';
$lang['import_error_fields'] = '域的数目不足,发现 %d 个,需要 4 个。';
$lang['import_error_baduserid'] = '用户ID丢失'; $lang['import_error_baduserid'] = '用户ID丢失';
$lang['import_error_badname'] = '名称错误'; $lang['import_error_badname'] = '名称错误';
$lang['import_error_badmail'] = '邮件地址错误'; $lang['import_error_badmail'] = '邮件地址错误';
$lang['import_error_upload'] = '导入失败。CSV 文件无法上传或是空的。';
$lang['import_error_readfail'] = '导入失败。无法读取上传的文件。';
$lang['import_error_create'] = '不能创建新用户'; $lang['import_error_create'] = '不能创建新用户';
$lang['import_notify_fail'] = '通知消息无法发送到导入的用户 %s,电子邮件地址是 %s。';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment