@@ -464,7 +464,7 @@ msgstr ""
464464
465465#: ../../glossary.rst:223
466466msgid "contiguous"
467- msgstr "contiguous -- 相邻 "
467+ msgstr "contiguous -- 连续 "
468468
469469#: ../../glossary.rst:227
470470msgid ""
@@ -476,6 +476,9 @@ msgid ""
476476" visiting items in order of memory address. However, in Fortran contiguous "
477477"arrays, the first index varies the fastest."
478478msgstr ""
479+ "一个缓冲如果是 *C-连续* 或 *Fortran 连续* 就会被认为是连续的。零维缓冲是 C 和 Fortran "
480+ "连续的。在一维数组中,所有条目必须在内存中彼此相邻地排列,采用从零开始的递增索引顺序。在多维 "
481+ "C-连续数组中,当按内存地址排列时用最后一个索引访问条目时速度最快。但是在 Fortran 连续数组中则是用第一个索引最快。"
479482
480483#: ../../glossary.rst:235
481484msgid "coroutine"
@@ -488,6 +491,8 @@ msgid ""
488491"entered, exited, and resumed at many different points. They can be "
489492"implemented with the :keyword:`async def` statement. See also :pep:`492`."
490493msgstr ""
494+ "协程是子例程的更一般形式。子例程可以在某一点进入并在另一点退出。协程则可以在许多不同的点上进入、退出和恢复。它们可通过 :keyword:`async "
495+ "def` 语句来实现。参见 :pep:`492`。"
491496
492497#: ../../glossary.rst:242
493498msgid "coroutine function"
@@ -500,6 +505,9 @@ msgid ""
500505":keyword:`await`, :keyword:`async for`, and :keyword:`async with` keywords."
501506" These were introduced by :pep:`492`."
502507msgstr ""
508+ "返回一个 :term:`coroutine` 对象的函数。协程函数可通过 :keyword:`async def` 语句来定义,并可能包含 "
509+ ":keyword:`await`, :keyword:`async for` 和 :keyword:`async with` 关键字。这些特性是由 "
510+ ":pep:`492` 引入的。"
503511
504512#: ../../glossary.rst:249
505513msgid "CPython"
@@ -512,6 +520,8 @@ msgid ""
512520" is used when necessary to distinguish this implementation from others such "
513521"as Jython or IronPython."
514522msgstr ""
523+ "Python 编程语言的规范实现,在 `python.org <https://www.python.org>`_ 上发布。\" CPython\" "
524+ "一词用于在必要时将此实现与其他实现例如 Jython 或 IronPython 相区别。"
515525
516526#: ../../glossary.rst:255
517527msgid "decorator"
0 commit comments