mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-17 15:27:15 +00:00
feat(agent-debug): edit event data with compact forms
This commit is contained in:
@@ -490,6 +490,33 @@ const thTH = {
|
||||
},
|
||||
},
|
||||
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