Skip to content

Commit e049d39

Browse files
authored
Merge branch '3.11' into list
2 parents 6cdda02 + 7e06927 commit e049d39

25 files changed

+3289
-3249
lines changed

bugs.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-02-07 00:17+0000\n"
16+
"POT-Creation-Date: 2023-02-27 00:17+0000\n"
1717
"PO-Revision-Date: 2022-08-31 12:34+0800\n"
1818
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1919
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -68,8 +68,8 @@ msgid ""
6868
"You can also open a discussion item on our `Documentation Discourse forum "
6969
"<https://discuss.python.org/c/documentation/26>`_."
7070
msgstr ""
71-
"你也可以在我們的\\ `說明文件 Discourse 討論區 <https://discuss.python.org/c/documentation/26>`_\\ "
72-
"中新增一個討論事項。"
71+
"你也可以在我們的\\ `說明文件 Discourse 討論區 <https://discuss.python.org/c/"
72+
"documentation/26>`_\\ 中新增一個討論事項。"
7373

7474
#: ../../bugs.rst:25
7575
msgid ""
@@ -184,7 +184,7 @@ msgstr "提交的表單中有兩個欄位,「Title」及「Comment」。"
184184
#: ../../bugs.rst:72
185185
msgid ""
186186
"For the \"Title\" field, enter a *very* short description of the problem; "
187-
"less than ten words is good."
187+
"fewer than ten words is good."
188188
msgstr ""
189189
"在「Title」欄位,輸入對該問題\\ *非常*\\ 簡短的描述;最好少於十個單字。"
190190

c-api/list.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.11\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
12-
"PO-Revision-Date: 2023-03-03 20:45+0800\n"
12+
"PO-Revision-Date: 2023-03-03 20:35+0800\n"
1313
"Last-Translator: Nkeys Syu <nkeys1324@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -70,7 +70,7 @@ msgstr ""
7070

7171
#: ../../c-api/list.rst:56
7272
msgid "Similar to :c:func:`PyList_Size`, but without error checking."
73-
msgstr ""
73+
msgstr "與 :c:func:`PyList_Size` 類似,但沒有錯誤檢查。"
7474

7575
#: ../../c-api/list.rst:61
7676
msgid ""

howto/logging-cookbook.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-01-21 00:16+0000\n"
10+
"POT-Creation-Date: 2023-02-27 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1358,7 +1358,7 @@ msgid ""
13581358
"additional contextual information to be added to the log). So you cannot "
13591359
"directly make logging calls using :meth:`str.format` or :class:`string."
13601360
"Template` syntax, because internally the logging package uses %-formatting "
1361-
"to merge the format string and the variable arguments. There would no "
1361+
"to merge the format string and the variable arguments. There would be no "
13621362
"changing this while preserving backward compatibility, since all logging "
13631363
"calls which are out there in existing code will be using %-format strings."
13641364
msgstr ""

0 commit comments

Comments
 (0)