feat: add badge for suspicious and spam users

This commit is contained in:
codytseng 2025-11-25 23:11:31 +08:00
parent 2b4f673df1
commit c84c479871
23 changed files with 185 additions and 22 deletions

View file

@ -547,9 +547,14 @@ export default {
'Optimal relays': 'Optimal relays',
"Successfully republish to optimal relays (your write relays and mentioned users' read relays)":
"Successfully republish to optimal relays (your write relays and mentioned users' read relays)",
'Failed to republish to optimal relays: {{error}}': 'Failed to republish to optimal relays: {{error}}',
'Failed to republish to optimal relays: {{error}}':
'Failed to republish to optimal relays: {{error}}',
'External Content': 'External Content',
Highlight: 'Highlight',
'Optimal relays and {{count}} other relays': 'Optimal relays and {{count}} other relays'
'Optimal relays and {{count}} other relays': 'Optimal relays and {{count}} other relays',
'Likely spam account (Trust score: {{percentile}}%)':
'Likely spam account (Trust score: {{percentile}}%)',
'Suspicious account (Trust score: {{percentile}}%)':
'Suspicious account (Trust score: {{percentile}}%)'
}
}