Skip to content

Commit 7d1ae5d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 0ec8ebe commit 7d1ae5d

File tree

7 files changed

+6973
-6966
lines changed

7 files changed

+6973
-6966
lines changed

glossary.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ msgstr "callback"
436436
msgid ""
437437
"A subroutine function which is passed as an argument to be executed at some "
438438
"point in the future."
439-
msgstr ""
439+
msgstr "(コールバック) 将来のある時点で実行されるために引数として渡される関数"
440440

441441
#: ../../glossary.rst:195
442442
msgid "class"

library/functions.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# Arihiro TAKASE, 2017
1414
# Osamu NAKAMURA, 2017
1515
# yudetamago <yudetamago.orz@gmail.com>, 2018
16-
# tomo, 2020
1716
# Naoki Nakamura <agent@sohzoh.com>, 2020
1817
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
1918
# mollinaca, 2020
19+
# tomo, 2020
2020
#
2121
#, fuzzy
2222
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
2525
"Report-Msgid-Bugs-To: \n"
2626
"POT-Creation-Date: 2020-08-23 03:56+0000\n"
2727
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
28-
"Last-Translator: mollinaca, 2020\n"
28+
"Last-Translator: tomo, 2020\n"
2929
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
3030
"MIME-Version: 1.0\n"
3131
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2730,7 +2730,7 @@ msgid ""
27302730
"Subclasses of :class:`type` which don't override ``type.__new__`` may no "
27312731
"longer use the one-argument form to get the type of an object."
27322732
msgstr ""
2733-
"``type.__new__`` をオーバーライドしていない:class:`type` "
2733+
"``type.__new__`` をオーバーライドしていない :class:`type` "
27342734
"のサブクラスは、オブジェクトの型を得るのに1引数形式を利用することができません。"
27352735

27362736
#: ../../library/functions.rst:1711

library/stdtypes.po

+572-572
Large diffs are not rendered by default.

library/tkinter.po

+2-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2020-08-04 03:47+0000\n"
21+
"POT-Creation-Date: 2020-09-11 04:03+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:31+0000\n"
2323
"Last-Translator: tomo, 2019\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -86,11 +86,8 @@ msgstr "豊富なチュートリアルといくつかのウィジットについ
8686

8787
#: ../../library/tkinter.rst:35
8888
msgid ""
89-
"`Tkinter 8.5 reference: a GUI for Python "
90-
"<https://web.archive.org/web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_"
89+
"`Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_"
9190
msgstr ""
92-
"`Tkinter reference: a GUI for Python "
93-
"<https://web.archive.org/web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_"
9491

9592
#: ../../library/tkinter.rst:35
9693
msgid "On-line reference material."

library/turtle.po

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 秘湯 <xwhhsprings@gmail.com>, 2017
1111
# Arihiro TAKASE, 2017
1212
# Tetsuya Yamada <yamada.tetsuya258@gmail.com>, 2018
13-
# tomo, 2019
13+
# tomo, 2020
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2020-08-20 03:54+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
22-
"Last-Translator: tomo, 2019\n"
22+
"Last-Translator: tomo, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,6 +45,8 @@ msgid ""
4545
"was part of the original Logo programming language developed by Wally "
4646
"Feurzeig, Seymour Papert and Cynthia Solomon in 1967."
4747
msgstr ""
48+
"タートルグラフィックスは子供向けのプログラミングに入門でよく用いられます。\n"
49+
"タートルグラフィックスは Wally Feurzeig, Seymour Papert, Cynthia Solomon が 1967に開発したオリジナルの Logo プログラミング言語の一部分です。"
4850

4951
#: ../../library/turtle.rst:26
5052
msgid ""

reference/lexical_analysis.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2020-07-28 03:46+0000\n"
23+
"POT-Creation-Date: 2020-09-11 04:03+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
2525
"Last-Translator: yuhutuge, 2020\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1028,7 +1028,7 @@ msgid ""
10281028
msgstr ""
10291029

10301030
#: ../../reference/lexical_analysis.rst:704
1031-
msgid "The equal sign ``'='`` was added in Python 3.8."
1031+
msgid "The equal sign ``'='``."
10321032
msgstr ""
10331033

10341034
#: ../../reference/lexical_analysis.rst:707

0 commit comments

Comments
 (0)