Skip to content

Commit 34bbf9b

Browse files
committed
translated MongoDB CRUD 概念
1 parent fc53731 commit 34bbf9b

File tree

1 file changed

+21
-84
lines changed

1 file changed

+21
-84
lines changed

locale/zh/LC_MESSAGES/core/crud.po

Lines changed: 21 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -4,140 +4,77 @@ msgstr ""
44
"Project-Id-Version: mongodb-manual 3.0\n"
55
"Report-Msgid-Bugs-To: \n"
66
"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"
108
"MIME-Version: 1.0\n"
119
"Content-Type: text/plain; charset=UTF-8\n"
1210
"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"
1315

1416
#: ../source/core/crud.txt:3
1517
msgid "MongoDB CRUD Concepts"
16-
msgstr "CRUD 概念"
17-
18+
msgstr "MongoDB CRUD 概念"
1819

1920
#: ../source/core/crud.txt:26
2021
msgid ":doc:`/core/query-optimization`"
21-
22-
msgstr ""
22+
msgstr ":doc:`/core/query-optimization`"
2323

2424
#: ../source/core/crud.txt:19
2525
msgid ":doc:`/core/distributed-queries`"
26-
msgstr ""
26+
msgstr ":doc:`/core/distributed-queries`"
2727

2828
#: ../source/core/crud.txt:20
2929
msgid ":doc:`/core/distributed-write-operations`"
30-
msgstr ""
30+
msgstr ":doc:`/core/distributed-write-operations`"
3131

3232
#: ../source/core/crud.txt:13
3333
msgid ""
3434
"This section contains information on additional concepts related to CRUD "
3535
"operations in MongoDB."
36-
msgstr ""
36+
msgstr "本节包含与MongoDB中CRUD操作相关的其他概念的信息。"
3737

3838
#: ../source/core/crud.txt:22
3939
msgid "Atomicity, consistency, and distributed operations"
40-
msgstr ""
41-
40+
msgstr "原子性,一致性,及分布式操作"
4241

4342
#: ../source/core/crud.txt:17
4443
msgid ":doc:`/core/write-operations-atomicity`"
45-
msgstr ""
46-
44+
msgstr ":doc:`/core/write-operations-atomicity`"
4745

4846
#: ../source/core/crud.txt:18
4947
msgid ":doc:`/core/read-isolation-consistency-recency`"
50-
msgstr ""
51-
48+
msgstr ":doc:`/core/read-isolation-consistency-recency`"
5249

5350
#: ../source/core/crud.txt:21
5451
msgid ":doc:`/tutorial/perform-two-phase-commits`"
55-
msgstr ""
56-
52+
msgstr ":doc:`/tutorial/perform-two-phase-commits`"
5753

5854
#: ../source/core/crud.txt:22
5955
msgid ":doc:`/tutorial/perform-findAndModify-quorum-reads`"
60-
msgstr ""
56+
msgstr ":doc:`/tutorial/perform-findAndModify-quorum-reads`"
6157

6258
#: ../source/core/crud.txt:28
6359
msgid "Query Plan, Performance, and Analysis"
64-
msgstr ""
60+
msgstr "查询计划,性能和分析"
6561

6662
#: ../source/core/crud.txt:25
6763
msgid ":doc:`/core/query-plans`"
68-
msgstr ""
64+
msgstr ":doc:`/core/query-plans`"
6965

7066
#: ../source/core/crud.txt:27
7167
msgid ":doc:`/tutorial/analyze-query-plan`"
72-
msgstr ""
68+
msgstr ":doc:`/tutorial/analyze-query-plan`"
7369

7470
#: ../source/core/crud.txt:28
7571
msgid ":doc:`/core/write-performance`"
76-
msgstr ""
77-
72+
msgstr ":doc:`/core/write-performance`"
7873

7974
#: ../source/core/crud.txt:31
8075
msgid "Miscellaneous"
81-
msgstr ""
76+
msgstr "其他"
8277

8378
#: ../source/core/crud.txt:31
8479
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

Comments
 (0)