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

@@ -150,7 +150,6 @@ export default {
Mute: 'ミュート',
Muted: 'ミュート済み',
Unmute: 'ミュート解除',
'Mute user': 'ユーザーをミュート',
'Unmute user': 'ユーザーのミュート解除',
'Append n relays': '{{n}} 個のリレイを追加',
Append: '追加',
@@ -238,6 +237,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': 'ユーザーを公開でミュート'
}
}