translate all error messages
This commit is contained in:
parent
908517641b
commit
cde619543f
7 changed files with 181 additions and 41 deletions
|
|
@ -107,3 +107,49 @@ msgstr ""
|
|||
|
||||
msgid "must be equal to %{number}"
|
||||
msgstr ""
|
||||
|
||||
## Ash Framework - Standard constraint messages
|
||||
msgid "length must be greater than or equal to %{min}"
|
||||
msgstr ""
|
||||
|
||||
msgid "length must be less than or equal to %{max}"
|
||||
msgstr ""
|
||||
|
||||
msgid "must be present"
|
||||
msgstr ""
|
||||
|
||||
## Custom validation messages from Mv.Accounts.User
|
||||
msgid "User already has a member. Remove existing member first."
|
||||
msgstr ""
|
||||
|
||||
msgid "OIDC user_info must contain a non-empty 'sub' or 'id' field"
|
||||
msgstr ""
|
||||
|
||||
|
||||
## Custom validation messages from Mv.Membership.Member
|
||||
msgid "User is already linked to another member"
|
||||
msgstr ""
|
||||
|
||||
msgid "User not found"
|
||||
msgstr ""
|
||||
|
||||
msgid "cannot be in the future"
|
||||
msgstr ""
|
||||
|
||||
msgid "cannot be before join date"
|
||||
msgstr ""
|
||||
|
||||
msgid "is not a valid phone number"
|
||||
msgstr ""
|
||||
|
||||
msgid "must consist of 5 digits"
|
||||
msgstr ""
|
||||
|
||||
msgid "is not a valid email"
|
||||
msgstr ""
|
||||
|
||||
msgid "must have length of at least 8"
|
||||
msgstr ""
|
||||
|
||||
msgid "is required"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue