feat(i18n): add graph translation key for knowledge graph feature

- Add 'graph' translation key to English locale (en.ts)
- Add 'graph' translation key to Chinese locale (zh.ts)
- Support for graph display label in knowledge graph UI components
This commit is contained in:
yujiangping
2026-01-06 19:22:08 +08:00
parent 26fbb95454
commit 070d9036b7
2 changed files with 2 additions and 0 deletions

View File

@@ -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',

View File

@@ -305,6 +305,7 @@ export const zh = {
fileDurationLimitError: '媒体文件时长超过限制最大支持150秒当前时长',
unableReadFile:'无法读取媒体文件信息,请检查文件格式',
// 知识图谱相关
graph: '图谱',
knowledgeGraph: '知识图谱',
basicConfig: '基础配置',
enableKnowledgeGraph: '启用知识图谱',