@@ -4,140 +4,77 @@ msgstr ""
4
4
"Project-Id-Version : mongodb-manual 3.0\n "
5
5
"Report-Msgid-Bugs-To : \n "
6
6
"POT-Creation-Date : 2015-08-20 19:13-0400\n "
7
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
8
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
- "
Language-Team :
LANGUAGE <[email protected] >\n "
7
+ "PO-Revision-Date : 2016-07-28 12:10+0800\n "
10
8
"MIME-Version : 1.0\n "
11
9
"Content-Type : text/plain; charset=UTF-8\n "
12
10
"Content-Transfer-Encoding : 8bit\n "
11
+ "Last-Translator : \n "
12
+ "Language-Team : \n "
13
+ "Language : zh_CN\n "
14
+ "X-Generator : Poedit 1.8.8\n "
13
15
14
16
#: ../source/core/crud.txt:3
15
17
msgid "MongoDB CRUD Concepts"
16
- msgstr "CRUD 概念"
17
-
18
+ msgstr "MongoDB CRUD 概念"
18
19
19
20
#: ../source/core/crud.txt:26
20
21
msgid ":doc:`/core/query-optimization`"
21
-
22
- msgstr ""
22
+ msgstr ":doc:`/core/query-optimization`"
23
23
24
24
#: ../source/core/crud.txt:19
25
25
msgid ":doc:`/core/distributed-queries`"
26
- msgstr ""
26
+ msgstr ":doc:`/core/distributed-queries` "
27
27
28
28
#: ../source/core/crud.txt:20
29
29
msgid ":doc:`/core/distributed-write-operations`"
30
- msgstr ""
30
+ msgstr ":doc:`/core/distributed-write-operations` "
31
31
32
32
#: ../source/core/crud.txt:13
33
33
msgid ""
34
34
"This section contains information on additional concepts related to CRUD "
35
35
"operations in MongoDB."
36
- msgstr ""
36
+ msgstr "本节包含与MongoDB中CRUD操作相关的其他概念的信息。 "
37
37
38
38
#: ../source/core/crud.txt:22
39
39
msgid "Atomicity, consistency, and distributed operations"
40
- msgstr ""
41
-
40
+ msgstr "原子性,一致性,及分布式操作"
42
41
43
42
#: ../source/core/crud.txt:17
44
43
msgid ":doc:`/core/write-operations-atomicity`"
45
- msgstr ""
46
-
44
+ msgstr ":doc:`/core/write-operations-atomicity`"
47
45
48
46
#: ../source/core/crud.txt:18
49
47
msgid ":doc:`/core/read-isolation-consistency-recency`"
50
- msgstr ""
51
-
48
+ msgstr ":doc:`/core/read-isolation-consistency-recency`"
52
49
53
50
#: ../source/core/crud.txt:21
54
51
msgid ":doc:`/tutorial/perform-two-phase-commits`"
55
- msgstr ""
56
-
52
+ msgstr ":doc:`/tutorial/perform-two-phase-commits`"
57
53
58
54
#: ../source/core/crud.txt:22
59
55
msgid ":doc:`/tutorial/perform-findAndModify-quorum-reads`"
60
- msgstr ""
56
+ msgstr ":doc:`/tutorial/perform-findAndModify-quorum-reads` "
61
57
62
58
#: ../source/core/crud.txt:28
63
59
msgid "Query Plan, Performance, and Analysis"
64
- msgstr ""
60
+ msgstr "查询计划,性能和分析 "
65
61
66
62
#: ../source/core/crud.txt:25
67
63
msgid ":doc:`/core/query-plans`"
68
- msgstr ""
64
+ msgstr ":doc:`/core/query-plans` "
69
65
70
66
#: ../source/core/crud.txt:27
71
67
msgid ":doc:`/tutorial/analyze-query-plan`"
72
- msgstr ""
68
+ msgstr ":doc:`/tutorial/analyze-query-plan` "
73
69
74
70
#: ../source/core/crud.txt:28
75
71
msgid ":doc:`/core/write-performance`"
76
- msgstr ""
77
-
72
+ msgstr ":doc:`/core/write-performance`"
78
73
79
74
#: ../source/core/crud.txt:31
80
75
msgid "Miscellaneous"
81
- msgstr ""
76
+ msgstr "其他 "
82
77
83
78
#: ../source/core/crud.txt:31
84
79
msgid ":doc:`/core/tailable-cursors`"
85
- msgstr ""
86
-
87
- #~ msgid ""
88
- #~ "The :doc:`/core/read-operations` and :doc:`/core/write-operations` documents"
89
- #~ " introduce the behavior and operations of read and write operations for "
90
- #~ "MongoDB deployments."
91
- #~ msgstr ""
92
-
93
- #~ msgid ":doc:`/core/read-operations`"
94
- #~ msgstr ""
95
-
96
- #~ msgid ""
97
- #~ "Queries are the core operations that return data in MongoDB. Introduces "
98
- #~ "queries, their behavior, and performances."
99
- #~ msgstr ""
100
-
101
- #~ msgid ":doc:`/core/cursors`"
102
- #~ msgstr ""
103
-
104
- #~ msgid ""
105
- #~ "Queries return iterable objects, called cursors, that hold the full result "
106
- #~ "set."
107
- #~ msgstr ""
108
-
109
- #~ msgid "Analyze and improve query performance."
110
- #~ msgstr ""
111
-
112
- #~ msgid ""
113
- #~ "Describes how :term:`sharded clusters <sharded cluster>` and :term:`replica "
114
- #~ "sets <replica set>` affect the performance of read operations."
115
- #~ msgstr ""
116
-
117
- #~ msgid ":doc:`/core/write-operations`"
118
- #~ msgstr ""
119
-
120
- #~ msgid ""
121
- #~ "Write operations insert, update, or remove documents in MongoDB. Introduces "
122
- #~ "data create and modify operations, their behavior, and performances."
123
- #~ msgstr ""
124
-
125
- #~ msgid ":doc:`/core/write-concern`"
126
- #~ msgstr ""
127
-
128
- #~ msgid ""
129
- #~ "Describes the kind of guarantee MongoDB provides when reporting on the "
130
- #~ "success of a write operation."
131
- #~ msgstr ""
132
-
133
- #~ msgid ""
134
- #~ "Describes how MongoDB directs write operations on :term:`sharded clusters "
135
- #~ "<sharded cluster>` and :term:`replica sets <replica set>` and the "
136
- #~ "performance characteristics of these operations."
137
- #~ msgstr ""
138
-
139
- #~ msgid ""
140
- #~ "Continue reading from :doc:`/core/write-operations` for additional "
141
- #~ "background on the behavior of data modification operations in MongoDB."
142
- #~ msgstr ""
143
-
80
+ msgstr ":doc:`/core/tailable-cursors`"
0 commit comments