File tree Expand file tree Collapse file tree 3 files changed +180
-136
lines changed Expand file tree Collapse file tree 3 files changed +180
-136
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2024-05-09 00:03+0000\n "
10
+ "POT-Creation-Date : 2024-05-23 00:03+0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:03+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -351,8 +351,9 @@ msgstr ""
351
351
352
352
#: ../../library/hashlib.rst:331
353
353
msgid ""
354
- "*dklen* is the length of the derived key. If *dklen* is ``None`` then the "
355
- "digest size of the hash algorithm *hash_name* is used, e.g. 64 for SHA-512."
354
+ "*dklen* is the length of the derived key in bytes. If *dklen* is ``None`` "
355
+ "then the digest size of the hash algorithm *hash_name* is used, e.g. 64 for "
356
+ "SHA-512."
356
357
msgstr ""
357
358
358
359
#: ../../library/hashlib.rst:340
@@ -383,7 +384,7 @@ msgstr ""
383
384
msgid ""
384
385
"*n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization "
385
386
"factor and *maxmem* limits memory (OpenSSL 1.1.0 defaults to 32 MiB). "
386
- "*dklen* is the length of the derived key."
387
+ "*dklen* is the length of the derived key in bytes ."
387
388
msgstr ""
388
389
389
390
#: ../../library/hashlib.rst:366
You can’t perform that action at this time.
0 commit comments