mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-21 09:47:13 +00:00
feat(i18n): add routing rules translations for es-ES, ja-JP, th-TH, vi-VN, zh-Hant
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user