🌐 New Crowdin updates (#1531)

This commit is contained in:
Thomas Camlong
2023-11-03 21:15:08 +01:00
committed by GitHub
parent 4f0be52fe9
commit f4a4b3c252
428 changed files with 5095 additions and 2744 deletions
+10 -10
View File
@@ -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"
}
}
}