@@ -4,7 +4,7 @@ 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 : 2015-02-04 19:53 -0000\n "
7+ "PO-Revision-Date : 2015-02-05 00:43 -0000\n "
88"MIME-Version : 1.0\n "
99"Content-Type : text/plain; charset=UTF-8\n "
1010"Content-Transfer-Encoding : 8bit\n "
@@ -68,6 +68,9 @@ msgid ""
6868"packages and install MongoDB. Homebrew requires some initial setup and "
6969"configuration, which is beyond the scope of this document."
7070msgstr ""
71+ "`Homebrew <http://brew.sh/>` 安装基于 \" formulae\" 的二进制包。这个章节会介"
72+ "绍如何更新 \" brew\" 的安装包并安装MongoDB。Homebrew会要求你安装之后进行一些"
73+ "初始化设置,本文并不包含这部分内容。"
7174
7275#: ../source/includes/steps/install-mongodb-on-osx-with-homebrew.rst:8
7376msgid "Update Homebrew's package database."
@@ -86,6 +89,7 @@ msgid ""
8689"You can install MongoDB with via ``brew`` with several different options. "
8790"Use one of the following operations:"
8891msgstr ""
92+ "你可以通过 \" brew\" 及其一系列的设置来安装MongoDB。可以使用下面的操作之一:"
8993
9094#: ../source/includes/steps/install-mongodb-on-osx-with-homebrew.rst:38
9195msgid "Install the MongoDB Binaries"
@@ -95,7 +99,7 @@ msgstr "安装MongoDB Binaries"
9599msgid ""
96100"To install the MongoDB binaries, issue the following command in a system "
97101"shell:"
98- msgstr ""
102+ msgstr "安装二进制MongoDB,在系统命令行中参照下面的命令: "
99103
100104#: ../source/includes/steps/install-mongodb-on-osx-with-homebrew.rst:52
101105msgid "Build MongoDB from Source with SSL Support"
@@ -105,7 +109,7 @@ msgstr "通过SSL源安装MongoDB"
105109msgid ""
106110"To build MongoDB from the source files and include SSL support, issue the "
107111"following from a system shell:"
108- msgstr ""
112+ msgstr "通过SSL的源文件安装MongoDB,在系统命令行中参照下面的操作: "
109113
110114#: ../source/includes/steps/install-mongodb-on-osx-with-homebrew.rst:66
111115msgid "Install the Latest Development Release of MongoDB"
@@ -115,7 +119,7 @@ msgstr "安装最新版本的MongoDB"
115119msgid ""
116120"To install the latest development release for use in testing and "
117121"development, issue the following command in a system shell:"
118- msgstr ""
122+ msgstr "安装最新的开发版并用于测试和开发,在系统命令行中参照下面的操作: "
119123
120124#: ../source/tutorial/install-mongodb-on-os-x.txt:40
121125msgid "Install MongoDB Manually"
@@ -126,10 +130,12 @@ msgid ""
126130"Only install MongoDB using this procedure if you cannot use :ref:`homebrew "
127131"<install-with-homebrew>`."
128132msgstr ""
133+ "只有无法通过 :ref:`homebrew <install-with-homebrew>` 安装时才可以使用这个步"
134+ "骤安装MongoDB。"
129135
130136#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:8
131137msgid "Download the binary files for the desired release of MongoDB."
132- msgstr ""
138+ msgstr "下载需要的MongoDB二进制文件。 "
133139
134140#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:11
135141msgid "Download the binaries from ``https://www.mongodb.org/downloads``."
@@ -143,43 +149,46 @@ msgstr "例如,通过命令行下载最新版本,参照下面:"
143149
144150#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:31
145151msgid "Extract the files from the downloaded archive."
146- msgstr ""
152+ msgstr "从下载文件中提取。 "
147153
148154#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:34
149155msgid ""
150156"For example, from a system shell, you can extract through the ``tar`` "
151157"command:"
152- msgstr ""
158+ msgstr "例如,你可以在系统命令行中通过 \" tar \" 命令提取文件: "
153159
154160#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:51
155161msgid "Copy the extracted archive to the target directory."
156- msgstr ""
162+ msgstr "将提取的文件复制到指定目录。 "
157163
158164#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:54
159165msgid "Copy the extracted folder to the location from which MongoDB will run."
160- msgstr ""
166+ msgstr "将提取的文件复制到MongoDB运行的目录。 "
161167
162168#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:71
163169msgid "Ensure the location of the binaries is in the ``PATH`` variable."
164- msgstr ""
170+ msgstr "确保 \" PATH \" 变量中含有二进制文件的路径。 "
165171
166172#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:74
167173msgid ""
168174"The MongoDB binaries are in the ``bin/`` directory of the archive. To "
169175"ensure that the binaries are in your ``PATH``, you can modify your ``PATH``."
170176msgstr ""
177+ "MongoDB的二进制文件都在 \" bin/\" 目录中。确保 \" PATH\" 变量中含有二进制文件"
178+ "的路径,你可以修改 \" PATH\" 的值。"
171179
172180#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:79
173181msgid ""
174182"For example, you can add the following line to your shell's ``rc`` file (e."
175183"g. ``~/.bashrc``):"
176184msgstr ""
185+ "例如,你可以将下面一行添加到你命令行中 \" rc\" 文件中 (e.g. ``~/.bashrc``):"
177186
178187#: ../source/includes/steps/install-mongodb-on-osx-manually.rst:88
179188msgid ""
180189"Replace ``<mongodb-install-directory>`` with the path to the extracted "
181190"MongoDB archive."
182- msgstr ""
191+ msgstr "修改``<mongodb-install-directory>`` 的目录为提取MongoDB的目录。 "
183192
184193#: ../source/tutorial/install-mongodb-on-os-x.txt:48
185194msgid "Run MongoDB"
@@ -202,7 +211,7 @@ msgstr ""
202211#: ../source/includes/steps/run-mongodb-on-linux.rst:19
203212msgid ""
204213"The following example command creates the default ``/data/db`` directory:"
205- msgstr ""
214+ msgstr "下面例子中的命令创建了默认数据目录 \" /data/db \" : "
206215
207216#: ../source/includes/steps/run-mongodb-on-linux.rst:38
208217msgid "Set permissions for the data directory."
0 commit comments