Skip to content

Commit 17a4663

Browse files
sync with cpython af8db2b6
1 parent a40017d commit 17a4663

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/secrets.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
11+
"POT-Creation-Date: 2024-05-11 00:03+0000\n"
1212
"PO-Revision-Date: 2022-11-30 13:42+0800\n"
1313
"Last-Translator: \n"
1414
"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."
7575
msgstr "從一非空序列中,回傳一個隨機選取的元素。"
7676

7777
#: ../../library/secrets.rst:51
78-
msgid "Return a random int in the range [0, *n*)."
78+
#, fuzzy
79+
msgid "Return a random int in the range [0, *exclusive_upper_bound*)."
7980
msgstr "回傳一個 [0, *n*) 範圍之內的隨機整數。"
8081

8182
#: ../../library/secrets.rst:55

0 commit comments

Comments
 (0)