msgid ""
msgstr ""
"Project-Id-Version: English (Boost Unordered Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-07 09:27+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-unordered-documentation-zh_Hans/doc-modules-root-pages-reference-hash-"
"traits-adoc/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#: :2
#, read-only, safe-html, strict-same
msgid "Hash Traits"
msgstr "Hash Traits"

#: :4
#, read-only, safe-html, strict-same
msgid ":idprefix: hash_traits_"
msgstr ":idprefix: hash_traits_"

#: :6
#, read-only, safe-html, strict-same
msgid "`<boost/unordered/hash_traits.hpp>` Synopsis"
msgstr "`<boost/unordered/hash_traits.hpp>` Synopsis"

#: :22
#, read-only, safe-html, strict-same
msgid ""
"Note:;; This header is deprecated. Use instead `link:../../../../../"
"container_hash/doc/html/"
"hash.html#ref_hash_is_avalanchinghash[boost::hash_is_avalanching]` defined "
"in `link:../../../../../container_hash/doc/html/"
"hash.html#ref_boostcontainer_hashhash_is_avalanching_hpp[<boost/"
"container_hash/hash_is_avalanching.hpp>]`."
msgstr ""
"Note:;; This header is deprecated. Use instead `link:../../../../../"
"container_hash/doc/html/"
"hash.html#ref_hash_is_avalanchinghash[boost::hash_is_avalanching]` defined "
"in `link:../../../../../container_hash/doc/html/"
"hash.html#ref_boostcontainer_hashhash_is_avalanching_hpp[<boost/"
"container_hash/hash_is_avalanching.hpp>]`."

#: :27
#, read-only, safe-html, strict-same
msgid ""
"Open-addressing and concurrent containers use the provided hash function "
"`Hash` as-is if `hash_is_avalanching<Hash>::value` is `true`; otherwise, "
"they implement a bit-mixing post-processing stage to increase the quality of "
"hashing at the expense of extra computational cost."
msgstr ""
"Open-addressing and concurrent containers use the provided hash function "
"`Hash` as-is if `hash_is_avalanching<Hash>::value` is `true`; otherwise, "
"they implement a bit-mixing post-processing stage to increase the quality of "
"hashing at the expense of extra computational cost."

#: :32
#, read-only, safe-html, strict-same
msgid "---"
msgstr "---"
