feat(web): api key & space config ui upgrade
This commit is contained in:
@@ -980,6 +980,7 @@ export const en = {
|
||||
scene_id: 'Ontology Scenario',
|
||||
},
|
||||
member: {
|
||||
memberList: 'Member List',
|
||||
username: 'Username',
|
||||
account: 'Account',
|
||||
role: 'Role',
|
||||
@@ -1908,7 +1909,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
permissionInfo: 'Permission Information',
|
||||
is_expired: 'Status',
|
||||
active: 'Active',
|
||||
inactive: 'Expired'
|
||||
inactive: 'Expired',
|
||||
noScopes: 'There is no permission information here…',
|
||||
},
|
||||
tool: {
|
||||
mcp: 'MCP Services',
|
||||
|
||||
@@ -1375,6 +1375,7 @@ export const zh = {
|
||||
scene_id: '本体场景',
|
||||
},
|
||||
member: {
|
||||
memberList: '成员列表',
|
||||
username: '用户名',
|
||||
account: '账号',
|
||||
role: '角色',
|
||||
@@ -1905,7 +1906,8 @@ export const zh = {
|
||||
permissionInfo: '授权信息',
|
||||
is_expired: '状态',
|
||||
active: '活跃',
|
||||
inactive: '过期'
|
||||
inactive: '过期',
|
||||
noScopes: '暂无权限信息…',
|
||||
},
|
||||
tool: {
|
||||
mcp: 'MCP 服务',
|
||||
|
||||
Reference in New Issue
Block a user