Skip to content

Commit e43981e

Browse files
author
eshujiushiwo
committed
Issue mongodb#294: 20141008 20:08
Issue mongodb#294: 20141008 20:08
1 parent 56f07fd commit e43981e

File tree

1 file changed

+32
-21
lines changed

1 file changed

+32
-21
lines changed

locale/zh/LC_MESSAGES/core/replication.po

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: MongoDB Manual\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2014-04-08 13:03-0400\n"
11-
"PO-Revision-Date: 2014-10-08 18:35+0800\n"
11+
"PO-Revision-Date: 2014-10-08 20:08+0800\n"
1212
"Last-Translator: tychoish <[email protected]>\n"
1313
"Language-Team: Chinese (http://www.transifex.com/projects/p/mongodb-manual/"
1414
"language/zh/)\n"
@@ -33,141 +33,152 @@ msgid ""
3333
"replica sets, see :doc:`/administration/replica-sets`. The :doc:`/reference/"
3434
"replication` documents commands and operations specific to replica sets."
3535
msgstr ""
36+
"这些文档描述与提供了副本集操作、配置与行为的案例。通过阅读 :doc:`/core/"
37+
"replication-introduction` 可以副本集有大体的了解。副本集管理相关的文档请阅"
38+
"读 :doc:`/administration/replica-sets` 。 :doc:`/reference/replication` 介绍"
39+
"了副本集的特殊操作与命令。"
3640

3741
# df8be6e5be404cc68ce92c329ec29b54
3842
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:28
3943
msgid ":doc:`/core/replica-set-members`"
40-
msgstr ""
44+
msgstr ":doc:`/core/replica-set-members`"
4145

4246
# e4bf231b999a43afb901d621edab3c7b
4347
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:4
4448
msgid "Introduces the components of replica sets."
45-
msgstr ""
49+
msgstr "副本集各组成部分的介绍。"
4650

4751
# b9271f5010bd4c26bcfa3f299b1e762a
4852
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:8
4953
msgid ":doc:`/core/replica-set-primary`"
50-
msgstr ""
54+
msgstr ":doc:`/core/replica-set-members`"
5155

5256
# 39893eeb29174396a9b135731be8a82d
5357
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:7
5458
msgid ""
5559
"The primary is the only member of a replica set that accepts write "
5660
"operations."
57-
msgstr ""
61+
msgstr "在副本集中,主节点是唯一能够接受写操作的节点。"
5862

5963
# 66d05256fedb448f8ef7979cb1260469
6064
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:13
6165
msgid ":doc:`/core/replica-set-secondary`"
62-
msgstr ""
66+
msgstr ":doc:`/core/replica-set-secondary`"
6367

6468
# 55c9d07c925c421c8d3387bb593b7543
6569
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:11
6670
msgid ""
6771
"Secondary members replicate the primary's data set and accept read "
6872
"operations. If the set has no primary, a secondary can become primary."
6973
msgstr ""
74+
"从节点将主节点上的数据复制到本地并可以接受读请求。当一个副本集中没有主节点,"
75+
"副本集中的一个从节点将可能会升为主节点。"
7076

7177
# c9d9ec2829144fafab90c8746666093d
7278
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:17
7379
msgid ":doc:`/core/replica-set-priority-0-member`"
74-
msgstr ""
80+
msgstr ":doc:`/core/replica-set-priority-0-member`"
7581

7682
# 505a43c642914f5d8975640bd7e66b01
7783
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:16
7884
msgid "Priority 0 members are secondaries that cannot become the primary."
79-
msgstr ""
85+
msgstr "副本集中优先值设定为0的成员将仅能为从节点而不能被推选为主节点。"
8086

8187
# 396e1612a1864cb9863880b6d161fb9c
8288
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:23
8389
msgid ":doc:`/core/replica-set-hidden-member`"
84-
msgstr ""
90+
msgstr ":doc:`/core/replica-set-hidden-member`"
8591

8692
# 7d1b4d751b3d429fa1b1c4c137d2a604
8793
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:20
8894
msgid ""
8995
"Hidden members are secondaries that are invisible to applications. These "
9096
"members support dedicated workloads, such as reporting or backup."
9197
msgstr ""
98+
"隐藏的从节点对于应用程序来讲是不可见的。这些成员往往作为专用节点来使用,如报"
99+
"告节点或是备份节点。"
92100

93101
# 81aac49839aa43aba85f09bc7d740716
94102
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:28
95103
msgid ":doc:`/core/replica-set-arbiter`"
96-
msgstr ""
104+
msgstr ":doc:`/core/replica-set-arbiter`"
97105

98106
# fcf2c62c38a0452b801e00155384abf4
99107
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:26
100108
msgid ""
101109
"An arbiter does not maintain a copy of the data set but participate in "
102110
"elections."
103-
msgstr ""
111+
msgstr "投票节点仅仅参与投票而不包含数据集。"
104112

105113
# 78d37a847c97467ca51a3ef0126b7730
106114
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:33
107115
msgid ":doc:`/core/replica-set-architectures`"
108-
msgstr ""
116+
msgstr ":doc:`/core/replica-set-architectures`"
109117

110118
# 1de512797f894e889cc2c83ae8489199
111119
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:31
112120
msgid ""
113121
"Introduces architectural considerations related to replica sets deployment "
114122
"planning."
115-
msgstr ""
123+
msgstr "介绍副本集资源分配方案的架构考量。"
116124

117125
# 98f437f53b8d4f9095932c738e9a1138
118126
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:48
119127
msgid ":doc:`/core/replica-set-high-availability`"
120-
msgstr ""
128+
msgstr ":doc:`/core/replica-set-high-availability`"
121129

122130
# 6c1419a840ce4e36a358630d9dd960ae
123131
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:36
124132
msgid ""
125133
"Presents the details of the automatic failover and recovery process with "
126134
"replica sets."
127-
msgstr ""
135+
msgstr "介绍了自动化故障转移的细节与副本集中数据恢复的过程"
128136

129137
# 809dca47d7414177ac7ee014d43bb476
130138
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:43
131139
msgid ":doc:`/core/replica-set-elections`"
132-
msgstr ""
140+
msgstr ":doc:`/core/replica-set-elections`"
133141

134142
# a4b946c7e3424d9c8cfa98b250dfd590
135143
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:41
136144
msgid ""
137145
"Elections occur when the primary becomes unavailable and the replica set "
138146
"members autonomously select a new primary."
139-
msgstr ""
147+
msgstr "当主节点不可用的时候副本集就会进行选举并尝试推选出一个新的主节点。"
140148

141149
# a8af06b023414333ab60e1ef61725ac7
142150
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:48
143151
msgid ":doc:`/core/read-preference`"
144-
msgstr ""
152+
msgstr ":doc:`/core/read-preference`"
145153

146154
# 5b796d6146814954888e829ca345b441
147155
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:46
148156
msgid ""
149157
"Applications specify *read preference* to control how drivers direct read "
150158
"operations to members of the replica set."
151159
msgstr ""
160+
"应用程序通过指定 *读的优先级* 来控制驱动将读操作直接发送到副本集的成员上。"
152161

153162
# ed4da4e97dd84f42a5705d8e75f07c5c
154163
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:51
155164
msgid ":doc:`/core/replication-process`"
156-
msgstr ""
165+
msgstr ":doc:`/core/replication-process`"
157166

158167
# 2b10e4795f2044709f7792f7a10e3327
159168
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:51
160169
msgid "Mechanics of the replication process and related topics."
161-
msgstr ""
170+
msgstr "复制过程中的一些技术性细节与相关主题。"
162171

163172
# a4248a237e1a4255b210305b1b88050f
164173
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:54
165174
msgid ":doc:`/core/master-slave`"
166-
msgstr ""
175+
msgstr ":doc:`/core/master-slave`"
167176

168177
# cf6756bdf88641158f9f0f113eaaf03a
169178
#: ../source/includes/toc/dfn-list-spec-replication-core-landing.rst:54
170179
msgid ""
171180
"Master-slave replication provided redundancy in early versions of MongoDB. "
172181
"Replica sets replace master-slave for most use cases."
173182
msgstr ""
183+
"在早期版本的MongoDB中,主-从复制提供了数据冗余功能。近来的版本与使用实例中,"
184+
"副本集结构逐渐取代了主-从结构。"

0 commit comments

Comments
 (0)