feat: support sending 1984 reports

This commit is contained in:
codytseng 2025-09-06 00:15:54 +08:00
parent 7562ae2c77
commit 71994be407
23 changed files with 685 additions and 17 deletions

View file

@ -382,6 +382,15 @@ export default {
'reposted your note': 'reposted your note',
'zapped your note': 'zapped your note',
'zapped you': 'zapped you',
'Mark as read': 'Mark as read'
'Mark as read': 'Mark as read',
Report: 'Report',
'Successfully report': 'Successfully reported',
'Failed to report': 'Failed to report',
nudity: 'Nudity',
malware: 'Malware',
profanity: 'Profanity',
illegal: 'Illegal content',
spam: 'Spam',
other: 'Other'
}
}