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

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": "아랍어"
}
}
}