Skip to content

Commit d3077e2

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 6deccc9 commit d3077e2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

library/inspect.po

+10-7
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ msgstr "co_cellvars"
366366

367367
#: ../../library/inspect.rst:152
368368
msgid "tuple of names of cell variables (referenced by containing scopes)"
369-
msgstr ""
369+
msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル"
370370

371371
#: ../../library/inspect.rst:156
372372
msgid "co_consts"
@@ -400,6 +400,8 @@ msgstr "co_flags"
400400
msgid ""
401401
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
402402
msgstr ""
403+
"``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
404+
"flags>` を参照。"
403405

404406
#: ../../library/inspect.rst:170
405407
msgid "co_lnotab"
@@ -416,23 +418,23 @@ msgstr "co_freevars"
416418

417419
#: ../../library/inspect.rst:174
418420
msgid "tuple of names of free variables (referenced via a function's closure)"
419-
msgstr ""
421+
msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル"
420422

421423
#: ../../library/inspect.rst:178
422424
msgid "co_posonlyargcount"
423-
msgstr ""
425+
msgstr "co_posonlyargcount"
424426

425427
#: ../../library/inspect.rst:178
426428
msgid "number of positional only arguments"
427-
msgstr ""
429+
msgstr "位置専用引数の数"
428430

429431
#: ../../library/inspect.rst:181
430432
msgid "co_kwonlyargcount"
431433
msgstr "co_kwonlyargcount"
432434

433435
#: ../../library/inspect.rst:181
434436
msgid "number of keyword only arguments (not including \\*\\* arg)"
435-
msgstr ""
437+
msgstr "キーワード専用引数 (\\*\\* 引数を含まない) の数"
436438

437439
#: ../../library/inspect.rst:185
438440
msgid "co_name"
@@ -536,11 +538,12 @@ msgstr "cr_code"
536538

537539
#: ../../library/inspect.rst:227
538540
msgid "cr_origin"
539-
msgstr ""
541+
msgstr "cr_origin"
540542

541543
#: ../../library/inspect.rst:227
542544
msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
543545
msgstr ""
546+
"``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
544547

545548
#: ../../library/inspect.rst:231
546549
msgid "builtin"
@@ -569,7 +572,7 @@ msgstr ""
569572

570573
#: ../../library/inspect.rst:252
571574
msgid "Add ``cr_origin`` attribute to coroutines."
572-
msgstr ""
575+
msgstr "コルーチンに ``cr_origin`` 属性を追加しました。"
573576

574577
#: ../../library/inspect.rst:256
575578
msgid ""

0 commit comments

Comments
 (0)