mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-25 10:56:44 +08:00
feat(processors): add explicitly bound plugin event processors
This commit is contained in:
@@ -474,6 +474,36 @@ const zhHant = {
|
||||
},
|
||||
},
|
||||
agents: {
|
||||
eventProcessor: {
|
||||
type: '事件處理器',
|
||||
description: '透過外掛程式碼處理平台事件。',
|
||||
component: '外掛元件',
|
||||
selectComponent: '選擇事件處理器元件',
|
||||
unavailable: '元件無法使用',
|
||||
noComponents: '尚未安裝事件處理器元件。',
|
||||
installPlugin: '安裝外掛',
|
||||
loadError: '無法載入處理器詳情。',
|
||||
refresh: '重新整理',
|
||||
runs: '執行記錄',
|
||||
noRuns: '尚無執行記錄,綁定機器人事件後開始處理。',
|
||||
bindBot: '綁定機器人事件',
|
||||
trace: '日誌與訊息流向',
|
||||
selectRun: '選擇一筆執行記錄查看詳情。',
|
||||
input: '傳入事件',
|
||||
destination: '傳送目標',
|
||||
loadMore: '載入更多',
|
||||
activation: '安裝外掛、建立實例,再綁定機器人事件。',
|
||||
status_pending: '待執行',
|
||||
status_running: '執行中',
|
||||
status_completed: '已完成',
|
||||
status_failed: '失敗',
|
||||
status_cancelled: '已取消',
|
||||
status_queued: '排隊中',
|
||||
trace_run_completed: '執行完成',
|
||||
trace_run_failed: '執行失敗',
|
||||
trace_tool_call_started: '開始執行動作',
|
||||
trace_tool_call_completed: '動作結果',
|
||||
},
|
||||
debugData: {
|
||||
title: '事件資料',
|
||||
form: '常用欄位',
|
||||
@@ -505,7 +535,7 @@ const zhHant = {
|
||||
description: '建立可重用的處理器,並在機器人事件路由中使用',
|
||||
create: '建立處理器',
|
||||
editAgent: '編輯 Agent',
|
||||
selectFromSidebar: '從側邊欄選擇一個 Agent 或 Pipeline',
|
||||
selectFromSidebar: '從側邊欄選擇一個處理器',
|
||||
agentType: 'Agent',
|
||||
agentTypeDescription: '透過執行器處理訊息、群成員、好友、回饋等平台事件。',
|
||||
pipelineType: '流程線',
|
||||
|
||||
Reference in New Issue
Block a user