feat(i18n): add routing rules translations for es-ES, ja-JP, th-TH, vi-VN, zh-Hant

This commit is contained in:
Junyan Qin
2026-04-04 00:01:27 +08:00
parent 77a0de5ef0
commit 8f1317b39e
5 changed files with 180 additions and 0 deletions
+36
View File
@@ -302,6 +302,39 @@ const thTH = {
routingConnection: 'การกำหนดเส้นทางและการเชื่อมต่อ',
routingConnectionDescription:
'ผูก Pipeline ที่ประมวลผลข้อความสำหรับ Bot นี้',
routingRules: 'กฎการกำหนดเส้นทางตามเงื่อนไข',
routingRulesDescription:
'กฎจะถูกประเมินตามลำดับ การจับคู่แรกจะกำหนดเส้นทางไปยัง Pipeline ที่เกี่ยวข้อง หากไม่ตรงกันจะใช้ Pipeline เริ่มต้นด้านบน',
addRoutingRule: 'เพิ่มกฎ',
ruleTypeLauncherType: 'ประเภทเซสชัน',
ruleTypeLauncherId: 'ID เซสชัน',
ruleTypeMessageContent: 'เนื้อหาข้อความ',
operatorEq: 'เท่ากับ',
operatorNeq: 'ไม่เท่ากับ',
operatorContains: 'ประกอบด้วย',
operatorNotContains: 'ไม่ประกอบด้วย',
operatorStartsWith: 'เริ่มต้นด้วย',
operatorRegex: 'นิพจน์ปกติ',
operatorHas: 'มี',
operatorNotHas: 'ไม่มี',
ruleTypeMessageHasElement: 'องค์ประกอบข้อความ',
ruleValueElementPlaceholder: 'เลือกประเภทองค์ประกอบ',
elementImage: 'รูปภาพ',
elementVoice: 'เสียง',
elementFile: 'ไฟล์',
elementForward: 'ส่งต่อ',
elementFace: 'อีโมจิ',
elementAt: '@กล่าวถึง',
elementAtAll: '@ทั้งหมด',
elementQuote: 'อ้างอิง',
ruleValuePlaceholder: 'ค่าที่ตรงกัน',
ruleValueLauncherIdPlaceholder: 'ID กลุ่มหรือผู้ใช้',
ruleValueMessagePlaceholder: 'ข้อความ',
ruleValuePrefixPlaceholder: 'เช่น !draw',
ruleValueRegexpPlaceholder: 'เช่น ^/help',
pipelineDiscard: 'ละทิ้งข้อความ',
sessionTypePerson: 'แชทส่วนตัว',
sessionTypeGroup: 'แชทกลุ่ม',
adapterConfigDescription: 'กำหนดค่าอะแดปเตอร์แพลตฟอร์มที่เลือก',
dangerZone: 'โซนอันตราย',
dangerZoneDescription: 'การดำเนินการที่ย้อนกลับไม่ได้และเป็นอันตราย',
@@ -350,6 +383,9 @@ const thTH = {
refresh: 'รีเฟรช',
active: 'ใช้งานอยู่',
inactive: 'ไม่ได้ใช้งาน',
discarded: 'ถูกละทิ้ง',
userMessage: 'ผู้ใช้',
botMessage: 'ผู้ช่วย',
},
},
plugins: {