chore: i18n for knowledge retriever component name

This commit is contained in:
Junyan Qin
2025-11-28 15:48:27 +08:00
parent f4eb59e2ad
commit 52e6135ae8
4 changed files with 4 additions and 0 deletions

View File

@@ -250,6 +250,7 @@ const enUS = {
Tool: 'Tool',
EventListener: 'Event Listener',
Command: 'Command',
KnowledgeRetriever: 'Knowledge Retriever',
},
uploadLocal: 'Upload Local',
debugging: 'Debugging',

View File

@@ -251,6 +251,7 @@ const jaJP = {
Tool: 'ツール',
EventListener: 'イベント監視器',
Command: 'コマンド',
KnowledgeRetriever: '知識検索',
},
uploadLocal: 'ローカルアップロード',
debugging: 'デバッグ中',

View File

@@ -239,6 +239,7 @@ const zhHans = {
Tool: '工具',
EventListener: '事件监听器',
Command: '命令',
KnowledgeRetriever: '知识检索',
},
uploadLocal: '本地上传',
debugging: '调试中',

View File

@@ -238,6 +238,7 @@ const zhHant = {
Tool: '工具',
EventListener: '事件監聽器',
Command: '命令',
KnowledgeRetriever: '知識檢索',
},
uploadLocal: '本地上傳',
debugging: '調試中',