@digital-blueprint/lunchlottery-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)
19 lines (18 loc) • 635 B
JSON
{
"render-form": {
"base-object": {
"required-field": "*",
"required-field-validation-error": "Please fill out the required field!"
},
"enum": {
"select-placeholder": "Please select an option"
},
"number": {
"max-exceeded": "The value must be at most {{max}}.",
"min-exceeded": "The value must be at least {{min}}."
},
"string": {
"word-count-exceeded": "You have exceeded the maximum number of allowed {{wordLimit}} words. Entered {{wordCount}} words. Please remove the extra words."
}
}
}