mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-04 16:47:15 +00:00
feat(i18n): add routing rules translations for es-ES, ja-JP, th-TH, vi-VN, zh-Hant
This commit is contained in:
@@ -293,6 +293,39 @@ const zhHant = {
|
||||
basicInfoDescription: '設定機器人名稱和描述',
|
||||
routingConnection: '路由與連接',
|
||||
routingConnectionDescription: '綁定處理此機器人訊息的流程線',
|
||||
routingRules: '條件路由規則',
|
||||
routingRulesDescription:
|
||||
'按順序匹配,命中第一條規則後路由到對應流程線;都不匹配時使用上方預設流程線',
|
||||
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: '不可逆的操作',
|
||||
@@ -335,6 +368,9 @@ const zhHant = {
|
||||
refresh: '重新整理',
|
||||
active: '活躍',
|
||||
inactive: '不活躍',
|
||||
discarded: '已丟棄',
|
||||
userMessage: '使用者',
|
||||
botMessage: '助手',
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
|
||||
Reference in New Issue
Block a user