1- # Copyright (C) 2001-2022 , Python Software Foundation
1+ # Copyright (C) 2001-2024 , Python Software Foundation
22# This file is distributed under the same license as the Python package.
33#
44# Translators:
55# Adrian Liaw <adrianliaw2000@gmail.com>, 2018
6- # Matt Wang <mattwang44@gmail.com>, 2022
6+ # Matt Wang <mattwang44@gmail.com>, 2022-2024
77msgid ""
88msgstr ""
99"Project-Id-Version : Python 3.12\n "
@@ -40,10 +40,7 @@ msgstr ""
4040
4141#: ../../library/asyncio-stream.rst:19
4242msgid "Here is an example of a TCP echo client written using asyncio streams::"
43- msgstr ""
44- "這是一個使用 asyncio 串流編寫的 TCP echo 客戶端範例:\n"
45- "\n"
46- "::"
43+ msgstr "這是一個使用 asyncio 串流編寫的 TCP echo 客戶端範例: ::"
4744
4845#: ../../library/asyncio-stream.rst:42
4946msgid "See also the `Examples`_ section below."
@@ -99,7 +96,6 @@ msgid "Added the *ssl_handshake_timeout* parameter."
9996msgstr "新增 *ssl_handshake_timeout* 參數。"
10097
10198#: ../../library/asyncio-stream.rst:80
102- #, fuzzy
10399msgid "Added the *happy_eyeballs_delay* and *interleave* parameters."
104100msgstr "新增 *happy_eyeballs_delay* 和 *interleave* 參數。"
105101
@@ -348,10 +344,7 @@ msgstr ""
348344
349345#: ../../library/asyncio-stream.rst:289 ../../library/asyncio-stream.rst:301
350346msgid "The method should be used along with the ``drain()`` method::"
351- msgstr ""
352- "此方法應當與 ``drain()`` 方法一起使用:\n"
353- "\n"
354- "::"
347+ msgstr "此方法應當與 ``drain()`` 方法一起使用: ::"
355348
356349#: ../../library/asyncio-stream.rst:296
357350msgid ""
@@ -370,10 +363,7 @@ msgstr "此方法會關閉串流以及底層的 socket。"
370363msgid ""
371364"The method should be used, though not mandatory, along with the "
372365"``wait_closed()`` method::"
373- msgstr ""
374- "此方法應與 ``wait_closed()`` 方法一起使用,但並非強制:\n"
375- "\n"
376- "::"
366+ msgstr "此方法應與 ``wait_closed()`` 方法一起使用,但並非強制: ::"
377367
378368#: ../../library/asyncio-stream.rst:318
379369msgid ""
@@ -400,10 +390,7 @@ msgstr "存取可選的傳輸資訊;詳情請見 :meth:`BaseTransport.get_extr
400390
401391#: ../../library/asyncio-stream.rst:337
402392msgid "Wait until it is appropriate to resume writing to the stream. Example::"
403- msgstr ""
404- "等待直到可以繼續寫入到串流。範例:\n"
405- "\n"
406- "::"
393+ msgstr "等待直到可以繼續寫入到串流。範例: ::"
407394
408395#: ../../library/asyncio-stream.rst:343
409396msgid ""
@@ -423,7 +410,7 @@ msgstr ""
423410
424411#: ../../library/asyncio-stream.rst:355
425412msgid "Parameters:"
426- msgstr ""
413+ msgstr "參數: "
427414
428415#: ../../library/asyncio-stream.rst:357
429416msgid "*sslcontext*: a configured instance of :class:`~ssl.SSLContext`."
@@ -477,10 +464,7 @@ msgstr "使用串流的 TCP echo 客戶端"
477464
478465#: ../../library/asyncio-stream.rst:402
479466msgid "TCP echo client using the :func:`asyncio.open_connection` function::"
480- msgstr ""
481- "使用 :func:`asyncio.open_connection` 函式的 TCP echo 客戶端:\n"
482- "\n"
483- "::"
467+ msgstr "使用 :func:`asyncio.open_connection` 函式的 TCP echo 客戶端: ::"
484468
485469#: ../../library/asyncio-stream.rst:426
486470msgid ""
@@ -497,10 +481,7 @@ msgstr "使用串流的 TCP echo 伺服器"
497481
498482#: ../../library/asyncio-stream.rst:435
499483msgid "TCP echo server using the :func:`asyncio.start_server` function::"
500- msgstr ""
501- "TCP echo 伺服器使用 :func:`asyncio.start_server` 函式:\n"
502- "\n"
503- "::"
484+ msgstr "TCP echo 伺服器使用 :func:`asyncio.start_server` 函式: ::"
504485
505486#: ../../library/asyncio-stream.rst:469
506487msgid ""
@@ -518,24 +499,15 @@ msgstr "獲取 HTTP 標頭"
518499#: ../../library/asyncio-stream.rst:476
519500msgid ""
520501"Simple example querying HTTP headers of the URL passed on the command line::"
521- msgstr ""
522- "查詢自命令列傳入之 URL 所帶有 HTTP 標頭的簡單範例:\n"
523- "\n"
524- "::"
502+ msgstr "查詢自命令列傳入之 URL 所帶有 HTTP 標頭的簡單範例: ::"
525503
526504#: ../../library/asyncio-stream.rst:515
527505msgid "Usage::"
528- msgstr ""
529- "用法:\n"
530- "\n"
531- "::"
506+ msgstr "用法: ::"
532507
533508#: ../../library/asyncio-stream.rst:519
534509msgid "or with HTTPS::"
535- msgstr ""
536- "或使用 HTTPS:\n"
537- "\n"
538- "::"
510+ msgstr "或使用 HTTPS: ::"
539511
540512#: ../../library/asyncio-stream.rst:527
541513msgid "Register an open socket to wait for data using streams"
@@ -546,9 +518,7 @@ msgid ""
546518"Coroutine waiting until a socket receives data using the :func:"
547519"`open_connection` function::"
548520msgstr ""
549- "等待直到 socket 透過使用 :func:`open_connection` 函式接收到資料的協程:\n"
550- "\n"
551- "::"
521+ "等待直到 socket 透過使用 :func:`open_connection` 函式接收到資料的協程: ::"
552522
553523#: ../../library/asyncio-stream.rst:564
554524msgid ""
0 commit comments