snipe-it/resources/lang/zh-CN/admin/users/table.php

37 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(
'activated' => '激活',
'allow' => '允许',
'checkedout' => '资产',
'created_at' => '创建',
'createuser' => '创建用户',
'deny' => '拒绝',
'email' => '邮箱',
'employee_num' => '员工号',
'first_name' => '名',
'groupnotes' => '请选择一个组给用户,注意,用户将拥有该组的所有权限。',
'id' => '编号',
'inherit' => '继承',
'job' => '职位名称',
'last_login' => '上一次登陆',
'last_name' => '姓氏',
'location' => '位置',
'lock_passwords' => '不能更换登陆资料',
'manager' => '领导',
'name' => '名字',
'notes' => '笔记',
'password_confirm' => '确认密码',
'password' => '密码',
'phone' => '电话',
'show_current' => '已当前用户',
'show_deleted' => '已删除用户',
'title' => '职位',
'updateuser' => '更新用户',
'username' => '用户名',
'username_note' => '这个是用来活动目录「Active Directory」的绑定非用来登录',
'cloneuser' => '克隆用户',
'viewusers' => '查看用户',
);