fix: add translations

This commit is contained in:
Henry Li
2026-01-31 22:49:59 +08:00
parent ca83ed00f8
commit f5b1412ac0
4 changed files with 4 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ function SkillSettingsList({
</div>
<div>
<Button variant="outline" size="sm" onClick={handleCreateSkill}>
Create Skill
{t.settings.skills.createSkill}
</Button>
</div>
</header>

View File

@@ -152,6 +152,7 @@ export const enUS: Translations = {
title: "Agent Skills",
description:
"Manage the configuration and enabled status of the agent skills.",
createSkill: "Create skill",
},
notification: {
title: "Notification",

View File

@@ -143,6 +143,7 @@ export interface Translations {
skills: {
title: string;
description: string;
createSkill: string;
};
notification: {
title: string;

View File

@@ -147,6 +147,7 @@ export const zhCN: Translations = {
skills: {
title: "技能",
description: "管理 Agent Skill 配置和启用状态。",
createSkill: "新建技能",
},
notification: {
title: "通知",