UNPKG

1.27 kBJSONView Raw
1{
2 "file_not_found": "File not found: ${file}",
3 "missing_option": "Please provide option ${option}.\n${indent}> ${example}",
4 "appType": {
5 "ReactApp": "React Isomorphic",
6 "ReactSPA": "React SPA"
7 },
8 "build": {
9 "config_type_error": "Error: build config file (${file}) must export ${type}",
10 "build_start": "Start building: ${type} [STAGE ${stage} | ENV ${env}]",
11 "build_start_no_stage": "Start building: ${type} [ENV ${env}]",
12 "build_complete": "Building complete: ${type} [STAGE ${stage} | ENV ${env}]",
13 "build_complete_no_stage": "Building complete: ${type} [ENV ${env}]",
14 "building": "Webpack building...",
15 "building_locale": "Webpack building (locale ${locale})...",
16 "spa_template_emitted": "SPA HTML file emitted to ${file}",
17 "spa_template_not_found": "SPA template file not found",
18 "complete": "Build complete! (${time})",
19 "spa_i18n_disabled_temporarily": "i18n support is disabled for SPA project that will be re-enabled in the future"
20 },
21 "dev": {
22 "build_dll": "Building DLLs",
23 "missing_stage": "Please set STAGE.\n${indent}> ${example}",
24 "spa_success": "SPA dev server launched!"
25 }
26}