Skip to content

Commit 9a97c1a

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent eb61469 commit 9a97c1a

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

library/inspect.po

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
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
383383
msgid "tuple of names of cell variables (referenced by containing scopes)"
384-
msgstr ""
384+
msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル"
385385

386386
#: ../../library/inspect.rst:168
387387
msgid "co_consts"
@@ -415,6 +415,8 @@ msgstr "co_flags"
415415
msgid ""
416416
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
417417
msgstr ""
418+
"``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
419+
"flags>` を参照。"
418420

419421
#: ../../library/inspect.rst:182
420422
msgid "co_lnotab"
@@ -431,23 +433,23 @@ msgstr "co_freevars"
431433

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

436438
#: ../../library/inspect.rst:190
437439
msgid "co_posonlyargcount"
438-
msgstr ""
440+
msgstr "co_posonlyargcount"
439441

440442
#: ../../library/inspect.rst:190
441443
msgid "number of positional only arguments"
442-
msgstr ""
444+
msgstr "位置専用引数の数"
443445

444446
#: ../../library/inspect.rst:193
445447
msgid "co_kwonlyargcount"
446448
msgstr "co_kwonlyargcount"
447449

448450
#: ../../library/inspect.rst:193
449451
msgid "number of keyword only arguments (not including \\*\\* arg)"
450-
msgstr ""
452+
msgstr "キーワード専用引数 (\\*\\* 引数を含まない) の数"
451453

452454
#: ../../library/inspect.rst:197
453455
msgid "co_name"
@@ -459,19 +461,20 @@ msgstr "コードオブジェクトが定義されたときの名前"
459461

460462
#: ../../library/inspect.rst:200
461463
msgid "co_qualname"
462-
msgstr ""
464+
msgstr "co_qualname"
463465

464466
#: ../../library/inspect.rst:200
465467
msgid "fully qualified name with which this code object was defined"
466468
msgstr ""
469+
"このコードオブジェクトが定義されたときの完全修飾名 (fully qualified name)"
467470

468471
#: ../../library/inspect.rst:204
469472
msgid "co_names"
470473
msgstr "co_names"
471474

472475
#: ../../library/inspect.rst:204
473476
msgid "tuple of names other than arguments and function locals"
474-
msgstr ""
477+
msgstr "関数の引数でもローカル変数でもない名前のタプル"
475478

476479
#: ../../library/inspect.rst:208
477480
msgid "co_nlocals"
@@ -532,27 +535,27 @@ msgstr "``yield from`` でイテレートされているオブジェクト、ま
532535

533536
#: ../../library/inspect.rst:231
534537
msgid "async generator"
535-
msgstr ""
538+
msgstr "非同期ジェネレータ"
536539

537540
#: ../../library/inspect.rst:235
538541
msgid "ag_await"
539-
msgstr ""
542+
msgstr "ag_await"
540543

541544
#: ../../library/inspect.rst:235 ../../library/inspect.rst:248
542545
msgid "object being awaited on, or ``None``"
543546
msgstr "待機されているオブジェクト、または ``None``"
544547

545548
#: ../../library/inspect.rst:238
546549
msgid "ag_frame"
547-
msgstr ""
550+
msgstr "ag_frame"
548551

549552
#: ../../library/inspect.rst:240
550553
msgid "ag_running"
551-
msgstr ""
554+
msgstr "ag_running"
552555

553556
#: ../../library/inspect.rst:242
554557
msgid "ag_code"
555-
msgstr ""
558+
msgstr "ag_code"
556559

557560
#: ../../library/inspect.rst:244
558561
msgid "coroutine"
@@ -580,11 +583,12 @@ msgstr "cr_code"
580583

581584
#: ../../library/inspect.rst:257
582585
msgid "cr_origin"
583-
msgstr ""
586+
msgstr "cr_origin"
584587

585588
#: ../../library/inspect.rst:257
586589
msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
587590
msgstr ""
591+
"``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
588592

589593
#: ../../library/inspect.rst:261
590594
msgid "builtin"
@@ -613,11 +617,11 @@ msgstr ""
613617

614618
#: ../../library/inspect.rst:282
615619
msgid "Add ``cr_origin`` attribute to coroutines."
616-
msgstr ""
620+
msgstr "コルーチンに ``cr_origin`` 属性を追加しました。"
617621

618622
#: ../../library/inspect.rst:286
619623
msgid "Add ``__builtins__`` attribute to functions."
620-
msgstr ""
624+
msgstr "関数に ``__builtins__`` 属性を追加しました。"
621625

622626
#: ../../library/inspect.rst:290
623627
msgid ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy