{
    "class": "类",
    "interface": "接口",
    "object": "对象",
    "constructor": "构造方法",
    "constructors": "构造方法",
    "property": "属性",
    "properties": "属性",
    "method": "方法",
    "methods": "方法",
    "since": "最低版本",
    "deprecated": "最高版本",
    "override": "重写",
    "details": "详情",
    "description": "描述",
    "summary": "摘要",
    "warning": "注意",
    "warnings": "注意",
    "remark": "备注",
    "remarks": "备注",
    "example": "示例",
    "examples": "示例",
    "static": "静态的",
    "see": "参考",
    "declare": "声明",
    "parameters": "参数",
    "parameter": "参数",
    "returns": "返回值",
    "generics": "类型参数",
    "apis": "API文档",
    "guide": "教程",
    "publish": "发布",
    "time": "时间",
    "date": "日期",
    "prepublish": "预发布",
    "version": "版本",
    "author": "作者",
    "email": "邮箱",
    "project": "项目",
    "newInstance": {
        "only": "只能使用new运算符",
        "both": "可以使用new运算符,也可以直接调用",
        "cannot": "不能使用new运算符"
    }
}