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

@@ -385,6 +385,15 @@ export default {
'reposted your note': 'あなたのノートをリポストしました',
'zapped your note': 'あなたのノートにザップしました',
'zapped you': 'あなたにザップしました',
'Mark as read': '既読にする'
'Mark as read': '既読にする',
Report: '報告',
'Successfully report': '報告が成功しました',
'Failed to report': '報告に失敗しました',
nudity: 'ヌード',
malware: 'マルウェア',
profanity: '冒涜的な内容',
illegal: '違法コンテンツ',
spam: 'スパム',
other: 'その他'
}
}