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

Skip to content

Commit 99de6de

Browse files
[po] auto sync
1 parent 38e5009 commit 99de6de

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

library/mmap.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Alex H <[email protected]>, 2019
7+
# 1f8188eb55931f9e2a00b94ad4501daa_6f620ef <34b4f5f8c2e4e8d305e849ed969d1b03_787452>, 2019
88
# Zombie110year <[email protected]>, 2019
99
# 同层 温 <[email protected]>, 2020
1010
# Freesand Leo <[email protected]>, 2020

reference/executionmodel.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# ww song <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2020
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -44,6 +44,11 @@ msgid ""
4444
":option:`-m` argument is also a code block. The string argument passed to "
4545
"the built-in functions :func:`eval` and :func:`exec` is a code block."
4646
msgstr ""
47+
"Python 程序是由代码块构成的。 :dfn:`代码块` 是被作为一个单元来执行的一段 Python 程序文本。 "
48+
"以下几个都属于代码块:模块、函数体和类定义。 交互式输入的每条命令都是代码块。 "
49+
"一个脚本文件(作为标准输入发送给解释器或是作为命令行参数发送给解释器的文件)也是代码块。 一条脚本命令(通过 :option:`-c` "
50+
"选项在解释器命令行中指定的命令)也是代码块。 通过在命令行中使用 :option:`-m` 参数作为最高层级脚本(即 ``__main__`` "
51+
"模块)运行的模块也是代码块。 传递给内置函数 :func:`eval` 和 :func:`exec` 的字符串参数也是代码块。"
4752

4853
#: ../../reference/executionmodel.rst:33
4954
msgid ""

0 commit comments

Comments
 (0)