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

Skip to content

Commit 7c17dd4

Browse files
[po] auto sync
1 parent c864421 commit 7c17dd4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.48%", "updated_at": "2024-07-15T14:47:36Z"}
1+
{"translation": "95.48%", "updated_at": "2024-07-15T15:47:17Z"}

reference/expressions.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2024-07-12 14:46+0000\n"
1516
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -769,6 +770,10 @@ msgid ""
769770
" it is propagated to the caller. :meth:`close` does nothing if the "
770771
"generator has already exited due to an exception or normal exit."
771772
msgstr ""
773+
"在生成器函数暂停的位置引发 :exc:`GeneratorExit`。 如果生成器函数随后正常退出、已经关闭,或者引发了 "
774+
":exc:`GeneratorExit` (由于未捕获异常),执行关闭将返回其调用方。 如果生成器产生了一个值,则将引发 "
775+
":exc:`RuntimeError`。 如果生成器引发了任何其他异常,它将被传播给调用方。 如果生成器已经由于异常或以正常退出方式结束执行则 "
776+
":meth:`close` 将不会做任何事。"
772777

773778
#: ../../reference/expressions.rst:611
774779
msgid "Examples"

0 commit comments

Comments
 (0)