Skip to content

Commit 08f9a05

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 6146d98 commit 08f9a05

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

faq/design.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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."
10541054
msgstr ""
1055+
"Pythonでは、インターフェース仕様の多くの利点は、コンポーネントへの適切なテス"
1056+
"ト規律により得られます。"
10551057

10561058
#: ../../faq/design.rst:578
10571059
msgid ""
@@ -1274,7 +1276,7 @@ msgstr ""
12741276

12751277
#: ../../faq/design.rst:713
12761278
msgid "Why don't generators support the with statement?"
1277-
msgstr ""
1279+
msgstr "なぜジェネレータは with 文をサポートしないのですか?"
12781280

12791281
#: ../../faq/design.rst:715
12801282
msgid ""

library/statistics.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ msgstr ":func:`mode`"
149149

150150
#: ../../library/statistics.rst:53
151151
msgid "Single mode (most common value) of discrete or nominal data."
152-
msgstr ""
152+
msgstr "離散/名義尺度データの最頻値 (single mode) 。"
153153

154154
#: ../../library/statistics.rst:54
155155
msgid ":func:`multimode`"
@@ -165,7 +165,7 @@ msgstr ":func:`quantiles`"
165165

166166
#: ../../library/statistics.rst:55
167167
msgid "Divide data into intervals with equal probability."
168-
msgstr ""
168+
msgstr "データの等確率での分割。"
169169

170170
#: ../../library/statistics.rst:59
171171
msgid "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 μ."
270270
msgstr ""
271+
"標本平均は真の母平均の不偏推定量のため、出来る限り多くの標本から平均を求める"
272+
"と、``mean(sample)`` は真の母平均に収束します (訳注: 大数の法則)。*data* が標"
273+
"本ではなく母集団全体の場合、``mean(data)`` は真の母平均 μ を計算することと等"
274+
"価です。"
271275

272276
#: ../../library/statistics.rst:122
273277
msgid "Convert *data* to floats and compute the arithmetic mean."
274-
msgstr ""
278+
msgstr "*data* を float に変換し、算術平均を計算します。"
275279

276280
#: ../../library/statistics.rst:124
277281
msgid ""

0 commit comments

Comments
 (0)