UNPKG

1.47 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 "validateConfig": {
9 "error": {
10 "config_file_not_found": "配置文件未找到!",
11 "config_file_old": "旧版本配置文件已不再支持!"
12 }
13 },
14 "build": {
15 "config_type_error": "错误:打包配置文件(${file})需输出 ${type}",
16 "build_start": "开始打包:${type} [STAGE ${stage} | ENV ${env}]",
17 "build_start_no_stage": "开始打包:${type} [ENV ${env}]",
18 "build_complete": "打包完成:${type} [STAGE ${stage} | ENV ${env}]",
19 "build_complete_no_stage": "打包完成:${type} [ENV ${env}]",
20 "building": "Webpack 打包中……",
21 "building_locale": "Webpack 打包中 (语种 ${locale})……",
22 "spa_template_emitted": "SPA HTML 页面文件已输出至 ${file}",
23 "spa_template_not_found": "SPA 模板文件未找到",
24 "complete": "打包完成!(${time})",
25 "spa_i18n_disabled_temporarily": "SPA 项目当前暂无多语言支持,日后会重新启用"
26 },
27 "dev": {
28 "build_dll": "生成 DLL 文件",
29 "missing_stage": "请设置场景。\n${indent}> ${example}",
30 "spa_success": "SPA 开发服务器已启动!"
31 }
32}