Skip to content

Commit f744ecb

Browse files
[po] auto sync
1 parent a8541a8 commit f744ecb

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.51%", "updated_at": "2024-08-10T15:20:22Z"}
1+
{"translation": "93.53%", "updated_at": "2024-08-10T23:20:09Z"}

whatsnew/2.4.po

+6-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -764,13 +764,13 @@ msgstr ""
764764
msgid ""
765765
"The :mod:`threading` module's locks and condition variables also support "
766766
"the ':keyword:`with`' statement::"
767-
msgstr ""
767+
msgstr ":mod:`threading` 模块的加锁和条件变量也支持 ':keyword:`with`' 语句::"
768768

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

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

whatsnew/2.6.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
# ChenYuan <github@qiushi.ac.cn>, 2019
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.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-07-26 16:33+0000\n"
21+
"POT-Creation-Date: 2024-08-09 18:56+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:43+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)