@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.13\n "
17
17
"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 "
19
19
"PO-Revision-Date : 2021-06-28 01:08+0000\n "
20
20
"Last-Translator : Takeshi Nakazato, 2024\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -381,7 +381,7 @@ msgstr "co_cellvars"
381
381
382
382
#: ../../library/inspect.rst:164
383
383
msgid "tuple of names of cell variables (referenced by containing scopes)"
384
- msgstr ""
384
+ msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル "
385
385
386
386
#: ../../library/inspect.rst:168
387
387
msgid "co_consts"
@@ -415,6 +415,8 @@ msgstr "co_flags"
415
415
msgid ""
416
416
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
417
417
msgstr ""
418
+ "``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
419
+ "flags>` を参照。"
418
420
419
421
#: ../../library/inspect.rst:182
420
422
msgid "co_lnotab"
@@ -431,23 +433,23 @@ msgstr "co_freevars"
431
433
432
434
#: ../../library/inspect.rst:186
433
435
msgid "tuple of names of free variables (referenced via a function's closure)"
434
- msgstr ""
436
+ msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル "
435
437
436
438
#: ../../library/inspect.rst:190
437
439
msgid "co_posonlyargcount"
438
- msgstr ""
440
+ msgstr "co_posonlyargcount "
439
441
440
442
#: ../../library/inspect.rst:190
441
443
msgid "number of positional only arguments"
442
- msgstr ""
444
+ msgstr "位置専用引数の数 "
443
445
444
446
#: ../../library/inspect.rst:193
445
447
msgid "co_kwonlyargcount"
446
448
msgstr "co_kwonlyargcount"
447
449
448
450
#: ../../library/inspect.rst:193
449
451
msgid "number of keyword only arguments (not including \\ *\\ * arg)"
450
- msgstr ""
452
+ msgstr "キーワード専用引数 ( \\ * \\ * 引数を含まない) の数 "
451
453
452
454
#: ../../library/inspect.rst:197
453
455
msgid "co_name"
@@ -459,19 +461,20 @@ msgstr "コードオブジェクトが定義されたときの名前"
459
461
460
462
#: ../../library/inspect.rst:200
461
463
msgid "co_qualname"
462
- msgstr ""
464
+ msgstr "co_qualname "
463
465
464
466
#: ../../library/inspect.rst:200
465
467
msgid "fully qualified name with which this code object was defined"
466
468
msgstr ""
469
+ "このコードオブジェクトが定義されたときの完全修飾名 (fully qualified name)"
467
470
468
471
#: ../../library/inspect.rst:204
469
472
msgid "co_names"
470
473
msgstr "co_names"
471
474
472
475
#: ../../library/inspect.rst:204
473
476
msgid "tuple of names other than arguments and function locals"
474
- msgstr ""
477
+ msgstr "関数の引数でもローカル変数でもない名前のタプル "
475
478
476
479
#: ../../library/inspect.rst:208
477
480
msgid "co_nlocals"
@@ -532,27 +535,27 @@ msgstr "``yield from`` でイテレートされているオブジェクト、ま
532
535
533
536
#: ../../library/inspect.rst:231
534
537
msgid "async generator"
535
- msgstr ""
538
+ msgstr "非同期ジェネレータ "
536
539
537
540
#: ../../library/inspect.rst:235
538
541
msgid "ag_await"
539
- msgstr ""
542
+ msgstr "ag_await "
540
543
541
544
#: ../../library/inspect.rst:235 ../../library/inspect.rst:248
542
545
msgid "object being awaited on, or ``None``"
543
546
msgstr "待機されているオブジェクト、または ``None``"
544
547
545
548
#: ../../library/inspect.rst:238
546
549
msgid "ag_frame"
547
- msgstr ""
550
+ msgstr "ag_frame "
548
551
549
552
#: ../../library/inspect.rst:240
550
553
msgid "ag_running"
551
- msgstr ""
554
+ msgstr "ag_running "
552
555
553
556
#: ../../library/inspect.rst:242
554
557
msgid "ag_code"
555
- msgstr ""
558
+ msgstr "ag_code "
556
559
557
560
#: ../../library/inspect.rst:244
558
561
msgid "coroutine"
@@ -580,11 +583,12 @@ msgstr "cr_code"
580
583
581
584
#: ../../library/inspect.rst:257
582
585
msgid "cr_origin"
583
- msgstr ""
586
+ msgstr "cr_origin "
584
587
585
588
#: ../../library/inspect.rst:257
586
589
msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
587
590
msgstr ""
591
+ "``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
588
592
589
593
#: ../../library/inspect.rst:261
590
594
msgid "builtin"
@@ -613,11 +617,11 @@ msgstr ""
613
617
614
618
#: ../../library/inspect.rst:282
615
619
msgid "Add ``cr_origin`` attribute to coroutines."
616
- msgstr ""
620
+ msgstr "コルーチンに ``cr_origin`` 属性を追加しました。 "
617
621
618
622
#: ../../library/inspect.rst:286
619
623
msgid "Add ``__builtins__`` attribute to functions."
620
- msgstr ""
624
+ msgstr "関数に ``__builtins__`` 属性を追加しました。 "
621
625
622
626
#: ../../library/inspect.rst:290
623
627
msgid ""
0 commit comments