Skip to content

Commit 1f3fcac

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 29d95e5 commit 1f3fcac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

library/csv.po

+5
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@ msgid ""
329329
"subtly different CSV data. :class:`Dialect` instances define how :class:"
330330
"`reader` and :class:`writer` instances behave."
331331
msgstr ""
332+
":class:`Dialect` クラスはコンテナクラスです。その属性に、ダブルクォート、空白"
333+
"文字、デリミタなどの扱い方に関する情報を含みます。CSV には厳密な規格がないた"
334+
"め、アプリケーションによって生成される CSV データはそれぞれ僅かに異なりま"
335+
"す。 :class:`Dialect` クラスのインスタンスは :class:`reader` と :class:"
336+
"`writer` のインスタンスの挙動を定義します。"
332337

333338
#: ../../library/csv.rst:234
334339
msgid ""

library/json.po

+3-1
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,16 @@ msgid ""
10371037
"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
10381038
"information."
10391039
msgstr ""
1040+
"非 ASCII 文字のエスケープを無効化します。より詳しくは :func:`json.dumps` を参"
1041+
"照してください。"
10401042

10411043
#: ../../library/json.rst:741
10421044
msgid "Parse every input line as separate JSON object."
10431045
msgstr "すべての入力行を個別のJSON オブジェクトとしてパースします。"
10441046

10451047
#: ../../library/json.rst:747
10461048
msgid "Mutually exclusive options for whitespace control."
1047-
msgstr ""
1049+
msgstr "空白文字の制御のための排他的なオプション。"
10481050

10491051
#: ../../library/json.rst:753
10501052
msgid "Show the help message."

0 commit comments

Comments
 (0)