Sync with CPython 3.14 by pydoc-zh-tw[bot] · Pull Request #1226 · python/python-docs-zh-tw · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
37 changes: 20 additions & 17 deletions c-api/allocation.po
20 changes: 11 additions & 9 deletions c-api/file.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-23 00:22+0000\n"
"POT-Creation-Date: 2026-04-23 00:30+0000\n"
"PO-Revision-Date: 2023-04-24 20:38+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand All @@ -22,7 +22,8 @@ msgstr ""
"X-Generator: Poedit 3.2.2\n"

#: ../../c-api/file.rst:6
msgid "File Objects"
#, fuzzy
msgid "File objects"
msgstr "檔案物件 (File Objects)"

#: ../../c-api/file.rst:10
Expand Down Expand Up @@ -219,27 +220,28 @@ msgstr ""
"的例外狀況。"

#: ../../c-api/file.rst:140
msgid "Deprecated API"
#, fuzzy
msgid "Soft-deprecated API"
msgstr "已棄用的 API"

#: ../../c-api/file.rst:143
#: ../../c-api/file.rst:144
#, fuzzy
msgid ""
"These are :term:`soft deprecated` APIs that were included in Python's C API "
"by mistake. They are documented solely for completeness; use other "
"``PyFile*`` APIs instead."
"These are APIs that were included in Python's C API by mistake. They are "
"documented solely for completeness; use other ``PyFile*`` APIs instead."
msgstr ""
"這些是被錯誤地包含在 Python C API 中的\\ :term:`軟性棄用 <soft deprecated>` "
"API。它們僅為了完整性而記錄於文件中;請改用其他 ``PyFile*`` API。"

#: ../../c-api/file.rst:149
#: ../../c-api/file.rst:150
msgid ""
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
"NULL, NULL, 0``) instead."
msgstr ""
"請改用帶有預設值 (``fd, NULL, \"w\", -1, NULL, NULL, NULL, 0``) 的 :c:func:"
"`PyFile_FromFd`。"

#: ../../c-api/file.rst:153
#: ../../c-api/file.rst:154
msgid ""
"Type of file-like objects used internally at Python startup when :py:mod:"
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"
Expand Down
40 changes: 18 additions & 22 deletions c-api/frame.po
Loading
Loading