Skip to content

Commit 8f39292

Browse files
authored
Fix plural translation for 517 in zh.po
1 parent 7ef5071 commit 8f39292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locales/zh-CN/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ msgstr "{peersToDeleteCount, plural, one {移除节点} other {移除节点}}"
3131

3232
#: src/pages/PeerList.tsx:517
3333
msgid "{peersToDeleteCount, plural, one {This will remove the peer from your connection. If you are currently syncing against this peer, a new one will be used to replace it.} other {This will remove # peers from your connection. If you are currently syncing against these peers, new ones will be used to replace them.}}"
34-
msgstr "{peersToDeleteCount, plural, one {这将移除与该节点的连接. 如果当前正通过此节点进行同步, 将会使用一个新的节点来替换它.} other {这将移除与该节点的连接. 如果当前正通过此节点进行同步, 将会使用一个新的节点来替换它.}}"
34+
msgstr "{peersToDeleteCount, plural, one {这将移除与该节点的连接. 如果当前正通过此节点进行同步, 将会使用一个新的节点来替换它.} other {这将移除与多个节点的连接。如果当前正在通过这些节点同步,将会使用新的节点替换它们.}}"
3535

3636
#: src/pages/PeerList.tsx:537
3737
msgid "{peersToDeleteCount, plural, one {Will temporarily prevent the peer from being connected to.} other {Will temporarily prevent the peers from being connected to.}}"

0 commit comments

Comments
 (0)