消息渠道的消息支持多语言
This commit is contained in:
@@ -1714,7 +1714,8 @@
|
||||
"tabs": {
|
||||
"channels": "Channels",
|
||||
"commands": "Commands",
|
||||
"events": "Events"
|
||||
"events": "Events",
|
||||
"other": "Other"
|
||||
},
|
||||
"commands": {
|
||||
"title": "Built-in Commands",
|
||||
@@ -1741,6 +1742,22 @@
|
||||
"errorDesc": "When an agent encounters an error",
|
||||
"saved": "Event filter updated.",
|
||||
"saveFailed": "Failed to save event filter."
|
||||
},
|
||||
"language": {
|
||||
"title": "Message Language",
|
||||
"description": "Language used for event notifications, command responses, and daily reports sent to chat channels.",
|
||||
"saved": "Message language saved.",
|
||||
"saveFailed": "Failed to save message language.",
|
||||
"en": "English",
|
||||
"zh-cn": "Simplified Chinese",
|
||||
"zh-tw": "Traditional Chinese",
|
||||
"ja": "Japanese",
|
||||
"ko": "Korean",
|
||||
"es": "Spanish",
|
||||
"de": "German",
|
||||
"fr": "French",
|
||||
"pt": "Portuguese",
|
||||
"ar": "Arabic"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user