11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ 8+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 23:02+0000\n "
16+ "
Last-Translator :
nick <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,11 +23,11 @@ msgstr ""
1923
2024#: ../../library/codeop.rst:2
2125msgid ":mod:`codeop` --- Compile Python code"
22- msgstr ""
26+ msgstr ":mod:`codeop` --- 编译Python代码 "
2327
2428#: ../../library/codeop.rst:10
2529msgid "**Source code:** :source:`Lib/codeop.py`"
26- msgstr ""
30+ msgstr "**源代码:** :source:`Lib/codeop.py` "
2731
2832#: ../../library/codeop.rst:14
2933msgid ""
@@ -33,16 +37,18 @@ msgid ""
3337"include such a loop in your program you probably want to use the :mod:`code`"
3438" module instead."
3539msgstr ""
40+ ":mod:`codeop` 模块提供了可以模拟Python读取-执行-打印循环的实用程序,就像在 :mod:`code` "
41+ "模块中一样。因此,您可能不希望直接使用该模块;如果你想在程序中包含这样一个循环,你可能需要使用 :mod:`code` 模块。"
3642
3743#: ../../library/codeop.rst:20
3844msgid "There are two parts to this job:"
39- msgstr ""
45+ msgstr "这个任务有两个部分: "
4046
4147#: ../../library/codeop.rst:22
4248msgid ""
4349"Being able to tell if a line of input completes a Python statement: in "
4450"short, telling whether to print '``>>>``' or '``...``' next."
45- msgstr ""
51+ msgstr "能够判断一行输入是否完成了一个Python语句:简而言之,告诉我们是否要打印' \" >>> \" '或' \" ... \" '。 "
4652
4753#: ../../library/codeop.rst:25
4854msgid ""
0 commit comments