@@ -4,7 +4,7 @@ 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 : 2015-01-17 23:32 +0800\n "
7
+ "PO-Revision-Date : 2015-01-19 20:49 +0800\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 "
@@ -79,7 +79,7 @@ msgstr ""
79
79
msgid ""
80
80
"Returns a cursor that begins returning results only after passing or "
81
81
"skipping a number of documents."
82
- msgstr "返回一个游标,该游标仅仅在跳过指定数目的文档后才开始返回结果 。"
82
+ msgstr "返回一个游标,该游标仅仅在跳过或略过指定数目的文档后才开始返回结果 。"
83
83
84
84
#: ../source/includes/toc/table-spec-crud-cursor-methods.rst:16
85
85
msgid ":method:`cursor.sort()`"
@@ -162,9 +162,9 @@ msgid ""
162
162
"Provides a wrapper around an :method:`~db.collection.insert()` and :method:"
163
163
"`~db.collection.update()` to insert new documents."
164
164
msgstr ""
165
- "提供了 :method:`~db.collection.insert()` 和 :method:`~db.collection."
166
- "update()` 的包装方法来插入一个新文档(意即文档不存在时才插入,存在时更 "
167
- "新) 。"
165
+ "提供 :method:`~db.collection.insert()` 和 :method:`~db.collection."
166
+ "update()` 的封装方法来插入新文档,即插入的新文档不存在时执行插入,存在时执 "
167
+ "行更新 。"
168
168
169
169
#: ../source/includes/toc/table-spec-crud-collection-methods.rst:18
170
170
msgid ":method:`db.collection.update()`"
0 commit comments