Skip to content

Commit 1ad1ba7

Browse files
committed
fix core/index-sparse.po
1 parent a9c8a00 commit 1ad1ba7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

locale/zh/LC_MESSAGES/core/index-sparse.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: MongoDB Manual\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2014-04-08 13:03-0400\n"
11-
"PO-Revision-Date: 2014-10-19 13:12+0800\n"
11+
"PO-Revision-Date: 2014-10-19 13:28+0800\n"
1212
"Last-Translator: YEXINGZHE54 <[email protected]>\n"
1313
"Language-Team: Chinese (http://www.transifex.com/projects/p/mongodb-manual/"
1414
"language/zh/)\n"
@@ -34,11 +34,11 @@ msgid ""
3434
"sparse indexes contain all documents in a collection, storing null values "
3535
"for those documents that do not contain the indexed field."
3636
msgstr ""
37-
"稀疏索引中值存储那些有被索引键的文档的索引项,即使被索引键的值是null(译者注:"
38-
"请注意,这里对null的处理和那些特殊索引的默认稀疏特性有细微差别,比如文本索"
39-
",2d索引等)。索引会跳过所有不包含被索引键的文档。这个索引之所以称为 \"稀疏"
40-
"\" 是因为它并不包括集合中的所有文档。与之相反,非稀疏的索引会索引每一篇文档,"
41-
"如果一篇文档不含被索引键则为它存储一个null值。"
37+
"稀疏索引中值存储那些有被索引键的文档的索引项,即使被索引键的值是null也会被索"
38+
"引(译者注:请注意,这里对null的处理和那些特殊索引的默认稀疏特性有细微差别,"
39+
"如文本索引,2d索引等)。索引会跳过所有不包含被索引键的文档。这个索引之所以称"
40+
"\"稀疏\" 是因为它并不包括集合中的所有文档。与之相反,非稀疏的索引会索引每"
41+
"一篇文档,如果一篇文档不含被索引键则为它存储一个null值。"
4242

4343
# bc4a29a4d83e4b05b914ebe0e2c66284
4444
#: ../source/core/index-sparse.txt:30
@@ -240,7 +240,8 @@ msgid ""
240240
msgstr ""
241241
":ref:`2dsphere (version 2) <2dsphere-v2>`, :doc:`2d </core/2d>`, :doc:"
242242
"`geoHaystack </core/geohaystack>`, 和 :doc:`text </core/index-text>` 这些索引"
243-
"总是 ``稀疏`` 的。"
243+
"总是 ``稀疏`` 的(译者注:请注意,这些索引对null的处理和这里的稀疏索引的处理有"
244+
"细微差别,不要混淆了!)。"
244245

245246
#: ../source/core/index-sparse.txt:61
246247
msgid "``sparse`` Compound Indexes"

0 commit comments

Comments
 (0)