🌐 New Crowdin updates (#1531)
This commit is contained in:
+10
-10
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"errors": {
|
||||
"default": "",
|
||||
"required": "",
|
||||
"default": "Trường này không hợp lệ",
|
||||
"required": "Trường này là bắt buộc",
|
||||
"string": {
|
||||
"startsWith": "",
|
||||
"endsWith": "",
|
||||
"includes": ""
|
||||
"startsWith": "Trường này phải bắt đầu bằng {{startsWith}}",
|
||||
"endsWith": "Trường này phải kết thúc bằng {{endsWith}}",
|
||||
"includes": "Trường này phải bao gồm {{includes}}"
|
||||
},
|
||||
"tooSmall": {
|
||||
"string": "",
|
||||
"number": ""
|
||||
"string": "Trường này phải dài ít nhất {{minimum}} ký tự",
|
||||
"number": "Trường này phải lớn hơn hoặc bằng {{minimum}}"
|
||||
},
|
||||
"tooBig": {
|
||||
"string": "",
|
||||
"number": ""
|
||||
"string": "Trường này phải dài tối đa {{maximum}} ký tự",
|
||||
"number": "Trường này phải nhỏ hơn hoặc bằng {{maximum}}"
|
||||
},
|
||||
"custom": {
|
||||
"passwordMatch": ""
|
||||
"passwordMatch": "mật khẩu phải trùng khớp"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user