Skip to content

Commit c6f504f

Browse files
committed
Issue mongodb#405 Complete translate
1 parent 438f032 commit c6f504f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

locale/zh/LC_MESSAGES/faq/mongo.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgstr "FAQ: ``mongo`` 命令行"
1818

1919
#: ../source/faq/mongo.txt:10
2020
msgid "How can I enter multi-line operations in the ``mongo`` shell?"
21-
msgstr "如何在``mongo`` 命令行中输入多行命令?"
21+
msgstr "如何在 ``mongo`` 命令行中输入多行命令?"
2222

2323
#: ../source/faq/mongo.txt:12
2424
msgid ""
@@ -30,8 +30,8 @@ msgid ""
3030
"closing brace, or the closing bracket before evaluating the code, as in the "
3131
"following example:"
3232
msgstr ""
33-
"如果你的结束行是(``'('``)、(``'{'``)或者(``'['``),那么下面的命令行将会以(``"
34-
"\"...\"``)开始,直到你输入与之对应的(``')'``)、(``'}'``)或者(``']'``)。"
33+
"如果你的结束行是 (``'('``)、 (``'{'``) 或者 (``'['``) ,那么下面的命令行将会以 (``"
34+
"\"...\"``) 开始,直到你输入与之对应的 (``')'``)、 (``'}'``) 或者 (``']'``)。"
3535
"`mongo` 命令行程序将会等待你输入配对括号后再执行,正如下面的例子:"
3636

3737
#: ../source/faq/mongo.txt:27
@@ -52,7 +52,7 @@ msgid ""
5252
"database from the ``test`` database:"
5353
msgstr ""
5454
"你无须切换数据库就可以使用 :method:`db.getSiblingDB()` 方法连接另一个数据"
55-
"库,如下面的例子:此时正在使用``test`` 数据库,然后连接 ``sampleDB``数据库。"
55+
"库,如下面的例子:此时正在使用 ``test`` 数据库,然后连接 ``sampleDB``数据库。"
5656

5757
#: ../source/faq/mongo.txt:56
5858
msgid ""
@@ -62,7 +62,7 @@ msgstr "``mongo``命令行支持 ``<Tab>`` 自动完成和其它快捷键吗?"
6262

6363
#: ../source/faq/mongo.txt:58
6464
msgid "The :program:`mongo` shell supports keyboard shortcuts. For example,"
65-
msgstr "`mongo`命令行程序支持快捷键。比如,"
65+
msgstr "`mongo` 命令行程序支持快捷键。比如,"
6666

6767
#: ../source/faq/mongo.txt:60
6868
msgid ""
@@ -99,7 +99,7 @@ msgstr ""
9999

100100
#: ../source/faq/mongo.txt:79
101101
msgid "How can I customize the ``mongo`` shell prompt?"
102-
msgstr "我可以自定义``mongo``命令行的提示符吗?"
102+
msgstr "我可以自定义 ``mongo`` 命令行的提示符吗?"
103103

104104
#: ../source/faq/mongo.txt:83
105105
msgid ""
@@ -153,7 +153,7 @@ msgid ""
153153
msgstr ""
154154
"在打开 :program:`mongo` 命令行程序之前,通过设置 :envvar:`EDITOR` 环境变量可"
155155
"以在 :program:`mongo` 命令行中使用你自己的编辑器。打开 :program:`mongo` 命令"
156-
"行之后,你也可以输入``edit <variable>`` 或 ``edit <function>`` 来使用外部指"
156+
"行之后,你也可以输入 ``edit <variable>`` 或 ``edit <function>`` 来使用外部指"
157157
"定编辑器,如下面的例子:"
158158

159159
#: ../source/faq/mongo.txt:132
@@ -166,7 +166,7 @@ msgstr "启动 :program:`mongo` 命令行程序:"
166166

167167
#: ../source/faq/mongo.txt:144
168168
msgid "Define a function ``myFunction``:"
169-
msgstr "定义一个函数``myFunction``:"
169+
msgstr "定义一个函数 ``myFunction``:"
170170

171171
#: ../source/faq/mongo.txt:150
172172
msgid "Edit the function using your editor:"

0 commit comments

Comments
 (0)