@@ -13,142 +13,155 @@ msgstr ""
13
13
14
14
#: ../source/administration/sharded-clusters.txt:6
15
15
msgid "Sharded Cluster Tutorials"
16
- msgstr ""
16
+ msgstr "集群教程 "
17
17
18
18
#: ../source/administration/sharded-clusters.txt:10
19
19
msgid ""
20
20
"The following tutorials provide instructions for administering "
21
21
":term:`sharded clusters <sharded cluster>`. For a higher-level overview, see"
22
22
" :doc:`/sharding`."
23
- msgstr ""
23
+ msgstr "以下的教程介绍了 :term:`MongoDB集群 <sharded cluster>` 的管理与运维."
24
+ "参见 :doc:`/sharding` 以获得更广泛的概览."
24
25
25
26
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:31
26
27
msgid ":doc:`/administration/sharded-cluster-deployment`"
27
- msgstr ""
28
+ msgstr ":doc:`/administration/sharded-cluster-deployment` "
28
29
29
30
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:4
30
31
msgid ""
31
32
"Instructions for deploying sharded clusters, adding shards, selecting shard "
32
33
"keys, and the initial configuration of sharded clusters."
33
34
msgstr ""
35
+ "介绍部署集群,添加分片,选择片键与集群的配置服务器初始化的基本信息."
34
36
35
37
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:13
36
38
msgid ":doc:`/tutorial/deploy-shard-cluster`"
37
- msgstr ""
39
+ msgstr ":doc:`/tutorial/deploy-shard-cluster` "
38
40
39
41
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:10
40
42
msgid ""
41
43
"Set up a sharded cluster by creating the needed data directories, starting "
42
44
"the required MongoDB instances, and configuring the cluster settings."
43
45
msgstr ""
46
+ "创建所需要的目录,启动所需要的MongoDB实例,之后配置集群来完成集群的部署."
44
47
45
48
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:19
46
49
msgid ":doc:`/tutorial/choose-a-shard-key`"
47
- msgstr ""
50
+ msgstr ":doc:`/tutorial/choose-a-shard-key` "
48
51
49
52
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:16
50
53
msgid ""
51
54
"Choose the field that MongoDB uses to parse a collection's documents for "
52
55
"distribution over the cluster's shards. Each shard holds documents with "
53
56
"values within a certain range."
54
57
msgstr ""
58
+ "选择MongoDB用来将数据分发到分片中的字段,每个分片存储某个范围内的部分数据."
55
59
56
60
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:24
57
61
msgid ":doc:`/tutorial/shard-collection-with-a-hashed-shard-key`"
58
- msgstr ""
62
+ msgstr ":doc:`/tutorial/shard-collection-with-a-hashed-shard-key` "
59
63
60
64
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:22
61
65
msgid ""
62
66
"Shard a collection based on hashes of a field's values in order to ensure "
63
67
"even distribution over the collection's shards."
64
68
msgstr ""
69
+ "使用哈希分片以保证集群中分片间数据的均匀."
65
70
66
71
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:28
67
72
msgid ":doc:`/tutorial/add-shards-to-shard-cluster`"
68
73
msgstr ""
69
74
70
75
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:27
71
76
msgid "Add a shard to add capacity to a sharded cluster."
72
- msgstr ""
77
+ msgstr "添加分片对集群进行扩容 "
73
78
74
79
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:30
75
80
msgid ""
76
81
"Continue reading from :doc:`/administration/sharded-cluster-deployment` for "
77
82
"additional tutorials."
78
83
msgstr ""
84
+ "阅读 :doc:`/administration/sharded-cluster-deployment` 获得额外的教程."
79
85
80
86
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:59
81
87
msgid ":doc:`/administration/sharded-cluster-maintenance`"
82
- msgstr ""
88
+ msgstr ":doc:`/administration/sharded-cluster-maintenance` "
83
89
84
90
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:34
85
91
msgid "Procedures and tasks for common operations on active sharded clusters."
86
- msgstr ""
92
+ msgstr "集群中的流程和任务. "
87
93
88
94
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:41
89
95
msgid ":doc:`/tutorial/view-sharded-cluster-configuration`"
90
- msgstr ""
96
+ msgstr ":doc:`/tutorial/view-sharded-cluster-configuration` "
91
97
92
98
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:39
93
99
msgid ""
94
100
"View status information about the cluster's databases, shards, and chunks."
95
101
msgstr ""
102
+ "查看集群中数据库,分片和数据块的状态信息."
96
103
97
104
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:45
98
105
msgid ":doc:`/tutorial/remove-shards-from-cluster`"
99
- msgstr ""
106
+ msgstr ":doc:`/tutorial/remove-shards-from-cluster` "
100
107
101
108
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:44
102
109
msgid "Migrate a single shard's data and remove the shard."
103
- msgstr ""
110
+ msgstr "迁移一个单独分片的数据并删除这个分片. "
104
111
105
112
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:51
106
113
msgid ":doc:`/tutorial/migrate-config-servers-with-different-hostnames`"
107
- msgstr ""
114
+ msgstr ":doc:`/tutorial/migrate-config-servers-with-different-hostnames` "
108
115
109
116
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:48
110
117
msgid ""
111
118
"Migrate a config server to a new system that uses a new hostname. If "
112
119
"possible, avoid changing the hostname and instead use the :doc:`/tutorial"
113
120
"/migrate-config-servers-with-same-hostname` procedure."
114
121
msgstr ""
122
+ "迁移配置服务器到一个新的系统并使用新的域名."
123
+ "如果可能,尽量避免修改域名并使用 :doc:`/tutorial/migrate-config-servers-with-same-hostname` 流程."
115
124
116
125
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:56
117
126
msgid ":doc:`/tutorial/administer-shard-tags`"
118
- msgstr ""
127
+ msgstr ":doc:`/tutorial/administer-shard-tags` "
119
128
120
129
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:54
121
130
msgid ""
122
131
"Use tags to associate specific ranges of shard key values with specific "
123
132
"shards."
124
133
msgstr ""
134
+ "使用标记将特定的片键范围与特定的分片相关联."
125
135
126
136
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:58
127
137
msgid ""
128
138
"Continue reading from :doc:`/administration/sharded-cluster-maintenance` for"
129
139
" additional tutorials."
130
140
msgstr ""
141
+ "参见 :doc:`/administration/sharded-cluster-maintenance` 以获得更多信息."
131
142
132
143
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:64
133
144
msgid ":doc:`/administration/sharded-cluster-data`"
134
- msgstr ""
145
+ msgstr ":doc:`/administration/sharded-cluster-data` "
135
146
136
147
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:62
137
148
msgid ""
138
149
"Practices that address common issues in managing large sharded data sets."
139
150
msgstr ""
151
+ "管理大数据集群中可能遇到的一些常见问题."
140
152
141
153
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:68
142
154
msgid ":doc:`/tutorial/troubleshoot-sharded-clusters`"
143
- msgstr ""
155
+ msgstr ":doc:`/tutorial/troubleshoot-sharded-clusters` "
144
156
145
157
#: ../source/includes/toc/dfn-list-spec-sharded-cluster-tutorials-landing.rst:67
146
158
msgid ""
147
159
"Presents solutions to common issues and concerns relevant to the "
148
160
"administration and use of sharded clusters. Refer to :doc:`/faq/diagnostics`"
149
161
" for general diagnostic information."
150
162
msgstr ""
163
+ "参见 :doc:`/faq/diagnostics` 以获得与集群有关的常见问题和注意事项."
151
164
152
165
#: ../source/administration/sharded-clusters.txt:1
153
166
msgid "sharded clusters"
154
- msgstr ""
167
+ msgstr "集群 "
0 commit comments