updated code for create user api
This commit is contained in:
@@ -9,6 +9,8 @@ get_user_success_msg=User retrieved successfully.
|
||||
get_user_error_msg=An error occurred while retrieving the user.
|
||||
user.not.active=User is not active. Please contact support.
|
||||
user.already.exist.msg=User already exist for this codice fiscale.
|
||||
validate.email=The email is mandatory and must be in the correct format. Please verify and try again.
|
||||
validate.password=The password and confPassword are mandatory. Please verify and try again.
|
||||
# Role-related messages
|
||||
role.created.success=Role created successfully.
|
||||
role.updated.success=Role updated successfully.
|
||||
@@ -18,6 +20,7 @@ create.role.error=Error occurred while creating the role.
|
||||
update.role.error=Error occurred while updating the role.
|
||||
role.fetch.success=Role fetched successfully.
|
||||
delete.role.error=Error occurred while deleting the role.
|
||||
role.id.mandatory=Role id is mandatory.
|
||||
|
||||
# Region-related messages
|
||||
region.created.success=Region created successfully.
|
||||
|
||||
@@ -9,6 +9,8 @@ get_user_success_msg=Utente recuperato con successo.
|
||||
get_user_error_msg=Si � verificato un errore durante il recupero dell'utente.
|
||||
user.not.active=Utente non attivo. Si prega di contattare il supporto.
|
||||
user.already.exist.msg=L'utente esiste gi� per questo codice fiscale.
|
||||
validate.email=L'email è obbligatoria e deve essere nel formato corretto. Si prega di verificare e riprovare.
|
||||
validate.password=La password e confPassword sono obbligatorie. Verifica e riprova.
|
||||
# Role-related messages
|
||||
role.created.success=Ruolo creato con successo.
|
||||
role.updated.success=Ruolo aggiornato con successo.
|
||||
@@ -18,6 +20,7 @@ create.role.error=Errore durante la creazione del ruolo.
|
||||
update.role.error=Errore durante l'aggiornamento del ruolo.
|
||||
role.fetch.success=Ruolo recuperato con successo.
|
||||
delete.role.error=Errore durante l'eliminazione del ruolo.
|
||||
role.id.mandatory=L'ID del ruolo è obbligatorio.
|
||||
|
||||
# Region-related messages
|
||||
region.created.success=Regione creata con successo.
|
||||
|
||||
Reference in New Issue
Block a user