feat: update translations

This commit is contained in:
Henry Li
2026-01-25 11:54:49 +08:00
parent c82f705541
commit 87200d1ad1
4 changed files with 9 additions and 8 deletions

View File

@@ -9,10 +9,10 @@ export function SkillsSection({ className }: { className?: string }) {
return (
<Section
className={cn("h-[calc(100vh-64px)] w-full bg-white/2", className)}
title="Skill-based Architecture"
title="Agent Skills"
subtitle={
<div>
Skills are loaded progressively only what&apos;s needed, when
Agent Skills are loaded progressively only what&apos;s needed, when
it&apos;s needed.
<br />
Extend DeerFlow with your own skill files, or use our built-in

View File

@@ -60,10 +60,10 @@ function SkillSettingsList({ skills }: { skills: Skill[] }) {
<EmptyMedia variant="icon">
<SparklesIcon />
</EmptyMedia>
<EmptyTitle>No skill yet</EmptyTitle>
<EmptyTitle>No agent skill yet</EmptyTitle>
<EmptyDescription>
Put your skill folders under the `/skills/custom` folder under the
root folder of DeerFlow.
Put your agent skill folders under the `/skills/custom` folder under
the root folder of DeerFlow.
</EmptyDescription>
</EmptyHeader>
</Empty>