Skip to content

Commit 198133f

Browse files
committed
Merge pull request mongodb#440 from flybywind/patch-1
Update write-concern.po
2 parents 9fee219 + be965bd commit 198133f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

locale/zh/LC_MESSAGES/reference/write-concern.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ msgstr "安全写级别参考"
1919
msgid ""
2020
":doc:`Write concern </core/write-concern>` describes the guarantee that "
2121
"MongoDB provides when reporting on the success of a write operation."
22-
msgstr ":doc:`安全写级别 </core/write-concern>` 描述了 MongoDB 在报告一个写"
23-
"操作的成功时提供的保障。"
22+
msgstr ":doc:`安全写级别 </core/write-concern>` 保证了 MongoDB 在一个写"
23+
"操作成功时能给用户发报告。"
2424

2525
#: ../source/reference/write-concern.txt:13
2626
msgid ""
@@ -43,24 +43,24 @@ msgid ""
4343
"commits these modifications to disk, regardless of write concern level or "
4444
"journaling configuration. As a result, applications may observe two classes "
4545
"of behaviors:"
46-
msgstr "若无视安全写级别或者日志配置,MongoDB 允许客户端读取未保存到修改到硬盘"
47-
"上的写入或者修改的文档。其结果是应用可能会观测到两类行为:"
46+
msgstr "不管安全写级别或者日志配置如何,MongoDB都允许客户端读取那些插入或者修改的文档,"
47+
"尽管它们还未commit到硬盘。其结果是应用可能会观测到两类行为:"
4848

4949
#: ../source/includes/fact-write-concern-read-uncommitted.rst:6
5050
msgid ""
5151
"For systems with multiple concurrent readers and writers, MongoDB will allow"
5252
" clients to read the results of a write operation before the write operation"
5353
" returns."
54-
msgstr "对于有着多病发的读和写的系统来,MongoDB 将允许客户端在一个写操作返回之前"
54+
msgstr "对于有着读写多并发的系统来说,MongoDB 将允许客户端在一个写操作返回之前"
5555
"读取它的结果。"
5656

5757
#: ../source/includes/fact-write-concern-read-uncommitted.rst:10
5858
msgid ""
5959
"If the :program:`mongod` terminates before the journal commits, even if a "
6060
"write returns successfully, queries may have read data that will not exist "
6161
"after the :program:`mongod` restarts."
62-
msgstr "如果在日志提交之前 :program:`mongod` 中断了,即使写操作成功返回了,"
63-
"在 :program:`mongod` 重起之后,查询也可能已经读取了不存在的数据。"
62+
msgstr "即使写操作成功返回了,如果在文档提交(commit)之前 :program:`mongod` 中断了,"
63+
"在 :program:`mongod` 重起之后,也可能查询到这些不存在的数据。"
6464

6565
#: ../source/includes/fact-write-concern-read-uncommitted.rst:14
6666
msgid ""
@@ -69,7 +69,7 @@ msgid ""
6969
" isolation: clients never see documents in intermediate states. For multi-"
7070
"document operations, MongoDB does not provide any multi-document "
7171
"transactions or isolation."
72-
msgstr "其他数据库系统将这些隔离语义定义为 *脏读* 。对于所有的插入和更新,"
72+
msgstr "其他数据库系统将这些隔离语义定义为 *脏读(read uncommitted)* 。对于所有的插入和更新,"
7373
"MongoDB 原子地修每一个文档;客户端绝对不会遇到中间状态的文档。对于多文档操作,"
7474
"MongoDB 不提供任何多文档事物或隔离。"
7575

0 commit comments

Comments
 (0)