workadventure/front/translations/en-US/report.en-US.json
2022-01-21 17:09:29 +01:00

24 lines
751 B
JSON

{
"report": {
"block": {
"title": "Block",
"content": "Block any communication from and to {{userName}}. This can be reverted.",
"unblock": "Unblock this user",
"block": "Block this user"
},
"title": "Report",
"content": "Send a report message to the administrators of this room. They may later ban this user.",
"message": {
"title": "Your message: ",
"empty": "Report message cannot to be empty."
},
"submit": "Report this user"
},
"moderate": {
"title": "Moderate {{userName}}",
"block": "Block",
"report": "Report",
"no-select": "ERROR : There is no action selected."
}
}