@@ -61,7 +61,7 @@ msgid ""
6161"through the :dbcommand:`aggregate` database command."
6262msgstr ""
6363"聚合管道是一个基于数据处理管道概念的框架,它用于执行聚合任务。使用这个框架,"
64- "MongoDB可以让一个集合中的多个文档通过一个管道。这个管道将一组文档转化为聚合结果 ,"
64+ "MongoDB可以让一个集合中的多个文档通过一个管道。这个管道会将这组文档转化为聚合结果 ,"
6565"你可以通过数据库的聚合命令来访问这些结果。"
6666
6767#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:22
@@ -74,10 +74,12 @@ msgid ""
7474" quantities of data. MongoDB provides map-reduce with the "
7575":dbcommand:`mapReduce` database command."
7676msgstr ""
77+ "映射化简是一种处理大量数据的,多阶段的泛化数据聚合的方法。"
78+ "MongoDB提供了映射化简的数据库命令 :dbcommand:`mapReduce` "
7779
7880#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:29
7981msgid ":doc:`/core/single-purpose-aggregation`"
80- msgstr ""
82+ msgstr "单一用途的聚合 "
8183
8284#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:25
8385msgid ""
@@ -86,31 +88,35 @@ msgid ""
8688"include returning counts of documents, distinct values of a field, and "
8789"simple grouping operations."
8890msgstr ""
91+ "MongoDB提供了一个针对特定的数据聚合操作的集合,以支持一些公共的数据聚合的功能。"
92+ "这些操作包含返回文档个数,对某个字段的值去重,和简单的归类操作。"
8993
9094#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:34
9195msgid ":doc:`/core/aggregation-mechanics`"
92- msgstr ""
96+ msgstr "聚合的运作方式 "
9397
9498#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:32
9599msgid ""
96100"Details internal optimization operations, limits, support for sharded "
97101"collections, and concurrency concerns."
98102msgstr ""
103+ "详细的内部优化操作,限制,对分片集合的支持,和并发关系。"
99104
100105#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:37
101106msgid ":doc:`/applications/aggregation`"
102- msgstr ""
107+ msgstr "聚合的例子 "
103108
104109#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:37
105110msgid "Examples and tutorials for data aggregation operations in MongoDB."
106- msgstr ""
111+ msgstr "一些在MongoDB中执行数据聚合操作的例子和教程。 "
107112
108113#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:39
109114msgid ":doc:`/reference/aggregation`"
110- msgstr ""
115+ msgstr "聚合参考 "
111116
112117#: ../source/includes/toc/dfn-list-spec-aggregation-landing.rst:40
113118msgid ""
114119"References for all aggregation operations material for all data aggregation "
115120"methods in MongoDB."
116121msgstr ""
122+ "MongoDB中所有的数据聚合操作的参考资料。"
0 commit comments