snipe-it/resources/lang/zh-CN/admin/users/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

39 lines
1.4 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' => '领导',
'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' => '查看用户',
);