{
  "UnknownConfigKey": "Unknown config name \"%s\"",
  "InvalidConfigValue": "Invalid config value. %s",
  "InvalidInstanceUrl": "Specify a valid Salesforce instance URL",
  "InvalidApiVersion": "Specify a valid Salesforce API version, for example, 42.0",
  "InvalidCustomOrgMetadataTemplates": "Specify a valid repository URL or directory for the custom org metadata templates.",
  "InvalidIsvDebuggerSid": "Specify a valid Debugger SID",
  "InvalidIsvDebuggerUrl": "Specify a valid Debugger URL",
  "InvalidNumberConfigValue": "Specify a valid positive integer, for example, 150000",
  "InvalidBooleanConfigValue": "The config value can only be set to true or false.",
  "InvalidProjectWorkspace": "This directory does not contain a valid Salesforce DX project",
  "SchemaValidationWarning": "The config file: %s is not schema valid\nDue to: %s",
  "SchemaValidationErrorAction": "Check the file: %s for invalid entries",
  "MissingDefaultPath": "In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: [{ \"path\": \"packageDirectory1\", \"default\": true }, { \"path\": \"packageDirectory2\" }]",
  "InvalidPackageDirectory": "The path %s, specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.",
  "InvalidAbsolutePath": "The path %s, specified in sfdx-project.json, must be indicated as a relative path to the project root.",
  "MultipleDefaultPaths": "In sfdx-project.json, indicate only one package directory (path) as the default.",
  "InvalidWrite": "The writeSync method is not allowed on SfdxConfig. Use the async write method instead.",
  "SingleNonDefaultPackage": "The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the '\"default\": false' key and try again."
}
