Add missing localization for earring errors
This commit is contained in:
parent
c763a81e21
commit
09f6f7ddd1
2 changed files with 16 additions and 0 deletions
|
|
@ -65,6 +65,14 @@
|
|||
"remix": "Remix team"
|
||||
}
|
||||
},
|
||||
"earring": {
|
||||
"errors": {
|
||||
"value_too_low": "{{name}} must be at least {{minValue}}",
|
||||
"value_too_high": "{{name}} cannot be greater than {{maxValue}}",
|
||||
"value_not_whole": "{{name}} must be a whole number",
|
||||
"value_empty": "{{name}} must have a value"
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"null": "Null",
|
||||
"wind": "Wind",
|
||||
|
|
|
|||
|
|
@ -65,6 +65,14 @@
|
|||
"remix": "編成をリミックス"
|
||||
}
|
||||
},
|
||||
"earring": {
|
||||
"errors": {
|
||||
"value_too_low": "{{name}}は最低{{minValue}}を入力してください",
|
||||
"value_too_high": "{{name}}は最大{{maxValue}}を入力してください",
|
||||
"value_not_whole": "{{name}}は整数でなければなりません",
|
||||
"value_empty": "{{name}}を入力してください"
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"null": "無",
|
||||
"wind": "風",
|
||||
|
|
|
|||
Loading…
Reference in a new issue