mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 06:35:47 +08:00
9
server/internal/es/imsg/en.go
Normal file
9
server/internal/es/imsg/en.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package imsg
|
||||
|
||||
import "mayfly-go/pkg/i18n"
|
||||
|
||||
var En = map[i18n.MsgId]string{
|
||||
LogEsInstSave: "Es - Save Instance",
|
||||
LogEsInstDelete: "Es - Delete Instance",
|
||||
ErrEsInstExist: "The es instance already exists",
|
||||
}
|
||||
Reference in New Issue
Block a user