mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-26 03:16:44 +08:00
feat(agent-debug): edit event data with compact forms
This commit is contained in:
@@ -474,6 +474,33 @@ const zhHant = {
|
||||
},
|
||||
},
|
||||
agents: {
|
||||
debugData: {
|
||||
title: '事件資料',
|
||||
form: '常用欄位',
|
||||
json: '完整 JSON',
|
||||
groupId: '群組 ID',
|
||||
memberId: '成員 ID',
|
||||
memberName: '成員暱稱',
|
||||
userId: '使用者 ID',
|
||||
userName: '使用者暱稱',
|
||||
requesterId: '申請者 ID',
|
||||
requesterName: '申請者暱稱',
|
||||
messageId: '訊息 ID',
|
||||
duration: '時長(秒)',
|
||||
message: '訊息內容',
|
||||
newMessage: '修改後的內容',
|
||||
verificationMessage: '驗證訊息',
|
||||
reaction: '表情',
|
||||
groupName: '群組名稱',
|
||||
feedback: '回饋內容',
|
||||
rating: '評分',
|
||||
eventName: '事件名稱',
|
||||
privateChat: '留空為私聊',
|
||||
sampleUser: '測試使用者',
|
||||
sampleMessage: '你好',
|
||||
sampleFeedback: '很有幫助',
|
||||
invalidField: '請檢查{{field}}',
|
||||
},
|
||||
title: '處理器',
|
||||
description: '建立可重用的處理器,並在機器人事件路由中使用',
|
||||
create: '建立處理器',
|
||||
|
||||
Reference in New Issue
Block a user