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

Skip to content

Commit e6e8d98

Browse files
[po] auto sync
1 parent 7aff623 commit e6e8d98

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

howto/pyporting.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Shengjing Zhu <[email protected]>, 2019
88
# Junkai Shao <[email protected]>, 2019
99
# telnetning <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
1110
# Sonny <[email protected]>, 2019
1211
# ppcfish <[email protected]>, 2019
1312
# Meng Du <[email protected]>, 2021
13+
# Freesand Leo <[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: Meng Du <alphanow@gmail.com>, 2021\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -86,7 +86,7 @@ msgstr "为了使你的项目与单源Python 2/3兼容,基本步骤如下:"
8686

8787
#: ../../howto/pyporting.rst:32
8888
msgid "Only worry about supporting Python 2.7"
89-
msgstr ""
89+
msgstr "只担心支持Python 2.7的问题"
9090

9191
#: ../../howto/pyporting.rst:33
9292
msgid ""
@@ -102,7 +102,8 @@ msgstr "了解Python 2 和 3之间的区别"
102102
msgid ""
103103
"Use Futurize_ (or Modernize_) to update your code (e.g. ``pip install "
104104
"future``)"
105-
msgstr "使用 Futurize_ (或 Modernize_) 升级你的代码 (例如. ``pip install future``)"
105+
msgstr ""
106+
"使用 Futurize_ (或Modernize_) 来更新你的代码 (例如``python -m pip install future``)。"
106107

107108
#: ../../howto/pyporting.rst:37
108109
msgid ""
@@ -115,13 +116,17 @@ msgid ""
115116
"Use caniusepython3_ to find out which of your dependencies are blocking your"
116117
" use of Python 3 (``pip install caniusepython3``)"
117118
msgstr ""
119+
"使用 caniusepython3_ 来找出你的哪些依赖关系阻碍了你对 Python 3 的使用 (``pip install "
120+
"caniusepython3``)"
118121

119122
#: ../../howto/pyporting.rst:41
120123
msgid ""
121124
"Once your dependencies are no longer blocking you, use continuous "
122125
"integration to make sure you stay compatible with Python 2 & 3 (tox_ can "
123126
"help test against multiple versions of Python; ``pip install tox``)"
124127
msgstr ""
128+
"一旦你的依赖关系不再阻碍你,使用持续集成来确保你与 Python 2 和 3 保持兼容 (tox_ 可以帮助对多个版本的 Python 进行测试; "
129+
"``pip install tox``)"
125130

126131
#: ../../howto/pyporting.rst:44
127132
msgid ""

library/urllib.parse.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ msgid ""
566566
":exc:`TypeError` being raised, while attempting to pass in non-ASCII byte "
567567
"values will trigger :exc:`UnicodeDecodeError`."
568568
msgstr ""
569+
"试图在单个函数调用中混用 :class:`str` 数据和 :class:`bytes` 或 :class:`bytearray` 数据将导致引发 "
570+
":exc:`TypeError`,而试图传入非 ASCII 字节值则将引发 :exc:`UnicodeDecodeError`。"
569571

570572
#: ../../library/urllib.parse.rst:417
571573
msgid ""

0 commit comments

Comments
 (0)