File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 93.72%" , "updated_at" : " 2024-08-31T16:21:20Z " }
1
+ {"translation" : " 93.72%" , "updated_at" : " 2024-09-01T00:37:27Z " }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-08-09 18:56 +0000\n "
20
+ "POT-Creation-Date : 2024-08-31 13:14 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:43+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -609,6 +609,8 @@ msgid ""
609
609
"suggest using a ``try: ... finally:`` suite instead of catching "
610
610
":exc:`GeneratorExit`."
611
611
msgstr ""
612
+ "如果你需要在 :exc:`GeneratorExit` 发生的时候运行清理代码,我建议使用 ``try: ... finally:`` 组合来代替捕获 "
613
+ ":exc:`GeneratorExit`。"
612
614
613
615
#: ../../whatsnew/2.5.rst:515
614
616
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.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-08-09 18:56 +0000\n "
21
+ "POT-Creation-Date : 2024-08-31 13:14 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:43+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