mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
25 lines
1.3 KiB
PHP
25 lines
1.3 KiB
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => '分配给:name的资产',
|
|
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
|
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
|
'current_assets' => '资产当前借出给该用户',
|
|
'clone' => '克隆用户',
|
|
'contact_user' => '联系 :name',
|
|
'edit' => '编辑用户',
|
|
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
|
|
'history_user' => ':name的历史',
|
|
'info' => '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' => '启用双重认证',
|
|
);
|