Skip to content

Commit dccf0e0

Browse files
committed
Update aggregation-introduction.po
1 parent 9422ca0 commit dccf0e0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

locale/zh/LC_MESSAGES/core/aggregation-introduction.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ msgid ""
3232
"requirements."
3333
msgstr ""
3434
"*聚合*是泛指各种可以处理批量记录并返回计算结果的操作。MongoDB提供了丰富的聚合操作,"
35+
"用于对数据集执行计算操作。在:program:`mongod` 实例上执行聚合操作可以大大简化应用的代码,"
36+
"并降低对资源的消耗。"
3537

3638
# 27f9370e5e8d42d3bee0e4ac1a9e7b83
3739
#: ../source/core/aggregation-introduction.txt:17
@@ -40,16 +42,18 @@ msgid ""
4042
"<collection>` of documents as an input and return results in the form of one"
4143
" or more documents."
4244
msgstr ""
45+
"在MongoDB中,像查询之类的聚合操作都是使用:term:`collections <集合> 中的文档作为输入,"
46+
"最终的结果可以输出一个或者多个文档。"
4347

4448
# db590a4fea584978a5d138ec6c732a7e
4549
#: ../source/core/aggregation-introduction.txt:22
4650
msgid "Aggregation Modalities"
47-
msgstr ""
51+
msgstr "聚合方式"
4852

4953
# 073fd8c96dde463680e2c7e34b7ae039
5054
#: ../source/core/aggregation-introduction.txt:25
5155
msgid "Aggregation Pipelines"
52-
msgstr ""
56+
msgstr "聚合管道"
5357

5458
# f769b5ad3a9348a3a66c71a91deff673
5559
#: ../source/core/aggregation-introduction.txt:27
@@ -59,14 +63,16 @@ msgid ""
5963
"enter a multi-stage pipeline that transforms the documents into an "
6064
"aggregated result."
6165
msgstr ""
66+
"MongoDB 2.2 引入了一种新的基于数据处理管道概念的:doc:`聚合框架 </core/aggregation-"
67+
"pipeline>`。通过一个多阶段的管道,将一组文档转化为最终的聚合结果。 "
6268

6369
# e417b234fbc04bf5959fc2f1218b8bb5
6470
#: ../source/core/aggregation-introduction.txt:32
6571
msgid ""
6672
"The most basic pipeline stages provide *filters* that operate like queries "
6773
"and *document transformations* that modify the form of the output document."
6874
msgstr ""
69-
75+
"一个管道最基本的功能包含类似于查询的*过滤*功能,和可以修改输出结果的*文档转化*功能"
7076
# 495a185c6cfe4a12ac89b536d5da01f4
7177
#: ../source/core/aggregation-introduction.txt:36
7278
msgid ""

0 commit comments

Comments
 (0)