mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
chore: add gatewayMode translations for labs (#13680)
* 🌐 i18n: add gatewayMode translations for labs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update labs.json
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3e7ee1fbfc
commit
eebf9cb056
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"features.assistantMessageGroup.desc": "Group agent messages and their tool call results together for display",
|
||||
"features.assistantMessageGroup.title": "Agent Message Grouping",
|
||||
"features.gatewayMode.desc": "Execute agent tasks on the server via Gateway WebSocket instead of running locally. Enables faster execution and reduces client resource usage.",
|
||||
"features.gatewayMode.title": "Server-Side Agent Execution (Gateway)",
|
||||
"features.groupChat.desc": "Enable multi-agent group chat coordination.",
|
||||
"features.groupChat.title": "Group Chat (Multi-Agent)",
|
||||
"features.inputMarkdown.desc": "Render Markdown in the input area in real time (bold text, code blocks, tables, etc.).",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"features.assistantMessageGroup.desc": "将代理消息及其工具调用结果组合在一起显示",
|
||||
"features.assistantMessageGroup.title": "代理消息分组",
|
||||
"features.gatewayMode.desc": "通过 Gateway 在服务端执行 Agent 任务。可实现关闭浏览器后仍然执行 agent。",
|
||||
"features.gatewayMode.title": "服务端代理执行(Gateway)",
|
||||
"features.groupChat.desc": "启用多代理协同群聊功能。",
|
||||
"features.groupChat.title": "群聊(多代理)",
|
||||
"features.inputMarkdown.desc": "在输入区域实时渲染 Markdown(粗体、代码块、表格等)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue