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-06 20:35+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-03-core-6-files-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 "Files"
msgstr "Files"

#. type: paragraph
#: 12
#, fuzzy
msgid ""
"Often when implementing network algorithms such as servers, it is necessary "
"to interact with files on the system. Beast defines the __File__ concept and "
"several models to facilitate cross-platform interaction with the underlying "
"filesystem:"
msgstr ""
"Often when implementing network algorithms such as servers, it is necessary "
"to interact with files on the system. Beast defines the __File__ concept and "
"several models to facilitate cross-platform interaction with the underlying "
"filesystem:"

#. type: table title
#: 17
#, fuzzy
msgid "File Types"
msgstr "File Types"

#. type: table cell
#: 17
#, fuzzy
msgid "Name"
msgstr "Name"

#. type: table cell
#: 17
#, fuzzy
msgid "Description"
msgstr "Description"

#. type: table cell
#: 17
#, fuzzy
msgid "[link beast.ref.boost__beast__file `file`]"
msgstr "[link beast.ref.boost__beast__file `file`]"

#. type: table cell
#: 17
#, fuzzy
msgid ""
"`file` is a type alias to one of the following implementations, depending on "
"what is available on the target platform."
msgstr ""
"`file` is a type alias to one of the following implementations, depending on "
"what is available on the target platform."

#. type: table cell
#: 17
#, fuzzy
msgid "[link beast.ref.boost__beast__file_stdio `file_stdio`]"
msgstr "[link beast.ref.boost__beast__file_stdio `file_stdio`]"

#. type: table cell
#: 17
#, fuzzy
msgid ""
"This implementation of __File__ uses the C++ standard library facilities "
"obtained by including `<cstdio>`."
msgstr ""
"This implementation of __File__ uses the C++ standard library facilities "
"obtained by including `<cstdio>`."

#. type: table cell
#: 17
#, fuzzy
msgid "[link beast.ref.boost__beast__file_win32 `file_win32`]"
msgstr "[link beast.ref.boost__beast__file_win32 `file_win32`]"

#. type: table cell
#: 17
#, fuzzy
msgid ""
"This implements a __File__ for the Win32 API. It provides low level access "
"to the native file handle when necessary."
msgstr ""
"This implements a __File__ for the Win32 API. It provides low level access "
"to the native file handle when necessary."

#. type: table cell
#: 17
#, fuzzy
msgid "[link beast.ref.boost__beast__file_posix `file_posix`]"
msgstr "[link beast.ref.boost__beast__file_posix `file_posix`]"

#. type: table cell
#: 17
#, fuzzy
msgid ""
"For POSIX systems, this class provides a suitable implementation of __File__ "
"which wraps the native file descriptor and provides it if necessary."
msgstr ""
"For POSIX systems, this class provides a suitable implementation of __File__ "
"which wraps the native file descriptor and provides it if necessary."
