88# 秘湯 <xwhhsprings@gmail.com>, 2021
99# Takanori Suzuki <takanori@takanory.net>, 2023
1010# Arihiro TAKASE, 2023
11+ # souma987, 2023
1112#
1213#, fuzzy
1314msgid ""
1415msgstr ""
1516"Project-Id-Version : Python 3.12\n "
1617"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2023-10-20 14:13 +0000\n "
18+ "POT-Creation-Date : 2023-10-27 14:49 +0000\n "
1819"PO-Revision-Date : 2021-06-28 01:08+0000\n "
19- "Last-Translator : Arihiro TAKASE , 2023\n "
20+ "Last-Translator : souma987 , 2023\n "
2021"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
2122"ja/)\n "
2223"MIME-Version : 1.0\n "
@@ -55,6 +56,9 @@ msgid ""
5556"string may cause the decoder to consume considerable CPU and memory "
5657"resources. Limiting the size of data to be parsed is recommended."
5758msgstr ""
59+ "信頼されていないソースからの JSON データをパースするときは十分注意してくださ"
60+ "い。悪意を持った JSON 文字列はデコーダに著しい量の CPU とメモリリソースを消費"
61+ "させる可能性があります。パースするデータ量を制限することを推奨します。"
5862
5963#: ../../library/json.rst:26
6064msgid ""
@@ -684,6 +688,8 @@ msgid ""
684688"For example, to support arbitrary iterators, you could implement :meth:"
685689"`~JSONEncoder.default` like this::"
686690msgstr ""
691+ "例えば、任意のイテレータをサポートする場合、 :meth:`~JSONEncoder.default` を"
692+ "このように実装できます ::"
687693
688694#: ../../library/json.rst:501
689695msgid ""
@@ -980,6 +986,8 @@ msgid ""
980986"If the optional ``infile`` and ``outfile`` arguments are not specified, :"
981987"data:`sys.stdin` and :data:`sys.stdout` will be used respectively:"
982988msgstr ""
989+ "オプション引数の ``infile`` と ``outfile`` が指定されない場合、それぞれ :"
990+ "data:`sys.stdin` と :data:`sys.stdout` が使用されます。"
983991
984992#: ../../library/json.rst:697
985993msgid ""
@@ -999,13 +1007,15 @@ msgstr "検証を行う、あるいは整形出力を行う JSON ファイルを
9991007
10001008#: ../../library/json.rst:724
10011009msgid "If *infile* is not specified, read from :data:`sys.stdin`."
1002- msgstr ""
1010+ msgstr "*infile* が指定されない場合、 :data:`sys.stdin` から読み込みます。 "
10031011
10041012#: ../../library/json.rst:728
10051013msgid ""
10061014"Write the output of the *infile* to the given *outfile*. Otherwise, write it "
10071015"to :data:`sys.stdout`."
10081016msgstr ""
1017+ "*infile* の出力を *outfile* に書き込みます。そうでない場合、 :data:`sys."
1018+ "stdout` に書き込みます。"
10091019
10101020#: ../../library/json.rst:733
10111021msgid "Sort the output of dictionaries alphabetically by key."
@@ -1016,14 +1026,16 @@ msgid ""
10161026"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
10171027"information."
10181028msgstr ""
1029+ "非 ASCII 文字のエスケープを無効化します。より詳しくは :func:`json.dumps` を参"
1030+ "照してください。"
10191031
10201032#: ../../library/json.rst:745
10211033msgid "Parse every input line as separate JSON object."
10221034msgstr "すべての入力行を個別のJSON オブジェクトとしてパースします。"
10231035
10241036#: ../../library/json.rst:751
10251037msgid "Mutually exclusive options for whitespace control."
1026- msgstr ""
1038+ msgstr "空白文字の制御のための排他的なオプション。 "
10271039
10281040#: ../../library/json.rst:757
10291041msgid "Show the help message."
0 commit comments