{
  "common":{
    "unauth": "未登录",
    "tokenError": "异常token",
    "tokenExpire": "token过期",
    "forbidden": "需要`{permission}`权限, 但是您并没有该权限"
  },
  "user":{
    "requiredFieldsMissing": "缺少必填字段",
    "userNotFound": "用户不存在",
    "oldPasswordError": "旧密码错误",
    "userExists": "用户存在",
    "userNumberNull": "当前为最后一个用户，禁止删除"
  },
  "role": {
    "exists": "角色已存在",
    "notExists": "角色不存在",
    "conflict": "角色下存在用户, 请清空用户"
  },
  "permission":{
    "exists": "权限字段 {name} 已经存在",
    "notExists": "无法找到权限字段"
  },
  "menu":{
    "exists": "菜单字段 {name} 已经存在",
    "notExists": "无法找到权限字段"
  },
  "lang": {
    "notExists": "{lang} 不存在",
    "exists": "{name} 存在",
    "notExistsCommon": "语言不存在",
    "DELETE_LANG_CONFLICT": "请先清空{name}下的所有国际化词条"
  },
  "i18":{
    "exists": "国际化词条存在",
    "notExists": "字段不存在"
  },
  "auth":{
    "userNotExists": "用户不存在",
    "passwordOrEmailError": "密码或邮箱错误"
  },
  "preview": {
    "reject-this-request": "服务器拒绝了本次请求, 因为演示模式下不允许增加, 删除, 修改数据"
  }
}
