feat: support choosing between public and private mute

This commit is contained in:
codytseng
2025-06-04 22:09:27 +08:00
parent 30a32ca94f
commit ec1692c066
19 changed files with 473 additions and 120 deletions

View File

@@ -148,7 +148,6 @@ export default {
Mute: 'كتم',
Muted: 'تم كتمه',
Unmute: 'إلغاء الكتم',
'Mute user': 'كتم المستخدم',
'Unmute user': 'إلغاء كتم المستخدم',
'Append n relays': 'إضافة {{n}} ريلايات',
Append: 'إضافة',
@@ -237,6 +236,8 @@ export default {
'Hide content from untrusted users': 'إخفاء المحتوى من المستخدمين غير الموثوقين',
'Only show content from your followed users and the users they follow':
'فقط عرض المحتوى من المستخدمين الذين تتابعهم والمستخدمين الذين يتابعونهم',
'Followed by': 'متابع من قبل'
'Followed by': 'متابع من قبل',
'Mute user privately': 'كتم المستخدم بشكل خاص',
'Mute user publicly': 'كتم المستخدم علنياً'
}
}