1
1
# SOME DESCRIPTIVE TITLE.
2
2
# Copyright (C) 2011-2014, MongoDB, Inc.
3
3
# This file is distributed under the same license as the mongodb-manual package.
4
- #
4
+ #
5
5
# Translators:
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : MongoDB Manual\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2014-04-08 13:03-0400\n "
11
- "PO-Revision-Date : 2014-04 -09 21:17+0000 \n "
11
+ "PO-Revision-Date : 2014-10 -09 16:53+0800 \n "
12
12
"
Last-Translator :
tychoish <[email protected] >\n "
13
- "Language-Team : Chinese (http://www.transifex.com/projects/p/mongodb-manual/language/zh/)\n "
13
+ "Language-Team : Chinese (http://www.transifex.com/projects/p/mongodb-manual/ "
14
+ "language/zh/)\n "
14
15
"MIME-Version : 1.0\n "
15
16
"Content-Type : text/plain; charset=UTF-8\n "
16
17
"Content-Transfer-Encoding : 8bit\n "
17
18
"Language : zh\n "
18
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Poedit 1.6.9\n "
19
21
20
22
# 5ae49ebd64234a25ae8aa681ced7c58a
21
23
#: ../source/core/replica-set-secondary.txt:3
22
24
msgid "Replica Set Secondary Members"
23
- msgstr ""
25
+ msgstr "复制集从节点 "
24
26
25
27
# 5951b7b4b64b4e3f947234b1e098fec4
26
28
#: ../source/core/replica-set-secondary.txt:9
27
29
msgid ""
28
- "A secondary maintains a copy of the :term:`primary's <primary>` data set. To"
29
- " replicate data, a secondary applies operations from the primary's "
30
- ":doc: `oplog </core/replica-set-oplog>` to its own data set in an "
31
- "asynchronous process. A replica set can have one or more secondaries."
30
+ "A secondary maintains a copy of the :term:`primary's <primary>` data set. To "
31
+ "replicate data, a secondary applies operations from the primary's :doc: "
32
+ "`oplog </core/replica-set-oplog>` to its own data set in an asynchronous "
33
+ "process. A replica set can have one or more secondaries."
32
34
msgstr ""
35
+ "从节点的数据集与 :term:`主节点 <primary>` 中的一致。从节点将主节点上的 :doc:"
36
+ "`oplog </core/replica-set-oplog>` 复制到本机,并异步的将这些操作记录应用在其"
37
+ "自己的数据集上。每个复制集可以拥有多个从节点。"
33
38
34
39
# ecb2959f75364a3ba6f58d2631aaccef
35
40
#: ../source/core/replica-set-secondary.txt:15
@@ -38,6 +43,8 @@ msgid ""
38
43
"secondaries replicate the primary's oplog and apply the operations to their "
39
44
"data sets."
40
45
msgstr ""
46
+ "下述由三个成员组成的复制集拥有两个从节点。这些从节点将主节点上的oplog复制过来"
47
+ "并应用在其自己的数据集上。"
41
48
42
49
# 2687d886df4a4cbd90e2659de479d30f
43
50
#: ../source/core/replica-set-secondary.txt:21
@@ -46,6 +53,9 @@ msgid ""
46
53
"from secondary members. See :doc:`/core/read-preference` for more "
47
54
"information on how clients direct read operations to replica sets."
48
55
msgstr ""
56
+ "客户端虽然无法在从节点上进行写操作,但却可以进行读操作。阅读 :doc:`/core/"
57
+ "read-preference` 可以获得更多有关如何让客户端直接对复制集节点进行读操作的信"
58
+ "息。"
49
59
50
60
# 557223261723415f8a23b7c1afa94579
51
61
#: ../source/core/replica-set-secondary.txt:25
@@ -54,42 +64,50 @@ msgid ""
54
64
"unavailable, the replica set holds an :term:`election` to choose which of "
55
65
"the secondaries becomes the new primary."
56
66
msgstr ""
67
+ "从节点是可以升职为主节点的。一旦现有的主节点不可用了,那么复制集将会发起 :"
68
+ "term:`election` 来选择将哪个从节点提升为新的主节点。"
57
69
58
70
# 7ec45c29fce24f69872e921a028bed93
59
71
#: ../source/core/replica-set-secondary.txt:32
60
72
msgid ""
61
73
"In the following three-member replica set, the primary becomes unavailable. "
62
- "This triggers an election where one of the remaining secondaries becomes the"
63
- " new primary."
74
+ "This triggers an election where one of the remaining secondaries becomes the "
75
+ "new primary."
64
76
msgstr ""
77
+ "在拥有下述三个成员的复制集中,一旦当前主节点不可用了,就会触发选举机制,并将"
78
+ "在剩下的从节点中选举出一个新的主节点。"
65
79
66
80
# 42c0cb7a67134523ae972325f75e84c1
67
81
#: ../source/core/replica-set-secondary.txt:40
68
82
msgid "See :doc:`/core/replica-set-elections` for more details."
69
- msgstr ""
83
+ msgstr "参见 :doc:`/core/replica-set-elections` 获得更多信息。 "
70
84
71
85
# 97fc64eeb0a948de8537ca51cf59869f
72
86
#: ../source/core/replica-set-secondary.txt:43
73
87
msgid ""
74
88
"You can configure a secondary member for a specific purpose. You can "
75
89
"configure a secondary to:"
76
- msgstr ""
90
+ msgstr "我们可以通过修改参数的方式来将从节点用于特殊的需求。例如: "
77
91
78
92
# 0b807a4bf3b44fd7aeecd41a09c5ce6b
79
93
#: ../source/core/replica-set-secondary.txt:46
80
94
msgid ""
81
- "Prevent it from becoming a primary in an election, which allows it to reside"
82
- " in a secondary data center or to serve as a cold standby. See :doc:`/core"
83
- "/ replica-set-priority-0-member`."
95
+ "Prevent it from becoming a primary in an election, which allows it to reside "
96
+ "in a secondary data center or to serve as a cold standby. See :doc:`/core/ "
97
+ "replica-set-priority-0-member`."
84
98
msgstr ""
99
+ "我们可以通过禁止从节点升职为主节点的方式来将该节点永驻为从节点或是用于冷备。"
100
+ "参见 :doc:`/core/replica-set-priority-0-member` 。"
85
101
86
102
# 438fef65ffd84f74a5aa8a2e1b5847dc
87
103
#: ../source/core/replica-set-secondary.txt:50
88
104
msgid ""
89
105
"Prevent applications from reading from it, which allows it to run "
90
- "applications that require separation from normal traffic. See :doc:`/core"
91
- "/ replica-set-hidden-member`."
106
+ "applications that require separation from normal traffic. See :doc:`/core/ "
107
+ "replica-set-hidden-member`."
92
108
msgstr ""
109
+ "我们可以通过禁止应用在该从节点上进行读操作的方式,来让一些需要进行流量隔离的"
110
+ "应用在其上进行读。参见 :doc:`/core/replica-set-hidden-member` 。"
93
111
94
112
# 0fda3da305ba4264b97d4452d3e82a90
95
113
#: ../source/core/replica-set-secondary.txt:54
@@ -98,3 +116,5 @@ msgid ""
98
116
"errors, such as unintentionally deleted databases. See :doc:`/core/replica-"
99
117
"set-delayed-member`."
100
118
msgstr ""
119
+ "我们可以通过设置 \" 延时备份节点\" 的方式来防止诸如误删除等的误操作或是错误。"
120
+ "参见 :doc:`/core/replica-set-delayed-member` 。"
0 commit comments