Skip to content

Commit 4375e54

Browse files
sync with cpython 530c3bb2
1 parent 2882549 commit 4375e54

File tree

229 files changed

+1353
-1228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+1353
-1228
lines changed

c-api/object.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-02-05 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:32+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -31,8 +31,8 @@ msgstr ""
3131
#: ../../c-api/object.rst:17
3232
msgid ""
3333
"Properly handle returning :c:data:`Py_NotImplemented` from within a C "
34-
"function (that is, create a new :term:`strong reference` to NotImplemented "
35-
"and return it)."
34+
"function (that is, create a new :term:`strong reference` to :const:"
35+
"`NotImplemented` and return it)."
3636
msgstr ""
3737

3838
#: ../../c-api/object.rst:24

howto/urllib2.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-01-15 00:03+0000\n"
11+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1212
"PO-Revision-Date: 2022-06-27 09:36+0800\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -588,7 +588,8 @@ msgstr ""
588588
#: ../../howto/urllib2.rst:596
589589
msgid ""
590590
"urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe <https://"
591-
"code.activestate.com/recipes/456195/>`_."
591+
"code.activestate.com/recipes/456195-urrlib2-opener-for-ssl-proxy-connect-"
592+
"method/>`_."
592593
msgstr ""
593594

594595
#~ msgid ""

library/__future__.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-04-18 00:04+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2024-02-06 02:12+0000\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -19,7 +19,8 @@ msgstr ""
1919
"Plural-Forms: nplurals=1; plural=0;\n"
2020

2121
#: ../../library/__future__.rst:2
22-
msgid ":mod:`__future__` --- Future statement definitions"
22+
#, fuzzy
23+
msgid ":mod:`!__future__` --- Future statement definitions"
2324
msgstr ":mod:`__future__` --- Future 陳述式定義"
2425

2526
#: ../../library/__future__.rst:7

library/__main__.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-10-11 17:13+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2023-12-21 14:49+0800\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,8 @@ msgstr ""
2020
"X-Generator: Poedit 3.4\n"
2121

2222
#: ../../library/__main__.rst:2
23-
msgid ":mod:`__main__` --- Top-level code environment"
23+
#, fuzzy
24+
msgid ":mod:`!__main__` --- Top-level code environment"
2425
msgstr ":mod:`__main__` --- 頂層程式碼環境"
2526

2627
#: ../../library/__main__.rst:10

library/_thread.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-07-24 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -19,7 +19,7 @@ msgstr ""
1919
"Plural-Forms: nplurals=1; plural=0;\n"
2020

2121
#: ../../library/_thread.rst:2
22-
msgid ":mod:`_thread` --- Low-level threading API"
22+
msgid ":mod:`!_thread` --- Low-level threading API"
2323
msgstr ""
2424

2525
#: ../../library/_thread.rst:15
@@ -203,8 +203,8 @@ msgstr ""
203203
#: ../../library/_thread.rst:168
204204
msgid ""
205205
"If the *blocking* argument is present, the action depends on its value: if "
206-
"it is False, the lock is only acquired if it can be acquired immediately "
207-
"without waiting, while if it is True, the lock is acquired unconditionally "
206+
"it is false, the lock is only acquired if it can be acquired immediately "
207+
"without waiting, while if it is true, the lock is acquired unconditionally "
208208
"as above."
209209
msgstr ""
210210

@@ -213,7 +213,7 @@ msgid ""
213213
"If the floating-point *timeout* argument is present and positive, it "
214214
"specifies the maximum wait time in seconds before returning. A negative "
215215
"*timeout* argument specifies an unbounded wait. You cannot specify a "
216-
"*timeout* if *blocking* is False."
216+
"*timeout* if *blocking* is false."
217217
msgstr ""
218218

219219
#: ../../library/_thread.rst:178

library/abc.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-03-01 00:03+0000\n"
12+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1313
"PO-Revision-Date: 2022-11-16 03:29+0800\n"
1414
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -22,7 +22,8 @@ msgstr ""
2222
"X-Generator: Poedit 3.2\n"
2323

2424
#: ../../library/abc.rst:2
25-
msgid ":mod:`abc` --- Abstract Base Classes"
25+
#, fuzzy
26+
msgid ":mod:`!abc` --- Abstract Base Classes"
2627
msgstr ":mod:`abc` --- 抽象基底類別"
2728

2829
#: ../../library/abc.rst:11

library/argparse.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-24 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../library/argparse.rst:2
2222
msgid ""
23-
":mod:`argparse` --- Parser for command-line options, arguments and sub-"
23+
":mod:`!argparse` --- Parser for command-line options, arguments and sub-"
2424
"commands"
2525
msgstr ""
2626

library/array.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-04-18 00:04+0000\n"
14+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1515
"PO-Revision-Date: 2021-11-23 18:40+0800\n"
1616
"Last-Translator: Benson Chen <bc842017@gmail.com>\n"
1717
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -24,7 +24,8 @@ msgstr ""
2424
"X-Generator: Poedit 3.0\n"
2525

2626
#: ../../library/array.rst:2
27-
msgid ":mod:`array` --- Efficient arrays of numeric values"
27+
#, fuzzy
28+
msgid ":mod:`!array` --- Efficient arrays of numeric values"
2829
msgstr ":mod:`array` --- 高效率的數值型陣列"
2930

3031
#: ../../library/array.rst:11

library/ast.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-04-20 00:03+0000\n"
9+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -18,7 +18,8 @@ msgstr ""
1818
"Plural-Forms: nplurals=1; plural=0;\n"
1919

2020
#: ../../library/ast.rst:2
21-
msgid ":mod:`ast` --- Abstract Syntax Trees"
21+
#, fuzzy
22+
msgid ":mod:`!ast` --- Abstract Syntax Trees"
2223
msgstr ":mod:`ast` --- 抽象語法樹 (Abstract Syntax Trees)"
2324

2425
#: ../../library/ast.rst:14

library/asyncio-task.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-05-07 00:03+0000\n"
9+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -462,7 +462,7 @@ msgstr ""
462462

463463
#: ../../library/asyncio-task.rst:510
464464
msgid ""
465-
"If *return_exceptions* is False, cancelling gather() after it has been "
465+
"If *return_exceptions* is false, cancelling gather() after it has been "
466466
"marked done won't cancel any submitted awaitables. For instance, gather can "
467467
"be marked done after propagating an exception to the caller, therefore, "
468468
"calling ``gather.cancel()`` after catching an exception (raised by one of "

0 commit comments

Comments
 (0)