mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-23 09:56:39 +08:00
feat(agent-debug): edit event data with compact forms
This commit is contained in:
@@ -716,6 +716,33 @@ const jaJP = {
|
||||
},
|
||||
},
|
||||
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}}を確認してください',
|
||||
},
|
||||
debugReasoning: '思考内容',
|
||||
debugTextOutput: 'テキスト出力',
|
||||
debugPlatformNotice:
|
||||
|
||||
Reference in New Issue
Block a user