@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.13\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-11-19 01:00 +0000\n "
18+ "POT-Creation-Date : 2024-11-29 14:18 +0000\n "
1919"PO-Revision-Date : 2021-06-28 01:08+0000\n "
2020"Last-Translator : Takeshi Nakazato, 2024\n "
2121"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -381,7 +381,7 @@ msgstr "co_cellvars"
381381
382382#: ../../library/inspect.rst:164
383383msgid "tuple of names of cell variables (referenced by containing scopes)"
384- msgstr ""
384+ msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル "
385385
386386#: ../../library/inspect.rst:168
387387msgid "co_consts"
@@ -415,6 +415,8 @@ msgstr "co_flags"
415415msgid ""
416416"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
417417msgstr ""
418+ "``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
419+ "flags>` を参照。"
418420
419421#: ../../library/inspect.rst:182
420422msgid "co_lnotab"
@@ -431,23 +433,23 @@ msgstr "co_freevars"
431433
432434#: ../../library/inspect.rst:186
433435msgid "tuple of names of free variables (referenced via a function's closure)"
434- msgstr ""
436+ msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル "
435437
436438#: ../../library/inspect.rst:190
437439msgid "co_posonlyargcount"
438- msgstr ""
440+ msgstr "co_posonlyargcount "
439441
440442#: ../../library/inspect.rst:190
441443msgid "number of positional only arguments"
442- msgstr ""
444+ msgstr "位置専用引数の数 "
443445
444446#: ../../library/inspect.rst:193
445447msgid "co_kwonlyargcount"
446448msgstr "co_kwonlyargcount"
447449
448450#: ../../library/inspect.rst:193
449451msgid "number of keyword only arguments (not including \\ *\\ * arg)"
450- msgstr ""
452+ msgstr "キーワード専用引数 ( \\ * \\ * 引数を含まない) の数 "
451453
452454#: ../../library/inspect.rst:197
453455msgid "co_name"
@@ -459,19 +461,20 @@ msgstr "コードオブジェクトが定義されたときの名前"
459461
460462#: ../../library/inspect.rst:200
461463msgid "co_qualname"
462- msgstr ""
464+ msgstr "co_qualname "
463465
464466#: ../../library/inspect.rst:200
465467msgid "fully qualified name with which this code object was defined"
466468msgstr ""
469+ "このコードオブジェクトが定義されたときの完全修飾名 (fully qualified name)"
467470
468471#: ../../library/inspect.rst:204
469472msgid "co_names"
470473msgstr "co_names"
471474
472475#: ../../library/inspect.rst:204
473476msgid "tuple of names other than arguments and function locals"
474- msgstr ""
477+ msgstr "関数の引数でもローカル変数でもない名前のタプル "
475478
476479#: ../../library/inspect.rst:208
477480msgid "co_nlocals"
@@ -532,27 +535,27 @@ msgstr "``yield from`` でイテレートされているオブジェクト、ま
532535
533536#: ../../library/inspect.rst:231
534537msgid "async generator"
535- msgstr ""
538+ msgstr "非同期ジェネレータ "
536539
537540#: ../../library/inspect.rst:235
538541msgid "ag_await"
539- msgstr ""
542+ msgstr "ag_await "
540543
541544#: ../../library/inspect.rst:235 ../../library/inspect.rst:248
542545msgid "object being awaited on, or ``None``"
543546msgstr "待機されているオブジェクト、または ``None``"
544547
545548#: ../../library/inspect.rst:238
546549msgid "ag_frame"
547- msgstr ""
550+ msgstr "ag_frame "
548551
549552#: ../../library/inspect.rst:240
550553msgid "ag_running"
551- msgstr ""
554+ msgstr "ag_running "
552555
553556#: ../../library/inspect.rst:242
554557msgid "ag_code"
555- msgstr ""
558+ msgstr "ag_code "
556559
557560#: ../../library/inspect.rst:244
558561msgid "coroutine"
@@ -580,11 +583,12 @@ msgstr "cr_code"
580583
581584#: ../../library/inspect.rst:257
582585msgid "cr_origin"
583- msgstr ""
586+ msgstr "cr_origin "
584587
585588#: ../../library/inspect.rst:257
586589msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
587590msgstr ""
591+ "``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
588592
589593#: ../../library/inspect.rst:261
590594msgid "builtin"
@@ -613,11 +617,11 @@ msgstr ""
613617
614618#: ../../library/inspect.rst:282
615619msgid "Add ``cr_origin`` attribute to coroutines."
616- msgstr ""
620+ msgstr "コルーチンに ``cr_origin`` 属性を追加しました。 "
617621
618622#: ../../library/inspect.rst:286
619623msgid "Add ``__builtins__`` attribute to functions."
620- msgstr ""
624+ msgstr "関数に ``__builtins__`` 属性を追加しました。 "
621625
622626#: ../../library/inspect.rst:290
623627msgid ""
0 commit comments