@@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Python 3.11\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2022-10-15 20:43+0000\n "
12- "PO-Revision-Date : 2022-10-16 03:48 +0800\n "
12+ "PO-Revision-Date : 2022-10-16 07:29 +0800\n "
1313"
Last-Translator :
Steven Hsu <[email protected] >\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1515"tw)\n "
@@ -1438,7 +1438,6 @@ msgid "iterable"
14381438msgstr "iterable(可疊代物件)"
14391439
14401440#: ../../glossary.rst:643
1441- #, fuzzy
14421441msgid ""
14431442"An object capable of returning its members one at a time. Examples of "
14441443"iterables include all sequence types (such as :class:`list`, :class:`str`, "
@@ -1451,8 +1450,8 @@ msgstr ""
14511450"是 :class:`list`\\ 、\\ :class:`str` 和 :class:`tuple`\\ )和某些非序列型別,"
14521451"像是 :class:`dict`\\ 、\\ :term:`檔案物件 <file object>`\\ ,以及你所定義的任"
14531452"何 class 物件,只要那些 class 有 :meth:`__iter__` method 或是實作 :term:"
1454- "`Sequence < sequence> `\\ (序列)語意的 :meth:`__getitem__` method,該物件就是 "
1455- "可疊代物件 。"
1453+ "`sequence`\\ (序列)語意的 :meth:`__getitem__` method,該物件就是可疊代物 "
1454+ "件 。"
14561455
14571456#: ../../glossary.rst:650
14581457msgid ""
@@ -1546,7 +1545,6 @@ msgstr ""
15461545"`heapq.nlargest` 和 :func:`itertools.groupby`\\ 。"
15471546
15481547#: ../../glossary.rst:696
1549- #, fuzzy
15501548msgid ""
15511549"There are several ways to create a key function. For example. the :meth:"
15521550"`str.lower` method can serve as a key function for case insensitive sorts. "
@@ -1558,10 +1556,10 @@ msgid ""
15581556msgstr ""
15591557"有幾種方法可以建立一個鍵函式。例如,\\ :meth:`str.lower` method 可以作為不分"
15601558"大小寫排序的鍵函式。或者,一個鍵函式也可以從 :keyword:`lambda` 運算式被建造,"
1561- "例如 ``lambda r: (r[0], r[2])``。另外,\\ :mod :`operator` 模組提供了三個鍵函 "
1562- "式的建構函式 (constructor): \\ : func:`~ operator.attrgetter` \\ 、 \\ :func:"
1563- "`~operator.itemgetter` 和 :func:`~operator.methodcaller` \\ 。關於如何建立和使 "
1564- "用鍵函式的範例,請參閱 \\ :ref:`如何排序 <sortinghowto>`\\ 。"
1559+ "例如 ``lambda r: (r[0], r[2])``。另外,:func :`operator.attrgetter` \\ 、 \\ : "
1560+ "func:`operator.itemgetter` 和 :func:`operator.methodcaller` 為三個鍵函式的建 "
1561+ "構函式 (constructor)。關於如何建立和使用鍵函式的範例,請參閱 \\ :ref:`如何排 "
1562+ "序 <sortinghowto>`\\ 。"
15651563
15661564#: ../../glossary.rst:703
15671565msgid "keyword argument"
@@ -1619,33 +1617,29 @@ msgid "locale encoding"
16191617msgstr "locale encoding(區域編碼)"
16201618
16211619#: ../../glossary.rst:725
1622- #, fuzzy
16231620msgid ""
16241621"On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:"
16251622"`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`."
16261623msgstr ""
1627- "在 Unix 上,它是 LC_CTYPE 區域設定的編碼。它可以用 ``locale.setlocale( locale."
1628- "LC_CTYPE, new_locale)` ` 來設定。"
1624+ "在 Unix 上,它是 LC_CTYPE 區域設定的編碼。它可以用 :func:` locale."
1625+ "setlocale(locale. LC_CTYPE, new_locale) <locale.setlocale> ` 來設定。"
16291626
16301627#: ../../glossary.rst:728
1631- #, fuzzy
16321628msgid "On Windows, it is the ANSI code page (ex: ``\" cp1252\" ``)."
1633- msgstr "在 Windows 上,它是 ANSI 代碼頁(code page,例如 ``cp1252``\\ )。"
1629+ msgstr "在 Windows 上,它是 ANSI 代碼頁(code page,例如 ``\" cp1252\" ``\\ )。"
16341630
16351631#: ../../glossary.rst:730
16361632msgid ""
16371633"On Android and VxWorks, Python uses ``\" utf-8\" `` as the locale encoding."
16381634msgstr ""
16391635
16401636#: ../../glossary.rst:732
1641- #, fuzzy
16421637msgid "``locale.getencoding()`` can be used to get the locale encoding."
1643- msgstr "``locale.getpreferredencoding(False )`` 可以用來取得區域編碼。"
1638+ msgstr "``locale.getencoding( )`` 可以用來取得區域編碼。"
16441639
16451640#: ../../glossary.rst:734
1646- #, fuzzy
16471641msgid "See also the :term:`filesystem encoding and error handler`."
1648- msgstr "filesystem encoding and error handler(檔案系統編碼和錯誤處理函式) "
1642+ msgstr "也請參考 :term:` filesystem encoding and error handler`。 "
16491643
16501644#: ../../glossary.rst:735
16511645msgid "list"
@@ -1708,7 +1702,6 @@ msgid "mapping"
17081702msgstr "mapping(對映)"
17091703
17101704#: ../../glossary.rst:761
1711- #, fuzzy
17121705msgid ""
17131706"A container object that supports arbitrary key lookups and implements the "
17141707"methods specified in the :class:`collections.abc.Mapping` or :class:"
@@ -1718,10 +1711,10 @@ msgid ""
17181711"`collections.Counter`."
17191712msgstr ""
17201713"一個容器物件,它支援任意鍵的查找,且能實作 :ref:`abstract base classes(抽象"
1721- "基底類別) <collections-abstract-base-classes>`\\ 中,\\ :class:"
1722- "`~collections. abc.Mapping` 或 :class:`~ collections.abc.MutableMapping` 所指定 "
1723- "的 method。範例包括 :class:`dict`\\ 、\\ :class:`collections.defaultdict`"
1724- "\\ 、 \\ :class: `collections.OrderedDict` 和 :class:`collections.Counter`\\ 。"
1714+ "基底類別) <collections-abstract-base-classes>`\\ 中,\\ :class:`collections. "
1715+ "abc.Mapping` 或 :class:`collections.abc.MutableMapping` 所指定的 method。範例 "
1716+ "包括 :class:`dict`\\ 、\\ :class:`collections.defaultdict`\\ 、 \\ :class: "
1717+ "`collections.OrderedDict` 和 :class:`collections.Counter`\\ 。"
17251718
17261719#: ../../glossary.rst:767
17271720msgid "meta path finder"
@@ -2351,7 +2344,6 @@ msgid "reference count"
23512344msgstr "reference count(參照計數)"
23522345
23532346#: ../../glossary.rst:1065
2354- #, fuzzy
23552347msgid ""
23562348"The number of references to an object. When the reference count of an "
23572349"object drops to zero, it is deallocated. Reference counting is generally "
@@ -2361,8 +2353,8 @@ msgid ""
23612353msgstr ""
23622354"對於一個物件的參照次數。當一個物件的參照計數下降到零時,它會被解除配置 "
23632355"(deallocated)。參照計數通常在 Python 程式碼中看不到,但它卻是 :term:"
2364- "`CPython` 實作的一個關鍵元素。\\ :mod:`sys` 模組定義了一個 : func:`~sys."
2365- "getrefcount` 函式,程序設計師可以呼叫該函式來回傳一個特定物件的參照計數 。"
2356+ "`CPython` 實作的一個關鍵元素。程式設計師可以呼叫 : func:`~sys.getrefcount` 函 "
2357+ "式來回傳一個特定物件的參照計數 。"
23662358
23672359#: ../../glossary.rst:1071
23682360msgid "regular package"
0 commit comments