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