We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40017d commit 17a4663Copy full SHA for 17a4663
library/secrets.po
@@ -8,7 +8,7 @@ msgid ""
8
msgstr ""
9
"Project-Id-Version: Python 3.12\n"
10
"Report-Msgid-Bugs-To: \n"
11
-"POT-Creation-Date: 2024-05-09 00:03+0000\n"
+"POT-Creation-Date: 2024-05-11 00:03+0000\n"
12
"PO-Revision-Date: 2022-11-30 13:42+0800\n"
13
"Last-Translator: \n"
14
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -75,7 +75,8 @@ msgid "Return a randomly chosen element from a non-empty sequence."
75
msgstr "從一非空序列中,回傳一個隨機選取的元素。"
76
77
#: ../../library/secrets.rst:51
78
-msgid "Return a random int in the range [0, *n*)."
+#, fuzzy
79
+msgid "Return a random int in the range [0, *exclusive_upper_bound*)."
80
msgstr "回傳一個 [0, *n*) 範圍之內的隨機整數。"
81
82
#: ../../library/secrets.rst:55
0 commit comments