Skip to content

Commit b690409

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython cdca4af6
1 parent 661978a commit b690409

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

c-api/stable.po

+5-5
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-22 00:04+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2023-01-24 21:07+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -48,7 +48,7 @@ msgstr ""
4848
"行,反之亦然,但 3.9.x 和 3.10.x 就需要分別編譯。"
4949

5050
#: ../../c-api/stable.rst:21
51-
msgid "There are two tiers of C API with different stability exepectations:"
51+
msgid "There are two tiers of C API with different stability expectations:"
5252
msgstr ""
5353

5454
#: ../../c-api/stable.rst:23
@@ -147,9 +147,9 @@ msgid ""
147147
"the specified one onward, and can use Limited API introduced up to that "
148148
"version."
149149
msgstr ""
150-
"將 ``Py_LIMITED_API`` 定義為對應於你的擴充有支援的最低 Python 版本的 :c:macro:"
151-
"`PY_VERSION_HEX` 值。該擴充無需重新編譯即可與從指定版本開始的所有 Python 3 版"
152-
"本一起使用,並且可以使用過去版本有引入的受限 API。"
150+
"將 ``Py_LIMITED_API`` 定義為對應於你的擴充有支援的最低 Python 版本的 :c:"
151+
"macro:`PY_VERSION_HEX` 值。該擴充無需重新編譯即可與從指定版本開始的所有 "
152+
"Python 3 版本一起使用,並且可以使用過去版本有引入的受限 API。"
153153

154154
#: ../../c-api/stable.rst:83
155155
msgid ""

c-api/typeobj.po

+2-2
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-08-18 00:03+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:33+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2610,7 +2610,7 @@ msgstr ""
26102610
#: ../../c-api/typeobj.rst:1730
26112611
msgid ""
26122612
"Some types may not store their dictionary in this slot. Use :c:func:"
2613-
"`PyType_GetDict` to retreive the dictionary for an arbitrary type."
2613+
"`PyType_GetDict` to retrieve the dictionary for an arbitrary type."
26142614
msgstr ""
26152615

26162616
#: ../../c-api/typeobj.rst:1736

library/idle.po

+2-2
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-05-09 00:15+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:03+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -922,7 +922,7 @@ msgstr ""
922922
msgid ""
923923
"Any selection becomes a search target. However, only selections within a "
924924
"line work because searches are only performed within lines with the terminal "
925-
"newline removed. If ``[x] Regular expresion`` is checked, the target is "
925+
"newline removed. If ``[x] Regular expression`` is checked, the target is "
926926
"interpreted according to the Python re module."
927927
msgstr ""
928928

library/importlib.po

+2-2
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-29 00:03+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:04+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1491,7 +1491,7 @@ msgstr ""
14911491
msgid ""
14921492
"You can get the same effect as this function by implementing the basic "
14931493
"interface of multi-phase init (:pep:`489`) and lying about support for "
1494-
"mulitple interpreters (or per-interpreter GIL)."
1494+
"multiple interpreters (or per-interpreter GIL)."
14951495
msgstr ""
14961496

14971497
#: ../../library/importlib.rst:1276

library/sqlite3.po

+2-2
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-22 00:04+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1479,7 +1479,7 @@ msgstr ""
14791479

14801480
#: ../../library/sqlite3.rst:1548
14811481
msgid ""
1482-
"If *sql* contains more than one SQL statement, or is not a DML statment."
1482+
"If *sql* contains more than one SQL statement, or is not a DML statement."
14831483
msgstr ""
14841484

14851485
#: ../../library/sqlite3.rst:1565

library/tkinter.po

+2-2
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-22 00:04+0000\n"
10+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:13+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -650,7 +650,7 @@ msgstr ""
650650
msgid ""
651651
"When your application uses Tkinter's classes and methods, internally Tkinter "
652652
"is assembling strings representing Tcl/Tk commands, and executing those "
653-
"commands in the Tcl interpreter attached to your applicaton's :class:`Tk` "
653+
"commands in the Tcl interpreter attached to your application's :class:`Tk` "
654654
"instance."
655655
msgstr ""
656656

using/configure.po

+3-3
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: 2023-08-18 00:03+0000\n"
11+
"POT-Creation-Date: 2023-08-29 12:27+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -320,7 +320,7 @@ msgid ""
320320
msgstr ""
321321

322322
#: ../../using/configure.rst:224
323-
msgid "This value can be retrived at runtime using :data:`sys.prefix`."
323+
msgid "This value can be retrieved at runtime using :data:`sys.prefix`."
324324
msgstr ""
325325

326326
#: ../../using/configure.rst:226
@@ -336,7 +336,7 @@ msgid ""
336336
msgstr ""
337337

338338
#: ../../using/configure.rst:233
339-
msgid "This value can be retrived at runtime using :data:`sys.exec_prefix`."
339+
msgid "This value can be retrieved at runtime using :data:`sys.exec_prefix`."
340340
msgstr ""
341341

342342
#: ../../using/configure.rst:237

0 commit comments

Comments
 (0)