99msgstr ""
1010"Project-Id-Version : Python 3.14\n "
1111"Report-Msgid-Bugs-To : \n "
12- "POT-Creation-Date : 2026-08-14 00:20 +0000\n "
12+ "POT-Creation-Date : 2026-08-20 00:10 +0000\n "
1313"PO-Revision-Date : 2022-06-12 15:22+0800\n "
1414"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1240,8 +1240,9 @@ msgid "[sign] ['0x'] integer ['.' fraction] ['p' exponent]"
12401240msgstr "[sign] ['0x'] integer ['.' fraction] ['p' exponent]"
12411241
12421242#: ../../library/stdtypes.rst:709
1243+ #, fuzzy
12431244msgid ""
1244- "where the optional ``sign`` may by either ``+`` or ``-``, ``integer`` and "
1245+ "where the optional ``sign`` may be either ``+`` or ``-``, ``integer`` and "
12451246"``fraction`` are strings of hexadecimal digits, and ``exponent`` is a "
12461247"decimal integer with an optional leading sign. Case is not significant, and "
12471248"there must be at least one hexadecimal digit in either the integer or the "
@@ -2197,8 +2198,8 @@ msgstr ""
21972198
21982199#: ../../library/stdtypes.rst:1348
21992200msgid ""
2200- "Retrieve the item at *index* and also removes it from *sequence*. By "
2201- "default, the last item in *sequence* is removed and returned."
2201+ "Retrieve the item at *index* and also remove it from *sequence*. By default, "
2202+ "the last item in *sequence* is removed and returned."
22022203msgstr ""
22032204
22042205#: ../../library/stdtypes.rst:1358
@@ -3500,8 +3501,8 @@ msgid ""
35003501"those characters defined in the Unicode character database as \" Letter\" , i."
35013502"e., those with general category property being one of \" Lm\" , \" Lt\" , "
35023503"\" Lu\" , \" Ll\" , or \" Lo\" . Note that this is different from the `Alphabetic "
3503- "property defined in the section 4.10 'Letters, Alphabetic, and Ideographic' "
3504- "of the Unicode Standard <https://www.unicode.org/versions/Unicode16.0.0/core-"
3504+ "property defined in section 4.10 'Letters, Alphabetic, and Ideographic' of "
3505+ "the Unicode Standard <https://www.unicode.org/versions/Unicode16.0.0/core-"
35053506"spec/chapter-4/#G91002>`_. For example:"
35063507msgstr ""
35073508
@@ -4861,14 +4862,15 @@ msgid ""
48614862msgstr ""
48624863
48634864#: ../../library/stdtypes.rst:3029
4865+ #, fuzzy
48644866msgid ""
48654867">>> from fractions import Fraction\n"
48664868">>> one_third = Fraction(1, 3)\n"
48674869">>> f'{one_third:.6f}'\n"
48684870"'0.333333'\n"
48694871">>> f'{one_third:_^+10}'\n"
48704872"'___+1/3___'\n"
4871- ">>> >>> f'{one_third!r:_^20}'\n"
4873+ ">>> f'{one_third!r:_^20}'\n"
48724874"'___Fraction(1, 3)___'\n"
48734875">>> f'{one_third = :~>10}~'\n"
48744876"'one_third = ~~~~~~~1/3~'"
@@ -4890,14 +4892,14 @@ msgstr "模板字串字面值 (t-strings)"
48904892
48914893#: ../../library/stdtypes.rst:3045
48924894msgid ""
4893- "An :dfn:`t-string` (formally a :dfn:`template string literal`) is a string "
4895+ "A :dfn:`t-string` (formally a :dfn:`template string literal`) is a string "
48944896"literal that is prefixed with ``t`` or ``T``."
48954897msgstr ""
48964898
48974899#: ../../library/stdtypes.rst:3048
48984900msgid ""
48994901"These strings follow the same syntax and evaluation rules as :ref:`formatted "
4900- "string literals <stdtypes-fstrings>`, with for the following differences:"
4902+ "string literals <stdtypes-fstrings>`, with the following differences:"
49014903msgstr ""
49024904
49034905#: ../../library/stdtypes.rst:3052
@@ -4933,7 +4935,7 @@ msgid ""
49334935"whitespace. The :class:`!Interpolation` instance for the expression will be "
49344936"created as normal, except that :attr:`~string.templatelib.Interpolation."
49354937"conversion` will be set to '``r``' (:func:`repr`) by default. If an explicit "
4936- "conversion or format specifier are provided, this will override the default "
4938+ "conversion or format specifier is provided, this will override the default "
49374939"behaviour."
49384940msgstr ""
49394941
@@ -5531,8 +5533,8 @@ msgstr ""
55315533
55325534#: ../../library/stdtypes.rst:3454
55335535msgid ""
5534- "This :class:`bytearray` class method returns bytearray object, decoding the "
5535- "given string object. The string must contain two hexadecimal digits per "
5536+ "This :class:`bytearray` class method returns a bytearray object, decoding "
5537+ "the given string object. The string must contain two hexadecimal digits per "
55365538"byte, with ASCII whitespace being ignored."
55375539msgstr ""
55385540
@@ -6517,7 +6519,7 @@ msgid ""
65176519"*interpolation* operator. Given ``format % values`` (where *format* is a "
65186520"bytes object), ``%`` conversion specifications in *format* are replaced with "
65196521"zero or more elements of *values*. The effect is similar to using the :c:"
6520- "func:`sprintf` in the C language."
6522+ "func:`sprintf` function in the C language."
65216523msgstr ""
65226524
65236525#: ../../library/stdtypes.rst:4392
@@ -6622,8 +6624,8 @@ msgstr ""
66226624
66236625#: ../../library/stdtypes.rst:4590
66246626msgid ""
6625- "``len(view)`` is equal to the length of :class :`~memoryview.tolist`, which "
6626- "is the nested list representation of the view. If ``view.ndim = 1``, this is "
6627+ "``len(view)`` is equal to the length of :meth :`~memoryview.tolist`, which is "
6628+ "the nested list representation of the view. If ``view.ndim = = 1``, this is "
66276629"equal to the number of elements in the view."
66286630msgstr ""
66296631
@@ -6788,7 +6790,7 @@ msgid ""
67886790msgstr ""
67896791
67906792#: ../../library/stdtypes.rst:4675
6791- msgid "memoryviews can now be indexed with tuple of integers."
6793+ msgid "memoryviews can now be indexed with a tuple of integers."
67926794msgstr ""
67936795
67946796#: ../../library/stdtypes.rst:4678
@@ -9049,8 +9051,9 @@ msgstr ""
90499051" return number ** 2"
90509052
90519053#: ../../library/stdtypes.rst:6076
9054+ #, fuzzy
90529055msgid ""
9053- "The ``|`` operand cannot be used at runtime to define unions where one or "
9056+ "The ``|`` operator cannot be used at runtime to define unions where one or "
90549057"more members is a forward reference. For example, ``int | \" Foo\" ``, where "
90559058"``\" Foo\" `` is a reference to a class not yet defined, will fail at runtime. "
90569059"For unions which include forward references, present the whole expression as "
@@ -9294,7 +9297,7 @@ msgstr "方法"
92949297msgid ""
92959298"Methods are functions that are called using the attribute notation. There "
92969299"are two flavors: :ref:`built-in methods <builtin-methods>` (such as :meth:"
9297- "`~list.append` on lists) and :ref:`class instance method <instance-"
9300+ "`~list.append` on lists) and :ref:`class instance methods <instance-"
92989301"methods>`. Built-in methods are described with the types that support them."
92999302msgstr ""
93009303
0 commit comments