Files
espocrm/application/Espo/Resources/i18n/zh_CN/User.json
2026-01-19 17:46:06 +01:00

99 lines
3.5 KiB
JSON
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.
{
"fields": {
"name": "名称",
"userName": "用户名",
"title": "标题",
"isAdmin": "管理员",
"defaultTeam": "默认团队",
"emailAddress": "电子邮件",
"phoneNumber": "电话",
"roles": "角色",
"portals": "门户",
"portalRoles": "门户角色",
"teamRole": "位置",
"password": "密码",
"currentPassword": "当前密码",
"passwordConfirm": "确认密码",
"newPassword": "新密码",
"newPasswordConfirm": "确认新密码",
"avatar": "头像",
"isActive": "活跃",
"isPortalUser": "门户用户",
"contact": "联系人",
"accounts": "客户",
"account": "帐户(主要)",
"sendAccessInfo": "通过邮件向用户发送访问信息.",
"portal": "门户网站",
"gender": "性别",
"position": "在队中的位置",
"ipAddress": "IP地址",
"passwordPreview": "密码预览",
"isSuperAdmin": "超级管理员",
"lastAccess": "最后访问"
},
"links": {
"teams": "团队",
"roles": "角色",
"notes": "笔记",
"portals": "门户",
"portalRoles": "门户角色",
"contact": "联系人",
"accounts": "客户",
"account": "帐户(主要)",
"tasks": "任务"
},
"labels": {
"Create User": "创建用户",
"Generate": "生成",
"Access": "访问",
"Preferences": "优先",
"Change Password": "更改密码",
"Teams and Access Control": "团队和访问控制",
"Forgot Password?": "忘记密码?",
"Password Change Request": "密码更改请求",
"Email Address": "电子邮件地址",
"External Accounts": "外部帐户",
"Email Accounts": "电子邮件帐户",
"Portal": "门户",
"Create Portal User": "创建门户用户",
"Proceed w/o Contact": "继续创建联系人"
},
"tooltips": {
"defaultTeam": "默认情况下,此用户创建的所有记录都将与此小组相关。",
"userName": "允许使用字符: a-z0-9.-@, _",
"isAdmin": "管理员拥有最大权限.",
"isActive": "如果取消选中则用户将无法登录。",
"teams": "该用户所属的团队。访问控制级别从团队角色继承。",
"roles": "其他访问角色。如果用户不属于任何团队,或者需要为此用户专门扩展访问控制级别,请使用此角色。",
"portalRoles": "其他门户网站角色。使用它来为此用户专门扩展访问控制级别。",
"portals": "此用户有权访问的门户。"
},
"messages": {
"passwordWillBeSent": "密码将发送到用户的电子邮件地址。",
"passwordChanged": "密码已被更改",
"userCantBeEmpty": "用户名不能为空",
"wrongUsernamePassword": "用户名/密码错误",
"emailAddressCantBeEmpty": "电子邮件地址不能为空",
"userNameEmailAddressNotFound": "用户名/电子邮件地址未找到",
"forbidden": "禁止访问,请稍后再试",
"uniqueLinkHasBeenSent": "唯一网址已发送到指定的电子邮件地址。",
"passwordChangedByRequest": "密码已被更改。",
"userNameExists": "用户名已经存在"
},
"boolFilters": {
"onlyMyTeam": "只有我的团队"
},
"presetFilters": {
"active": "激活",
"activePortal": "门户活动"
},
"options": {
"gender": {
"": "未设置",
"Male": "男士",
"Female": "女士",
"Neutral": "中立的"
}
}
}