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': 'a repartagé votre note',
'zapped your note': 'a zappé votre note',
'zapped you': 'vous a zappé',
'Mark as read': 'Marquer comme lu'
'Mark as read': 'Marquer comme lu',
Report: 'Signaler',
'Successfully report': 'Signalement réussi',
'Failed to report': 'Échec du signalement',
nudity: 'Nudité',
malware: 'Logiciel malveillant',
profanity: 'Blasphème',
illegal: 'Contenu illégal',
spam: 'Spam',
other: 'Autre'
}
}