Skip to content

Translate c-api/hash.po #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 17 additions & 15 deletions c-api/hash.po
Original file line number Diff line number Diff line change
@@ -1,58 +1,60 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Translators:
# Matt Wang <mattwang44@gmail.com>, 2024
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-18 00:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"PO-Revision-Date: 2024-04-30 00:20+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../c-api/hash.rst:4
msgid "PyHash API"
msgstr ""
msgstr "PyHash API"

#: ../../c-api/hash.rst:6
msgid "See also the :c:member:`PyTypeObject.tp_hash` member."
msgstr ""
msgstr "另請參閱 :c:member:`PyTypeObject.tp_hash` 成員。"

#: ../../c-api/hash.rst:10
msgid "Hash value type: signed integer."
msgstr ""
msgstr "雜湊值型別:有符號整數。"

#: ../../c-api/hash.rst:16
msgid "Hash value type: unsigned integer."
msgstr ""
msgstr "雜湊值型別:無符號整數。"

#: ../../c-api/hash.rst:23
msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
msgstr ""
msgstr ":c:func:`PyHash_GetFuncDef` 所使用的雜湊函式定義。"

#: ../../c-api/hash.rst:31
msgid "Hash function name (UTF-8 encoded string)."
msgstr ""
msgstr "雜湊函式名稱(UTF-8 編碼字串)。"

#: ../../c-api/hash.rst:35
msgid "Internal size of the hash value in bits."
msgstr ""
msgstr "雜湊值的內部大小(以位元為單位)。"

#: ../../c-api/hash.rst:39
msgid "Size of seed input in bits."
msgstr ""
msgstr "Seed 輸入的大小(以位元為單位)。"

#: ../../c-api/hash.rst:46
msgid "Get the hash function definition."
msgstr ""
msgstr "取得雜湊函式定義。"

#: ../../c-api/hash.rst:49
msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"."
msgstr ""
":pep:`456`\\ 「安全且可交替使用的雜湊演算法 (Secure and interchangeable hash "
"algorithm)」。"
Loading