Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const en: TranslationMap = {
subtitles: {
agents: "Workspaces, tools, identities.",
overview: "Status, entry points, health.",
briefing: "Agent brief and approvals (mock).",
strategy: "Pipeline, rankings, evolution (mock).",
briefing: "Agent brief and approvals.",
strategy: "Pipeline, rankings, evolution.",
channels: "Channels and settings.",
instances: "Connected clients and nodes.",
sessions: "Active sessions and defaults.",
Expand Down
4 changes: 2 additions & 2 deletions ui/src/i18n/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const zh_CN: TranslationMap = {
subtitles: {
agents: "工作区、工具、身份。",
overview: "状态、入口点、健康。",
briefing: "Agent 简报与审批队列(mock)。",
strategy: "策略流水线、排行、演化(mock)。",
briefing: "Agent 简报与审批队列。",
strategy: "策略流水线、排行、演化。",
channels: "频道和设置。",
instances: "已连接客户端和节点。",
sessions: "活动会话和默认设置。",
Expand Down
Loading