5
5
#
6
6
# Translators:
7
7
# tomo, 2018
8
+ # Naoki Nakamura <agent@sohzoh.com>, 2020
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:28+0000\n "
16
- "Last-Translator :tomo, 2018 \n "
17
+ "Last-Translator :Naoki Nakamura <agent@sohzoh.com>, 2020 \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 "
@@ -436,6 +437,8 @@ msgid ""
436
437
"replaced with one. If you wish to preserve multiple blank lines, add spaces "
437
438
"between the newlines."
438
439
msgstr ""
440
+ ":class:`RawTextHelpFormatter` "
441
+ "は引数の説明を含めてすべての種類のヘルプテキストで空白を維持します。例外として、複数の空行はひとつにまとめられます。複数の空白行を保ちたい場合には、行に空白を含めるようにして下さい。"
439
442
440
443
#: ../../library/argparse.rst:433
441
444
msgid ""
@@ -1013,7 +1016,7 @@ msgstr ""
1013
1016
msgid ""
1014
1017
"Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if "
1015
1018
"the command-line argument was not present::"
1016
- msgstr ""
1019
+ msgstr "``default=argparse.SUPPRESS`` を渡すと、コマンドライン引数が存在しないときに属性の追加をしなくなります:: "
1017
1020
1018
1021
#: ../../library/argparse.rst:1001
1019
1022
msgid "type"
@@ -1369,7 +1372,7 @@ msgstr ""
1369
1372
msgid ""
1370
1373
"args_ - List of strings to parse. The default is taken from "
1371
1374
":data:`sys.argv`."
1372
- msgstr ""
1375
+ msgstr "args_ - 解析する文字列のリスト。デフォルトでは :data:`sys.argv` から取得されます。 "
1373
1376
1374
1377
#: ../../library/argparse.rst:1340
1375
1378
msgid ""