mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-30 11:26:35 +08:00
refactor: remove router、ioc is adjusted to inject by type
This commit is contained in:
@@ -31,6 +31,10 @@ var En = map[i18n.MsgId]string{
|
||||
ErrFileUploadFail: "File upload failure",
|
||||
MsgUploadFileSuccess: "File uploaded successfully",
|
||||
|
||||
LogMachineCronJobSave: "Machine - save cronjob",
|
||||
LogMachineCronJobDelete: "Machine - delete cronjob",
|
||||
LogMachineCronJobRun: "Machine - run cronjob",
|
||||
|
||||
LogMachineSecurityCmdSave: "Machine - Security - Save command configuration",
|
||||
LogMachineSecurityCmdDelete: "Machine - Security - Delete command configuration",
|
||||
TerminalCmdDisable: "This command has been disabled...",
|
||||
|
||||
Reference in New Issue
Block a user