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

@@ -392,6 +392,15 @@ export default {
'reposted your note': 'hat Ihre Notiz geteilt',
'zapped your note': 'hat Ihre Notiz gezappt',
'zapped you': 'hat Sie gezappt',
'Mark as read': 'Als gelesen markieren'
'Mark as read': 'Als gelesen markieren',
Report: 'Melden',
'Successfully report': 'Erfolgreich gemeldet',
'Failed to report': 'Meldung fehlgeschlagen',
nudity: 'Nacktheit',
malware: 'Schadsoftware',
profanity: 'Obszönität',
illegal: 'Illegaler Inhalt',
spam: 'Spam',
other: 'Sonstiges'
}
}