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': 'reposteó tu nota',
'zapped your note': 'zappeó tu nota',
'zapped you': 'te zappeó',
'Mark as read': 'Marcar como leído'
'Mark as read': 'Marcar como leído',
Report: 'Reportar',
'Successfully report': 'Reporte exitoso',
'Failed to report': 'Fallo al reportar',
nudity: 'Desnudez',
malware: 'Software malicioso',
profanity: 'Blasfemia',
illegal: 'Contenido ilegal',
spam: 'Spam',
other: 'Otro'
}
}