{
    "m-form": {
        "multipleErrorsToCorrect": "<strong>1 error</strong> to correct to continue.",
        "multipleErrorsToCorrect.p": "<strong>%(totalNbOfErrors)s errors</strong> to correct to continue.",
        "requiredValidatorErrorMessage": "This field is required.",
        "requiredValidatorErrorSummaryMessage": "The field %(controlLabel)s is required.",
        "minLengthValidatorErrorMessage": "The min length for this field is %(minLength)s.",
        "minLengthValidatorErrorSummaryMessage": "The min length for %(controlLabel)s is %(minLength)s.",
        "maxLengthValidatorErrorMessage": "The max length for this field is %(maxLength)s.",
        "maxLengthValidatorErrorSummaryMessage": "The max length for %(controlLabel)s is %(maxLength)s.",
        "minValidatorErrorMessage": "The min for this field is %(min)s.",
        "minValidatorErrorSummaryMessage": "The min for %(controlLabel)s is %(min)s.",
        "maxValidatorErrorMessage": "The max for this field is %(max)s.",
        "maxValidatorErrorSummaryMessage": "The max for %(controlLabel)s is %(max)s.",
        "betweenValidatorErrorMessage": "The value have to be between %(lowerBound)s and %(upperBound)s.",
        "betweenValidatorErrorSummaryMessage": "The value for %(controlLabel)s have to be between %(lowerBound)s and %(upperBound)s.",
        "emailValidatorErrorMessage": "The email format is not valid.",
        "emailValidatorErrorSummaryMessage": "The email format for %(controlLabel)s is not valid.",
        "compareValidatorErrorMessage": "The values of %(controlLabels)s must be the same.",
        "compareValidatorErrorSummaryMessage": "The values of %(controlLabels)s must be the same.",
        "compareValidatorErrorMessageNoName": "The values in this group must be the same.",
        "dateFormValidatorErrorSummaryMessage": "The date format is YYYY-MM-DD for %(controlLabel)s ",
        "dateBetweenValidatorErrorMessage": "Enter a date between %(start)s and %(end)s",
        "dateBetweenValidatorErrorSummaryMessage": "The date must be between %(start)s and %(end)s for %(controlLabel)s",
        "phoneValidatorErrorMessage": "The phone number is not valid.",
        "phoneValidatorErrorSummaryMessage": "The phone number for %(controlLabel)s is not valid."
    }
}
