Skip to content

Commit 7b03c5e

Browse files
committed
translate sharding po file
1 parent 427735c commit 7b03c5e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

locale/zh/LC_MESSAGES/core/sharding.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ msgstr ""
2525
# 2c63a91f5b4642e8aac98a4043b82b38
2626
#: ../source/core/sharding.txt:7
2727
msgid ""
28-
"These documents present the details of sharding in MongoDB. These include "
29-
"the components, the architectures, and the behaviors of MongoDB sharded "
28+
"这些文档对MongoDB中的分片进行了详细的描述. 包括 "
29+
"MongoDB集群的组成成员,构成结构和行为 "
3030
"clusters. For an overview of sharding and sharded clusters, see :doc:`/core"
3131
"/sharding-introduction`."
3232
msgstr ""

locale/zh/LC_MESSAGES/sharding.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ msgstr ""
1818
#: ../source/sharding.txt:9
1919
msgid ""
2020
"Sharding is the process of storing data records across multiple machines and"
21+
"分片是MongoDB使用多个机器进行存储以"
2122
" is MongoDB's approach to meeting the demands of data growth. As the size of"
23+
"应对数据量增长的解决办法,随着数据库中数据"
2224
" the data increases, a single machine may not be sufficient to store the "
25+
"的增长,单个机器磁盘容量可能不足以存放"
2326
"data nor provide an acceptable read and write throughput. Sharding solves "
27+
"读写的性能也可能下降到难以接受的程度.分片"
2428
"the problem with horizontal scaling. With sharding, you add more machines to"
29+
"使用横向扩展解决了这个问题.使用分片时,你可以通过增加机器来"
2530
" support data growth and the demands of read and write operations."
31+
"满足数据增长对存储的需要并且提供较好的读写性能"
2632
msgstr ""
2733

2834
#: ../source/includes/toc/dfn-list-spec-sharding-landing.rst:6

0 commit comments

Comments
 (0)