feat: calculate optimal read relays
This commit is contained in:
@@ -12,6 +12,7 @@ export default {
|
||||
Profile: 'Profile',
|
||||
Logout: 'Logout',
|
||||
Following: 'Following',
|
||||
followings: 'followings',
|
||||
reposted: 'reposted',
|
||||
'just now': 'just now',
|
||||
'n minutes ago': '{{n}} minutes ago',
|
||||
@@ -153,6 +154,11 @@ export default {
|
||||
Unmute: 'Unmute',
|
||||
'mute author': 'mute author',
|
||||
'mute user': 'mute user',
|
||||
'unmute user': 'unmute user'
|
||||
'unmute user': 'unmute user',
|
||||
'Append n relays': 'Append {{n}} relays',
|
||||
Append: 'Append',
|
||||
'Select relays to append': 'Select relays to append',
|
||||
'calculating...': 'calculating...',
|
||||
'Calculate optimal read relays': 'Calculate optimal read relays'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ export default {
|
||||
Profile: '个人资料',
|
||||
Logout: '退出登录',
|
||||
Following: '关注',
|
||||
followings: '关注',
|
||||
reposted: '转发',
|
||||
'just now': '刚刚',
|
||||
'n minutes ago': '{{n}} 分钟前',
|
||||
@@ -154,6 +155,11 @@ export default {
|
||||
Unmute: '取消屏蔽',
|
||||
'mute author': '屏蔽作者',
|
||||
'mute user': '屏蔽用户',
|
||||
'unmute user': '取消屏蔽用户'
|
||||
'unmute user': '取消屏蔽用户',
|
||||
'Append n relays': '追加 {{n}} 个服务器',
|
||||
Append: '追加',
|
||||
'Select relays to append': '选择要追加的服务器',
|
||||
'calculating...': '计算中...',
|
||||
'Calculate optimal read relays': '计算最佳读服务器'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user