22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"errors": {
|
|
"default": "",
|
|
"required": "Šis laukelis yra privalomas",
|
|
"string": {
|
|
"startsWith": "",
|
|
"endsWith": "",
|
|
"includes": ""
|
|
},
|
|
"tooSmall": {
|
|
"string": "",
|
|
"number": ""
|
|
},
|
|
"tooBig": {
|
|
"string": "",
|
|
"number": ""
|
|
},
|
|
"custom": {
|
|
"passwordMatch": ""
|
|
}
|
|
}
|
|
} |