Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitabfe9d4

Browse files
committed
feat: update with reviewer's suggestions
1 parent60e53a4 commitabfe9d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎library/socket.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version:Python 3.13\n"
88
"Report-Msgid-Bugs-To:\n"
99
"POT-Creation-Date:2023-10-30 00:03+0000\n"
10-
"PO-Revision-Date:2023-12-01 14:10+0800\n"
10+
"PO-Revision-Date:2024-12-30 23:45+0800\n"
1111
"Last-Translator:Jay <weijay0804@gmail.com>\n"
1212
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1313
"tw)\n"
@@ -16,7 +16,7 @@ msgstr ""
1616
"Content-Type:text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding:8bit\n"
1818
"Plural-Forms:nplurals=1; plural=0;\n"
19-
"X-Generator:Poedit 3.4.1\n"
19+
"X-Generator:Poedit 3.5\n"
2020

2121
#:../../library/socket.rst:2
2222
msgid":mod:`socket` --- Low-level networking interface"
@@ -32,7 +32,7 @@ msgid ""
3232
"on all modern Unix systems, Windows, MacOS, and probably additional "
3333
"platforms."
3434
msgstr""
35-
"這個模組提供了操作 BSD *socket* 的介面。這在所有現代Unix系統、Windows、"
35+
"這個模組提供了操作 BSD *socket* 的介面。這在所有現代 Unix 系統、Windows、"
3636
"MacOS,以及一些其他平台上都可用。"
3737

3838
#:../../library/socket.rst:16
@@ -91,11 +91,11 @@ msgid ""
9191
"meth:`write` operations on Python files, buffer allocation on receive "
9292
"operations is automatic, and buffer length is implicit on send operations."
9393
msgstr""
94-
"這個Python介面是將 Unix系統呼叫和 socket模組介面轉變成 Python物件導向風格"
95-
"::func:`.socket`函數回傳一個 :dfn:`socketobject`,其方法實現了各種"
96-
"socket 系統呼叫。參數類型相對於 C語言的介面略為高層次:與 Python文件操作中"
97-
" :meth:`read` 和 :meth:`write` 一樣,接收操作的緩衝區是自動分配的,而在發送"
98-
"操作的緩衝區長度是隱式的。"
94+
"Python的介面是將 Unix的系統呼叫和 socket函式庫介面直接轉換成 Python的物件"
95+
"導向風格::func:`.socket`函數會回傳一個 :dfn:`socket物件`,這個物件的方法實"
96+
"作了各種socket 系統呼叫。 C語言介面相比,參數型別較為高階:就像 Python"
97+
"件操作中的 :meth:`read` 和 :meth:`write` 一樣,接收操作時會自動分配緩衝區,而"
98+
"發送操作時的緩衝區長度則是隱含的。"
9999

100100
#:../../library/socket.rst:35
101101
msgid"Module :mod:`socketserver`"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp