@@ -359,7 +359,7 @@ msgstr "co_cellvars"
359359
360360#: ../../library/inspect.rst:152
361361msgid "tuple of names of cell variables (referenced by containing scopes)"
362- msgstr ""
362+ msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル "
363363
364364#: ../../library/inspect.rst:156
365365msgid "co_consts"
@@ -393,6 +393,8 @@ msgstr "co_flags"
393393msgid ""
394394"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
395395msgstr ""
396+ "``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
397+ "flags>` を参照。"
396398
397399#: ../../library/inspect.rst:170
398400msgid "co_lnotab"
@@ -409,23 +411,23 @@ msgstr "co_freevars"
409411
410412#: ../../library/inspect.rst:174
411413msgid "tuple of names of free variables (referenced via a function's closure)"
412- msgstr ""
414+ msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル "
413415
414416#: ../../library/inspect.rst:178
415417msgid "co_posonlyargcount"
416- msgstr ""
418+ msgstr "co_posonlyargcount "
417419
418420#: ../../library/inspect.rst:178
419421msgid "number of positional only arguments"
420- msgstr ""
422+ msgstr "位置専用引数の数 "
421423
422424#: ../../library/inspect.rst:181
423425msgid "co_kwonlyargcount"
424426msgstr "co_kwonlyargcount"
425427
426428#: ../../library/inspect.rst:181
427429msgid "number of keyword only arguments (not including \\ *\\ * arg)"
428- msgstr ""
430+ msgstr "キーワード専用引数 ( \\ * \\ * 引数を含まない) の数 "
429431
430432#: ../../library/inspect.rst:185
431433msgid "co_name"
@@ -529,11 +531,12 @@ msgstr "cr_code"
529531
530532#: ../../library/inspect.rst:227
531533msgid "cr_origin"
532- msgstr ""
534+ msgstr "cr_origin "
533535
534536#: ../../library/inspect.rst:227
535537msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
536538msgstr ""
539+ "``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
537540
538541#: ../../library/inspect.rst:231
539542msgid "builtin"
@@ -562,7 +565,7 @@ msgstr ""
562565
563566#: ../../library/inspect.rst:252
564567msgid "Add ``cr_origin`` attribute to coroutines."
565- msgstr ""
568+ msgstr "コルーチンに ``cr_origin`` 属性を追加しました。 "
566569
567570#: ../../library/inspect.rst:256
568571msgid ""
0 commit comments