UNPKG

1.49 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 "validateConfig": {
9 "error": {
10 "config_file_not_found": "Configuration file not found!",
11 "config_file_old": "Old version of configuration file is not supported!"
12 }
13 },
14 "build": {
15 "config_type_error": "Error: build config file (${file}) must export ${type}",
16 "build_start": "Start building: ${type} [STAGE ${stage} | ENV ${env}]",
17 "build_start_no_stage": "Start building: ${type} [ENV ${env}]",
18 "build_complete": "Building complete: ${type} [STAGE ${stage} | ENV ${env}]",
19 "build_complete_no_stage": "Building complete: ${type} [ENV ${env}]",
20 "building": "Webpack building...",
21 "building_locale": "Webpack building (locale ${locale})...",
22 "spa_template_emitted": "SPA HTML file emitted to ${file}",
23 "spa_template_not_found": "SPA template file not found",
24 "complete": "Build complete! (${time})",
25 "spa_i18n_disabled_temporarily": "i18n support is disabled for SPA project that will be re-enabled in the future"
26 },
27 "dev": {
28 "build_dll": "Building DLLs",
29 "missing_stage": "Please set STAGE.\n${indent}> ${example}",
30 "spa_success": "SPA dev server launched!"
31 }
32}