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

Skip to content

Commit 5868dcc

Browse files
[po] auto sync
1 parent 42c52a9 commit 5868dcc

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

library/dis.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# SKY H. <[email protected]>, 2020
88
# Meng Du <[email protected]>, 2020
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-02-20 16:31+0000\n"
1717
"PO-Revision-Date: 2020-05-30 12:00+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -412,7 +412,7 @@ msgstr "将第二个和第三个堆栈项向上提升一个位置,顶项移动
412412
msgid ""
413413
"Lifts second, third and fourth stack items one position up, moves top down "
414414
"to position four."
415-
msgstr ""
415+
msgstr "将第二个、第三个和第四个堆栈项向上提升一个位置,将顶项移动到第四个位置。"
416416

417417
#: ../../library/dis.rst:357
418418
msgid "Duplicates the reference on top of the stack."

tutorial/controlflow.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Junkai Shao <[email protected]>, 2020
1111
# Konge <[email protected]>, 2020
1212
# ppcfish <[email protected]>, 2020
13-
# Freesand Leo <[email protected]>, 2020
1413
# Hissy <[email protected]>, 2020
14+
# Freesand Leo <[email protected]>, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-02-20 16:31+0000\n"
2222
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
23-
"Last-Translator: Hissy <[email protected]>, 2020\n"
23+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -293,6 +293,8 @@ msgid ""
293293
"another function, or calls itself recursively, a new local symbol table is "
294294
"created for that call."
295295
msgstr ""
296+
"在调用函数时会将实际参数(实参)引入到被调用函数的局部符号表中;因此,实参是使用 *按值调用* 来传递的(其中的 *值* 始终是对象的 *引用* "
297+
"而不是对象的值)。 [#]_ 当一个函数调用另外一个函数时,会为该调用创建一个新的局部符号表。"
296298

297299
#: ../../tutorial/controlflow.rst:301
298300
msgid ""

0 commit comments

Comments
 (0)