diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index e679bcee..b53ff2bc 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -695,6 +695,7 @@ export const en = { fileDurationLimitError: 'The duration of the media file exceeds the limit. The maximum supported duration is 150 seconds. Current duration', unableReadFile:'Unable to read the information of the media file. Please check the file format.', // Knowledge Graph related + graph: 'Graph', knowledgeGraph: 'Knowledge Graph', basicConfig: 'Basic Configuration', enableKnowledgeGraph: 'Enable Knowledge Graph', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index abb95a79..141d4600 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -305,6 +305,7 @@ export const zh = { fileDurationLimitError: '媒体文件时长超过限制,最大支持150秒,当前时长', unableReadFile:'无法读取媒体文件信息,请检查文件格式', // 知识图谱相关 + graph: '图谱', knowledgeGraph: '知识图谱', basicConfig: '基础配置', enableKnowledgeGraph: '启用知识图谱',