diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 593e3b24..0dcd0edd 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -672,6 +672,14 @@ const enUS = { markAsReadFailed: 'Mark as read failed', filterByComponent: 'Component', allComponents: 'All Components', + componentName: { + Tool: 'Tool', + EventListener: 'Event Listener', + Command: 'Command', + KnowledgeEngine: 'Knowledge Engine', + Parser: 'Parser', + Page: 'Page', + }, filterByType: 'Type', allTypes: 'All Types', typePlugin: 'Plugin', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index 73fc9138..7107c607 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -645,6 +645,14 @@ const zhHans = { markAsReadFailed: '标记为已读失败', filterByComponent: '组件', allComponents: '全部组件', + componentName: { + Tool: '工具', + EventListener: '事件监听器', + Command: '命令', + KnowledgeEngine: '知识引擎', + Parser: '解析器', + Page: '页面', + }, filterByType: '类型', allTypes: '全部类型', typePlugin: '插件',