snipe-it/resources/lang/zh-CN/admin/users/general.php
2017-07-07 13:14:51 -07:00

25 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'assets_user' => '分配给:name的资产',
'bulk_update_warn' => '您即将编辑user_count用户的属性。请注意您不能使用此表单更改您自己的用户属性必须单独对您自己的用户信息进行编辑。',
'bulk_update_help' => '此表单允许您一次更新多个用户。仅填写您需要更改的字段。留的空的任何字段将保持不变。',
'current_assets' => '资产当前借出给该用户',
'clone' => '克隆用户',
'contact_user' => '联系 :name',
'edit' => '编辑用户',
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
'history_user' => ':name的历史',
'info' => '信息',
'last_login' => '上一次登陆',
'ldap_config_text' => 'LDAP配置在 管理 > 设置。所选位置将为导入的用户所用',
'software_user' => ':name 借走的软件',
'view_user' => '查看用户: :name',
'usercsv' => 'CSV 档案',
'two_factor_admin_optin_help' => '您当前的管理员设置允许使用双重认证。 ',
'two_factor_enrolled' => '双重认证设备登记',
'two_factor_active' => '启用双重认证',
);