Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19e8e6d

Browse files
[po] auto sync
1 parent 4e24aa1 commit 19e8e6d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

library/shelve.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Zombie110year <[email protected]>, 2019
88
# Menghua Xiao <[email protected]>, 2019
99
# walkinrain <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2019-12-16 04:24+0000\n"
1818
"PO-Revision-Date: 2019-09-01 03:28+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,6 +41,9 @@ msgid ""
4141
" and objects containing lots of shared sub-objects. The keys are ordinary "
4242
"strings."
4343
msgstr ""
44+
"\"shelf\" 是一种持久化的类似字典的对象。 与 \"dbm\" 数据库的区别在于 shelf 中的值(不是键!)实际上可以为任意 Python "
45+
"对象 --- 即 :mod:`pickle` 模块能够处理的任何东西。 这包括大部分类实例、递归数据类型,以及包含大量共享子对象的对象。 "
46+
"键则为普通的字符串。"
4447

4548
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/shelve.rst:22
4649
msgid ""

0 commit comments

Comments
 (0)