2 Star 0 Fork 0

TeamsHub/backend-gopkg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
en-us.go 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
HCY 提交于 2024-05-10 12:41 . c
package code
var enUSText = map[int]string{
ServerError: "Internal server error",
TooManyRequests: "Too many requests",
ParamBindError: "Parameter error",
AuthorizationError: "Authorization error",
UrlSignError: "URL signature error",
CacheSetError: "Failed to set cache",
CacheGetError: "Failed to get cache",
CacheDelError: "Failed to del cache",
CacheNotExist: "Cache does not exist",
ResubmitError: "Please do not submit repeatedly",
HashIdsEncodeError: "HashID encryption failed",
HashIdsDecodeError: "HashID decryption failed",
RBACError: "No access",
RedisConnectError: "Failed to connection Redis",
MySQLConnectError: "Failed to connection MySQL",
WriteConfigError: "Failed to write configuration file",
SendEmailError: "Failed to send mail",
MySQLExecError: "SQL execution failed",
GoVersionError: "Go Version mismatch",
AuthorizedCreateError: "Failed to create caller",
AuthorizedListError: "Failed to get caller list",
AuthorizedDeleteError: "Failed to delete caller",
AuthorizedUpdateError: "Failed to update caller",
AuthorizedDetailError: "Failed to get caller details",
AuthorizedCreateAPIError: "Failed to create caller API address",
AuthorizedListAPIError: "Failed to get caller API address list",
AuthorizedDeleteAPIError: "Failed to delete caller API address",
AdminCreateError: "Failed to create administrator",
AdminListError: "Failed to get administrator list",
AdminDeleteError: "Failed to delete administrator",
AdminUpdateError: "Failed to update administrator",
AdminResetPasswordError: "Reset password failed",
AdminLoginError: "Login failed",
AdminLogOutError: "Exit failed",
AdminModifyPasswordError: "Failed to modify password",
AdminModifyPersonalInfoError: "Failed to modify personal information",
AdminMenuListError: "Failed to get administrator menu authorization list",
AdminMenuCreateError: "Administrator menu authorization failed",
AdminOfflineError: "Offline administrator failed",
AdminDetailError: "Failed to get personal information",
MenuCreateError: "Failed to create menu",
MenuUpdateError: "Failed to update menu",
MenuDeleteError: "Failed to delete menu",
MenuListError: "Failed to get menu list",
MenuDetailError: "Failed to get menu details",
MenuCreateActionError: "Failed to create menu action",
MenuListActionError: "Failed to get menu action list",
MenuDeleteActionError: "Failed to delete menu action",
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzheng0709/backend-gopkg.git
git@gitee.com:wuzheng0709/backend-gopkg.git
wuzheng0709
backend-gopkg
backend-gopkg
v1.5.35

搜索帮助