feat: remind users to optimize relay settings

This commit is contained in:
codytseng
2025-08-17 16:28:15 +08:00
parent 6350ddc224
commit 2d237866fb
23 changed files with 383 additions and 29 deletions

View File

@@ -336,6 +336,18 @@ export default {
'未找到关注列表。你想创建一个新的吗?如果你之前已经关注了用户,请不要确认,因为此操作会导致你丢失之前的关注列表。',
MuteListNotFoundConfirmation:
'未找到屏蔽列表。你想创建一个新的吗?如果你之前已经屏蔽了用户,请不要确认,因为此操作会导致你丢失之前的屏蔽列表。',
'Show NSFW content by default': '默认显示 NSFW 内容'
'Show NSFW content by default': '默认显示 NSFW 内容',
'Too many read relays': '读取中继过多',
'Too many write relays': '写入中继过多',
'You have {{count}} read relays. Most clients only use 2-4 relays, setting more is unnecessary.':
'您有 {{count}} 个读取中继。大多数客户端只使用 2-4 个中继,设置更多是不必要的。',
'You have {{count}} write relays. Most clients only use 2-4 relays, setting more is unnecessary.':
'您有 {{count}} 个写入中继。大多数客户端只使用 2-4 个中继,设置更多是不必要的。',
'Optimize Relay Settings': '优化中继设置',
'Your current relay configuration may not be optimal. This could make it difficult for others to find your posts and may result in incomplete notifications.':
'您当前的中继配置可能不是最优的。这可能导致其他人难以找到您发布的内容,也可能导致您无法获取完整的通知列表。',
'Optimize Now': '立即优化',
'Maybe Later': '稍后处理',
"Don't remind me again": '不再提醒'
}
}