Skip to content

Commit ba0d3f2

Browse files
committed
Issue #22 Translating
1 parent 35b9c17 commit ba0d3f2

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

locale/zh/LC_MESSAGES/tutorial/install-mongodb-on-os-x.po

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
1-
#
1+
#
22
msgid ""
33
msgstr ""
44
"Project-Id-Version: mongodb-manual 2.6\n"
55
"Report-Msgid-Bugs-To: \n"
66
"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"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: LANGUAGE <[email protected]>\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
13+
"X-Generator: Poedit 1.7.3\n"
1314

1415
#: ../source/tutorial/install-mongodb-on-os-x.txt:3
1516
msgid "Install MongoDB on OS X"
16-
msgstr ""
17+
msgstr "在OS X上安装MongoDB"
1718

1819
#: ../source/tutorial/install-mongodb-on-os-x.txt:8
1920
msgid "Overview"
20-
msgstr ""
21+
msgstr "基本概述"
2122

2223
#: ../source/tutorial/install-mongodb-on-os-x.txt:10
2324
msgid "Use this tutorial to install MongoDB on on OS X systems."
24-
msgstr ""
25+
msgstr "使用本教程在OS X系统上安装MongoDB。"
2526

2627
#: ../source/tutorial/install-mongodb-on-os-x.txt:12
2728
msgid "Platform Support"
28-
msgstr ""
29+
msgstr "运行平台"
2930

3031
#: ../source/tutorial/install-mongodb-on-os-x.txt:14
3132
msgid ""
3233
"Starting in version 2.4, MongoDB only supports OS X versions 10.6 (Snow "
3334
"Leopard) on Intel x86-64 and later."
3435
msgstr ""
36+
"从2.4版本开始,MongoDB仅支持基于Intel x86-64 10.6版本的OS X或以上版本。"
3537

3638
#: ../source/tutorial/install-mongodb-on-os-x.txt:17
3739
msgid ""
3840
"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>`_."
4143
msgstr ""
4244

4345
#: ../source/tutorial/install-mongodb-on-os-x.txt:22
@@ -46,8 +48,8 @@ msgstr ""
4648

4749
#: ../source/tutorial/install-mongodb-on-os-x.txt:24
4850
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."
5153
msgstr ""
5254

5355
#: ../source/tutorial/install-mongodb-on-os-x.txt:30
@@ -158,14 +160,14 @@ msgstr ""
158160

159161
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:74
160162
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``."
163165
msgstr ""
164166

165167
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:79
166168
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``):"
169171
msgstr ""
170172

171173
#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:88
@@ -185,11 +187,11 @@ msgstr ""
185187
#: ../source/includes/steps/run-mongodb-on-linux.rst:11
186188
msgid ""
187189
"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."
193195
msgstr ""
194196

195197
#: ../source/includes/steps/run-mongodb-on-linux.rst:19
@@ -225,9 +227,9 @@ msgstr ""
225227

226228
#: ../source/includes/steps/run-mongodb-on-linux.rst:70
227229
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:"
231233
msgstr ""
232234

233235
#: ../source/includes/steps/run-mongodb-on-linux.rst:81
@@ -248,8 +250,8 @@ msgstr ""
248250
#: ../source/includes/steps/run-mongodb-on-linux.rst:100
249251
msgid ""
250252
"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:"
253255
msgstr ""
254256

255257
#: ../source/includes/steps/run-mongodb-on-linux.rst:121
@@ -258,8 +260,8 @@ msgstr ""
258260

259261
#: ../source/includes/steps/run-mongodb-on-linux.rst:124
260262
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."
263265
msgstr ""
264266

265267
#: ../source/includes/steps/run-mongodb-on-linux.rst:139

0 commit comments

Comments
 (0)