1
- #
1
+ #
2
2
msgid ""
3
3
msgstr ""
4
4
"Project-Id-Version : mongodb-manual 2.6\n "
5
5
"Report-Msgid-Bugs-To : \n "
6
6
"POT-Creation-Date : 2014-09-03 15:39-0400\n "
7
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
7
+ "PO-Revision-Date : 2015-01-20 00:41-0000 \n "
8
8
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
9
"
Language-Team :
LANGUAGE <[email protected] >\n "
10
10
"MIME-Version : 1.0\n "
11
11
"Content-Type : text/plain; charset=UTF-8\n "
12
12
"Content-Transfer-Encoding : 8bit\n "
13
+ "X-Generator : Poedit 1.7.3\n "
13
14
14
15
#: ../source/tutorial/install-mongodb-on-os-x.txt:3
15
16
msgid "Install MongoDB on OS X"
16
- msgstr ""
17
+ msgstr "在OS X上安装MongoDB "
17
18
18
19
#: ../source/tutorial/install-mongodb-on-os-x.txt:8
19
20
msgid "Overview"
20
- msgstr ""
21
+ msgstr "基本概述 "
21
22
22
23
#: ../source/tutorial/install-mongodb-on-os-x.txt:10
23
24
msgid "Use this tutorial to install MongoDB on on OS X systems."
24
- msgstr ""
25
+ msgstr "使用本教程在OS X系统上安装MongoDB。 "
25
26
26
27
#: ../source/tutorial/install-mongodb-on-os-x.txt:12
27
28
msgid "Platform Support"
28
- msgstr ""
29
+ msgstr "运行平台 "
29
30
30
31
#: ../source/tutorial/install-mongodb-on-os-x.txt:14
31
32
msgid ""
32
33
"Starting in version 2.4, MongoDB only supports OS X versions 10.6 (Snow "
33
34
"Leopard) on Intel x86-64 and later."
34
35
msgstr ""
36
+ "从2.4版本开始,MongoDB仅支持基于Intel x86-64 10.6版本的OS X或以上版本。"
35
37
36
38
#: ../source/tutorial/install-mongodb-on-os-x.txt:17
37
39
msgid ""
38
40
"MongoDB is available through the popular OS X package manager `Homebrew "
39
- "<http://brew.sh/>`_ or through the `MongoDB Download site "
40
- "<http://www. mongodb.org/downloads>`_."
41
+ "<http://brew.sh/>`_ or through the `MongoDB Download site <http://www. "
42
+ "mongodb.org/downloads>`_."
41
43
msgstr ""
42
44
43
45
#: ../source/tutorial/install-mongodb-on-os-x.txt:22
@@ -46,8 +48,8 @@ msgstr ""
46
48
47
49
#: ../source/tutorial/install-mongodb-on-os-x.txt:24
48
50
msgid ""
49
- "You can install MongoDB with `Homebrew <http://brew.sh/>`_ or manually. This "
50
- " section describes both."
51
+ "You can install MongoDB with `Homebrew <http://brew.sh/>`_ or manually. "
52
+ "This section describes both."
51
53
msgstr ""
52
54
53
55
#: ../source/tutorial/install-mongodb-on-os-x.txt:30
@@ -158,14 +160,14 @@ msgstr ""
158
160
159
161
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:74
160
162
msgid ""
161
- "The MongoDB binaries are in the ``bin/`` directory of the archive. To ensure "
162
- " that the binaries are in your ``PATH``, you can modify your ``PATH``."
163
+ "The MongoDB binaries are in the ``bin/`` directory of the archive. To "
164
+ "ensure that the binaries are in your ``PATH``, you can modify your ``PATH``."
163
165
msgstr ""
164
166
165
167
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:79
166
168
msgid ""
167
- "For example, you can add the following line to your shell's ``rc`` file "
168
- "(e. g. ``~/.bashrc``):"
169
+ "For example, you can add the following line to your shell's ``rc`` file (e. "
170
+ "g. ``~/.bashrc``):"
169
171
msgstr ""
170
172
171
173
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:88
@@ -185,11 +187,11 @@ msgstr ""
185
187
#: ../source/includes/steps/run-mongodb-on-linux.rst:11
186
188
msgid ""
187
189
"Before you start MongoDB for the first time, create the directory to which "
188
- "the :program:`mongod` process will write data. By default, the "
189
- ":program: `mongod` process uses the ``/data/db`` directory. If you create a "
190
- "directory other than this one, you must specify that directory in the "
191
- ":setting: `dbpath` option when starting the :program:`mongod` process later "
192
- "in this procedure."
190
+ "the :program:`mongod` process will write data. By default, the :program: "
191
+ "`mongod` process uses the ``/data/db`` directory. If you create a directory "
192
+ "other than this one, you must specify that directory in the :setting: "
193
+ "`dbpath` option when starting the :program:`mongod` process later in this "
194
+ "procedure."
193
195
msgstr ""
194
196
195
197
#: ../source/includes/steps/run-mongodb-on-linux.rst:19
@@ -225,9 +227,9 @@ msgstr ""
225
227
226
228
#: ../source/includes/steps/run-mongodb-on-linux.rst:70
227
229
msgid ""
228
- "If your system ``PATH`` variable includes the location of the "
229
- ":program: `mongod` binary and if you use the default data directory (i.e., "
230
- "``/data/ db``), simply enter ``mongod`` at the system prompt:"
230
+ "If your system ``PATH`` variable includes the location of the :program: "
231
+ "`mongod` binary and if you use the default data directory (i.e., ``/data/ "
232
+ "db``), simply enter ``mongod`` at the system prompt:"
231
233
msgstr ""
232
234
233
235
#: ../source/includes/steps/run-mongodb-on-linux.rst:81
@@ -248,8 +250,8 @@ msgstr ""
248
250
#: ../source/includes/steps/run-mongodb-on-linux.rst:100
249
251
msgid ""
250
252
"If you do not use the default data directory (i.e., ``/data/db``), specify "
251
- "the path to the data directory using the :option:`--dbpath <mongod "
252
- "-- dbpath>` option:"
253
+ "the path to the data directory using the :option:`--dbpath <mongod -- "
254
+ "dbpath>` option:"
253
255
msgstr ""
254
256
255
257
#: ../source/includes/steps/run-mongodb-on-linux.rst:121
@@ -258,8 +260,8 @@ msgstr ""
258
260
259
261
#: ../source/includes/steps/run-mongodb-on-linux.rst:124
260
262
msgid ""
261
- "To stop MongoDB, press ``Control+C`` in the terminal where the "
262
- ":program: `mongod` instance is running."
263
+ "To stop MongoDB, press ``Control+C`` in the terminal where the :program: "
264
+ "`mongod` instance is running."
263
265
msgstr ""
264
266
265
267
#: ../source/includes/steps/run-mongodb-on-linux.rst:139
0 commit comments