snipe-it/resources/lang/zh-CN/admin/users/table.php
snipe 5be7dee3d3 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-05-24 15:07:14 -07:00

39 lines
1.5 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(
'activated' => '激活',
'allow' => '允许',
'checkedout' => '资产',
'created_at' => '创建',
'createuser' => '创建用户',
'deny' => '拒绝',
'email' => '邮箱',
'employee_num' => '员工号',
'first_name' => '名',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => '编号',
'inherit' => '继承',
'job' => '职位名称',
'last_login' => '上一次登陆',
'last_name' => '姓氏',
'location' => '位置',
'lock_passwords' => '不能更换登陆资料',
'manager' => '领导',
'managed_locations' => '管理位置',
'name' => '名字',
'notes' => '笔记',
'password_confirm' => '确认密码',
'password' => '密码',
'phone' => '电话',
'show_current' => '已当前用户',
'show_deleted' => '已删除用户',
'title' => '职位',
'to_restore_them' => '恢复它们。',
'updateuser' => '更新用户',
'username' => '用户名',
'user_deleted_text' => '此用户已被标记为已删除。',
'username_note' => '这个是用来活动目录「Active Directory」的绑定非用来登录',
'cloneuser' => '克隆用户',
'viewusers' => '查看用户',
);