Skip to content

Commit 56e62a4

Browse files
committed
Update replication-introduction.po
Issue mongodb#293:20141008 14:17
1 parent b845694 commit 56e62a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/zh/LC_MESSAGES/core/replication-introduction.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ msgid ""
7474
" All other instances, secondaries, apply operations from the primary so that"
7575
" they have the same data set."
7676
msgstr ""
77-
"副本集是由一组拥有相同数据集标签的 :program:`mongod` 实例组成的。其中的一个节"
78-
"点为主节点(Primary),所有的写请求都是在它上面完成的。而其他的节点都是从节点"
77+
"副本集是由一组拥有相同数据的 :program:`mongod` 实例组成的。其中的一个节点为主"
78+
"节点(Primary),所有的写请求都是在它上面完成的。而其他的节点都是从节点"
7979
"(secondary),从节点通过接收从主节点上传来的操作并应用,以此来保证其与主节点"
8080
"的数据一致性。"
8181

0 commit comments

Comments
 (0)