5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Takanori Suzuki <[email protected] >, 2021
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
16
"PO-Revision-Date : 2018-06-29 17:35+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
17
+ "
Last-Translator :
Takanori Suzuki <[email protected] >, 2021 \n"
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -96,6 +97,9 @@ msgid ""
96
97
"from modules and that the :mod:`collections` module allocated ``244 KiB`` to"
97
98
" build :class:`~collections.namedtuple` types."
98
99
msgstr ""
100
+ "Python がモジュールから ``4855 KiB`` のデータ (バイトコードで定数) を読み込んでいることと、:mod:`collections`"
101
+ " モジュールが :class:`~collections.namedtuple` 型をビルドするのに ``244 KiB`` "
102
+ "を割り当てていることが分かります。"
99
103
100
104
#: ../../library/tracemalloc.rst:73 ../../library/tracemalloc.rst:252
101
105
msgid "See :meth:`Snapshot.statistics` for more options."
@@ -122,6 +126,9 @@ msgid ""
122
126
":mod:`linecache` module has cached ``940 KiB`` of Python source code to "
123
127
"format tracebacks, all of it since the previous snapshot."
124
128
msgstr ""
129
+ "Python がモジュールデータ ``8173 KiB`` (バイトコードと定数) を読み込み、\n"
130
+ "前回スナップショットを取ったとき、すなわちテストの前に読み込んだ量より ``4428 KiB`` 多いということが分かります。\n"
131
+ "同様に、 :mod:`linecache` モジュールはトレースバックの書式化に Python ソースコード ``940 KiB`` をキャッシュし、その全ては前回のスナップショットの後に行われたことが分かります。"
125
132
126
133
#: ../../library/tracemalloc.rst:115
127
134
msgid ""
@@ -413,7 +420,7 @@ msgstr "``'.pyo'`` ファイル拡張子が ``'.py'`` に置換されること
413
420
414
421
#: ../../library/tracemalloc.rst:407
415
422
msgid "Added the :attr:`domain` attribute."
416
- msgstr ""
423
+ msgstr ":attr:`domain` 属性が追加されました。 "
417
424
418
425
#: ../../library/tracemalloc.rst:413
419
426
msgid "Address space of a memory block (``int`` or ``None``)."
@@ -441,7 +448,7 @@ msgstr "フィルタの行番号です (``int``)。*lineno* が ``None`` の場
441
448
442
449
#: ../../library/tracemalloc.rst:432
443
450
msgid "Filename pattern of the filter (``str``). Read-only property."
444
- msgstr ""
451
+ msgstr "フィルタのファイル名のパターンです (``str``)。読み出し専用のプロパティです。 "
445
452
446
453
#: ../../library/tracemalloc.rst:436
447
454
msgid ""
@@ -498,12 +505,16 @@ msgid ""
498
505
"Compute the differences with an old snapshot. Get statistics as a sorted "
499
506
"list of :class:`StatisticDiff` instances grouped by *key_type*."
500
507
msgstr ""
508
+ "古いスナップショットとの差を計算します。\n"
509
+ "*key_type* でグループ化された :class:`StatisticDiff` インスタンスのソート済みリストとして統計を取得します。"
501
510
502
511
#: ../../library/tracemalloc.rst:476
503
512
msgid ""
504
513
"See the :meth:`Snapshot.statistics` method for *key_type* and *cumulative* "
505
514
"parameters."
506
515
msgstr ""
516
+ "*key_type* および *cumulative* 引数については :meth:`Snapshot.statistics` "
517
+ "メソッドを参照してください。"
507
518
508
519
#: ../../library/tracemalloc.rst:479
509
520
msgid ""
@@ -555,11 +566,11 @@ msgstr ":meth:`dump` を参照してください。"
555
566
msgid ""
556
567
"Get statistics as a sorted list of :class:`Statistic` instances grouped by "
557
568
"*key_type*:"
558
- msgstr ""
569
+ msgstr "*key_type* でグループ化された :class:`Statistic` インスタンスのソート済みリストとして統計を取得します: "
559
570
560
571
#: ../../library/tracemalloc.rst:520
561
572
msgid "key_type"
562
- msgstr ""
573
+ msgstr "key_type "
563
574
564
575
#: ../../library/tracemalloc.rst:520
565
576
msgid "description"
@@ -596,6 +607,8 @@ msgid ""
596
607
"cumulative mode can only be used with *key_type* equals to ``'filename'`` "
597
608
"and ``'lineno'``."
598
609
msgstr ""
610
+ "*cumulative* が ``True`` の場合、最新のフレームだけでなく、トレースのトレースバックの全フレームのメモリーブロックについて大きさと数を累積します。\n"
611
+ "累積モードは *key_type* が ``'filename'`` および ``'lineno'`` と等しい場合にのみ使用することが出来ます。"
599
612
600
613
#: ../../library/tracemalloc.rst:532
601
614
msgid ""
@@ -758,7 +771,7 @@ msgstr ""
758
771
msgid ""
759
772
"The :attr:`Trace.traceback` attribute is an instance of :class:`Traceback` "
760
773
"instance."
761
- msgstr ""
774
+ msgstr ":attr:`Trace.traceback` 属性は :class:`TTraceback` のインスタンスです。 "
762
775
763
776
#: ../../library/tracemalloc.rst:655
764
777
msgid ""
0 commit comments