mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-16 07:20:59 +00:00
chore: i18n for knowledge retriever component name
This commit is contained in:
@@ -250,6 +250,7 @@ const enUS = {
|
|||||||
Tool: 'Tool',
|
Tool: 'Tool',
|
||||||
EventListener: 'Event Listener',
|
EventListener: 'Event Listener',
|
||||||
Command: 'Command',
|
Command: 'Command',
|
||||||
|
KnowledgeRetriever: 'Knowledge Retriever',
|
||||||
},
|
},
|
||||||
uploadLocal: 'Upload Local',
|
uploadLocal: 'Upload Local',
|
||||||
debugging: 'Debugging',
|
debugging: 'Debugging',
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ const jaJP = {
|
|||||||
Tool: 'ツール',
|
Tool: 'ツール',
|
||||||
EventListener: 'イベント監視器',
|
EventListener: 'イベント監視器',
|
||||||
Command: 'コマンド',
|
Command: 'コマンド',
|
||||||
|
KnowledgeRetriever: '知識検索',
|
||||||
},
|
},
|
||||||
uploadLocal: 'ローカルアップロード',
|
uploadLocal: 'ローカルアップロード',
|
||||||
debugging: 'デバッグ中',
|
debugging: 'デバッグ中',
|
||||||
|
|||||||
@@ -239,6 +239,7 @@ const zhHans = {
|
|||||||
Tool: '工具',
|
Tool: '工具',
|
||||||
EventListener: '事件监听器',
|
EventListener: '事件监听器',
|
||||||
Command: '命令',
|
Command: '命令',
|
||||||
|
KnowledgeRetriever: '知识检索',
|
||||||
},
|
},
|
||||||
uploadLocal: '本地上传',
|
uploadLocal: '本地上传',
|
||||||
debugging: '调试中',
|
debugging: '调试中',
|
||||||
|
|||||||
@@ -238,6 +238,7 @@ const zhHant = {
|
|||||||
Tool: '工具',
|
Tool: '工具',
|
||||||
EventListener: '事件監聽器',
|
EventListener: '事件監聽器',
|
||||||
Command: '命令',
|
Command: '命令',
|
||||||
|
KnowledgeRetriever: '知識檢索',
|
||||||
},
|
},
|
||||||
uploadLocal: '本地上傳',
|
uploadLocal: '本地上傳',
|
||||||
debugging: '調試中',
|
debugging: '調試中',
|
||||||
|
|||||||
Reference in New Issue
Block a user