@@ -13,21 +13,21 @@ msgstr ""
13
13
14
14
#: ../source/applications/data-models.txt:6
15
15
msgid "Data Model Examples and Patterns"
16
- msgstr ""
16
+ msgstr "数据模型例子与范式 "
17
17
18
18
#: ../source/applications/data-models.txt:13
19
19
msgid ""
20
20
"The following documents provide overviews of various data modeling patterns "
21
21
"and common schema design considerations:"
22
- msgstr ""
22
+ msgstr "下列文章讨论了一些数据建模的范式以及常见模式设计方面的问题: "
23
23
24
24
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:23
25
25
msgid ":doc:`/applications/data-models-relationships`"
26
26
msgstr ""
27
27
28
28
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:4
29
29
msgid "Examples for modeling relationships between documents."
30
- msgstr ""
30
+ msgstr "文档关联建模例子。 "
31
31
32
32
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:11
33
33
msgid ""
@@ -39,6 +39,7 @@ msgid ""
39
39
"Presents a data model that uses :ref:`embedded documents <data-modeling-"
40
40
"embedding>` to describe one-to-one relationships between connected data."
41
41
msgstr ""
42
+ "使用 :ref:`内嵌文档 <data-modeling-embedding>` 来实现一对一关系的例子"
42
43
43
44
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:17
44
45
msgid ""
@@ -50,6 +51,7 @@ msgid ""
50
51
"Presents a data model that uses :ref:`embedded documents <data-modeling-"
51
52
"embedding>` to describe one-to-many relationships between connected data."
52
53
msgstr ""
54
+ "例子:使用 :ref:`内嵌文档 <data-modeling-embedding>` 来实现一对多关系"
53
55
54
56
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:23
55
57
msgid ""
@@ -62,14 +64,15 @@ msgid ""
62
64
"Presents a data model that uses :ref:`references <data-modeling-"
63
65
"referencing>` to describe one-to-many relationships between documents."
64
66
msgstr ""
67
+ "例子:使用 :ref:`引用 <data-modeling-referencing>` 方式来实现一对多关系"
65
68
66
69
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:42
67
70
msgid ":doc:`/applications/data-models-tree-structures`"
68
71
msgstr ""
69
72
70
73
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:26
71
74
msgid "Examples for modeling tree structures."
72
- msgstr ""
75
+ msgstr "例子:树形结构建模 "
73
76
74
77
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:33
75
78
msgid ":doc:`/tutorial/model-tree-structures-with-parent-references`"
@@ -81,6 +84,7 @@ msgid ""
81
84
"storing :ref:`references <data-modeling-referencing>` to \" parent\" nodes in"
82
85
" \" child\" nodes."
83
86
msgstr ""
87
+ "例子: 树结构,在\" 子节点\" 文档中保存对\" 父节点\" 的 :ref:`引用 <data-modeling-referencing>`"
84
88
85
89
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:39
86
90
msgid ":doc:`/tutorial/model-tree-structures-with-child-references`"
@@ -92,20 +96,22 @@ msgid ""
92
96
"storing :ref:`references <data-modeling-referencing>` to \" child\" nodes in "
93
97
"\" parent\" nodes."
94
98
msgstr ""
99
+ "例子: 树结构, 在\" 父节点\" 里保存对\" 子节点\" 的 :ref:`引用 <data-modeling-referencing>`"
95
100
96
101
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:41
97
102
msgid ""
98
103
"See :doc:`/applications/data-models-tree-structures` for additional examples"
99
104
" of data models for tree structures."
100
105
msgstr ""
106
+ "更多关于树结构建模的例子请参见 :doc:`/applications/data-models-tree-structures`"
101
107
102
108
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:56
103
109
msgid ":doc:`/applications/data-models-applications`"
104
110
msgstr ""
105
111
106
112
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:45
107
113
msgid "Examples for models for specific application contexts."
108
- msgstr ""
114
+ msgstr "特殊应用环境下得一些建模例子。 "
109
115
110
116
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:51
111
117
msgid ":doc:`/tutorial/model-data-for-atomic-operations`"
@@ -116,6 +122,8 @@ msgid ""
116
122
"Illustrates how embedding fields related to an atomic update within the same"
117
123
" document ensures that the fields are in sync."
118
124
msgstr ""
125
+ "解释内嵌文档如何可以使同一个文档内字段的原子更新得以实现。"
126
+
119
127
120
128
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:56
121
129
msgid ":doc:`/tutorial/model-data-for-keyword-search`"
@@ -127,3 +135,4 @@ msgid ""
127
135
" array in the same document as the text field. Combined with a multi-key "
128
136
"index, this pattern can support application's keyword search operations."
129
137
msgstr ""
138
+ "把关键词储存在数组里并结合多键索引来实现关键词搜索的一个范式。"
0 commit comments