@@ -269,6 +269,9 @@ msgid ""
269
269
":envvar:`PYTHONDONTWRITEBYTECODE` environment variable, but you can set it "
270
270
"yourself to control bytecode file generation."
271
271
msgstr ""
272
+ "この値が真の時、Python はソースモジュールをインポートする時に ``.pyc`` ファイルを生成しません。この値は :option:`-B` "
273
+ "コマンドラインオプションと :envvar:`PYTHONDONTWRITEBYTECODE` 環境変数の値によって、起動時に ``True`` か "
274
+ "``False`` に設定されますが、実行時にこの変数を変更してバイトコード生成を制御することもできます。"
272
275
273
276
#: ../../library/sys.rst:214
274
277
msgid ""
@@ -298,10 +301,12 @@ msgid ""
298
301
"restored in case they happen to get replaced with broken or alternative "
299
302
"objects."
300
303
msgstr ""
304
+ "これらのオブジェクトはそれぞれ、プログラム起動時の ``breakpointhook``, ``displayhook``, ``excepthook`` の値を保存しています。\n"
305
+ "この値は、 ``breakpointhook``, ``displayhook``, ``excepthook`` に不正なオブジェクトや別のオブジェクトが指定された場合に、元の値に復旧するために使用します。"
301
306
302
307
#: ../../library/sys.rst:234
303
308
msgid "__breakpointhook__"
304
- msgstr ""
309
+ msgstr "__breakpointhook__ "
305
310
306
311
#: ../../library/sys.rst:240
307
312
msgid ""
@@ -420,10 +425,12 @@ msgid ""
420
425
":exc:`SystemExit` (such as an error flushing buffered data in the standard "
421
426
"streams), the exit status is changed to 120."
422
427
msgstr ""
428
+ "Python インタープリタが (バッファされたデータを標準ストリームに吐き出すときのエラーなどの) :exc:`SystemExit` "
429
+ "を捕捉した後の後始末でエラーが起きた場合、終了ステータスは 120 に変更されます。"
423
430
424
431
#: ../../library/sys.rst:316
425
432
msgid "Added ``utf8_mode`` attribute for the new :option:`-X` ``utf8`` flag."
426
- msgstr ""
433
+ msgstr "新しい :option:`-X` ``utf8`` フラグ向けに ``utf8_mode`` 属性が追加されました。 "
427
434
428
435
#: ../../library/sys.rst:322
429
436
msgid ""
@@ -535,19 +542,19 @@ msgstr ":option:`-R`"
535
542
536
543
#: ../../library/sys.rst:340
537
544
msgid ":const:`dev_mode`"
538
- msgstr ""
545
+ msgstr ":const:`dev_mode` "
539
546
540
547
#: ../../library/sys.rst:340
541
548
msgid ":option:`-X` ``dev``"
542
- msgstr ""
549
+ msgstr ":option:`-X` ``dev`` "
543
550
544
551
#: ../../library/sys.rst:341
545
552
msgid ":const:`utf8_mode`"
546
- msgstr ""
553
+ msgstr ":const:`utf8_mode` "
547
554
548
555
#: ../../library/sys.rst:341
549
556
msgid ":option:`-X` ``utf8``"
550
- msgstr ""
557
+ msgstr ":option:`-X` ``utf8`` "
551
558
552
559
#: ../../library/sys.rst:344
553
560
msgid "Added ``quiet`` attribute for the new :option:`-q` flag."
@@ -786,11 +793,11 @@ msgstr ""
786
793
787
794
#: ../../library/sys.rst:457
788
795
msgid "Return the build time API version of Android as an integer."
789
- msgstr ""
796
+ msgstr "ビルト時の Android のバージョンを整数で返します。 "
790
797
791
798
#: ../../library/sys.rst:459
792
799
msgid "Availability: Android."
793
- msgstr ""
800
+ msgstr "利用できる環境: Android。 "
794
801
795
802
#: ../../library/sys.rst:466
796
803
msgid "Return the interpreter's \" check interval\" ; see :func:`setcheckinterval`."
@@ -828,7 +835,7 @@ msgstr ""
828
835
829
836
#: ../../library/sys.rst:495
830
837
msgid "This encoding is always ASCII-compatible."
831
- msgstr ""
838
+ msgstr "このエンコーディングは常に ASCII 互換です。 "
832
839
833
840
#: ../../library/sys.rst:497 ../../library/sys.rst:526
834
841
msgid ""
0 commit comments