mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-02 20:56:36 +08:00
feat: message notify
This commit is contained in:
12
server/internal/msg/imsg/zh_cn.go
Normal file
12
server/internal/msg/imsg/zh_cn.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package imsg
|
||||
|
||||
import "mayfly-go/pkg/i18n"
|
||||
|
||||
var Zh_CN = map[i18n.MsgId]string{
|
||||
LogMsgChannelSave: "消息渠道-保存",
|
||||
LogMsgChannelDelete: "消息渠道-删除",
|
||||
|
||||
LogMsgTmplSave: "消息模板-保存",
|
||||
LogMsgTmplDelete: "消息模板-删除",
|
||||
LogMsgTmplSend: "消息模板-发送",
|
||||
}
|
||||
Reference in New Issue
Block a user