msgid ""
msgstr ""
"Project-Id-Version: Chinese (Simplified Han script) (Boost Beast Translation "
"(zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-07-25 19:52+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-01-intro-1-quick-look-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
msgid "Quick Look"
msgstr "快速查看"

#. type: paragraph
#: 13
msgid ""
"These complete programs are intended to quickly impress upon readers the "
"flavor of the library. Source code and build scripts for them are located in "
"the [path_link example example] directory."
msgstr ""
"这些完整示例程序旨在让读者快速了解该库的特点。它们的源码和编译脚本位于 "
"[path_link example example] 目录中。"

#. type: section title
#: 19
msgid "Simple HTTP Client __example__"
msgstr "简单HTTP客户端 __示例__"

#. type: paragraph
#: 21
msgid "Use HTTP to make a GET request to a website and print the response:"
msgstr "使用 HTTP 向网站发送 GET 请求，然后打印返回结果："

#. type: paragraph
#: 23
msgid ""
"File: [path_link example/http/client/sync/http_client_sync.cpp "
"http_sync_client.cpp]"
msgstr ""
"文件：[path_link example/http/client/sync/http_client_sync.cpp "
"http_sync_client.cpp]"

#. type: section title
#: 31
msgid "Simple WebSocket Client __example__"
msgstr "简单 WebSocket 客户端 __示例__"

#. type: paragraph
#: 33
msgid "Establish a WebSocket connection, send a message and receive the reply:"
msgstr "建立 WebSocket 连接，发送消息并接收回复："

#. type: paragraph
#: 35
msgid ""
"File: [path_link example/websocket/client/sync/websocket_client_sync.cpp "
"websocket_sync_client.cpp]"
msgstr ""
"文件：[path_link example/websocket/client/sync/websocket_client_sync.cpp "
"websocket_sync_client.cpp]"
