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

Skip to content

Commit 3a97d73

Browse files
[po] auto sync
1 parent eec14f4 commit 3a97d73

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

howto/pyporting.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# telnetning <[email protected]>, 2019
1010
# Sonny <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
12-
# Meng Du <[email protected]>, 2021
1312
# Freesand Leo <[email protected]>, 2021
13+
# Meng Du <[email protected]>, 2021
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
2121
"PO-Revision-Date: 2019-09-01 03:37+0000\n"
22-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
22+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2021\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -149,6 +149,9 @@ msgid ""
149149
"3. Most changes required to support Python 3 lead to cleaner code using "
150150
"newer practices even in Python 2 code."
151151
msgstr ""
152+
"同时支持Python 2和3的一个关键点是,你可以从**今天**开始!即使你的依赖关系还不支持Python "
153+
"3,也不意味着你不能现在就对你的代码进行现代化改造以支持Python 3。支持Python 3所需的大多数变化都会使代码更干净,甚至在Python "
154+
"2的代码中也会使用更新的做法。"
152155

153156
#: ../../howto/pyporting.rst:58
154157
msgid ""

library/urllib.parse.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ msgstr ""
711711

712712
#: ../../library/urllib.parse.rst:529
713713
msgid "URL Quoting"
714-
msgstr ""
714+
msgstr "URL 转码"
715715

716716
#: ../../library/urllib.parse.rst:531
717717
msgid ""
@@ -721,6 +721,8 @@ msgid ""
721721
"recreate the original data from the contents of a URL component if that task"
722722
" isn't already covered by the URL parsing functions above."
723723
msgstr ""
724+
"URL 转码函数的功能是接收程序数据并通过对特殊字符进行转码并正确编码非 ASCII 文本来将其转为可以安全地用作 URL 组成部分的形式。 "
725+
"它们还支持逆转此操作以便从作为 URL 组成部分的内容中重建原始数据,如果上述的 URL 解析函数还未覆盖此功能的话。"
724726

725727
#: ../../library/urllib.parse.rst:539
726728
msgid ""

0 commit comments

Comments
 (0)