@@ -10,16 +10,16 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.11\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2023-06-30 15:31+0000\n "
13
- "PO-Revision-Date : 2023-01-04 14 :53+0800\n "
14
- "Last-Translator : Phil Lin <linooohon @gmail.com>\n "
13
+ "PO-Revision-Date : 2023-07-02 22 :53+0800\n "
14
+ "Last-Translator : Matt Wang <mattwang44 @gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
16
16
"tw)\n "
17
17
"Language : zh_TW\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
20
20
"Content-Transfer-Encoding : 8bit\n "
21
21
"Plural-Forms : nplurals=1; plural=0;\n "
22
- "X-Generator : Poedit 3.2 .2\n "
22
+ "X-Generator : Poedit 3.3 .2\n "
23
23
24
24
#: ../../library/functions.rst:5 ../../library/functions.rst:11
25
25
msgid "Built-in Functions"
@@ -466,16 +466,15 @@ msgstr ""
466
466
"函式生成的字串和 Python 2 的 :func:`repr` 回傳的結果相似。"
467
467
468
468
#: ../../library/functions.rst:123
469
- #, fuzzy
470
469
msgid ""
471
470
"Convert an integer number to a binary string prefixed with \" 0b\" . The "
472
471
"result is a valid Python expression. If *x* is not a Python :class:`int` "
473
472
"object, it has to define an :meth:`~object.__index__` method that returns an "
474
473
"integer. Some examples:"
475
474
msgstr ""
476
475
"將一個整數轉變為一個前綴為 \" 0b\" 的二進位制字串。結果是一個有效的 Python 運"
477
- "算式。如果 *x* 不是 Python 的 :class:`int` 物件,那它需要定義 :meth:"
478
- "` __index__` method 回傳一個整數。舉例來說:"
476
+ "算式。如果 *x* 不是 Python 的 :class:`int` 物件,那它需要定義 :meth:`~object. "
477
+ "__index__` method 回傳一個整數。舉例來說:"
479
478
480
479
#: ../../library/functions.rst:133
481
480
msgid ""
@@ -890,15 +889,15 @@ msgstr ""
890
889
"果兩個引數都省略,則回傳 ``0j``。"
891
890
892
891
#: ../../library/functions.rst:385
893
- #, fuzzy
894
892
msgid ""
895
893
"For a general Python object ``x``, ``complex(x)`` delegates to ``x."
896
894
"__complex__()``. If :meth:`~object.__complex__` is not defined then it "
897
895
"falls back to :meth:`~object.__float__`. If :meth:`!__float__` is not "
898
896
"defined then it falls back to :meth:`~object.__index__`."
899
897
msgstr ""
900
- "對於一般的 Python 物件 ``x``,``float(x)`` 指派給 ``x.__float__()``。如果未定"
901
- "義 ``__float__()`` 則使用 :meth:`__index__`。"
898
+ "對於一般的 Python 物件 ``x``,``complex(x)`` 指派給 ``x.__complex__()``。如果"
899
+ "未定義 :meth:`~object.__complex__` 則會回退使用 :meth:`~object.__float__`。如"
900
+ "果未定"
902
901
903
902
#: ../../library/functions.rst:392
904
903
msgid ""
@@ -1322,14 +1321,13 @@ msgstr ""
1322
1321
"浮點數。如果引數在 Python 浮點精度範圍外,則會觸發 :exc:`OverflowError`。"
1323
1322
1324
1323
#: ../../library/functions.rst:682
1325
- #, fuzzy
1326
1324
msgid ""
1327
1325
"For a general Python object ``x``, ``float(x)`` delegates to ``x."
1328
1326
"__float__()``. If :meth:`~object.__float__` is not defined then it falls "
1329
1327
"back to :meth:`~object.__index__`."
1330
1328
msgstr ""
1331
1329
"對於一般的 Python 物件 ``x``,``float(x)`` 指派給 ``x.__float__()``。如果未定"
1332
- "義 `` __float__()`` 則使用 :meth:`__index__`。"
1330
+ "義 :meth:`~object. __float__` 則回退使用 :meth:`~object. __index__`。"
1333
1331
1334
1332
#: ../../library/functions.rst:686
1335
1333
msgid "If no argument is given, ``0.0`` is returned."
@@ -1510,15 +1508,14 @@ msgstr ""
1510
1508
"加全面和一致。"
1511
1509
1512
1510
#: ../../library/functions.rst:822
1513
- #, fuzzy
1514
1511
msgid ""
1515
1512
"Convert an integer number to a lowercase hexadecimal string prefixed with "
1516
1513
"\" 0x\" . If *x* is not a Python :class:`int` object, it has to define an :"
1517
1514
"meth:`~object.__index__` method that returns an integer. Some examples:"
1518
1515
msgstr ""
1519
1516
"將整數轉換為以 \" 0x\" 為前綴的小寫十六進位制字串。如果 *x* 不是 Python :"
1520
- "class:`int` 物件,則必須定義一個 :meth:`__index__` method 並且回傳一個整數。 "
1521
- "舉例來說:"
1517
+ "class:`int` 物件,則必須定義一個 :meth:`~object. __index__` method 並且回傳一 "
1518
+ "個整數。 舉例來說:"
1522
1519
1523
1520
#: ../../library/functions.rst:831
1524
1521
msgid ""
@@ -1617,7 +1614,6 @@ msgstr ""
1617
1614
"result``。"
1618
1615
1619
1616
#: ../../library/functions.rst:894
1620
- #, fuzzy
1621
1617
msgid ""
1622
1618
"Return an integer object constructed from a number or string *x*, or return "
1623
1619
"``0`` if no arguments are given. If *x* defines :meth:`~object.__int__`, "
@@ -1627,9 +1623,9 @@ msgid ""
1627
1623
"truncates towards zero."
1628
1624
msgstr ""
1629
1625
"回傳一個使用數字或字串 *x* 建構的整數物件,或者在沒有引數時回傳 ``0``。如果 "
1630
- "*x* 定義了 :meth:`__int__`,``int(x)`` 回傳 ``x.__int__()``。如果 *x* 定義 "
1631
- "了 :meth:`__index__` 則回傳 ``x.__index__()``。如果 *x* 定義了 :meth: "
1632
- "` __trunc__` 則回傳 ``x.__trunc__()``。對於浮點數則向零舍入。"
1626
+ "*x* 定義了 :meth:`~object. __int__`,``int(x)`` 回傳 ``x.__int__()``。如果 "
1627
+ "*x* 定義了 :meth:`~object. __index__` 則回傳 ``x.__index__()``。如果 *x* 定義 "
1628
+ "了 :meth:`~object. __trunc__` 則回傳 ``x.__trunc__()``。對於浮點數則向零舍入。"
1633
1629
1634
1630
#: ../../library/functions.rst:901
1635
1631
msgid ""
@@ -1941,7 +1937,6 @@ msgstr ""
1941
1937
"給 :class:`object` class 的實例。"
1942
1938
1943
1939
#: ../../library/functions.rst:1138
1944
- #, fuzzy
1945
1940
msgid ""
1946
1941
"Convert an integer number to an octal string prefixed with \" 0o\" . The "
1947
1942
"result is a valid Python expression. If *x* is not a Python :class:`int` "
@@ -1950,7 +1945,7 @@ msgid ""
1950
1945
msgstr ""
1951
1946
"將一個整數轉變為一個前綴為 \" 0o\" 的八進位制字串。回傳結果是一個有效的 "
1952
1947
"Python 運算式。如果 *x* 不是 Python 的 :class:`int` 物件,那它需要定義 :meth:"
1953
- "`__index__` method 回傳一個整數。舉例來說:"
1948
+ "`~object. __index__` method 回傳一個整數。舉例來說:"
1954
1949
1955
1950
#: ../../library/functions.rst:1148
1956
1951
msgid ""
0 commit comments