{
  "common":{
    "unauth": "UnAuth",
    "tokenError": "Token invalid",
    "tokenExpire": "Token expire",
    "forbidden": "Need `{permission}` permission, but you don't have it",
    "internalError": "Internal Error",
    "timeout": "Service Timeout"
  },
  "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"
  }
}