@opentiny/tiny-toolkit-pro
Version:
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
46 lines (45 loc) • 1.4 kB
JSON
{
"common":{
"unauth": "UnAuth",
"tokenError": "Token invalid",
"tokenExpire": "Token expire",
"forbidden": "Need `{permission}` permission, but you don't have it"
},
"user":{
"requiredFieldsMissing": "required fields missing",
"userNotFound": "user not found",
"oldPasswordError": "Old password error",
"userExists": "User exists",
"userNumberNull": "Currently the last user, deletion is prohibited"
},
"role": {
"exists": "Role exists",
"notExists": "Not found role",
"conflict": "There are users under the role, please clear them"
},
"permission":{
"exists": "Permission {name} exists",
"notExists": "Not found permission"
},
"menu":{
"exists": "Menu {name} exists",
"notExists": "Not found menu"
},
"lang": {
"notExists": "{lang} not found",
"exists": "{name} exists",
"notExistsCommon": "Not found",
"DELETE_LANG_CONFLICT": "Please clear all language records under {name} first"
},
"i18":{
"exists": "I18n field exists",
"notExists": "Not Found"
},
"auth":{
"userNotExists": "User not found",
"passwordOrEmailError": "Password or email invalid"
},
"preview": {
"reject-this-request": "The server rejected this request, and modification, addition, or deletion of data is not allowed in demonstration mode"
}
}