{
  "pcf_scripts_usage" : "Usage",
  "pcf_scripts_not_valid_command" : "Not a valid command.",
  "pcf_scripts_start_command" : "Running - command '{0}'",
  "pcf_scripts_completed_command" : "Done - command '{0}' succeeded.",
  "pcf_scripts_build_failed" : "Build Failed - with error",
  "pcf_scripts_start_missing_control" : "Missing control files. Please rebuild the control.",
  "pcf_start_exited" : "pcf-start exited with code {0}",
  "buildconfig_mismatched_configuration" : "The specified value for '{0}' does not resolve to the value defined in '{1}'. Please update the setting in '{1}' to the desired value.",
  "buildconfig_unsupported_build_mode" : "Unsupported buildMode '{0}' specified. Supported values include 'development' or 'production'.",
  "buildconfig_not_defined" : "Value for build configuration '{0}' is not defined.",
  "control_manifest_not_found" : "No control was found that contains {0}.",
  "resource_file_not_found" : "Resource file {0} not found.",
  "path_must_be_file" : "Path {0} must be a valid file.",
  "manifest_parsing_error" : "Cannot parse manifest: {0}",
  "manifest_validation_error" : "Manifest validation problem: {0}",
  "manifest_empty" : "{0} is empty.",
  "validation_duplicate_element_name" : "There are more than one <{0}> elements with name '{1}'.",
  "validation_nonexistent_typegroup" : "<{0}> element with name '{1}' references a non-existent <type-group>.",
  "validation_duplicate_child_element_name" : "There are more than one <{0}> elements with name '{1}' under the <{2}> element with name '{3}'.",
  "validation_duplicate_enum_value" : "Duplicate value '{0}' found for Enum under the <{1}> element with name '{2}'.",
  "validation_code_path_does_not_exist" : "<code> path {0} does not exist.",
  "validation_code_path_must_be_file" : "The <code> element's 'path' attribute must reference a valid file.",
  "validation_internal_module" : "Control source code declares an internal module or namespace.",
  "validation_multiple_exports" : "Control source code defines more than one export.",
  "command_task" : "{0} task",
  "task_validate_manifest" : "Validating manifest",
  "task_compile_and_bundle" : "Compiling and bundling control",
  "task_generate_manifest_types" : "Generating manifest types",
  "task_generate_build_outputs" : "Generating build outputs",
  "task_validate_control_source" : "Validating control",
  "task_clean_outputs" : "Cleaning build outputs",
  "build_context_not_set" : "Build context not set. Call setBuildContext() with a valid build config.",
  "buildconfig_no_outdir" : "The build configuration does not specify an outDir.",
  "bundling_error" : "An error occurred compiling or bundling the control.",
  "validation_source_code_error" : "{0} failed validation: {1}",
  "build_error_generic" : "Build failed: {0}",
  "task_start_harness" : "Starting control harness",
  "initializing" : "Initializing",
  "failed" : "Failed",
  "succeeded" : "Succeeded",
  "package_version_not_found" : "Unable to determine version for package {0}, missing both package-lock.json and the package's package.json in node_modules.",
  "pcf_scripts_not_valid_subcommand" : "Not a valid sub-command '{0}'.",
  "validation_noexistent_dataset_property" : "At least one <data-set> node or <property> should be present.",
  "validation_property_usage_not_input" : "When <data-set> is present usage attribute of <property> can only be 'input'. But property '{0}' has usage of '{1}'",
  "generating_stub_error" : "Failed to generate a valid bundle.js because the ControlManifest.input.xml is not valid",
  "bundle_size_exceeds_max" : "The bundle of the component exceeds the maximum size of {0}MB allowed.",
  "statistics" : "stats",
  "validation_constructor_names_unmatched" : "Class constructor name in control source code does not match with constructor name defined in ControlManifest.Input.xml",
  "validation_object_type_error" : "The 'object' data type is not supported.",
  "validation_property_dependency_error" : "Property dependencies are not supported.",
  "validation_invalid_resource_error" : "Resources of type '{0}' are not supported.",
  "validation_duplicate_element_id" : "There are more than one <{0}> elements with id '{1}'.",
  "validation_invalid_dataset_error" : "Dataset with attribute {0} is not supported.",
  "validation_events_not_allowed" : "Event definitions are not supported.",
  "validation_resettable_not_allowed" : "Property attribute resettable is not supported.",
  "validation_support_resettable_with_no_resettable_props" : "Subscribed Functionality 'supportResettableProperties' was added with no resettable properties set.",
  "validation_event_name_reserved" : "{0} is a reserved system event name, use common-event {1} instead.",
  "validation_lookup_type_error" : "The 'Lookup' data types are not supported.",
  "task_generate_design_types" : "Generating design types",
  "processing_as_standard_control" : "Did not detect a themed control. Processing as regular control.",
  "error_copying_design_maps_file_to_outdir" : "An error occurred while copying the '{0}' file to output folder.",
  "error_reading_design_maps_file" : "An error occurred while reading the '{0}' file. Please make sure the file exists.",
  "validation_property_supportedplatform_error" : "Unknown supported-platform type '{0}'.",
  "validation_property_platformlibrary_range_error" : "Unsupported '{0}' version '{1}' specified platform-library.",
  "task_validate_eslint" : "Running ESLint",
  "eslint_validation_error" : "ESLint validation error: {0}",
  "unsupported_platform_action" : "unsupported action-type value {0}",
  "bundle_not_found" : "The bundle was not found at '{0}'. Check that the build settings are correct and check for any other errors in the logs.",
  "validation_invalid_library_order_error" : "Library '{0}' has order attribute value of '{1}' which is greater or equal to code tag's order attribute value of '{2}'. Libraries should have the order attribute value less than the code tag.",
  "task_skip_build_validate_eslint" : "Skipping linting due to skipBuildLinting flag."
}