@@ -13,7 +13,7 @@ msgstr ""
13
13
14
14
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:3
15
15
msgid "Install MongoDB Enterprise on Ubuntu"
16
- msgstr ""
16
+ msgstr "在 Ubuntu 下安装 MongoDB Enterprise "
17
17
18
18
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:8
19
19
msgid "Overview"
@@ -24,11 +24,12 @@ msgid ""
24
24
"Use this tutorial to install :products:`MongoDB Enterprise </mongodb-"
25
25
"enterprise-advanced?jmp=docs>` on LTS Ubuntu Linux systems from ``.deb`` "
26
26
"packages."
27
- msgstr ""
27
+ msgstr "通过本教程在 LTS Ubuntu Linux 系统下使用 ``.deb`` 软件包安装 :products:`MongoDB Enterprise </mongodb-"
28
+ "enterprise-advanced?jmp=docs>` "
28
29
29
30
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:14
30
31
msgid "Platform Support"
31
- msgstr ""
32
+ msgstr "运行平台 "
32
33
33
34
#: ../source/includes/fact-ubuntu-lts-support.rst:1
34
35
#: ../source/includes/fact-ubuntu-lts-support.rst:1
@@ -37,17 +38,20 @@ msgid ""
37
38
" Currently, this means 12.04 LTS (Precise Pangolin) and 14.04 LTS (Trusty "
38
39
"Tahr). While the packages may work with other Ubuntu releases, this is not a"
39
40
" supported configuration."
40
- msgstr ""
41
+ msgstr "MongoDB 只提供 64-bit LTS Ubuntu 版本的软件包。"
42
+ "目前这意味着12.04 LTS (Precise Pangolin) and 14.04 LTS (TrustyTahr) "
43
+ "虽然这些软件包在其他 Ubuntu 版本上也能正常工作,但这些配置不受支持的。"
41
44
42
45
#: ../source/includes/list-mongodb-enterprise-packages.rst:2
43
46
msgid "Packages"
44
- msgstr ""
47
+ msgstr "软件包 "
45
48
46
49
#: ../source/includes/list-mongodb-enterprise-packages.rst:4
47
50
msgid ""
48
51
"MongoDB provides officially supported Enterprise packages in their own "
49
52
"repository. This repository contains the following packages:"
50
- msgstr ""
53
+ msgstr "MongoDB 在他们自己的存储库中提供正式的 Enterprise 软件包支持,"
54
+ "存储库中包含以下软件包: "
51
55
52
56
#: ../source/includes/list-mongodb-enterprise-packages.rst:7
53
57
msgid "``mongodb-enterprise``"
@@ -57,7 +61,7 @@ msgstr ""
57
61
msgid ""
58
62
"This package is a ``metapackage`` that will automatically install the four "
59
63
"component packages listed below."
60
- msgstr ""
64
+ msgstr "该软件包为 ``metapackage`` 并且将自动安装以下的4个组件。 "
61
65
62
66
#: ../source/includes/list-mongodb-enterprise-packages.rst:12
63
67
msgid "``mongodb-enterprise-server``"
@@ -67,23 +71,23 @@ msgstr ""
67
71
msgid ""
68
72
"This package contains the :program:`mongod` daemon and associated "
69
73
"configuration and init scripts."
70
- msgstr ""
74
+ msgstr "该软件包包含 :program:`mongod` 守护进程及相关的配置和初始化脚本。 "
71
75
72
76
#: ../source/includes/list-mongodb-enterprise-packages.rst:17
73
77
msgid "``mongodb-enterprise-mongos``"
74
78
msgstr ""
75
79
76
80
#: ../source/includes/list-mongodb-enterprise-packages.rst:19
77
81
msgid "This package contains the :program:`mongos` daemon."
78
- msgstr ""
82
+ msgstr "该软件包包含 :program:`mongos` 守护进程 "
79
83
80
84
#: ../source/includes/list-mongodb-enterprise-packages.rst:21
81
85
msgid "``mongodb-enterprise-shell``"
82
86
msgstr ""
83
87
84
88
#: ../source/includes/list-mongodb-enterprise-packages.rst:23
85
89
msgid "This package contains the :program:`mongo` shell."
86
- msgstr ""
90
+ msgstr "该软件包包含 :program:`mongo` 控制台 "
87
91
88
92
#: ../source/includes/list-mongodb-enterprise-packages.rst:25
89
93
msgid "``mongodb-enterprise-tools``"
@@ -96,79 +100,88 @@ msgid ""
96
100
":program:`mongofiles`, :program:`mongoimport`, :program:`mongooplog`, "
97
101
":program:`mongoperf`, :program:`mongorestore`, :program:`mongostat`, and "
98
102
":program:`mongotop`."
99
- msgstr ""
103
+ msgstr "该软件包包含以下 MongoDB 工具 :program:`mongoimport` "
104
+ ":program:`bsondump`, :program:`mongodump`, :program:`mongoexport`, "
105
+ ":program:`mongofiles`, :program:`mongoimport`, :program:`mongooplog`, "
106
+ ":program:`mongoperf`, :program:`mongorestore`, :program:`mongostat`, and "
107
+ ":program:`mongotop`."
100
108
101
109
#: ../source/includes/list-mongodb-enterprise-packages.rst:34
102
110
msgid "Control Scripts"
103
- msgstr ""
111
+ msgstr "控制脚本 "
104
112
105
113
#: ../source/includes/list-mongodb-enterprise-packages.rst:36
106
114
msgid ""
107
115
"The ``mongodb-enterprise`` package includes various :term:`control scripts "
108
116
"<control script>`, including the init script ``/etc/rc.d/init.d/mongod``."
109
- msgstr ""
117
+ msgstr "``mongodb-enterprise`` 软件包包括各类 :term:`control scripts <control script>`"
118
+ " 及初始化脚本 ``/etc/rc.d/init.d/mongod`` 。"
110
119
111
120
#: ../source/includes/list-mongodb-enterprise-packages.rst:39
112
121
msgid ""
113
122
"The package configures MongoDB using the ``/etc/mongod.conf`` file in "
114
123
"conjunction with the control scripts. See the :doc:`Configuration File "
115
124
"</reference/configuration-options>` reference for documentation of settings "
116
125
"available in the configuration file."
117
- msgstr ""
126
+ msgstr "软件包使用 ``/etc/mongod.conf`` 和控制脚本一起配置 MongoDB。参考: "
127
+ ":doc:`Configuration File</reference/configuration-options>` 文档的配置文件中可用的设置。"
118
128
119
129
#: ../source/includes/list-mongodb-enterprise-packages.rst:44
120
130
msgid ""
121
131
"As of version |release|, there are no control scripts for :program:`mongos`."
122
132
" The :program:`mongos` process is used only in :doc:`sharding "
123
133
"</core/sharding>`. You can use the ``mongod`` init script to derive your own"
124
134
" :program:`mongos` control script."
125
- msgstr ""
135
+ msgstr "从版本 |release| 开始没有 :program:`mongos` 的控制脚本。"
136
+ " :program:`mongos` 进程只被用于 :doc:`sharding </core/sharding>` "
137
+ " 你可以使用 ``mongod`` 初始化脚本来驱动你的 :program:`mongos` 控制脚本。"
126
138
127
139
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:21
128
140
msgid "Considerations"
129
- msgstr ""
141
+ msgstr "注意事项 "
130
142
131
143
#: ../source/includes/note-package-change.rst:3
132
144
msgid ""
133
145
"The package structure and names have changed as of version 2.6. For "
134
146
"instructions on installation of an older release, please refer to the "
135
147
"documentation for the appropriate version."
136
- msgstr ""
148
+ msgstr "2.6 版本包结构和名称发生了变化。有关安装旧版本的说明,请参阅相应版本的文档。 "
137
149
138
150
#: ../source/includes/fact-use-distribution-package.rst:1
139
151
msgid ""
140
152
"Use the provided distribution packages as described in this page if "
141
153
"possible. These packages will automatically install all of MongoDB's "
142
154
"dependencies, and are the recommended installation method."
143
- msgstr ""
155
+ msgstr "如果可能的话在本页中所述提供的分发软件包,这些软件包将自动安装 MongoDB 的全部依赖,"
156
+ "这也是推荐的方法。"
144
157
145
158
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:30
146
159
msgid "Install MongoDB Enterprise"
147
- msgstr ""
160
+ msgstr "安装 MongoDB Enterprise "
148
161
149
162
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:37
150
163
msgid "Install MongoDB Enterprise From Tarball"
151
- msgstr ""
164
+ msgstr "从压缩包安装 MongoDB Enterprise "
152
165
153
166
#: ../source/includes/extracts/install-mongodb-enterprise-manually-debian.rst:1
154
167
msgid ""
155
168
"While you should use the ``.deb`` packages as previously described, you may "
156
169
"also manually install MongoDB using the tarballs."
157
- msgstr ""
170
+ msgstr "所以,你可以使用上文所术的 ``.deb`` 软件包,也可以使用压缩包手动安装 MongoDB "
158
171
159
172
#: ../source/includes/extracts/install-mongodb-enterprise-manually-debian.rst:4
160
173
msgid "First you must install any dependencies as appropriate:"
161
- msgstr ""
174
+ msgstr "你首先必须安装妥当所有依赖项: "
162
175
163
176
#: ../source/includes/extracts/install-mongodb-enterprise-manually-debian.rst:11
164
177
msgid ""
165
178
"To perform the installation, see :doc:`/tutorial/install-mongodb-enterprise-"
166
179
"on-linux`."
167
- msgstr ""
180
+ msgstr "在该平台安装,参考 :doc:`/tutorial/install-mongodb-enterprise-on-linux` 。 "
168
181
169
182
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:42
170
183
msgid "Run MongoDB Enterprise"
171
- msgstr ""
184
+ msgstr "运行 MongoDB Enterprise "
172
185
173
186
#: ../source/includes/fact-installation-directories.rst:1
174
187
msgid ""
@@ -177,30 +190,35 @@ msgid ""
177
190
"user account. You can specify alternate log and data file directories in "
178
191
"``/etc/mongod.conf``. See :setting:`systemLog.path` and "
179
192
":setting:`storage.dbPath` for additional information."
180
- msgstr ""
193
+ msgstr "MongoDB 实例默认保存数据文件到 |mongod-datadir|,保存日志文件到 ``/var/log/mongodb`` "
194
+ ",使用 |mongod-user| 用户账户。你可以在 ``/etc/mongod.conf`` 中修改数据和日志文件的目录"
195
+ "其他信息参考: :setting:`systemLog.path` 和 :setting:`storage.dbPath` "
181
196
182
197
#: ../source/includes/fact-installation-directories.rst:8
183
198
msgid ""
184
199
"If you change the user that runs the MongoDB process, you **must** modify "
185
200
"the access control rights to the |mongod-datadir| and ``/var/log/mongodb`` "
186
201
"directories to give this user access to these directories."
187
- msgstr ""
202
+ msgstr "如果你更换了支行 MongoDB 的用户,你必须让该用户拥有 |mongod-datadir| 和 ``/var/log/mongodb`` "
203
+ "目录的权限。"
188
204
189
205
#: ../source/tutorial/install-mongodb-enterprise-on-ubuntu.txt:52
190
206
msgid "Uninstall MongoDB"
191
- msgstr ""
207
+ msgstr "卸载 MongoDB "
192
208
193
209
#: ../source/includes/fact-uninstall.rst:1
194
210
msgid ""
195
211
"To completely remove MongoDB from a system, you must remove the MongoDB "
196
212
"applications themselves, the configuration files, and any directories "
197
213
"containing data and logs. The following section guides you through the "
198
214
"necessary steps."
199
- msgstr ""
215
+ msgstr "你必须使用 MongoDB 程序从系统中完全删除 MongoDB 和相关配置文件及包含数据"
216
+ "和日志的文件夹,下一节将给你你必要的引导。"
200
217
201
218
#: ../source/includes/fact-uninstall.rst:6
202
219
msgid ""
203
220
"This process will *completely* remove MongoDB, its configuration, and *all* "
204
221
"databases. This process is not reversible, so ensure that all of your "
205
222
"configuration and data is backed up before proceeding."
206
- msgstr ""
223
+ msgstr "该过程将 *完全* 删除 MongoDB 和相关配置以及 *全部* 数据库。由于该过程不可逆"
224
+ ",确保在这之前所有的配置和数据都已经备份。"
0 commit comments