UNPKG

1.27 kBJSONView Raw
1{
2 "file_not_found": "文件未找到:${file}",
3 "missing_option": "请提供 ${option} 选项。\n${indent}> ${example}",
4 "appType": {
5 "ReactApp": "React 同构",
6 "ReactSPA": "React SPA"
7 },
8 "build": {
9 "config_type_error": "错误:打包配置文件(${file})需输出 ${type}",
10 "build_start": "开始打包:${type} [STAGE ${stage} | ENV ${env}]",
11 "build_start_no_stage": "开始打包:${type} [ENV ${env}]",
12 "build_complete": "打包完成:${type} [STAGE ${stage} | ENV ${env}]",
13 "build_complete_no_stage": "打包完成:${type} [ENV ${env}]",
14 "building": "Webpack 打包中……",
15 "building_locale": "Webpack 打包中 (语种 ${locale})……",
16 "spa_template_emitted": "SPA HTML 页面文件已输出至 ${file}",
17 "spa_template_not_found": "SPA 模板文件未找到",
18 "complete": "打包完成!(${time})",
19 "spa_i18n_disabled_temporarily": "SPA 项目当前暂无多语言支持,日后会重新启用"
20 },
21 "dev": {
22 "build_dll": "生成 DLL 文件",
23 "missing_stage": "请设置场景。\n${indent}> ${example}",
24 "spa_success": "SPA 开发服务器已启动!"
25 }
26}