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 ""
1052
1052
"For Python, many of the advantages of interface specifications can be "
1053
1053
"obtained by an appropriate test discipline for components."
1054
1054
msgstr ""
1055
+ "Pythonでは、インターフェース仕様の多くの利点は、コンポーネントへの適切なテス"
1056
+ "ト規律により得られます。"
1055
1057
1056
1058
#: ../../faq/design.rst:578
1057
1059
msgid ""
@@ -1274,7 +1276,7 @@ msgstr ""
1274
1276
1275
1277
#: ../../faq/design.rst:713
1276
1278
msgid "Why don't generators support the with statement?"
1277
- msgstr ""
1279
+ msgstr "なぜジェネレータは with 文をサポートしないのですか? "
1278
1280
1279
1281
#: ../../faq/design.rst:715
1280
1282
msgid ""
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ msgstr ":func:`mode`"
149
149
150
150
#: ../../library/statistics.rst:53
151
151
msgid "Single mode (most common value) of discrete or nominal data."
152
- msgstr ""
152
+ msgstr "離散/名義尺度データの最頻値 (single mode) 。 "
153
153
154
154
#: ../../library/statistics.rst:54
155
155
msgid ":func:`multimode`"
@@ -165,7 +165,7 @@ msgstr ":func:`quantiles`"
165
165
166
166
#: ../../library/statistics.rst:55
167
167
msgid "Divide data into intervals with equal probability."
168
- msgstr ""
168
+ msgstr "データの等確率での分割。 "
169
169
170
170
#: ../../library/statistics.rst:59
171
171
msgid "Measures of spread"
@@ -268,10 +268,14 @@ msgid ""
268
268
"the entire population rather than a sample, then ``mean(data)`` is "
269
269
"equivalent to calculating the true population mean μ."
270
270
msgstr ""
271
+ "標本平均は真の母平均の不偏推定量のため、出来る限り多くの標本から平均を求める"
272
+ "と、``mean(sample)`` は真の母平均に収束します (訳注: 大数の法則)。*data* が標"
273
+ "本ではなく母集団全体の場合、``mean(data)`` は真の母平均 μ を計算することと等"
274
+ "価です。"
271
275
272
276
#: ../../library/statistics.rst:122
273
277
msgid "Convert *data* to floats and compute the arithmetic mean."
274
- msgstr ""
278
+ msgstr "*data* を float に変換し、算術平均を計算します。 "
275
279
276
280
#: ../../library/statistics.rst:124
277
281
msgid ""
You can’t perform that action at this time.
0 commit comments