Files
homarr/public/locales/lt/zod.json
2024-03-09 17:56:56 +01:00

22 lines
444 B
JSON

{
"errors": {
"default": "",
"required": "Šis laukelis yra privalomas",
"string": {
"startsWith": "",
"endsWith": "",
"includes": ""
},
"tooSmall": {
"string": "",
"number": ""
},
"tooBig": {
"string": "",
"number": ""
},
"custom": {
"passwordMatch": ""
}
}
}