Refine user profile access and chat sync
This commit is contained in:
@@ -41,16 +41,16 @@ export default {
|
||||
|
||||
users: {
|
||||
title: '账户管理',
|
||||
description: '创建用户、分配角色,并控制普通管理员可访问的 Profile。',
|
||||
description: '创建用户、分配角色,并控制普通管理员可访问的配置。',
|
||||
create: '创建用户',
|
||||
edit: '编辑用户',
|
||||
username: '用户名',
|
||||
role: '角色',
|
||||
statusLabel: '状态',
|
||||
profiles: 'Profiles',
|
||||
profilesPlaceholder: '选择可访问的 Profile',
|
||||
allProfiles: '全部 Profile',
|
||||
noProfiles: '未关联 Profile',
|
||||
profiles: '可访问配置',
|
||||
profilesPlaceholder: '选择可访问的配置',
|
||||
allProfiles: '全部配置',
|
||||
noProfiles: '未关联配置',
|
||||
lastLogin: '最后登录',
|
||||
newPasswordOptional: '新密码(留空不修改)',
|
||||
loadFailed: '用户列表加载失败',
|
||||
@@ -774,7 +774,7 @@ export default {
|
||||
stopped: '已停止',
|
||||
restartGateway: '重启网关',
|
||||
restartProfile: '重启配置',
|
||||
switchProfile: '切换配置',
|
||||
switchProfile: '切换前端配置',
|
||||
gatewayRestarted: '网关已重启:{name}',
|
||||
gatewayRestartFailed: '重启网关失败',
|
||||
profileRestarted: '配置已重启:{name}',
|
||||
|
||||
Reference in New Issue
Block a user