@@ -35,7 +35,7 @@ msgid ""
35
35
"Insert a document into a collection named ``inventory``. The operation will "
36
36
"create the collection if the collection does not currently exist."
37
37
msgstr ""
38
- "以下示例向名为``inventory``的集合中插入一个文档。若该集合不存在,此方法将创建该集合。"
38
+ "以下示例向名为 ``inventory`` 的集合中插入一个文档。若该集合不存在,此方法将创建该集合。"
39
39
40
40
#: ../source/includes/steps/getting-started-insert.rst:31
41
41
msgid ""
@@ -78,7 +78,7 @@ msgid ""
78
78
"/object-id>` values in your documents will differ from the ones shown."
79
79
msgstr ""
80
80
"在返回文档中可以看到,MongoDB 向文档中添加了一个 ``_id`` 字段。"
81
- "如果客户端插入文档不包含 ``_id`` 字段,MongoDB服务器将自动添加该字段并设置其值为 :manual:`ObjectId </reference/object-id>`。"
81
+ "如果客户端插入文档不包含 ``_id`` 字段,MongoDB服务器将自动添加该字段并设置其值为 :manual:`ObjectId </reference/object-id>` 。"
82
82
"你的文档中的 :manual:`ObjectId </reference/object-id>` 值会和以上显示的不同。"
83
83
84
84
#: ../source/tutorial/insert-documents.txt:16
@@ -139,11 +139,11 @@ msgstr ""
139
139
msgid ""
140
140
"The inserted documents will each have an ``_id`` field added by MongoDB."
141
141
msgstr ""
142
- "每个插入的文档都将包含MongoDB自动添加的``_id``字段。"
142
+ "每个插入的文档都将包含MongoDB自动添加的 ``_id`` 字段。"
143
143
144
144
#: ../source/tutorial/insert-documents.txt:24
145
145
msgid "Insert Multiple Documents with ``Bulk``"
146
- msgstr "用``Bulk``插入多个文档"
146
+ msgstr "用 ``Bulk`` 插入多个文档"
147
147
148
148
#: ../source/tutorial/insert-documents.txt:28
149
149
msgid ""
@@ -157,14 +157,14 @@ msgstr ""
157
157
158
158
#: ../source/includes/steps/getting-started-insert-bulk.rst:8
159
159
msgid "Initialize a ``Bulk`` operations builder."
160
- msgstr "初始化一个操作构建器``Bulk``。"
160
+ msgstr "初始化一个操作构建器 ``Bulk`` 。"
161
161
162
162
#: ../source/includes/steps/getting-started-insert-bulk.rst:11
163
163
msgid ""
164
164
"Initialize a :method:`Bulk` operations builder for the collection "
165
165
"``inventory``."
166
166
msgstr ""
167
- "给集合``inventory``初始化一个操作构建器 :method:`Bulk` 。"
167
+ "给集合 ``inventory`` 初始化一个操作构建器 :method:`Bulk` 。"
168
168
169
169
#: ../source/includes/steps/getting-started-insert-bulk.rst:20
170
170
msgid ""
@@ -187,14 +187,14 @@ msgstr ""
187
187
188
188
#: ../source/includes/steps/getting-started-insert-bulk.rst:42
189
189
msgid "Add insert operations to the ``bulk`` object."
190
- msgstr "向``bulk``对象中添加插入操作。"
190
+ msgstr "向 ``bulk`` 对象中添加插入操作。"
191
191
192
192
#: ../source/includes/steps/getting-started-insert-bulk.rst:45
193
193
msgid ""
194
194
"Add two insert operations to the ``bulk`` object using the "
195
195
":method:`Bulk.insert()` method."
196
196
msgstr ""
197
- "使用 :method:`Bulk.insert()` 方法向``bulk``对象中添加两个插入操作。"
197
+ "使用 :method:`Bulk.insert()` 方法向 ``bulk`` 对象中添加两个插入操作。"
198
198
199
199
#: ../source/includes/steps/getting-started-insert-bulk.rst:80
200
200
msgid "Execute the bulk operation."
@@ -205,7 +205,7 @@ msgid ""
205
205
"Call the :method:`~Bulk.execute()` method on the ``bulk`` object to execute "
206
206
"the operations in its list."
207
207
msgstr ""
208
- "调用``bulk``对象的:method:`~Bulk.execute()`方法以执行``bulk``对象列表中的所有操作。"
208
+ "调用 ``bulk`` 对象的 :method:`~Bulk.execute()` 方法以执行 ``bulk`` 对象列表中的所有操作。"
209
209
210
210
#: ../source/tutorial/insert-documents.txt:36
211
211
msgid "Additional Examples and Methods"
@@ -223,6 +223,6 @@ msgid ""
223
223
"individual reference pages for the methods for more information and "
224
224
"examples."
225
225
msgstr ""
226
- "使用:method:`db.collection.update()`方法、:method:`db.collection.findAndModify()`,以及"
227
- "method:`db.collection.save()`方法也能新增文档。"
226
+ "使用 :method:`db.collection.update()` 方法、 :method:`db.collection.findAndModify()` ,以及"
227
+ "method:`db.collection.save()` 方法也能新增文档。"
228
228
"可分别查看他们的页面获取更多的信息和示例。"
0 commit comments