Translate exceptions message for signup and create user

This commit is contained in:
2026-03-02 20:20:41 +01:00
parent 83a4796ff8
commit f9fe2c6954
5 changed files with 29 additions and 21 deletions

View File

@@ -4,3 +4,6 @@ ValidationRequired = "This field is required."
ValidationTooShort = "This field is too short. It should be at least %s characters."
ValidationTooLong = "This field is too long. It should be under %s characters."
ValidationPropertyFail = "Validation failed for '%s' property."
RegistrationDisabled = "Registration has been disabled on this instance."
UserAlreadyExists = "An user with this name already exists."
ErrorWhenCreatingUserFromStr = "Error when creating user from string %s"