File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
locale/zh/LC_MESSAGES/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ msgid ""
31
31
"collection is a group of related documents that have a set of shared common "
32
32
"indexes. Collections are analogous to a table in relational databases."
33
33
msgstr ""
34
- "MongoDB存储所有的文档在集合 :term:`集合 <collection>` 里。 集合是一组相关的文"
34
+ "MongoDB存储所有的文档在 :term:`集合 <collection>` 里。 集合是一组相关的文"
35
35
"档,他们拥有一套共享的通用索引。集合与关系型数据库中的表是类似的。"
36
36
37
37
# 615aa9f7b74c4a31a384c247436070e4
@@ -55,7 +55,7 @@ msgid ""
55
55
msgstr ""
56
56
"在MongoDB中,查询以一个特定的文档集合作为查询目标。查询指定一些条件,这些条件"
57
57
"确定MongoDB返回到客户端的文档。查询可以包含一个*映射*,它指定返回的匹配文档的"
58
- "字段。你可以使用limits、skips以及sort order来有选择的修饰查询 。"
58
+ "字段。你可以使用limits、skips以及sort 命令来有选择的修饰查询 。"
59
59
60
60
# 204522c4ac3242be8142dd06a1326630
61
61
#: ../source/core/crud-introduction.txt:38
@@ -171,7 +171,7 @@ msgid ""
171
171
msgstr ""
172
172
"MongoDB以 *文档* 的形式存储数据,文档很类似于JSON的字段和值对。文档与编程语言"
173
173
"中把键值对关联起来的结构很类似,比如dictionaries、 hashes、 maps以及 "
174
- "associative arrays。正式的来说,MongoDB文档是BSON文档 。BSON是有额外类别信息"
174
+ "associative arrays。正式的来说,MongoDB文档是:term:`BSON`文档 。BSON是有额外类别信息"
175
175
"的 :term:`JSON` 的二进制表现形式。在文档里,字段的值可以是BSON数据类型中的任"
176
176
"意一种,包括其他的文档、数组以及文档数组。更多资料,请参见 :doc:`/core/"
177
177
"document` 。"
You can’t perform that action at this time.
0 commit comments