@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.9\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
19
+ "POT-Creation-Date : 2020-06-21 03:26 +0000\n "
20
20
"PO-Revision-Date : 2017-02-16 17:40+0000\n "
21
21
"Last-Translator : tomo, 2020\n "
22
22
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -305,7 +305,7 @@ msgstr ""
305
305
"下記の :c:func:`PyParser_SimpleParseStringFlagsFilename` の *filename* を "
306
306
"``NULL`` に、 *flags* を ``0`` にして単純化したインタフェースです。"
307
307
308
- #: ../../c-api/veryhigh.rst:199
308
+ #: ../../c-api/veryhigh.rst:201
309
309
msgid ""
310
310
"This is a simplified interface to "
311
311
":c:func:`PyParser_SimpleParseStringFlagsFilename` below, leaving *filename*"
@@ -314,7 +314,7 @@ msgstr ""
314
314
"下記の :c:func:`PyParser_SimpleParseStringFlagsFilename` の *filename* を "
315
315
"``NULL`` にして単純化したインタフェースです。"
316
316
317
- #: ../../c-api/veryhigh.rst:206
317
+ #: ../../c-api/veryhigh.rst:210
318
318
msgid ""
319
319
"Parse Python source code from *str* using the start token *start* according "
320
320
"to the *flags* argument. The result can be used to create a code object "
@@ -327,30 +327,30 @@ msgstr ""
327
327
"クトを作成するためにその結果を使うことができます。コード断片を何度も評価しなければならない場合に役に立ちます。 *filename* "
328
328
"はファイルシステムエンコーディング (:func:`sys.getfilesystemencoding`) でデコードされます。"
329
329
330
- #: ../../c-api/veryhigh.rst:215
330
+ #: ../../c-api/veryhigh.rst:221
331
331
msgid ""
332
332
"This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` "
333
333
"below, leaving *flags* set to ``0``."
334
334
msgstr ""
335
335
"下記の :c:func:`PyRun_SimpleParseFileFlags` の *flags* を ``0`` "
336
336
"にして単純化したインタフェースです。"
337
337
338
- #: ../../c-api/veryhigh.rst:221
338
+ #: ../../c-api/veryhigh.rst:229
339
339
msgid ""
340
340
"Similar to :c:func:`PyParser_SimpleParseStringFlagsFilename`, but the Python"
341
341
" source code is read from *fp* instead of an in-memory string."
342
342
msgstr ""
343
343
":c:func:`PyParser_SimpleParseStringFlagsFilename` に似ていますが、 "
344
344
"Pythonソースコードをメモリ内の文字列ではなく *fp* から読み込みます。 *filename* はそのファイルの名前でなけれななりません。"
345
345
346
- #: ../../c-api/veryhigh.rst:227
346
+ #: ../../c-api/veryhigh.rst:237
347
347
msgid ""
348
348
"This is a simplified interface to :c:func:`PyRun_StringFlags` below, leaving"
349
349
" *flags* set to ``NULL``."
350
350
msgstr ""
351
351
"下記の :c:func:`PyRun_StringFlags` の *flags* を ``NULL`` にして単純化したインタフェースです。"
352
352
353
- #: ../../c-api/veryhigh.rst:233
353
+ #: ../../c-api/veryhigh.rst:243
354
354
msgid ""
355
355
"Execute Python source code from *str* in the context specified by the "
356
356
"objects *globals* and *locals* with the compiler flags specified by *flags*."
@@ -362,35 +362,35 @@ msgstr ""
362
362
"*globals* は辞書でなければなりません; *locals* はマッピングプロトコルを実装したオブジェクトなら何でも構いません。\n"
363
363
"引数 *start* はソースコードをパースするために使われるべき開始トークンを指定します。"
364
364
365
- #: ../../c-api/veryhigh.rst:239
365
+ #: ../../c-api/veryhigh.rst:249
366
366
msgid ""
367
367
"Returns the result of executing the code as a Python object, or ``NULL`` if "
368
368
"an exception was raised."
369
369
msgstr "コードを実行した結果をPythonオブジェクトとして返します。または、例外が発生したならば ``NULL`` を返します。"
370
370
371
- #: ../../c-api/veryhigh.rst:245
371
+ #: ../../c-api/veryhigh.rst:255
372
372
msgid ""
373
373
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving"
374
374
" *closeit* set to ``0`` and *flags* set to ``NULL``."
375
375
msgstr ""
376
376
"下記の :c:func:`PyRun_FileExFlags` の *closeit* を ``0`` にし、 *flags* を ``NULL`` "
377
377
"にして単純化したインタフェースです。"
378
378
379
- #: ../../c-api/veryhigh.rst:251
379
+ #: ../../c-api/veryhigh.rst:261
380
380
msgid ""
381
381
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving"
382
382
" *flags* set to ``NULL``."
383
383
msgstr ""
384
384
"下記の :c:func:`PyRun_FileExFlags` の *flags* を ``NULL`` にして単純化したインタフェースです。"
385
385
386
- #: ../../c-api/veryhigh.rst:257
386
+ #: ../../c-api/veryhigh.rst:267
387
387
msgid ""
388
388
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving"
389
389
" *closeit* set to ``0``."
390
390
msgstr ""
391
391
"下記の :c:func:`PyRun_FileExFlags` の *closeit* を ``0`` にして単純化したインタフェースです。"
392
392
393
- #: ../../c-api/veryhigh.rst:263
393
+ #: ../../c-api/veryhigh.rst:273
394
394
msgid ""
395
395
"Similar to :c:func:`PyRun_StringFlags`, but the Python source code is read "
396
396
"from *fp* instead of an in-memory string. *filename* should be the name of "
@@ -403,22 +403,22 @@ msgstr ""
403
403
"(:func:`sys.getfilesystemencoding`) でデコードされます。もし *closeit* を真にすると、 "
404
404
":c:func:`PyRun_FileExFlags` が処理を戻す前にファイルを閉じます。"
405
405
406
- #: ../../c-api/veryhigh.rst:272
406
+ #: ../../c-api/veryhigh.rst:282
407
407
msgid ""
408
408
"This is a simplified interface to :c:func:`Py_CompileStringFlags` below, "
409
409
"leaving *flags* set to ``NULL``."
410
410
msgstr ""
411
411
"下記の :c:func:`Py_CompileStringFlags` の *flags* を ``NULL`` にして単純化したインタフェースです。"
412
412
413
- #: ../../c-api/veryhigh.rst:278
413
+ #: ../../c-api/veryhigh.rst:288
414
414
msgid ""
415
415
"This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, "
416
416
"with *optimize* set to ``-1``."
417
417
msgstr ""
418
418
"下記の :c:func:`Py_CompileStringExFlags` の *optimize* を ``-1`` "
419
419
"にして単純化したインタフェースです。"
420
420
421
- #: ../../c-api/veryhigh.rst:284
421
+ #: ../../c-api/veryhigh.rst:294
422
422
msgid ""
423
423
"Parse and compile the Python source code in *str*, returning the resulting "
424
424
"code object. The start token is given by *start*; this can be used to "
@@ -434,7 +434,7 @@ msgstr ""
434
434
"で指定されるファイル名はコードオブジェクトを構築するために使われ、トレースバックあるいは :exc:`SyntaxError` "
435
435
"例外メッセージに出てくる可能性があります。コードがパースできなかったりコンパイルできなかったりした場合に、これは ``NULL`` を返します。"
436
436
437
- #: ../../c-api/veryhigh.rst:292
437
+ #: ../../c-api/veryhigh.rst:302
438
438
msgid ""
439
439
"The integer *optimize* specifies the optimization level of the compiler; a "
440
440
"value of ``-1`` selects the optimization level of the interpreter as given "
@@ -446,15 +446,15 @@ msgstr ""
446
446
"オプションで与えられるのと同じ最適化レベルを選びます。明示的なレベルは、 ``0`` (最適化なし、 ``__debug__`` は真)、 ``1`` "
447
447
"(assert は取り除かれ、 ``__debug__`` は偽)、 ``2`` (docstring も取り除かれる) です。"
448
448
449
- #: ../../c-api/veryhigh.rst:303
449
+ #: ../../c-api/veryhigh.rst:313
450
450
msgid ""
451
451
"Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string "
452
452
"decoded from the filesystem encoding (:func:`os.fsdecode`)."
453
453
msgstr ""
454
454
":c:func:`Py_CompileStringObject` と似ていますが、 *filename* はファイルシステムのエンコーディングでデコード"
455
455
" (:func:`os.fsdecode`) されたバイト文字列です。"
456
456
457
- #: ../../c-api/veryhigh.rst:310
457
+ #: ../../c-api/veryhigh.rst:320
458
458
msgid ""
459
459
"This is a simplified interface to :c:func:`PyEval_EvalCodeEx`, with just the"
460
460
" code object, and global and local variables. The other arguments are set "
@@ -463,7 +463,7 @@ msgstr ""
463
463
":c:func:`PyEval_EvalCodeEx` のシンプルなインタフェースで、コードオブジェクトと、グローバル変数とローカル変数だけを受け取ります。\n"
464
464
"他の引数には ``NULL`` が渡されます。"
465
465
466
- #: ../../c-api/veryhigh.rst:317
466
+ #: ../../c-api/veryhigh.rst:327
467
467
msgid ""
468
468
"Evaluate a precompiled code object, given a particular environment for its "
469
469
"evaluation. This environment consists of a dictionary of global variables, "
@@ -474,23 +474,23 @@ msgstr ""
474
474
"与えられた特定の環境で、コンパイル済みのコードオブジェクトを評価します。この環境はグローバル変数の辞書と、ローカル変数のマッピングオブジェクト、引数の配列、キーワードとデフォルト値、:ref:`キーワード専用"
475
475
" <keyword-only_parameter>` 引数のデフォルト値の辞書と、セルのクロージャタプルで構成されます。"
476
476
477
- #: ../../c-api/veryhigh.rst:326
477
+ #: ../../c-api/veryhigh.rst:336
478
478
msgid ""
479
479
"The C structure of the objects used to describe frame objects. The fields of"
480
480
" this type are subject to change at any time."
481
481
msgstr ""
482
482
"フレームオブジェクトを表現するために使われるオブジェクトのC構造体。\n"
483
483
"この型のフィールドはいつでも変更され得ます。"
484
484
485
- #: ../../c-api/veryhigh.rst:332
485
+ #: ../../c-api/veryhigh.rst:342
486
486
msgid ""
487
487
"Evaluate an execution frame. This is a simplified interface to "
488
488
":c:func:`PyEval_EvalFrameEx`, for backward compatibility."
489
489
msgstr ""
490
490
"実行フレームを評価します。これは :c:func:`PyEval_EvalFrameEx` "
491
491
"に対するシンプルなインタフェースで、後方互換性のためのものです。"
492
492
493
- #: ../../c-api/veryhigh.rst:338
493
+ #: ../../c-api/veryhigh.rst:348
494
494
msgid ""
495
495
"This is the main, unvarnished function of Python interpretation. The code "
496
496
"object associated with the execution frame *f* is executed, interpreting "
@@ -500,25 +500,25 @@ msgid ""
500
500
" of generator objects."
501
501
msgstr ""
502
502
503
- #: ../../c-api/veryhigh.rst:345
503
+ #: ../../c-api/veryhigh.rst:355
504
504
msgid ""
505
505
"This function now includes a debug assertion to help ensure that it does not"
506
506
" silently discard an active exception."
507
507
msgstr "アクティブな例外を黙って捨てないことを保証するのに便利なように、この関数はデバッグアサーションを含むようになりました。"
508
508
509
- #: ../../c-api/veryhigh.rst:352
509
+ #: ../../c-api/veryhigh.rst:362
510
510
msgid ""
511
511
"This function changes the flags of the current evaluation frame, and returns"
512
512
" true on success, false on failure."
513
513
msgstr "現在の評価フレームのフラグを変更します。成功したら true を、失敗したら false を返します。"
514
514
515
- #: ../../c-api/veryhigh.rst:360
515
+ #: ../../c-api/veryhigh.rst:370
516
516
msgid ""
517
517
"The start symbol from the Python grammar for isolated expressions; for use "
518
518
"with :c:func:`Py_CompileString`."
519
519
msgstr "単独の式に対するPython文法の開始記号で、 :c:func:`Py_CompileString` と一緒に使います。"
520
520
521
- #: ../../c-api/veryhigh.rst:368
521
+ #: ../../c-api/veryhigh.rst:378
522
522
msgid ""
523
523
"The start symbol from the Python grammar for sequences of statements as read"
524
524
" from a file or other source; for use with :c:func:`Py_CompileString`. This"
@@ -527,7 +527,7 @@ msgstr ""
527
527
"ファイルあるいは他のソースから読み込まれた文の並びに対するPython文法の開始記号で、 :c:func:`Py_CompileString` "
528
528
"と一緒に使います。これは任意の長さのPythonソースコードをコンパイルするときに使う記号です。"
529
529
530
- #: ../../c-api/veryhigh.rst:377
530
+ #: ../../c-api/veryhigh.rst:387
531
531
msgid ""
532
532
"The start symbol from the Python grammar for a single statement; for use "
533
533
"with :c:func:`Py_CompileString`. This is the symbol used for the interactive"
@@ -536,7 +536,7 @@ msgstr ""
536
536
"単一の文に対するPython文法の開始記号で、 :c:func:`Py_CompileString` "
537
537
"と一緒に使います。これは対話式のインタプリタループのための記号です。"
538
538
539
- #: ../../c-api/veryhigh.rst:384
539
+ #: ../../c-api/veryhigh.rst:394
540
540
msgid ""
541
541
"This is the structure used to hold compiler flags. In cases where code is "
542
542
"only being compiled, it is passed as ``int flags``, and in cases where code "
@@ -547,34 +547,34 @@ msgstr ""
547
547
"として渡されます。コードを実行する場合には ``PyCompilerFlags *flags`` として渡されます。この場合、``from "
548
548
"__future__ import`` は *flags* の内容を変更できます。"
549
549
550
- #: ../../c-api/veryhigh.rst:389
550
+ #: ../../c-api/veryhigh.rst:399
551
551
msgid ""
552
552
"Whenever ``PyCompilerFlags *flags`` is ``NULL``, :attr:`cf_flags` is treated"
553
553
" as equal to ``0``, and any modification due to ``from __future__ import`` "
554
554
"is discarded."
555
555
msgstr ""
556
556
557
- #: ../../c-api/veryhigh.rst:395
557
+ #: ../../c-api/veryhigh.rst:405
558
558
msgid "Compiler flags."
559
559
msgstr ""
560
560
561
- #: ../../c-api/veryhigh.rst:399
561
+ #: ../../c-api/veryhigh.rst:409
562
562
msgid ""
563
563
"*cf_feature_version* is the minor Python version. It should be initialized "
564
564
"to ``PY_MINOR_VERSION``."
565
565
msgstr ""
566
566
567
- #: ../../c-api/veryhigh.rst:402
567
+ #: ../../c-api/veryhigh.rst:412
568
568
msgid ""
569
569
"The field is ignored by default, it is used if and only if ``PyCF_ONLY_AST``"
570
570
" flag is set in *cf_flags*."
571
571
msgstr ""
572
572
573
- #: ../../c-api/veryhigh.rst:405
573
+ #: ../../c-api/veryhigh.rst:415
574
574
msgid "Added *cf_feature_version* field."
575
575
msgstr ""
576
576
577
- #: ../../c-api/veryhigh.rst:411
577
+ #: ../../c-api/veryhigh.rst:421
578
578
msgid ""
579
579
"This bit can be set in *flags* to cause division operator ``/`` to be "
580
580
"interpreted as \" true division\" according to :pep:`238`."
0 commit comments