mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-25 23:14:46 +08:00
feat: update translations
This commit is contained in:
@@ -9,10 +9,10 @@ export function SkillsSection({ className }: { className?: string }) {
|
|||||||
return (
|
return (
|
||||||
<Section
|
<Section
|
||||||
className={cn("h-[calc(100vh-64px)] w-full bg-white/2", className)}
|
className={cn("h-[calc(100vh-64px)] w-full bg-white/2", className)}
|
||||||
title="Skill-based Architecture"
|
title="Agent Skills"
|
||||||
subtitle={
|
subtitle={
|
||||||
<div>
|
<div>
|
||||||
Skills are loaded progressively — only what's needed, when
|
Agent Skills are loaded progressively — only what's needed, when
|
||||||
it's needed.
|
it's needed.
|
||||||
<br />
|
<br />
|
||||||
Extend DeerFlow with your own skill files, or use our built-in
|
Extend DeerFlow with your own skill files, or use our built-in
|
||||||
|
|||||||
@@ -60,10 +60,10 @@ function SkillSettingsList({ skills }: { skills: Skill[] }) {
|
|||||||
<EmptyMedia variant="icon">
|
<EmptyMedia variant="icon">
|
||||||
<SparklesIcon />
|
<SparklesIcon />
|
||||||
</EmptyMedia>
|
</EmptyMedia>
|
||||||
<EmptyTitle>No skill yet</EmptyTitle>
|
<EmptyTitle>No agent skill yet</EmptyTitle>
|
||||||
<EmptyDescription>
|
<EmptyDescription>
|
||||||
Put your skill folders under the `/skills/custom` folder under the
|
Put your agent skill folders under the `/skills/custom` folder under
|
||||||
root folder of DeerFlow.
|
the root folder of DeerFlow.
|
||||||
</EmptyDescription>
|
</EmptyDescription>
|
||||||
</EmptyHeader>
|
</EmptyHeader>
|
||||||
</Empty>
|
</Empty>
|
||||||
|
|||||||
@@ -137,8 +137,9 @@ export const enUS: Translations = {
|
|||||||
description: "Manage the configuration and enabled status of MCP tools.",
|
description: "Manage the configuration and enabled status of MCP tools.",
|
||||||
},
|
},
|
||||||
skills: {
|
skills: {
|
||||||
title: "Skills",
|
title: "Agent Skills",
|
||||||
description: "Manage the configuration and enabled status of the skills.",
|
description:
|
||||||
|
"Manage the configuration and enabled status of the agent skills.",
|
||||||
},
|
},
|
||||||
acknowledge: {
|
acknowledge: {
|
||||||
emptyTitle: "Acknowledgements",
|
emptyTitle: "Acknowledgements",
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ export const zhCN: Translations = {
|
|||||||
},
|
},
|
||||||
skills: {
|
skills: {
|
||||||
title: "技能",
|
title: "技能",
|
||||||
description: "管理智能体的技能配置和启用状态。",
|
description: "管理 Agent Skill 配置和启用状态。",
|
||||||
},
|
},
|
||||||
acknowledge: {
|
acknowledge: {
|
||||||
emptyTitle: "致谢",
|
emptyTitle: "致谢",
|
||||||
|
|||||||
Reference in New Issue
Block a user