Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce5ce5f

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parenta252b3e commitce5ce5f

File tree

6 files changed

+5234
-5201
lines changed

6 files changed

+5234
-5201
lines changed

‎library/enum.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version:Python 3.8\n"
2020
"Report-Msgid-Bugs-To:\n"
21-
"POT-Creation-Date:2020-01-01 12:19+0000\n"
21+
"POT-Creation-Date:2020-01-26 12:31+0000\n"
2222
"PO-Revision-Date:2017-02-16 23:09+0000\n"
2323
"Last-Translator:Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017\n"
2424
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -91,8 +91,10 @@ msgid ""
9191
msgstr"一つの名前だけがひとつの値に束縛されていることを保証する Enum クラスのデコレーターです。"
9292

9393
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:58
94-
msgid"Instances are replaced with an appropriate value for Enum members."
95-
msgstr"このインスタンスは列挙型のメンバーのための適切な値に置き換えられます。"
94+
msgid""
95+
"Instances are replaced with an appropriate value for Enum members. Initial "
96+
"value starts at 1."
97+
msgstr""
9698

9799
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:60
98100
msgid"``Flag``, ``IntFlag``, ``auto``"

‎library/statistics.po

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version:Python 3.8\n"
1818
"Report-Msgid-Bugs-To:\n"
19-
"POT-Creation-Date:2020-01-01 12:19+0000\n"
19+
"POT-Creation-Date:2020-01-26 12:31+0000\n"
2020
"PO-Revision-Date:2017-02-16 23:27+0000\n"
2121
"Last-Translator:yuji takesue <taketakeyyy@gmail.com>, 2018\n"
2222
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -922,39 +922,55 @@ msgid ""
922922
msgstr""
923923

924924
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:775
925+
msgid""
926+
"Normal distributions can be used to approximate `Binomial distributions "
927+
"<http://mathworld.wolfram.com/BinomialDistribution.html>`_ when the sample "
928+
"size is large and when the probability of a successful trial is near 50%."
929+
msgstr""
930+
931+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:780
932+
msgid""
933+
"For example, an open source conference has 750 attendees and two rooms with "
934+
"a 500 person capacity. There is a talk about Python and another about Ruby."
935+
" In previous conferences, 65% of the attendees preferred to listen to Python"
936+
" talks. Assuming the population preferences haven't changed, what is the "
937+
"probability that the rooms will stay within their capacity limits?"
938+
msgstr""
939+
940+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:811
925941
msgid"Normal distributions commonly arise in machine learning problems."
926942
msgstr""
927943

928-
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:777
944+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:813
929945
msgid""
930946
"Wikipedia has a `nice example of a Naive Bayesian Classifier "
931947
"<https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification>`_."
932948
" The challenge is to predict a person's gender from measurements of normally"
933949
" distributed features including height, weight, and foot size."
934950
msgstr""
935951

936-
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:782
952+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:818
937953
msgid""
938954
"We're given a training dataset with measurements for eight people. The "
939955
"measurements are assumed to be normally distributed, so we summarize the "
940956
"data with :class:`NormalDist`:"
941957
msgstr""
942958

943-
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:795
959+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:831
944960
msgid""
945961
"Next, we encounter a new person whose feature measurements are known but "
946962
"whose gender is unknown:"
947963
msgstr""
948964

949-
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:804
965+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:840
950966
msgid""
951967
"Starting with a 50% `prior probability "
952968
"<https://en.wikipedia.org/wiki/Prior_probability>`_ of being male or female,"
953969
" we compute the posterior as the prior times the product of likelihoods for "
954970
"the feature measurements given the gender:"
955971
msgstr""
956972

957-
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:819
973+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/statistics.rst:855
958974
msgid""
959975
"The final prediction goes to the largest posterior. This is known as the "
960976
"`maximum a posteriori "

‎library/tokenize.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version:Python 3.8\n"
1616
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2020-01-01 12:19+0000\n"
17+
"POT-Creation-Date:2020-01-26 12:31+0000\n"
1818
"PO-Revision-Date:2017-02-16 23:31+0000\n"
1919
"Last-Translator:tomo, 2019\n"
2020
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -281,3 +281,13 @@ msgstr ""
281281
msgid""
282282
"The exact token type names can be displayed using the :option:`-e` option:"
283283
msgstr""
284+
285+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/tokenize.rst:282
286+
msgid""
287+
"Example of tokenizing a file programmatically, reading unicode strings "
288+
"instead of bytes with :func:`generate_tokens`::"
289+
msgstr""
290+
291+
#:/home/travis/build/python/cpython-doc-catalog/Doc/library/tokenize.rst:292
292+
msgid"Or reading bytes directly with :func:`.tokenize`::"
293+
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp