{
    "file_not_found": "文件未找到：${file}",
    "missing_option": "请提供 ${option} 选项。\n${indent}> ${example}",
    "build": {
        "config_type_error": "错误：打包配置文件（${file}）需输出 ${type}",
        "build_start": "开始打包：${type} [STAGE ${stage} | ENV ${env}]",
        "build_complete": "打包完成：${type} [STAGE ${stage} | ENV ${env}]",
        "building": "Webpack 打包中……",
        "spa_template_emitted": "SPA HTML 页面文件已输出至 ${file}",
        "spa_template_not_found": "SPA 模板文件未找到",
        "complete": "打包完成！(${time})"
    },
    "dev": {
        "missing_stage": "请设置场景。\n${indent}> ${example}"
    }
}
