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

Skip to content

Commit 1dc6c56

Browse files
committed
[po] auto sync bot
1 parent ff0ddef commit 1dc6c56

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

library/base64.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Zombie110year <[email protected]>, 2018
8+
# Saiyang Gou <[email protected]>, 2018
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1516
"PO-Revision-Date: 2017-02-16 18:42+0000\n"
16-
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2018\n"
17+
"Last-Translator: Saiyang Gou <gousaiyang223@gmail.com>, 2018\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -37,8 +38,9 @@ msgid ""
3738
"which defines the Base16, Base32, and Base64 algorithms, and for the de-"
3839
"facto standard Ascii85 and Base85 encodings."
3940
msgstr ""
40-
"此模组提供了将二进制数据编码为可打印的 ASCII 字符以及将其解码为二进制的函数。提供的编码(encoding)、解码(decoding)函数可用 "
41-
":rfc:`3548` 指定的编码,定义了 Base16, Base32 和 Base64 算法以及标准的 Ascii85 和 Base85 编码。"
41+
"此模块提供了将二进制数据编码为可打印的 ASCII 字符以及将其解码为二进制的函数。它为 :rfc:`3548` 指定的编码(包括 Base16, "
42+
"Base32 和 Base64 算法),以及已被广泛接受的 Ascii85 和 Base85 "
43+
"编码提供了编码(encoding)和解码(decoding)函数。"
4244

4345
#: ../../library/base64.rst:22
4446
msgid ""

reference/datamodel.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,8 @@ msgid ""
24812481
"length\" built-in types such as :class:`int`, :class:`bytes` and "
24822482
":class:`tuple`."
24832483
msgstr ""
2484+
"非空的 *__slots__* 不适用于派生自“可变长度”内置类型例如 :class:`int`、:class:`bytes` 和 "
2485+
":class:`tuple` 的派生类。"
24842486

24852487
#: ../../reference/datamodel.rst:1774
24862488
msgid ""

tutorial/inputoutput.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ msgstr ""
545545

546546
#: ../../tutorial/inputoutput.rst:496
547547
msgid ":mod:`pickle` - the pickle module"
548-
msgstr "封存封存:mod:`pickle` - pickle模块"
548+
msgstr ":mod:`pickle` - 封存模块"
549549

550550
#: ../../tutorial/inputoutput.rst:498
551551
msgid ""

0 commit comments

Comments
 (0)