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

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

@@ -1713,7 +1713,8 @@
"tabs": {
"channels": "頻道",
"commands": "指令",
"events": "事件"
"events": "事件",
"other": "其他"
},
"commands": {
"title": "內建指令",
@@ -1740,6 +1741,22 @@
"errorDesc": "代理遇到錯誤時",
"saved": "事件篩選已更新。",
"saveFailed": "儲存事件篩選失敗。"
},
"language": {
"title": "訊息語言",
"description": "事件通知、指令回應和每日報告推送到訊息頻道時使用的語言。",
"saved": "訊息語言已儲存。",
"saveFailed": "儲存訊息語言失敗。",
"en": "英語",
"zh-cn": "簡體中文",
"zh-tw": "繁體中文",
"ja": "日語",
"ko": "韓語",
"es": "西班牙語",
"de": "德語",
"fr": "法語",
"pt": "葡萄牙語",
"ar": "阿拉伯語"
}
}
}