77msgstr ""
88"Project-Id-Version : Python 3.14\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2026-02-18 00:20 +0000\n "
10+ "POT-Creation-Date : 2026-07-21 00:29 +0000\n "
1111"PO-Revision-Date : 2022-11-30 13:42+0800\n "
1212"Last-Translator : \n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -42,9 +42,9 @@ msgid ""
4242"pseudo-random number generator in the :mod:`random` module, which is "
4343"designed for modelling and simulation, not security or cryptography."
4444msgstr ""
45- "尤其應優先使用 :mod:`!secrets` 作為預設來替代 :mod:`random` 模組中的預設偽亂數 "
46- "產生器 (pseudo-random number generator),該模組被設計用於建模和模擬,而非用 "
47- "於安全性和加密 。"
45+ "尤其應優先使用 :mod:`!secrets` 作為預設來替代 :mod:`random` 模組中的預設偽亂 "
46+ "數產生器 (pseudo-random number generator),該模組被設計用於建模和模擬,而非 "
47+ "用於安全性和加密 。"
4848
4949#: ../../library/secrets.rst:30
5050msgid ":pep:`506`"
@@ -91,20 +91,20 @@ msgid ""
9191"suitable for applications such as password resets, hard-to-guess URLs, and "
9292"similar."
9393msgstr ""
94- ":mod:`!secrets` 模組提供了一些產生安全性權杖的函式,適合用於諸如重設密碼、難以 "
95- "猜測的 URL,或類似的應用。"
94+ ":mod:`!secrets` 模組提供了一些產生安全性權杖的函式,適合用於諸如重設密碼、難 "
95+ "以猜測的 URL,或類似的應用。"
9696
9797#: ../../library/secrets.rst:67
9898msgid "Return a random byte string containing *nbytes* number of bytes."
99- msgstr ""
100- "回傳一個隨機位元組字串,其中含有 *nbytes* 位元組的數字。"
99+ msgstr "回傳一個隨機位元組字串,其中含有 *nbytes* 位元組的數字。"
101100
102101#: ../../library/secrets.rst:69 ../../library/secrets.rst:83
103102#: ../../library/secrets.rst:97
104103msgid ""
105104"If *nbytes* is not specified or ``None``, :const:`DEFAULT_ENTROPY` is used "
106105"instead."
107- msgstr " 如果 *nbytes* 未指定或為 ``None`` ,則會改用 :const:`DEFAULT_ENTROPY`。"
106+ msgstr ""
107+ " 如果 *nbytes* 未指定或為 ``None`` ,則會改用 :const:`DEFAULT_ENTROPY`。"
108108
109109#: ../../library/secrets.rst:72
110110msgid ""
@@ -183,8 +183,8 @@ msgid ""
183183"Otherwise, if no argument is provided, or if the argument is ``None``, the "
184184"``token_*`` functions use :const:`DEFAULT_ENTROPY` instead."
185185msgstr ""
186- "否則,如未提供引數,或者如果引數為 ``None``,則 ``token_*`` 函式則會改用 "
187- ": const:`DEFAULT_ENTROPY`。"
186+ "否則,如未提供引數,或者如果引數為 ``None``,則 ``token_*`` 函式則會改用 : "
187+ "const:`DEFAULT_ENTROPY`。"
188188
189189#: ../../library/secrets.rst:127
190190msgid ""
@@ -202,12 +202,13 @@ msgid "Other functions"
202202msgstr "其他函式"
203203
204204#: ../../library/secrets.rst:138
205+ #, fuzzy
205206msgid ""
206207"Return ``True`` if strings or :term:`bytes-like objects <bytes-like object>` "
207208"*a* and *b* are equal, otherwise ``False``, using a \" constant-time "
208- "compare\" to reduce the risk of `timing attacks <https://codahale.com/a- "
209- "lesson-in-timing-attacks/>`_. See :func:`hmac.compare_digest` for additional "
210- "details."
209+ "compare\" to reduce the risk of `timing attacks <https://web.archive.org/ "
210+ "web/20250815071532/https://codahale.com/a- lesson-in-timing-attacks/>`__. "
211+ "See :func:`hmac.compare_digest` for additional details."
211212msgstr ""
212213"如果字串或\\ :term:`類位元組串物件 <bytes-like object>` *a* 與 *b* 相等則回"
213214"傳 ``True``,否則回傳 ``False``,以\" 恆定時間比較 (constant-time compare) "
0 commit comments