Skip to content

Commit 1e73d5b

Browse files
committed
Update replication-introduction.po
Issue mongodb#293:20141008 15:24
1 parent 56e62a4 commit 1e73d5b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ msgstr ""
4747
"复制在为数据提供了冗余同时,也提高了数据的可用性。因为在不同的数据库服务器上拥"
4848
"有多个数据镜像,复制可以有效的防止由于单台服务器故障而导致的数据丢失。复制还能"
4949
"够帮助我们从硬件故障或是服务瞬断中恢复数据。我们也可以通过增加复制节点来将其用"
50-
"于容灾备份、报告或是备份。"
50+
"于灾难恢复、报告或是备份。"
5151

5252
# ec0941baa2d247b9ac65eafcfe8c2d94
5353
#: ../source/core/replication-introduction.txt:24
@@ -86,12 +86,13 @@ msgid ""
8686
"become a **secondary**. A **secondary** may become the primary during an "
8787
"election."
8888
msgstr ""
89-
""
89+
"**投票机**将只做投票使用。当**主节点**降职变为**从节点**的时候,其他的一个"
90+
"**从节点**将在选举中被推选为主节点。"
9091

9192
# 877fd4026c3b48cd8c0a0778123a921d
9293
#: ../source/core/replication-introduction.txt:73
9394
msgid "Asynchronous Replication"
94-
msgstr ""
95+
msgstr "异步复制"
9596

9697
# 92d4c3cdcc3c4303a7f08eec12b7eee9
9798
#: ../source/core/replication-introduction.txt:75
@@ -101,11 +102,14 @@ msgid ""
101102
"members. However, as a result secondaries may not return the most current "
102103
"data to clients."
103104
msgstr ""
105+
"从节点从主节点上应用操作的过程是异步的。由于从节点是在主节点之后应用操作的,"
106+
"所以副本集在缺少某些成员的时候仍能继续运行。然而在这种情况下,从节点返回给客户端"
107+
"的数据可能并不是最新的数据。"
104108

105109
# de0f515c25324c8887c7a251d9e9678e
106110
#: ../source/core/replication-introduction.txt:85
107111
msgid "Automatic Failover"
108-
msgstr ""
112+
msgstr "自动化故障转移"
109113

110114
# 987e145bdad04430b8c686d3020e5c4b
111115
#: ../source/core/replication-introduction.txt:87
@@ -115,11 +119,13 @@ msgid ""
115119
"to become the new primary. The first secondary that receives a majority of "
116120
"the votes becomes primary."
117121
msgstr ""
122+
"当主节点无法与副本集中其他成员进行沟通超过10秒时,副本集将尝试推举另一位成员"
123+
"成为新的主节点。这时,第一个获得多数投票的从节点将升职为主节点。"
118124

119125
# 82d4e3824a144f58a1eac8754b0757d0
120126
#: ../source/core/replication-introduction.txt:100
121127
msgid "Additional Features"
122-
msgstr ""
128+
msgstr "其他特征"
123129

124130
# 69e879e73fde4cd0857c46f0bd2322ba
125131
#: ../source/core/replication-introduction.txt:102
@@ -132,6 +138,9 @@ msgid ""
132138
"sets also support dedicated members for reporting, disaster recovery, or "
133139
"backup functions."
134140
msgstr ""
141+
"副本集提供了一些选项来支持实际应用时的需求。例如,:doc:`将一个副本集分布在多个数据中心"
142+
"</core/replica-set-architecture-geographically-distributed>` ,又或是通过设置:data:`~local.system.replset.members[n].priority`"
143+
"来控制选举的结果。副本集同时也支持将成员用于报告、灾难恢复或是备份功能。"
135144

136145
#: ../source/core/replication-introduction.txt:38
137146
msgid ""

0 commit comments

Comments
 (0)