8000 [skip ci] Update .po files · python/python-docs-ja@6d8fe6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d8fe6f

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent f2d914a commit 6d8fe6f

File tree

4 files changed

+5462
-5427
lines changed

4 files changed

+5462
-5427
lines changed

library/argparse.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# E. Kawashima, 2017
1414
# tomo, 2018
1515
# 秘湯 <xwhhsprings@gmail.com>, 2018
16+
# Naoki Nakamura <agent@sohzoh.com>, 2020
1617
#
1718
#, fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To: \n"
2223
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2324
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
24-
"Last-Translator: 秘湯 <xwhhsprings@gmail.com>, 2018\n"
25+
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
2526
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
@@ -263,6 +264,8 @@ msgid ""
263264
"In previous versions, *allow_abbrev* also disabled grouping of short flags "
264265
"such as ``-vv`` to mean ``-v -v``."
265266
msgstr ""
267+
"以前のバージョンでは、 *allow_abbrev* は、``-vv`` が ``-v -v`` "
268+
"と等価になるような、短いフラグのグループ化を無効にしていました。"
266269

267270
#: ../../library/argparse.rst:189 ../../library/argparse.rst:687
268271
msgid "The following sections describe how each of these are used."
@@ -450,6 +453,8 @@ msgid ""
450453
"replaced with one. If you wish to preserve multiple blank lines, add spaces "
451454
"between the newlines."
452455
msgstr ""
456+
":class:`RawTextHelpFormatter` "
457+
"は引数の説明を含めてすべての種類のヘルプテキストで空白を維持します。例外として、複数の空行はひとつにまとめられます。複数の空白行を保ちたい場合には、行に空白を含めるようにして下さい。"
453458

454459
#: ../../library/argparse.rst:437
455460
msgid ""
@@ -816,7 +821,7 @@ msgstr "``'count'`` - このアクションはキーワード引数の数を数
816821

817822
#: ../../library/argparse.rst:789
818823
msgid "Note, the *default* will be ``None`` unless explicitly set to *0*."
819-
msgstr ""
824+
msgstr "*default* は明示的に *0* と指定されない場合は ``None`` であることに注意してください。"
820825

821826
#: ../../library/argparse.rst:791
822827
msgid ""
@@ -841,7 +846,7 @@ msgstr ""
841846
msgid ""
842847
"``'extend'`` - This stores a list, and extends each argument value to the "
843848
"list. Example usage::"
844-
msgstr ""
849+
msgstr "``'append'`` - このアクションはリストを格納して、各引数の値でそのリストを拡張します。利用例::"
845850

846851
#: ../../library/argparse.rst:817
847852
msgid ""
@@ -1037,7 +1042,7 @@ msgstr ""
10371042
msgid ""
10381043
"Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if "
10391044
"the command-line argument was not present::"
1040-
msgstr ""
1045+
msgstr "``default=argparse.SUPPRESS`` を渡すと、コマンドライン引数が存在しないときに属性の追加をしなくなります::"
10411046

10421047
#: ../../library/argparse.rst:1018
10431048
msgid "type"
@@ -1123,6 +1128,8 @@ msgid ""
11231128
"Any container can be passed as the *choices* value, so :class:`list` "
11241129
"objects, :class:`set` objects, and custom containers are all supported."
11251130
msgstr ""
1131+
"任意のコンテナを *choices* に渡すことができます。すなわち、:class:`list` 、 "
1132+
":class:`set`、カスタムコンテナなどはすべてサポートされています。"
11261133

11271134
#: ../../library/argparse.rst:1114
11281135
msgid "required"
@@ -1390,7 +1397,7 @@ msgstr ""
13901397
msgid ""
13911398
"args_ - List of strings to parse. The default is taken from "
13921399
":data:`sys.argv`."
1393-
msgstr ""
1400+
msgstr "args_ - 解析する文字列のリスト。デフォルトでは :data:`sys.argv` から取得されます。"
13941401

13951402
#: ../../library/argparse.rst:1356
13961403
msgid ""

library/json.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1212
# 秘湯 <xwhhsprings@gmail.com>, 2017
1313
# yudetamago <yudetamago.orz@gmail.com>, 2018
14-
# Naoki Nakamura <agent@sohzoh.com>, 2020
1514
# tomo, 2020
15+
# Naoki Nakamura <agent@sohzoh.com>, 2020
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
24-
"Last-Translator: tomo, 2020\n"
24+
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -121,7 +121,7 @@ msgid ""
121121
msgstr ""
122122
"Python3.7 以前では、:class:`dict` は順序が保証されておらず、:class:`collections.OrderedDict` "
123123
"が指定された場合以外は、出力順や入力順が保たれていませんでした。Python3.7 からは、標準の :class:`dict` "
124-
"の挿入順序が保証されるため、JSON の生成と解析にあたって class:`collections.OrderedDict` "
124+
"の挿入順序が保証されるため、JSON の生成と解析にあたって :class:`collections.OrderedDict` "
125125
"を指定する必要がなくなりました。"
126126

127127
#: ../../library/json.rst:137

whatsnew/3.8.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ msgstr "この演算子は、生成した値をループ終了の判定とルー
9797
msgid ""
9898
"Another motivating use case arises in list comprehensions where a value "
9999
"computed in a filtering condition is also needed in the expression body::"
100-
msgstr "セイウチ演算子を導入したもう一つの理由は、リスト内包表記においてフィルター処理の中で生成した値をリストの値としても使用するケースです"
100+
msgstr "セイウチ演算子を導入したもう一つの理由は、リスト内包表記においてフィルター処理の中で生成した値をリストの値としても使用するケースです::"
101101

102102
#: ../../whatsnew/3.8.rst:112
103103
msgid ""
@@ -111,7 +111,7 @@ msgstr "完全な説明は :pep:`572` を参照してください。"
111111

112112
#: ../../whatsnew/3.8.rst:117
113113
msgid "(Contributed by Emily Morehouse in :issue:`35224`.)"
114-
msgstr "(Emily Morehouse の貢献による :issue:`35224`.)`"
114+
msgstr "(Emily Morehouse の貢献による :issue:`35224`)"
115115

116116
#: ../../whatsnew/3.8.rst:121
117117
msgid "Positional-only parameters"
@@ -188,8 +188,8 @@ msgid ""
188188
"need to accept arbitrary keyword arguments. For example, here is an excerpt"
189189
" from code in the :mod:`collections` module::"
190190
msgstr ""
191-
"これにより、任意のキーワード引数を受け取る関数やメソッドを定義するのが、ぐんとシンプルになります。例えば、これは "
192-
":mod:`collections`モジュールから抜き出したコードです:"
191+
"これにより、任意のキーワード引数を受け取る関数やメソッドを定義するのが、ぐんとシンプルになります。例えば、これは :mod:`collections` "
192+
"モジュールから抜き出したコードです:"
193193

194194
#: ../../whatsnew/3.8.rst:187
195195
msgid "See :pep:`570` for a full description."

0 commit comments

Comments
 (0)
0