33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Freesand Leo <[email protected] >, 20188+ # cissoid <[email protected] >, 20189+ #
610#, fuzzy
711msgid ""
812msgstr ""
913"Project-Id-Version : Python 3.7\n "
1014"Report-Msgid-Bugs-To : \n "
1115"POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
16+ "PO-Revision-Date : 2017-02-16 17:47+0000 \n "
1317"
Last-Translator :
cissoid <[email protected] >, 2018\n "
1418"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1519"MIME-Version : 1.0\n "
@@ -31,15 +35,14 @@ msgstr "**源代码:** :source:`Lib/_dummy_thread.py`"
3135msgid ""
3236"Python now always has threading enabled. Please use :mod:`_thread` (or, "
3337"better, :mod:`threading`) instead."
34- msgstr "Python 总会开启多线程。请使用 :mod:`_thread`( :mod:`threading` 更好)代替 。"
38+ msgstr "Python 现在总是会启用多线程。请改用 :mod:`_thread` (或者用 :mod:`threading` 更好) 。"
3539
3640#: ../../library/_dummy_thread.rst:15
3741msgid ""
3842"This module provides a duplicate interface to the :mod:`_thread` module. It "
3943"was meant to be imported when the :mod:`_thread` module was not provided on "
4044"a platform."
41- msgstr ""
42- "这个模块提供与 :mod:`_thread` 相同的接口。它主要用于在没有提供 :mod:`_thread` 模块的平台上被 import。"
45+ msgstr "这个模块提供与 :mod:`_thread` 相同的接口。它主要用于在没有提供 :mod:`_thread` 模块的平台上被导入。"
4346
4447#: ../../library/_dummy_thread.rst:19
4548msgid ""
0 commit comments