Add missing localization for earring errors

This commit is contained in:
Justin Edmund 2023-07-02 16:18:21 -07:00
parent c763a81e21
commit 09f6f7ddd1
2 changed files with 16 additions and 0 deletions

View file

@ -65,6 +65,14 @@
"remix": "Remix team" "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": { "elements": {
"null": "Null", "null": "Null",
"wind": "Wind", "wind": "Wind",

View file

@ -65,6 +65,14 @@
"remix": "編成をリミックス" "remix": "編成をリミックス"
} }
}, },
"earring": {
"errors": {
"value_too_low": "{{name}}は最低{{minValue}}を入力してください",
"value_too_high": "{{name}}は最大{{maxValue}}を入力してください",
"value_not_whole": "{{name}}は整数でなければなりません",
"value_empty": "{{name}}を入力してください"
}
},
"elements": { "elements": {
"null": "無", "null": "無",
"wind": "風", "wind": "風",