Skip to content

Commit f698176

Browse files
committed
fix: tranlsate parameter as 參數, argument as 引數
1 parent e5529e7 commit f698176

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

library/asyncio-eventloop.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ msgid ""
318318
"seconds) the executor will be given to finish joining. With the default, "
319319
"``None``, the executor is allowed an unlimited amount of time."
320320
msgstr ""
321-
"*timeout* 引數指定執行器完成加入所需的時間(以 :class:`float` 秒為單位)。預"
321+
"*timeout* 參數指定執行器完成加入所需的時間(以 :class:`float` 秒為單位)。預"
322322
"設情況下為 ``None``,執行器允許無限時間。"
323323

324324
#: ../../library/asyncio-eventloop.rst:199
@@ -340,7 +340,7 @@ msgstr ""
340340

341341
#: ../../library/asyncio-eventloop.rst:210
342342
msgid "Added the *timeout* parameter."
343-
msgstr "加入 *timeout* 引數。"
343+
msgstr "加入 *timeout* 參數。"
344344

345345
#: ../../library/asyncio-eventloop.rst:214
346346
msgid "Scheduling callbacks"
@@ -1099,7 +1099,7 @@ msgstr "引數:"
10991099
msgid ""
11001100
"The *host* parameter can be set to several types which determine where the "
11011101
"server would be listening:"
1102-
msgstr "可以將 *host* 引數設為幾種類型,以確定伺服器將監聽的位置:"
1102+
msgstr "可以將 *host* 參數設為幾種類型,以確定伺服器將監聽的位置:"
11031103

11041104
#: ../../library/asyncio-eventloop.rst:691
11051105
msgid ""
@@ -1129,7 +1129,7 @@ msgid ""
11291129
"selected (note that if *host* resolves to multiple network interfaces, a "
11301130
"different random port will be selected for each interface)."
11311131
msgstr ""
1132-
"可以設定 *port* 引數以指定伺服器應該監聽的埠。如果是 ``0`` 或 ``None``\\ (預"
1132+
"可以設定 *port* 參數以指定伺服器應該監聽的埠。如果是 ``0`` 或 ``None``\\ (預"
11331133
"設值),將選擇一個未使用的隨機埠(請注意,如果 *host* 解析為多個網路介面,將"
11341134
"為每個介面選擇不同的隨機埠)。"
11351135

@@ -1218,7 +1218,7 @@ msgstr ""
12181218

12191219
#: ../../library/asyncio-eventloop.rst:758
12201220
msgid "The *host* parameter can be a sequence of strings."
1221-
msgstr "*host* 引數可以是字串序列。"
1221+
msgstr "*host* 參數可以是字串序列。"
12221222

12231223
#: ../../library/asyncio-eventloop.rst:762
12241224
msgid ""
@@ -1266,7 +1266,7 @@ msgid ""
12661266
"Added the *ssl_handshake_timeout* and *start_serving* parameters. The *path* "
12671267
"parameter can now be a :class:`~pathlib.Path` object."
12681268
msgstr ""
1269-
"新增 *ssl_handshake_timeout* 與 *start_serving* 引數。*path* 引數現在可為一"
1269+
"新增 *ssl_handshake_timeout* 與 *start_serving* 參數。*path* 參數現在可為一"
12701270
"個 :class:`~pathlib.Path` 物件。"
12711271

12721272
#: ../../library/asyncio-eventloop.rst:810
@@ -1282,7 +1282,7 @@ msgstr "此方法可以由在 asyncio 外接受連接但使用 asyncio 處理連
12821282
#: ../../library/asyncio-eventloop.rst:815
12831283
#: ../../library/asyncio-eventloop.rst:905
12841284
msgid "Parameters:"
1285-
msgstr "引數:"
1285+
msgstr "參數:"
12861286

12871287
#: ../../library/asyncio-eventloop.rst:820
12881288
msgid ""
@@ -1951,7 +1951,7 @@ msgstr ""
19511951
msgid ""
19521952
"*context* parameter has the same meaning as in :meth:"
19531953
"`call_exception_handler`."
1954-
msgstr "*context* 引數與 :meth:`call_exception_handler` 中的意思相同。"
1954+
msgstr "*context* 參數與 :meth:`call_exception_handler` 中的意思相同。"
19551955

19561956
#: ../../library/asyncio-eventloop.rst:1358
19571957
msgid "Call the current event loop exception handler."
@@ -2117,7 +2117,7 @@ msgid ""
21172117
msgstr ""
21182118
"這與標準函式庫 :class:`subprocess.Popen` 類似,使用 ``shell=False`` 呼叫並將"
21192119
"字串列表作為第一個引數傳遞;然而,:class:`~subprocess.Popen` 接受單個字串列表"
2120-
"參數,*subprocess_exec* 接受多個字串引數。"
2120+
"引數,*subprocess_exec* 接受多個字串引數。"
21212121

21222122
#: ../../library/asyncio-eventloop.rst:1453
21232123
msgid ""
@@ -2129,7 +2129,7 @@ msgstr ""
21292129

21302130
#: ../../library/asyncio-eventloop.rst:1456
21312131
msgid "Other parameters:"
2132-
msgstr "其他引數:"
2132+
msgstr "其他參數:"
21332133

21342134
#: ../../library/asyncio-eventloop.rst:1458
21352135
msgid "*stdin* can be any of these:"

0 commit comments

Comments
 (0)