mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 13:24:44 +08:00
fix: add translations
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -143,6 +143,7 @@ export interface Translations {
|
||||
skills: {
|
||||
title: string;
|
||||
description: string;
|
||||
createSkill: string;
|
||||
};
|
||||
notification: {
|
||||
title: string;
|
||||
|
||||
@@ -147,6 +147,7 @@ export const zhCN: Translations = {
|
||||
skills: {
|
||||
title: "技能",
|
||||
description: "管理 Agent Skill 配置和启用状态。",
|
||||
createSkill: "新建技能",
|
||||
},
|
||||
notification: {
|
||||
title: "通知",
|
||||
|
||||
Reference in New Issue
Block a user