Add en-US translations
This commit is contained in:
parent
31b92da6ce
commit
bd01a35cc6
45 changed files with 539 additions and 158 deletions
23
front/translations/en-US/report.en-US.json
Normal file
23
front/translations/en-US/report.en-US.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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."
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue