消息渠道的消息支持多语言

This commit is contained in:
xintaofei
2026-03-31 13:49:16 +08:00
parent f2a53acc9d
commit f06360a59d
24 changed files with 1319 additions and 102 deletions

View File

@@ -1714,7 +1714,8 @@
"tabs": {
"channels": "渠道",
"commands": "指令",
"events": "事件"
"events": "事件",
"other": "其他"
},
"commands": {
"title": "内置指令",
@@ -1741,6 +1742,22 @@
"errorDesc": "代理遇到错误时",
"saved": "事件过滤已更新。",
"saveFailed": "保存事件过滤失败。"
},
"language": {
"title": "消息语言",
"description": "事件通知、指令响应和每日报告推送到消息渠道时使用的语言。",
"saved": "消息语言已保存。",
"saveFailed": "保存消息语言失败。",
"en": "英语",
"zh-cn": "简体中文",
"zh-tw": "繁体中文",
"ja": "日语",
"ko": "韩语",
"es": "西班牙语",
"de": "德语",
"fr": "法语",
"pt": "葡萄牙语",
"ar": "阿拉伯语"
}
}
}