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
2 changes: 1 addition & 1 deletion howto/enum.po
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ msgstr ""

#: ../../howto/enum.rst:657
msgid "The *start* parameter was added."
msgstr ""
msgstr "新增 *start* 參數。"

#: ../../howto/enum.rst:662
msgid "Derived Enumerations"
Expand Down
15 changes: 8 additions & 7 deletions library/ast.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-19 00:15+0000\n"
"POT-Creation-Date: 2025-12-30 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
"Last-Translator: Adrian Liaw <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -188,7 +188,7 @@ msgid ""
"int? end_col_offset)\n"
"\n"
" arguments = (arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs,\n"
" expr* kw_defaults, arg? kwarg, expr* defaults)\n"
" expr?* kw_defaults, arg? kwarg, expr* defaults)\n"
"\n"
" arg = (identifier arg, expr? annotation, string? type_comment)\n"
" attributes (int lineno, int col_offset, int? end_lineno, int? "
Expand Down Expand Up @@ -413,9 +413,10 @@ msgid ""
"removed in Python 3.14, and their functionality has been replaced with :"
"class:`ast.Constant`."
msgstr ""
"過去的 Python 版本提供了 AST 類別 :class:`!ast.Num`、:class:`!ast.Str`、:class:`!ast.Bytes`"
"、:class:`!ast.NameConstant` 和 :class:`!ast.Ellipsis`,這些類別在 Python 3.8 中已被棄用。"
"這些類別在 Python 3.14 中被移除,其功能已被 :class:`ast.Constant` 取代。"
"過去的 Python 版本提供了 AST 類別 :class:`!ast.Num`、:class:`!ast.Str`、:"
"class:`!ast.Bytes`、:class:`!ast.NameConstant` 和 :class:`!ast.Ellipsis`,這"
"些類別在 Python 3.8 中已被棄用。這些類別在 Python 3.14 中被移除,其功能已被 :"
"class:`ast.Constant` 取代。"

#: ../../library/ast.rst:152
msgid ""
Expand Down Expand Up @@ -4270,8 +4271,8 @@ msgid ""
"constant nodes."
msgstr ""
":meth:`!visit_Num`、:meth:`!visit_Str`、:meth:`!visit_Bytes`、:meth:`!"
"visit_NameConstant` 和 :meth:`!visit_Ellipsis` 方法在 Python 3.14+ 中將不會被呼叫。"
"請改為新增 :meth:`visit_Constant` 方法來處理所有常數節點。"
"visit_NameConstant` 和 :meth:`!visit_Ellipsis` 方法在 Python 3.14+ 中將不會被"
"呼叫。請改為新增 :meth:`visit_Constant` 方法來處理所有常數節點。"

#: ../../library/ast.rst:2447
msgid ""
Expand Down
Loading
Loading