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