Skip to content

Commit 665cb6d

Browse files
committed
Update replication-introduction.po
Issue mongodb#293:20141008 17:17
1 parent 39d1195 commit 665cb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ msgid ""
167167
"not reflect the state of the primary. See :doc:`secondaries </core/replica-"
168168
"set-secondary>` for more information."
169169
msgstr ""
170-
"**从节点** 将主节点上的oplog复制过来并应用这些操作来修改其自己的数据集。Secondaries' data sets reflect the primary's data set."
170+
"**从节点** 将主节点上的oplog复制过来并应用这些操作来修改其自己的数据集以确保从节点的数据集与主节点的数据集一致。"
171171
"一旦主节点不可用了,副本集就会将一个从节点选举成为新的主节点。客户端默认是从主"
172172
"节点进行读操作,但是客户端也可以通过指定 :doc:`读的优先倾向 </core/read-preference>` "
173173
"来将读操作发送给从节点。需要注意的是,在从节点上进行读操作时,所获得的数据可能不是此时主节点上的值。"

0 commit comments

Comments
 (0)