Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 "

library/asyncio.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: 2023-10-25 00:03+0000\n"
12+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1313
"PO-Revision-Date: 2021-11-23 12:40+0800\n"
1414
"Last-Translator: Matt Wang <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -34,7 +34,8 @@ msgid "Guides and Tutorials"
3434
msgstr "指南與教學"
3535

3636
#: ../../library/asyncio.rst:2
37-
msgid ":mod:`asyncio` --- Asynchronous I/O"
37+
#, fuzzy
38+
msgid ":mod:`!asyncio` --- Asynchronous I/O"
3839
msgstr ":mod:`asyncio` --- 非同步 I/O"
3940

4041
#: ../../library/asyncio.rst:-1

library/atexit.po

Lines changed: 4 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-04-18 00:04+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2016-01-31 07:13+0000\n"
1212
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -19,8 +19,9 @@ msgstr ""
1919
"Plural-Forms: nplurals=1; plural=0;\n"
2020

2121
#: ../../library/atexit.rst:2
22-
msgid ":mod:`atexit` --- Exit handlers"
23-
msgstr ""
22+
#, fuzzy
23+
msgid ":mod:`!atexit` --- Exit handlers"
24+
msgstr ":mod:`atexit` 範例"
2425

2526
#: ../../library/atexit.rst:12
2627
msgid ""

library/base64.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-04-18 00:04+0000\n"
11+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -20,7 +20,8 @@ msgstr ""
2020
"Plural-Forms: nplurals=1; plural=0;\n"
2121

2222
#: ../../library/base64.rst:2
23-
msgid ":mod:`base64` --- Base16, Base32, Base64, Base85 Data Encodings"
23+
#, fuzzy
24+
msgid ":mod:`!base64` --- Base16, Base32, Base64, Base85 Data Encodings"
2425
msgstr ":mod:`base64` —— Base16、Base32、Base64、Base85 資料編碼"
2526

2627
#: ../../library/base64.rst:8

library/bdb.po

Lines changed: 18 additions & 15 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-30 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\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/bdb.rst:2
22-
msgid ":mod:`bdb` --- Debugger framework"
22+
#, fuzzy
23+
msgid ":mod:`!bdb` --- Debugger framework"
2324
msgstr ":mod:`bdb` --- 偵錯器框架"
2425

2526
#: ../../library/bdb.rst:7
@@ -135,8 +136,9 @@ msgid "Line number of the :class:`Breakpoint` within :attr:`file`."
135136
msgstr ""
136137

137138
#: ../../library/bdb.rst:89
138-
msgid "True if a :class:`Breakpoint` at (file, line) is temporary."
139-
msgstr ""
139+
#, fuzzy
140+
msgid "``True`` if a :class:`Breakpoint` at (file, line) is temporary."
141+
msgstr "如 :class:`Breakpoint` 有被啟用則為 True。"
140142

141143
#: ../../library/bdb.rst:93
142144
msgid "Condition for evaluating a :class:`Breakpoint` at (file, line)."
@@ -149,7 +151,8 @@ msgid ""
149151
msgstr ""
150152

151153
#: ../../library/bdb.rst:102
152-
msgid "True if :class:`Breakpoint` is enabled."
154+
#, fuzzy
155+
msgid "``True`` if :class:`Breakpoint` is enabled."
153156
msgstr "如 :class:`Breakpoint` 有被啟用則為 True。"
154157

155158
#: ../../library/bdb.rst:106
@@ -321,15 +324,15 @@ msgid ""
321324
msgstr ""
322325

323326
#: ../../library/bdb.rst:218
324-
msgid "Return True if *module_name* matches any skip pattern."
327+
msgid "Return ``True`` if *module_name* matches any skip pattern."
325328
msgstr ""
326329

327330
#: ../../library/bdb.rst:222
328-
msgid "Return True if *frame* is below the starting frame in the stack."
331+
msgid "Return ``True`` if *frame* is below the starting frame in the stack."
329332
msgstr ""
330333

331334
#: ../../library/bdb.rst:226
332-
msgid "Return True if there is an effective breakpoint for this line."
335+
msgid "Return ``True`` if there is an effective breakpoint for this line."
333336
msgstr ""
334337

335338
#: ../../library/bdb.rst:228
@@ -339,7 +342,7 @@ msgid ""
339342
msgstr ""
340343

341344
#: ../../library/bdb.rst:233
342-
msgid "Return True if any breakpoint exists for *frame*'s filename."
345+
msgid "Return ``True`` if any breakpoint exists for *frame*'s filename."
343346
msgstr ""
344347

345348
#: ../../library/bdb.rst:235
@@ -474,7 +477,7 @@ msgid ""
474477
msgstr ""
475478

476479
#: ../../library/bdb.rst:347
477-
msgid "Return True if there is a breakpoint for *lineno* in *filename*."
480+
msgid "Return ``True`` if there is a breakpoint for *lineno* in *filename*."
478481
msgstr ""
479482

480483
#: ../../library/bdb.rst:351
@@ -565,7 +568,7 @@ msgstr ""
565568

566569
#: ../../library/bdb.rst:411
567570
msgid ""
568-
"Return True if we should break here, depending on the way the :class:"
571+
"Return ``True`` if we should break here, depending on the way the :class:"
569572
"`Breakpoint` *b* was set."
570573
msgstr ""
571574

@@ -589,16 +592,16 @@ msgid ""
589592
"The *active breakpoint* is the first entry in :attr:`bplist <bdb.Breakpoint."
590593
"bplist>` for the (:attr:`file <bdb.Breakpoint.file>`, :attr:`line <bdb."
591594
"Breakpoint.line>`) (which must exist) that is :attr:`enabled <bdb.Breakpoint."
592-
"enabled>`, for which :func:`checkfuncname` is True, and that has neither a "
593-
"False :attr:`condition <bdb.Breakpoint.cond>` nor positive :attr:`ignore "
595+
"enabled>`, for which :func:`checkfuncname` is true, and that has neither a "
596+
"false :attr:`condition <bdb.Breakpoint.cond>` nor positive :attr:`ignore "
594597
"<bdb.Breakpoint.ignore>` count. The *flag*, meaning that a temporary "
595-
"breakpoint should be deleted, is False only when the :attr:`cond <bdb."
598+
"breakpoint should be deleted, is ``False`` only when the :attr:`cond <bdb."
596599
"Breakpoint.cond>` cannot be evaluated (in which case, :attr:`ignore <bdb."
597600
"Breakpoint.ignore>` count is ignored)."
598601
msgstr ""
599602

600603
#: ../../library/bdb.rst:437
601-
msgid "If no such entry exists, then (None, None) is returned."
604+
msgid "If no such entry exists, then ``(None, None)`` is returned."
602605
msgstr ""
603606

604607
#: ../../library/bdb.rst:442

library/binascii.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-04-18 00:04+0000\n"
10+
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\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/binascii.rst:2
22-
msgid ":mod:`binascii` --- Convert between binary and ASCII"
22+
msgid ":mod:`!binascii` --- Convert between binary and ASCII"
2323
msgstr ""
2424

2525
#: ../../library/binascii.rst:14

0 commit comments

Comments
 (0)