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: '切換前端 Profile',
|
||||
switchProfile: '切換前端設定檔',
|
||||
gatewayRestarted: '閘道已重啟:{name}',
|
||||
gatewayRestartFailed: '重啟閘道失敗',
|
||||
profileRestarted: '設定檔已重啟:{name}',
|
||||
|
||||
Reference in New Issue
Block a user