🌐 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
+9 -9
View File
@@ -1,22 +1,22 @@
{
"errors": {
"default": "",
"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": "パスワードは一致しなければならない"
}
}
}