33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Chengeng Ning <[email protected] >, 20188+ # Freesand Leo <[email protected] >, 20189+ # Junkai Shao <[email protected] >, 201810+ #
611#, fuzzy
712msgid ""
813msgstr ""
914"Project-Id-Version : Python 3.7\n "
1015"Report-Msgid-Bugs-To : \n "
1116"POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
17+ "PO-Revision-Date : 2017-02-16 17:45+0000 \n "
1318"
Last-Translator :
Junkai Shao <[email protected] >, 2018\n "
1419"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1520"MIME-Version : 1.0\n "
@@ -20,7 +25,7 @@ msgstr ""
2025
2126#: ../../howto/pyporting.rst:5
2227msgid "Porting Python 2 Code to Python 3"
23- msgstr "将Python 2 代码迁移到Python 3"
28+ msgstr "将 Python 2 代码迁移到 Python 3"
2429
2530#: ../../howto/pyporting.rst:0
2631msgid "author"
@@ -41,23 +46,23 @@ msgid ""
4146"Python. This guide is meant to help you figure out how best to support both "
4247"Python 2 & 3 simultaneously."
4348msgstr ""
44- "Python 3是Python的未来,而Python "
45- "2仍处于活跃使用阶段,最好让您的项目可用于两个主要版本的Python。本指南旨在帮助您了解如何同时最好地同时支持Python 2和3 。"
49+ "Python 3 是 Python 的未来,但 Python 2 仍处于活跃使用阶段,最好让您的项目在两个主要版本的Python "
50+ "上都可用。本指南旨在帮助您了解如何最好地同时支持 Python 2 和 3 。"
4651
4752#: ../../howto/pyporting.rst:16
4853msgid ""
4954"If you are looking to port an extension module instead of pure Python code, "
5055"please see :ref:`cporting-howto`."
51- msgstr "如果您希望迁移扩展模块而不是纯Python代码 ,请参阅 :ref:`cporting-howto`。"
56+ msgstr "如果您希望迁移扩展模块而不是纯 Python 代码 ,请参阅 :ref:`cporting-howto`。"
5257
5358#: ../../howto/pyporting.rst:19
5459msgid ""
5560"If you would like to read one core Python developer's take on why Python 3 "
5661"came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or Brett "
5762"Cannon's `Why Python 3 exists`_."
5863msgstr ""
59- "如果您想阅读一个核心Python开发人员对Python 3为什么会出现的看法,您可以阅读Nick Coghlan的 Python 3 Q&A或Brett "
60- " Cannon的为什么Python 3存在。 "
64+ "如果你想了解核心 Python 开发者对于 Python 3 的出现有何看法,你可以阅读 Nick Coghlan 的 ` Python 3 Q & "
65+ "A`_ 或 Brett Cannon 的 `为什么要有 Python 3`_. "
6166
6267#: ../../howto/pyporting.rst:23
6368msgid ""
0 commit comments