Skip to content

Commit 348e49d

Browse files
sync with cpython 7ff87fa8
1 parent 0670655 commit 348e49d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

library/ast.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2025-12-19 00:15+0000\n"
9+
"POT-Creation-Date: 2025-12-30 00:15+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:38+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -188,7 +188,7 @@ msgid ""
188188
"int? end_col_offset)\n"
189189
"\n"
190190
" arguments = (arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs,\n"
191-
" expr* kw_defaults, arg? kwarg, expr* defaults)\n"
191+
" expr?* kw_defaults, arg? kwarg, expr* defaults)\n"
192192
"\n"
193193
" arg = (identifier arg, expr? annotation, string? type_comment)\n"
194194
" attributes (int lineno, int col_offset, int? end_lineno, int? "
@@ -413,9 +413,10 @@ msgid ""
413413
"removed in Python 3.14, and their functionality has been replaced with :"
414414
"class:`ast.Constant`."
415415
msgstr ""
416-
"過去的 Python 版本提供了 AST 類別 :class:`!ast.Num`、:class:`!ast.Str`、:class:`!ast.Bytes`"
417-
"、:class:`!ast.NameConstant` 和 :class:`!ast.Ellipsis`,這些類別在 Python 3.8 中已被棄用。"
418-
"這些類別在 Python 3.14 中被移除,其功能已被 :class:`ast.Constant` 取代。"
416+
"過去的 Python 版本提供了 AST 類別 :class:`!ast.Num`、:class:`!ast.Str`、:"
417+
"class:`!ast.Bytes`、:class:`!ast.NameConstant` 和 :class:`!ast.Ellipsis`,這"
418+
"些類別在 Python 3.8 中已被棄用。這些類別在 Python 3.14 中被移除,其功能已被 :"
419+
"class:`ast.Constant` 取代。"
419420

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

42764277
#: ../../library/ast.rst:2447
42774278
msgid ""

0 commit comments

Comments
 (0)