File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 93.18 %" , "updated_at" : " 2024-08-31T17:09:17Z " }
1
+ {"translation" : " 93.19 %" , "updated_at" : " 2024-09-01T00:35:48Z " }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.8\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-08-09 19:35 +0000\n "
21
+ "POT-Creation-Date : 2024-08-31 13:50 +0000\n "
22
22
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
23
23
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
24
24
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -610,6 +610,8 @@ msgid ""
610
610
"suggest using a ``try: ... finally:`` suite instead of catching "
611
611
":exc:`GeneratorExit`."
612
612
msgstr ""
613
+ "如果你需要在 :exc:`GeneratorExit` 发生的时候运行清理代码,我建议使用 ``try: ... finally:`` 组合来代替捕获 "
614
+ ":exc:`GeneratorExit`。"
613
615
614
616
#: ../../whatsnew/2.5.rst:515
615
617
msgid ""
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.8\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-08-09 19:35 +0000\n "
21
+ "POT-Creation-Date : 2024-08-31 13:50 +0000\n "
22
22
"PO-Revision-Date : 2020-05-30 12:17+0000\n "
23
23
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
24
24
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -620,7 +620,7 @@ msgid ""
620
620
"Python's :option:`-m` switch allows running a module as a script. When you "
621
621
"ran a module that was located inside a package, relative imports didn't work"
622
622
" correctly."
623
- msgstr ""
623
+ msgstr "Python 的 :option:`-m` 开关允许将一个模块作为脚本来运行。 当你运行一个位于某个包内的模块时,相对导入将无法正确运作。 "
624
624
625
625
#: ../../whatsnew/2.6.rst:507
626
626
msgid ""
You can’t perform that action at this time.
0 commit comments