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

@@ -388,6 +388,15 @@ export default {
'reposted your note': 'ha ricondiviso la tua nota',
'zapped your note': 'ha zappato la tua nota',
'zapped you': 'ti ha zappato',
'Mark as read': 'Segna come letto'
'Mark as read': 'Segna come letto',
Report: 'Segnala',
'Successfully report': 'Segnalazione riuscita',
'Failed to report': 'Segnalazione fallita',
nudity: 'Nudità',
malware: 'Malware',
profanity: 'Blasfemia',
illegal: 'Contenuto illegale',
spam: 'Spam',
other: 'Altro'
}
}