🌐 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": "이 필드는 유효하지 않습니다.",
"required": "이 필드는 필수 입력 사항입니다.",
"string": {
"startsWith": "",
"endsWith": "",
"includes": ""
"startsWith": "이 필드는 {{startsWith}}로 시작해야 합니다.",
"endsWith": "이 필드는 {{endsWith}}으로 끝나야 합니다.",
"includes": "이 필드에는 {{includes}}"
},
"tooSmall": {
"string": "",
"number": ""
"string": "이 필드는 {{minimum}} 자 이상이어야 합니다.",
"number": "이 필드는 {{minimum}}이상이어야 합니다."
},
"tooBig": {
"string": "",
"number": ""
"string": "이 필드는 최대 {{maximum}} 자까지만 입력할 수 있습니다.",
"number": "이 필드는 {{maximum}}보다 작거나 같아야 합니다."
},
"custom": {
"passwordMatch": ""
"passwordMatch": "비밀번호가 일치해야 합니다."
}
}
}