File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,11 @@ msgid ""
329
329
"subtly different CSV data. :class:`Dialect` instances define how :class:"
330
330
"`reader` and :class:`writer` instances behave."
331
331
msgstr ""
332
+ ":class:`Dialect` クラスはコンテナクラスです。その属性に、ダブルクォート、空白"
333
+ "文字、デリミタなどの扱い方に関する情報を含みます。CSV には厳密な規格がないた"
334
+ "め、アプリケーションによって生成される CSV データはそれぞれ僅かに異なりま"
335
+ "す。 :class:`Dialect` クラスのインスタンスは :class:`reader` と :class:"
336
+ "`writer` のインスタンスの挙動を定義します。"
332
337
333
338
#: ../../library/csv.rst:234
334
339
msgid ""
Original file line number Diff line number Diff line change @@ -1037,14 +1037,16 @@ msgid ""
1037
1037
"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
1038
1038
"information."
1039
1039
msgstr ""
1040
+ "非 ASCII 文字のエスケープを無効化します。より詳しくは :func:`json.dumps` を参"
1041
+ "照してください。"
1040
1042
1041
1043
#: ../../library/json.rst:741
1042
1044
msgid "Parse every input line as separate JSON object."
1043
1045
msgstr "すべての入力行を個別のJSON オブジェクトとしてパースします。"
1044
1046
1045
1047
#: ../../library/json.rst:747
1046
1048
msgid "Mutually exclusive options for whitespace control."
1047
- msgstr ""
1049
+ msgstr "空白文字の制御のための排他的なオプション。 "
1048
1050
1049
1051
#: ../../library/json.rst:753
1050
1052
msgid "Show the help message."
You can’t perform that action at this time.
0 commit comments