File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1052,6 +1052,8 @@ msgid ""
10521052"For Python, many of the advantages of interface specifications can be "
10531053"obtained by an appropriate test discipline for components."
10541054msgstr ""
1055+ "Pythonでは、インターフェース仕様の多くの利点は、コンポーネントへの適切なテス"
1056+ "ト規律により得られます。"
10551057
10561058#: ../../faq/design.rst:578
10571059msgid ""
@@ -1274,7 +1276,7 @@ msgstr ""
12741276
12751277#: ../../faq/design.rst:713
12761278msgid "Why don't generators support the with statement?"
1277- msgstr ""
1279+ msgstr "なぜジェネレータは with 文をサポートしないのですか? "
12781280
12791281#: ../../faq/design.rst:715
12801282msgid ""
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ msgstr ":func:`mode`"
149149
150150#: ../../library/statistics.rst:53
151151msgid "Single mode (most common value) of discrete or nominal data."
152- msgstr ""
152+ msgstr "離散/名義尺度データの最頻値 (single mode) 。 "
153153
154154#: ../../library/statistics.rst:54
155155msgid ":func:`multimode`"
@@ -165,7 +165,7 @@ msgstr ":func:`quantiles`"
165165
166166#: ../../library/statistics.rst:55
167167msgid "Divide data into intervals with equal probability."
168- msgstr ""
168+ msgstr "データの等確率での分割。 "
169169
170170#: ../../library/statistics.rst:59
171171msgid "Measures of spread"
@@ -268,10 +268,14 @@ msgid ""
268268"the entire population rather than a sample, then ``mean(data)`` is "
269269"equivalent to calculating the true population mean μ."
270270msgstr ""
271+ "標本平均は真の母平均の不偏推定量のため、出来る限り多くの標本から平均を求める"
272+ "と、``mean(sample)`` は真の母平均に収束します (訳注: 大数の法則)。*data* が標"
273+ "本ではなく母集団全体の場合、``mean(data)`` は真の母平均 μ を計算することと等"
274+ "価です。"
271275
272276#: ../../library/statistics.rst:122
273277msgid "Convert *data* to floats and compute the arithmetic mean."
274- msgstr ""
278+ msgstr "*data* を float に変換し、算術平均を計算します。 "
275279
276280#: ../../library/statistics.rst:124
277281msgid ""
You can’t perform that action at this time.
0 commit comments