6 lines
195 B
JSON
6 lines
195 B
JSON
{
|
|
"invalid": "Invalid",
|
|
"tooLong": "Character limit exceeded",
|
|
"longText": "The current character length is ${currentLength}, which exceeds the maximum character length of ${maxLength}."
|
|
}
|