|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# Freesand Leo <[email protected]>, 2024 |
| 8 | +# Nyuan Zhang, 2024 |
| 9 | +# |
| 10 | +#, fuzzy |
| 11 | +msgid "" |
| 12 | +msgstr "" |
| 13 | +"Project-Id-Version: Python 3.12\n" |
| 14 | +"Report-Msgid-Bugs-To: \n" |
| 15 | +"POT-Creation-Date: 2024-02-25 01:09+0000\n" |
| 16 | +"PO-Revision-Date: 2024-02-23 14:15+0000\n" |
| 17 | +"Last-Translator: Nyuan Zhang, 2024\n" |
| 18 | +"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 19 | +"MIME-Version: 1.0\n" |
| 20 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 21 | +"Content-Transfer-Encoding: 8bit\n" |
| 22 | +"Language: zh_CN\n" |
| 23 | +"Plural-Forms: nplurals=1; plural=0;\n" |
| 24 | + |
| 25 | +#: ../../c-api/hash.rst:4 |
| 26 | +msgid "PyHash API" |
| 27 | +msgstr "PyHash API" |
| 28 | + |
| 29 | +#: ../../c-api/hash.rst:6 |
| 30 | +msgid "See also the :c:member:`PyTypeObject.tp_hash` member." |
| 31 | +msgstr "另请参阅 :c:member:`PyTypeObject.tp_hash` 成员。" |
| 32 | + |
| 33 | +#: ../../c-api/hash.rst:10 |
| 34 | +msgid "Hash value type: signed integer." |
| 35 | +msgstr "哈希值类型:有符号整数。" |
| 36 | + |
| 37 | +#: ../../c-api/hash.rst:16 |
| 38 | +msgid "Hash value type: unsigned integer." |
| 39 | +msgstr "哈希值类型:无符号整数。" |
| 40 | + |
| 41 | +#: ../../c-api/hash.rst:23 |
| 42 | +msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`." |
| 43 | +msgstr ":c:func:`PyHash_GetFuncDef` 使用的哈希函数定义。" |
| 44 | + |
| 45 | +#: ../../c-api/hash.rst:31 |
| 46 | +msgid "Hash function name (UTF-8 encoded string)." |
| 47 | +msgstr "哈希函数名称(UTF-8 编码的字符串)。" |
| 48 | + |
| 49 | +#: ../../c-api/hash.rst:35 |
| 50 | +msgid "Internal size of the hash value in bits." |
| 51 | +msgstr "以比特位表示的哈希值内部大小。" |
| 52 | + |
| 53 | +#: ../../c-api/hash.rst:39 |
| 54 | +msgid "Size of seed input in bits." |
| 55 | +msgstr "以比特位表示的输入种子值大小。" |
| 56 | + |
| 57 | +#: ../../c-api/hash.rst:46 |
| 58 | +msgid "Get the hash function definition." |
| 59 | +msgstr "获取哈希函数定义。" |
| 60 | + |
| 61 | +#: ../../c-api/hash.rst:49 |
| 62 | +msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"." |
| 63 | +msgstr ":pep:`456` \"安全且可互换的哈希算法\"。" |
0 commit comments