35 lines
934 B
JSON
35 lines
934 B
JSON
|
[
|
||
|
{
|
||
|
"id": "EV_USR_REGISTERED",
|
||
|
"text": "The user {email} was registered: name: {name}, last name: {lastname}",
|
||
|
"admin": "true",
|
||
|
"user": "no"
|
||
|
},
|
||
|
{
|
||
|
"id": "EV_USR_WELCOME",
|
||
|
"text": "Welcome. You has been registered: name: {name}, last name: {lastname}",
|
||
|
"admin": "no",
|
||
|
"user": "true"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"id": "EV_DATA_FILE_IMPORTED_BY_ADMIN",
|
||
|
"text": "A new file was imported by admin: File:{name} Date:{dd/mm/yyyy}",
|
||
|
"admin": "true",
|
||
|
"user": "no"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"id": "EV_CREDENTIAL_ENABLED",
|
||
|
"text": "The credential of type '{type} was enabled for user {email}",
|
||
|
"admin": "true",
|
||
|
"user": "no"
|
||
|
},
|
||
|
{
|
||
|
"id": "EV_CREDENTIAL_CAN_BE_REQUESTED",
|
||
|
"text": "The credential of type '{type} was enabled for user {email}",
|
||
|
"admin": "no",
|
||
|
"user": "yes"
|
||
|
}
|
||
|
|
||
|
]
|