Files
homarr/public/locales/ru/zod.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

22 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"errors": {
"default": "Данное поле недействительно",
"required": "Данное поле является обязательным",
"string": {
"startsWith": "Значение данного поля должно начинаться с {{startsWith}}",
"endsWith": "Значение данного поля должно заканчиваться на {{endsWith}}",
"includes": "Значение данного поля должно включать {{includes}}"
},
"tooSmall": {
"string": "Данное поле должно содержать не менее {{minimum}} символов",
"number": "Значение данного поля должно быть больше или равно {{minimum}}"
},
"tooBig": {
"string": "Данное поле должно содержать не более {{maximum}} символов",
"number": "Значение этого поля должно быть меньше или равно {{maximum}}"
},
"custom": {
"passwordMatch": "Пароли должны совпадать"
}
}
}