{
    "messages":{
        "Updatemachinetoenablesecuretlsprotocol" : "Make sure the machine is using TLS 1.2 protocol or higher. Check https://aka.ms/enableTlsv2 for more information on how to enable TLS in your machine.",
        "JarPathNotPresent" : "Java jar path is not present",
        "JSONvariablesubstitutionappliedsuccessfully": "JSON variable substitution applied successfully.",
        "XMLvariablesubstitutionappliedsuccessfully": "XML variable substitution applied successfully.",        
        "XDTTransformationsappliedsuccessfully": "XML Transformations applied successfully",
        "CannotPerformXdtTransformationOnNonWindowsPlatform": "Cannot perform XML transformations on a non-Windows platform.",
        "XdtTransformationErrorWhileTransforming": "XML transformation error while transforming %s using %s.",
        "JSONParseError": "Unable to parse JSON file: %s. Error: %s",
        "NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
        "FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
        "FailedToApplySpecialTransformation": "Unable to apply transformation for the given package.",
        "FailedToApplySpecialTransformationReason1": "Unable to apply transformation for the given package - Changes are already present in the package.",
        "FailedToApplyTransformationReason1": "1. Whether the Transformation is already applied for the MSBuild generated package during build. If yes, remove the <DependentUpon> tag for each config in the csproj file and rebuild. ",
        "FailedToApplyTransformationReason2": "2. Ensure that the config file and transformation files are present in the same folder inside the package.",
        "FailedToApplyXMLvariablesubstitutionReason1": "Failed to apply XML variable substitution. Changes are already present in the package.",
        "MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs.",
        "MorethanonepackagematchedwithspecifiedpatternPleaserestrainthesearchpattern": "More than one package matched with specified pattern: %s. Please restrain the search pattern.",
        "JSONvariableSubstitution" : "Applying JSON variable substitution for %s",
        "SubstitutingValueonKey" : "Substituting value on key: %s",
        "SubstitutingValueonKeyWithNumber" : "Substituting value on key %s with (number) value: %s",
        "SubstitutingValueonKeyWithBoolean" : "Substituting value on key %s with (boolean) value: %s",
        "SubstitutingValueonKeyWithObject" : "Substituting value on key %s with (object) value: %s",
        "SubstitutingValueonKeyWithString" : "Substituting value on key %s with (string) value: %s",
        "ApplyingXDTtransformation" : "Applying XDT Transformation from transformation file %s -> source file %s ",
        "SubstitutionForXmlNode" : "Processing substitution for xml node : %s",
        "UpdatingKeyWithTokenValue" : "Updating value for key= %s with token value: %s",
        "SubstitutingConnectionStringValue" : "Substituting connectionString value for connectionString = %s with token value: %s ",
        "VariableSubstitutionInitiated" : "Initiated variable substitution in config file : %s",
        "ConfigFileUpdated" : "Config file : %s updated.",
        "SkippedUpdatingFile" : "Skipped Updating file: %s",
        "PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) is not available on agent machine. Falling back to using Windows PowerShell (powershell.exe). This can cause reduced performance. Please install the newer version of PowerShell for improved performance."
    }
}