msgid ""
msgstr ""
"Project-Id-Version: English (Boost Beast Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-07 13:43+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-beast-documentation-zh_Hans/doc-qbk-03-core-6-files-qbk/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"

#. type: section title
#: 10
#, read-only
msgid "Files"
msgstr "Files"

#. type: paragraph
#: 12
#, read-only
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
#, read-only
msgid "File Types"
msgstr "File Types"

#. type: table cell
#: 17
#, read-only
msgid "Name"
msgstr "Name"

#. type: table cell
#: 17
#, read-only
msgid "Description"
msgstr "Description"

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

#. type: table cell
#: 17
#, read-only
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
#, read-only
msgid "[link beast.ref.boost__beast__file_stdio `file_stdio`]"
msgstr "[link beast.ref.boost__beast__file_stdio `file_stdio`]"

#. type: table cell
#: 17
#, read-only
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
#, read-only
msgid "[link beast.ref.boost__beast__file_win32 `file_win32`]"
msgstr "[link beast.ref.boost__beast__file_win32 `file_win32`]"

#. type: table cell
#: 17
#, read-only
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
#, read-only
msgid "[link beast.ref.boost__beast__file_posix `file_posix`]"
msgstr "[link beast.ref.boost__beast__file_posix `file_posix`]"

#. type: table cell
#: 17
#, read-only
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."
