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

Appearance settings

Commit 2f7d7bd

Browse filesBrowse files
committed
fix: tranlsate keyword-only as 僅限關鍵字
1 parent 5d193e9 commit 2f7d7bd
Copy full SHA for 2f7d7bd

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎library/asyncio-eventloop.po

Copy file name to clipboardExpand all lines: library/asyncio-eventloop.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ msgid ""
342342
"for the *callback* to run in. Callbacks use the current context when no *context* is "
343343
"provided."
344344
msgstr ""
345-
"選用的關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:`contextvars.Context`。當未"
345+
"選用的僅限關鍵字引數 *context* 指定了 *callback* 執行的自定義 :class:`contextvars.Context`。當未"
346346
"提供 *context* 時,回呼函式使用當前情境。"
347347

348348
#: ../../library/asyncio-eventloop.rst:231
@@ -434,7 +434,7 @@ msgid ""
434434
"Context` for the *callback* to run in. The current context is used when no *context* is "
435435
"provided."
436436
msgstr ""
437-
"可選的關鍵字專用 *context* 引數允許為 *callback* 指定自定義的 :class:`contextvars.Context` 以"
437+
"可選的僅限關鍵字 *context* 引數允許為 *callback* 指定自定義的 :class:`contextvars.Context` 以"
438438
"便運行。當未提供 *context* 時,將使用當前情境。"
439439

440440
#: ../../library/asyncio-eventloop.rst:300
@@ -527,7 +527,7 @@ msgid ""
527527
"Context` for the *coro* to run in. The current context copy is created when no *context* is "
528528
"provided."
529529
msgstr ""
530-
"可選的關鍵字專用 *context* 引數允許為 *coro* 指定自定義的 :class:`contextvars.Context` 以便運"
530+
"可選的僅限關鍵字 *context* 引數允許為 *coro* 指定自定義的 :class:`contextvars.Context` 以便運"
531531
"行。當未提供 *context* 時,將建立當前情境的副本。"
532532

533533
#: ../../library/asyncio-eventloop.rst:369
@@ -2182,7 +2182,7 @@ msgid ""
21822182
"In this case ``Server.start_serving()``, or :meth:`Server.serve_forever` can be used to make "
21832183
"the Server start accepting connections."
21842184
msgstr ""
2185-
"*start_serving* 關鍵字參數只能在 :meth:`loop.create_server` 和 :meth:`asyncio.start_server` "
2185+
"*start_serving* 僅限關鍵字參數只能在 :meth:`loop.create_server` 和 :meth:`asyncio.start_server` "
21862186
"中使用,允許建立一個最初不接受連線的 Server 物件。在這種情況下,可以使用 ``Server."
21872187
"start_serving()`` 或 :meth:`Server.serve_forever` 來使 Server 開始接受連線。"
21882188

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.