Skip to content

Commit 36e26b0

Browse files
[po] auto sync
1 parent 148df17 commit 36e26b0

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.97%", "updated_at": "2024-08-10T15:09:02Z"}
1+
{"translation": "92.99%", "updated_at": "2024-08-10T23:10:10Z"}

whatsnew/2.4.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,17 @@ msgid ""
9696
"is immutable and hashable, it may be used as a dictionary key or as a member"
9797
" of another set."
9898
msgstr ""
99+
":func:`frozenset` 类型是 :func:`set` 的不可变版本。 "
100+
"由于它是不可变且不可哈希的对象,因而可被用作字典的键或另一个集合的成员。"
99101

100102
#: ../../whatsnew/2.4.rst:75
101103
msgid ""
102104
"The :mod:`sets` module remains in the standard library, and may be useful if"
103105
" you wish to subclass the :class:`Set` or :class:`ImmutableSet` classes. "
104106
"There are currently no plans to deprecate the module."
105107
msgstr ""
108+
":mod:`sets` 模块仍被保留在标准库中,如果你想要子类化 :class:`Set` 或 :class:`ImmutableSet` "
109+
"类时会很有用处。 目前还没有弃用该模块的计划。"
106110

107111
#: ../../whatsnew/2.4.rst:83
108112
msgid ":pep:`218` - Adding a Built-In Set Object Type"
@@ -889,11 +893,11 @@ msgstr "其他语言特性修改"
889893
msgid ""
890894
"Here are all of the changes that Python 2.4 makes to the core Python "
891895
"language."
892-
msgstr ""
896+
msgstr "以下是 Python 2.4 针对核心 Python 语言的所有改变。"
893897

894898
#: ../../whatsnew/2.4.rst:778
895899
msgid "Decorators for functions and methods were added (:pep:`318`)."
896-
msgstr ""
900+
msgstr "增加了用于函数和方法的装饰器 (:pep:`318`)。"
897901

898902
#: ../../whatsnew/2.4.rst:780
899903
msgid ""

whatsnew/2.5.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,13 +765,13 @@ msgstr ""
765765
msgid ""
766766
"The :mod:`threading` module's locks and condition variables also support "
767767
"the ':keyword:`with`' statement::"
768-
msgstr ""
768+
msgstr ":mod:`threading` 模块的加锁和条件变量也支持 ':keyword:`with`' 语句::"
769769

770770
#: ../../whatsnew/2.5.rst:622
771771
msgid ""
772772
"The lock is acquired before the block is executed and always released once "
773773
"the block is complete."
774-
msgstr ""
774+
msgstr "这个锁会在代码块被执行之前锁定并总是会在代码块完成之后释放。"
775775

776776
#: ../../whatsnew/2.5.rst:625
777777
msgid ""

whatsnew/2.6.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
# ChenYuan <github@qiushi.ac.cn>, 2020
1111
# ppcfish <ppcfish@gmail.com>, 2020
1212
# Alpha Du <alphanow@gmail.com>, 2023
13-
# Freesand Leo <yuqinju@163.com>, 2024
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14+
# Freesand Leo <yuqinju@163.com>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.8\n"
2020
"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"
2222
"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"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -427,13 +427,13 @@ msgstr ""
427427
msgid ""
428428
"The :mod:`threading` module's locks and condition variables also support "
429429
"the ':keyword:`with`' statement::"
430-
msgstr ""
430+
msgstr ":mod:`threading` 模块的加锁和条件变量也支持 ':keyword:`with`' 语句::"
431431

432432
#: ../../whatsnew/2.6.rst:309
433433
msgid ""
434434
"The lock is acquired before the block is executed and always released once "
435435
"the block is complete."
436-
msgstr ""
436+
msgstr "这个锁会在代码块被执行之前锁定并总是会在代码块完成之后释放。"
437437

438438
#: ../../whatsnew/2.6.rst:312
439439
msgid ""

0 commit comments

Comments
 (0)