feat: Implement reporting of events
This commit is contained in:
parent
7d0f05f308
commit
ba42c577f9
2 changed files with 125 additions and 8 deletions
|
|
@ -1332,6 +1332,54 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"howOffensiveIsThisContent": "How offensive is this content?",
|
||||
"@howOffensiveIsThisContent": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"extremeOffensive": "Extreme offensive",
|
||||
"@extremeOffensive": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"offensive": "Offensive",
|
||||
"@offensive": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"inoffensive": "Inoffensive",
|
||||
"@inoffensive": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"whyDoYouWantToReportThis": "Why do you want to report this?",
|
||||
"@whyDoYouWantToReportThis": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"reason": "Reason",
|
||||
"@reason": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"contentHasBeenReported": "The content has been reported to the server admins",
|
||||
"@contentHasBeenReported": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"redactMessage": "Redact message",
|
||||
"@redactMessage": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"reportMessage": "Report message",
|
||||
"@reportMessage": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
|
||||
"searchForAChat": "Search for a chat",
|
||||
"@searchForAChat": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue