15
15
# yudetamago <yudetamago.orz@gmail.com>, 2018
16
16
# Naoki Nakamura <agent@sohzoh.com>, 2020
17
17
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
18
- # mollinaca, 2020
19
18
# tomo, 2020
19
+ # mollinaca, 2020
20
20
#
21
21
#, fuzzy
22
22
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
25
25
"Report-Msgid-Bugs-To : \n "
26
26
"POT-Creation-Date : 2020-08-23 03:56+0000\n "
27
27
"PO-Revision-Date : 2017-02-16 23:11+0000\n "
28
- "Last-Translator : tomo , 2020\n "
28
+ "Last-Translator : mollinaca , 2020\n "
29
29
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
30
30
"MIME-Version : 1.0\n "
31
31
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2550,6 +2550,8 @@ msgid ""
2550
2550
"the total. The *iterable*'s items are normally numbers, and the start value"
2551
2551
" is not allowed to be a string."
2552
2552
msgstr ""
2553
+ "*start* と *iterable* の要素を左から右へ合計し、総和を返します。 *iterable* の要素は通常は数値で、start "
2554
+ "の値は文字列であってはなりません。"
2553
2555
2554
2556
#: ../../library/functions.rst:1590
2555
2557
msgid ""
@@ -2565,7 +2567,7 @@ msgstr ""
2565
2567
2566
2568
#: ../../library/functions.rst:1596
2567
2569
msgid "The *start* parameter can be specified as a keyword argument."
2568
- msgstr ""
2570
+ msgstr "*start* パラメータをキーワード引数として指定することができるようになりました。 "
2569
2571
2570
2572
#: ../../library/functions.rst:1601
2571
2573
msgid ""
@@ -2928,6 +2930,8 @@ msgid ""
2928
2930
"When the command line options :option:`-E` or :option:`-I` are being used, "
2929
2931
"the environment variable :envvar:`PYTHONCASEOK` is now ignored."
2930
2932
msgstr ""
2933
+ "コマンドラインオプション :option:`-E` or :option:`-I` が指定された場合、環境変数 "
2934
+ ":envvar:`PYTHONCASEOK` は無視されるようになりました。"
2931
2935
2932
2936
#: ../../library/functions.rst:1846
2933
2937
msgid "Footnotes"
0 commit comments