77# Shengjing Zhu <[email protected] >, 201988# Junkai Shao <[email protected] >, 201999# telnetning <[email protected] >, 201910- # Freesand Leo <[email protected] >, 201911101211# ppcfish <[email protected] >, 20191312# Meng Du <[email protected] >, 202113+ # Freesand Leo <[email protected] >, 20211414#
1515#, fuzzy
1616msgid ""
@@ -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
8888msgid "Only worry about supporting Python 2.7"
89- msgstr ""
89+ msgstr "只担心支持Python 2.7的问题 "
9090
9191#: ../../howto/pyporting.rst:33
9292msgid ""
@@ -102,7 +102,8 @@ msgstr "了解Python 2 和 3之间的区别"
102102msgid ""
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
108109msgid ""
@@ -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``)"
117118msgstr ""
119+ "使用 caniusepython3_ 来找出你的哪些依赖关系阻碍了你对 Python 3 的使用 (``pip install "
120+ "caniusepython3``)"
118121
119122#: ../../howto/pyporting.rst:41
120123msgid ""
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``)"
124127msgstr ""
128+ "一旦你的依赖关系不再阻碍你,使用持续集成来确保你与 Python 2 和 3 保持兼容 (tox_ 可以帮助对多个版本的 Python 进行测试; "
129+ "``pip install tox``)"
125130
126131#: ../../howto/pyporting.rst:44
127132msgid ""
0 commit comments