Skip to content

Commit 010dbc4

Browse files
committed
Issue 73: translated
1 parent 398cd03 commit 010dbc4

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

locale/zh/LC_MESSAGES/applications/data-models.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ msgstr ""
1313

1414
#: ../source/applications/data-models.txt:6
1515
msgid "Data Model Examples and Patterns"
16-
msgstr ""
16+
msgstr "数据模型例子与范式"
1717

1818
#: ../source/applications/data-models.txt:13
1919
msgid ""
2020
"The following documents provide overviews of various data modeling patterns "
2121
"and common schema design considerations:"
22-
msgstr ""
22+
msgstr "下列文章讨论了一些数据建模的范式以及常见模式设计方面的问题: "
2323

2424
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:23
2525
msgid ":doc:`/applications/data-models-relationships`"
2626
msgstr ""
2727

2828
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:4
2929
msgid "Examples for modeling relationships between documents."
30-
msgstr ""
30+
msgstr "文档关联建模例子。"
3131

3232
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:11
3333
msgid ""
@@ -39,6 +39,7 @@ msgid ""
3939
"Presents a data model that uses :ref:`embedded documents <data-modeling-"
4040
"embedding>` to describe one-to-one relationships between connected data."
4141
msgstr ""
42+
"使用 :ref:`内嵌文档 <data-modeling-embedding>` 来实现一对一关系的例子"
4243

4344
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:17
4445
msgid ""
@@ -50,6 +51,7 @@ msgid ""
5051
"Presents a data model that uses :ref:`embedded documents <data-modeling-"
5152
"embedding>` to describe one-to-many relationships between connected data."
5253
msgstr ""
54+
"例子:使用 :ref:`内嵌文档 <data-modeling-embedding>` 来实现一对多关系"
5355

5456
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:23
5557
msgid ""
@@ -62,14 +64,15 @@ msgid ""
6264
"Presents a data model that uses :ref:`references <data-modeling-"
6365
"referencing>` to describe one-to-many relationships between documents."
6466
msgstr ""
67+
"例子:使用 :ref:`引用 <data-modeling-referencing>` 方式来实现一对多关系"
6568

6669
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:42
6770
msgid ":doc:`/applications/data-models-tree-structures`"
6871
msgstr ""
6972

7073
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:26
7174
msgid "Examples for modeling tree structures."
72-
msgstr ""
75+
msgstr "例子:树形结构建模"
7376

7477
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:33
7578
msgid ":doc:`/tutorial/model-tree-structures-with-parent-references`"
@@ -81,6 +84,7 @@ msgid ""
8184
"storing :ref:`references <data-modeling-referencing>` to \"parent\" nodes in"
8285
" \"child\" nodes."
8386
msgstr ""
87+
"例子: 树结构,在\"子节点\"文档中保存对\"父节点\"的 :ref:`引用 <data-modeling-referencing>`"
8488

8589
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:39
8690
msgid ":doc:`/tutorial/model-tree-structures-with-child-references`"
@@ -92,20 +96,22 @@ msgid ""
9296
"storing :ref:`references <data-modeling-referencing>` to \"child\" nodes in "
9397
"\"parent\" nodes."
9498
msgstr ""
99+
"例子: 树结构, 在\"父节点\"里保存对\"子节点\"的 :ref:`引用 <data-modeling-referencing>`"
95100

96101
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:41
97102
msgid ""
98103
"See :doc:`/applications/data-models-tree-structures` for additional examples"
99104
" of data models for tree structures."
100105
msgstr ""
106+
"更多关于树结构建模的例子请参见 :doc:`/applications/data-models-tree-structures`"
101107

102108
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:56
103109
msgid ":doc:`/applications/data-models-applications`"
104110
msgstr ""
105111

106112
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:45
107113
msgid "Examples for models for specific application contexts."
108-
msgstr ""
114+
msgstr "特殊应用环境下得一些建模例子。"
109115

110116
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:51
111117
msgid ":doc:`/tutorial/model-data-for-atomic-operations`"
@@ -116,6 +122,8 @@ msgid ""
116122
"Illustrates how embedding fields related to an atomic update within the same"
117123
" document ensures that the fields are in sync."
118124
msgstr ""
125+
"解释内嵌文档如何可以使同一个文档内字段的原子更新得以实现。"
126+
119127

120128
#: ../source/includes/toc/dfn-list-spec-data-model-examples-landing.rst:56
121129
msgid ":doc:`/tutorial/model-data-for-keyword-search`"
@@ -127,3 +135,4 @@ msgid ""
127135
" array in the same document as the text field. Combined with a multi-key "
128136
"index, this pattern can support application's keyword search operations."
129137
msgstr ""
138+
"把关键词储存在数组里并结合多键索引来实现关键词搜索的一个范式。"

0 commit comments

Comments
 (0)