Skip to content

Commit 94f6cdf

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent bbfddf0 commit 94f6cdf

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

library/inspect.po

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ msgstr "co_cellvars"
359359

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

364364
#: ../../library/inspect.rst:156
365365
msgid "co_consts"
@@ -393,6 +393,8 @@ msgstr "co_flags"
393393
msgid ""
394394
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
395395
msgstr ""
396+
"``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
397+
"flags>` を参照。"
396398

397399
#: ../../library/inspect.rst:170
398400
msgid "co_lnotab"
@@ -409,23 +411,23 @@ msgstr "co_freevars"
409411

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

414416
#: ../../library/inspect.rst:178
415417
msgid "co_posonlyargcount"
416-
msgstr ""
418+
msgstr "co_posonlyargcount"
417419

418420
#: ../../library/inspect.rst:178
419421
msgid "number of positional only arguments"
420-
msgstr ""
422+
msgstr "位置専用引数の数"
421423

422424
#: ../../library/inspect.rst:181
423425
msgid "co_kwonlyargcount"
424426
msgstr "co_kwonlyargcount"
425427

426428
#: ../../library/inspect.rst:181
427429
msgid "number of keyword only arguments (not including \\*\\* arg)"
428-
msgstr ""
430+
msgstr "キーワード専用引数 (\\*\\* 引数を含まない) の数"
429431

430432
#: ../../library/inspect.rst:185
431433
msgid "co_name"
@@ -529,11 +531,12 @@ msgstr "cr_code"
529531

530532
#: ../../library/inspect.rst:227
531533
msgid "cr_origin"
532-
msgstr ""
534+
msgstr "cr_origin"
533535

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

538541
#: ../../library/inspect.rst:231
539542
msgid "builtin"
@@ -562,7 +565,7 @@ msgstr ""
562565

563566
#: ../../library/inspect.rst:252
564567
msgid "Add ``cr_origin`` attribute to coroutines."
565-
msgstr ""
568+
msgstr "コルーチンに ``cr_origin`` 属性を追加しました。"
566569

567570
#: ../../library/inspect.rst:256
568571
msgid ""

0 commit comments

Comments
 (0)