Skip to content

Commit 26376e5

Browse files
sync with cpython 945a1ac7
1 parent f63dcf3 commit 26376e5

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

library/curses.ascii.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-02-07 00:19+0000\n"
9+
"POT-Creation-Date: 2026-06-12 18:22+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -225,7 +225,7 @@ msgid ""
225225
msgstr ""
226226

227227
#: ../../library/curses.ascii.rst:136
228-
msgid "Checks for ASCII any printable character except space."
228+
msgid "Checks for any ASCII printable character except space."
229229
msgstr ""
230230

231231
#: ../../library/curses.ascii.rst:141
@@ -238,7 +238,7 @@ msgstr ""
238238

239239
#: ../../library/curses.ascii.rst:151
240240
msgid ""
241-
"Checks for any printable ASCII character which is not a space or an "
241+
"Checks for any ASCII printable character which is not a space or an "
242242
"alphanumeric character."
243243
msgstr ""
244244

library/functions.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-16 00:29+0000\n"
14+
"POT-Creation-Date: 2026-06-12 18:22+0000\n"
1515
"PO-Revision-Date: 2025-07-28 21:38+0800\n"
1616
"Last-Translator: Weilin Du <1372449351@qq.com>\n"
1717
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1081,9 +1081,10 @@ msgstr ""
10811081
"(identifier)(請見 :func:`setattr`)。"
10821082

10831083
#: ../../library/functions.rst:476
1084+
#, fuzzy
10841085
msgid ""
10851086
"Create a new dictionary. The :class:`dict` object is the dictionary class. "
1086-
"See :class:`dict` and :ref:`typesmapping` for documentation about this class."
1087+
"See also :ref:`typesmapping` for documentation about this class."
10871088
msgstr ""
10881089
"建立一個新的 dictionary(字典)。:class:`dict` 物件是一個 dictionary class。"
10891090
"參見 :class:`dict` 和 :ref:`typesmapping` 來瞭解這個 class。"
@@ -1614,10 +1615,11 @@ msgstr ""
16141615
"exc:`TypeError`。"
16151616

16161617
#: ../../library/functions.rst:854
1618+
#, fuzzy
16171619
msgid ""
16181620
"Return a new :class:`frozenset` object, optionally with elements taken from "
1619-
"*iterable*. ``frozenset`` is a built-in class. See :class:`frozenset` and :"
1620-
"ref:`types-set` for documentation about this class."
1621+
"*iterable*. :class:`frozenset` is a built-in class. See also :ref:`types-"
1622+
"set` for documentation about this class."
16211623
msgstr ""
16221624
"回傳一個新的 :class:`frozenset` 物件,它包含選擇性引數 *iterable* 中的元素。"
16231625
"``frozenset`` 是一個內建的 class。有關此 class 的文件,請參閱 :class:"
@@ -3212,10 +3214,11 @@ msgstr ""
32123214
"確地表示為浮點數。更多資訊請參閱 :ref:`tut-fp-issues`。"
32133215

32143216
#: ../../library/functions.rst:1810
3217+
#, fuzzy
32153218
msgid ""
32163219
"Return a new :class:`set` object, optionally with elements taken from "
3217-
"*iterable*. ``set`` is a built-in class. See :class:`set` and :ref:`types-"
3218-
"set` for documentation about this class."
3220+
"*iterable*. :class:`set` is a built-in class. See also :ref:`types-set` "
3221+
"for documentation about this class."
32193222
msgstr ""
32203223
"回傳一個新的 :class:`set` 物件,可選擇性地包含從 *iterable* 取得的元素。"
32213224
"``set`` 是一個內建類別。關於此類別的說明文件請參閱 :class:`set` 和 :ref:"

0 commit comments

Comments
 (0)