|
10 | 10 | # ChenYuan <github@qiushi.ac.cn>, 2020
|
11 | 11 | # ppcfish <ppcfish@gmail.com>, 2020
|
12 | 12 | # Alpha Du <alphanow@gmail.com>, 2023
|
13 |
| -# Freesand Leo <yuqinju@163.com>, 2024 |
14 | 13 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
|
| 14 | +# Freesand Leo <yuqinju@163.com>, 2024 |
15 | 15 | #
|
16 | 16 | #, fuzzy
|
17 | 17 | 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-07-29 06:43+0000\n" |
| 21 | +"POT-Creation-Date: 2024-08-09 19:35+0000\n" |
22 | 22 | "PO-Revision-Date: 2020-05-30 12:17+0000\n"
|
23 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 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"
|
25 | 25 | "MIME-Version: 1.0\n"
|
26 | 26 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -427,13 +427,13 @@ msgstr ""
|
427 | 427 | msgid ""
|
428 | 428 | "The :mod:`threading` module's locks and condition variables also support "
|
429 | 429 | "the ':keyword:`with`' statement::"
|
430 |
| -msgstr "" |
| 430 | +msgstr ":mod:`threading` 模块的加锁和条件变量也支持 ':keyword:`with`' 语句::" |
431 | 431 |
|
432 | 432 | #: ../../whatsnew/2.6.rst:309
|
433 | 433 | msgid ""
|
434 | 434 | "The lock is acquired before the block is executed and always released once "
|
435 | 435 | "the block is complete."
|
436 |
| -msgstr "" |
| 436 | +msgstr "这个锁会在代码块被执行之前锁定并总是会在代码块完成之后释放。" |
437 | 437 |
|
438 | 438 | #: ../../whatsnew/2.6.rst:312
|
439 | 439 | msgid ""
|
|
0 commit comments