Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2fa7421
sync with cpython fbc81558
github-actions[bot] Jan 22, 2026
c8d972a
sync with cpython f3a6e8ed
github-actions[bot] Jan 24, 2026
06a97d9
sync with cpython c5b23ebc
github-actions[bot] Jan 27, 2026
3af196f
sync with cpython b82b12bc
github-actions[bot] Jan 28, 2026
cbb4dff
fix fuzzy entries
mattwang44 Feb 1, 2026
a7c4fff
sync with cpython f68d634d
github-actions[bot] Feb 3, 2026
12586b1
sync with cpython 360214e2
github-actions[bot] Feb 4, 2026
37f5fd5
sync with cpython 48015091
github-actions[bot] Feb 5, 2026
c817933
sync with cpython f27896c3
github-actions[bot] Feb 5, 2026
34a40b5
sync with cpython 6614a3c3
github-actions[bot] Feb 6, 2026
534cee3
sync with cpython bdba86ea
github-actions[bot] Feb 7, 2026
cc1dddf
sync with cpython 626a6bcb
github-actions[bot] Feb 8, 2026
5de7a51
sync with cpython 27baa1cd
github-actions[bot] Feb 9, 2026
fcbb138
sync with cpython 2cc0720b
github-actions[bot] Feb 10, 2026
32a15e0
sync with cpython 815f21bd
github-actions[bot] Feb 11, 2026
5f37f1c
sync with cpython bbd682d1
github-actions[bot] Feb 12, 2026
a3f562c
sync with cpython fdbdd9fb
github-actions[bot] Feb 13, 2026
7c703ed
sync with cpython b1accd51
github-actions[bot] Feb 18, 2026
66da5ec
sync with cpython f67cf83a
github-actions[bot] Feb 19, 2026
d648c4e
sync with cpython 033e0f7e
github-actions[bot] Feb 20, 2026
eb64b0c
sync with cpython 07dbda5a
github-actions[bot] Feb 21, 2026
0f088e1
sync with cpython 1decc7ee
github-actions[bot] Feb 22, 2026
f17b9a2
sync with cpython 1f3ea543
github-actions[bot] Feb 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions bugs.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-20 00:15+0000\n"
"POT-Creation-Date: 2026-02-18 00:20+0000\n"
"PO-Revision-Date: 2022-08-31 12:34+0800\n"
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -38,10 +38,11 @@ msgstr ""
"知道任何你在 Python 中發現的缺失。"

#: ../../bugs.rst:11
#, fuzzy
msgid ""
"It can be sometimes faster to fix bugs yourself and contribute patches to "
"Python as it streamlines the process and involves less people. Learn how to :"
"ref:`contribute <contributing-to-python>`."
"Python as it streamlines the process and involves fewer people. Learn how "
"to :ref:`contribute <contributing-to-python>`."
msgstr ""
"有時候自己直接修復錯誤並且送出一個修正給 Python 會比較快,因為這樣會加速流程"
"而且不會困擾到太多人。學習如何\\ :ref:`貢獻給 Python <contributing-to-"
Expand Down Expand Up @@ -87,8 +88,8 @@ msgid ""
"tracker <https://github.com/python/python-docs-theme>`_."
msgstr ""
"如果你發現文件主題 (HTML / CSS / JavaScript) 中存在錯誤,請在 `python-doc-"
"theme 問題追蹤系統 <https://github.com/python/python-docs-theme>`_\\ 上提交錯誤報"
"。"
"theme 問題追蹤系統 <https://github.com/python/python-docs-theme>`_\\ 上提交錯"
"誤報告。"

#: ../../bugs.rst:37
msgid "`Documentation bugs`_"
Expand Down
6 changes: 3 additions & 3 deletions c-api/bytes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-01 00:17+0000\n"
"POT-Creation-Date: 2026-01-22 16:55+0000\n"
"PO-Revision-Date: 2018-05-23 14:04+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -159,8 +159,8 @@ msgid "``%zd``"
msgstr "``%zd``"

#: ../../c-api/bytes.rst:84
msgid ":c:type:` Py_ssize_t`"
msgstr ":c:type:` Py_ssize_t`"
msgid ":c:type:`\\ Py_ssize_t`"
msgstr ":c:type:`\\ Py_ssize_t`"

#: ../../c-api/bytes.rst:84
msgid "Equivalent to ``printf(\"%zd\")``. [1]_"
Expand Down
Loading