msgid ""
msgstr ""
"Project-Id-Version: Chinese (Simplified Han script) (Boost Beast Translation "
"(zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-07 17:26+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Simplified Han script) <https://"
"insights.cppalliance.org/weblate/projects/boost-beast-documentation-zh_Hans/"
"doc-qbk-07-concepts-streams-qbk/zh_Hans/>\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2026.5\n"

#. type: section title
#: 10
#, fuzzy
msgid "Streams"
msgstr "Streams"

#. type: paragraph
#: 12
#, fuzzy
msgid ""
"A stream in the context of Beast and networking, represents a full-duplex "
"connection between two programs or hosts, where data represented as bytes "
"may be received reliably in the same order they were written. Streams may "
"support any combination of synchronous and/or asynchronous reading and "
"writing."
msgstr ""
"A stream in the context of Beast and networking, represents a full-duplex "
"connection between two programs or hosts, where data represented as bytes "
"may be received reliably in the same order they were written. Streams may "
"support any combination of synchronous and/or asynchronous reading and "
"writing."

#. type: paragraph
#: 18
#, fuzzy
msgid "Stream concepts are based on named requirements in networking:"
msgstr "Stream concepts are based on named requirements in networking:"

#. type: heading
#: 20
#, fuzzy
msgid "Stream"
msgstr "Stream"

#. type: paragraph
#: 22
#, fuzzy
msgid ""
"A type modeling [*Stream] meets either or both of the following requirements:"
msgstr ""
"A type modeling [*Stream] meets either or both of the following requirements:"

#. type: list
#: 24
#, fuzzy
msgid ""
"* [*AsyncStream]\n"
"* [*SyncStream]"
msgstr ""
"* [*AsyncStream]\n"
"* [*SyncStream]"

#. type: heading
#: 27
#, fuzzy
msgid "AsyncStream"
msgstr "AsyncStream"

#. type: paragraph
#: 29
#, fuzzy
msgid "A type modeling [*AsyncStream] meets the following requirements:"
msgstr "A type modeling [*AsyncStream] meets the following requirements:"

#. type: list
#: 31
#, fuzzy
msgid ""
"* __AsyncReadStream__\n"
"* __AsyncWriteStream__"
msgstr ""
"* __AsyncReadStream__\n"
"* __AsyncWriteStream__"

#. type: heading
#: 34
#, fuzzy
msgid "SyncStream"
msgstr "SyncStream"

#. type: paragraph
#: 36
#, fuzzy
msgid "A type modeling [*SyncStream] meets the following requirements:"
msgstr "A type modeling [*SyncStream] meets the following requirements:"

#. type: list
#: 38
#, fuzzy
msgid ""
"* __SyncReadStream__\n"
"* __SyncWriteStream__"
msgstr ""
"* __SyncReadStream__\n"
"* __SyncWriteStream__"
