Major refactor: Multi-user Chrome MCP extension with remote server architecture
This commit is contained in:
@@ -442,5 +442,61 @@
|
||||
"pagesUnit": {
|
||||
"message": "页",
|
||||
"description": "页面计数单位"
|
||||
},
|
||||
"copiedButton": {
|
||||
"message": "✅ 已复制!",
|
||||
"description": "配置复制按钮文本"
|
||||
},
|
||||
"copyFailedButton": {
|
||||
"message": "❌ 复制失败",
|
||||
"description": "配置复制失败按钮文本"
|
||||
},
|
||||
"recommendedLabel": {
|
||||
"message": "推荐",
|
||||
"description": "推荐配置标识"
|
||||
},
|
||||
"alternativeLabel": {
|
||||
"message": "备选",
|
||||
"description": "备选配置标识"
|
||||
},
|
||||
"remoteServerConfigLabel": {
|
||||
"message": "远程服务器配置",
|
||||
"description": "远程服务器设置的主要节标题"
|
||||
},
|
||||
"remoteServerStatusLabel": {
|
||||
"message": "远程服务器状态",
|
||||
"description": "远程服务器状态标签"
|
||||
},
|
||||
"remoteMcpServerConfigLabel": {
|
||||
"message": "远程 MCP 服务器配置",
|
||||
"description": "远程 MCP 服务器配置标签"
|
||||
},
|
||||
"serverEndpointLabel": {
|
||||
"message": "服务器端点",
|
||||
"description": "服务器端点标签"
|
||||
},
|
||||
"reconnectAttemptsLabel": {
|
||||
"message": "重连尝试",
|
||||
"description": "重连尝试次数标签"
|
||||
},
|
||||
"connectionTimeLabel": {
|
||||
"message": "连接时长",
|
||||
"description": "连接持续时间标签"
|
||||
},
|
||||
"remoteServerConnectedStatus": {
|
||||
"message": "已连接到远程服务器",
|
||||
"description": "远程服务器已连接状态"
|
||||
},
|
||||
"remoteServerConnectingStatus": {
|
||||
"message": "正在连接远程服务器...",
|
||||
"description": "远程服务器连接中状态"
|
||||
},
|
||||
"remoteServerDisconnectedStatus": {
|
||||
"message": "已断开远程服务器连接",
|
||||
"description": "远程服务器已断开状态"
|
||||
},
|
||||
"remoteServerErrorStatus": {
|
||||
"message": "远程服务器错误",
|
||||
"description": "远程服务器错误状态"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user