Skip to content

Commit f44cac3

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent af2e160 commit f44cac3

File tree

7 files changed

+6569
-6557
lines changed

7 files changed

+6569
-6557
lines changed

library/ssl.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
20+
"POT-Creation-Date: 2020-09-19 04:07+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
2222
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -810,7 +810,7 @@ msgid ""
810810
"Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the "
811811
"peer cert is checked but none of the intermediate CA certificates. The mode "
812812
"requires a valid CRL that is signed by the peer cert's issuer (its direct "
813-
"ancestor CA). If no proper CRL has has been loaded with "
813+
"ancestor CA). If no proper CRL has been loaded with "
814814
":attr:`SSLContext.load_verify_locations`, validation will fail."
815815
msgstr ""
816816

library/tkinter.font.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.9\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
11+
"POT-Creation-Date: 2020-09-19 04:07+0000\n"
1212
"PO-Revision-Date: 2020-05-31 09:31+0000\n"
1313
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1414
"MIME-Version: 1.0\n"
@@ -77,9 +77,11 @@ msgid "If *size* is positive it is interpreted as size in points."
7777
msgstr ""
7878

7979
#: ../../library/tkinter.font.rst:0
80-
msgid ""
81-
"If *size* is a negative number its absolute value is treated as as size in "
82-
"pixels."
80+
msgid "If *size* is a negative number its absolute value is treated"
81+
msgstr ""
82+
83+
#: ../../library/tkinter.font.rst:0
84+
msgid "as size in pixels."
8385
msgstr ""
8486

8587
#: ../../library/tkinter.font.rst:0

library/typing.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,9 @@ msgid ""
700700
"allowed as type argument to ``Literal[...]``, but type checkers may impose "
701701
"restrictions. See :pep:`586` for more details about literal types."
702702
msgstr ""
703+
"``Literal[...]`` はサブクラスにはできません。\n"
704+
"実行時に、任意の値が ``Literal[...]`` の型引数として使えますが、型チェッカーが制約を課すことがあります。\n"
705+
"リテラル型についてより詳しいことは :pep:`586` を参照してください。"
703706

704707
#: ../../library/typing.rst:654
705708
msgid "Special type construct to mark class variables."

reference/compound_stmts.po

Lines changed: 117 additions & 117 deletions
Large diffs are not rendered by default.

whatsnew/3.8.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2020-07-25 03:43+0000\n"
18+
"POT-Creation-Date: 2020-09-19 04:07+0000\n"
1919
"PO-Revision-Date: 2019-09-01 14:44+0000\n"
2020
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2366,7 +2366,7 @@ msgid ""
23662366
":meth:`~gettext.NullTranslations.set_output_charset`, and the *codeset* "
23672367
"parameter of functions :func:`~gettext.translation` and "
23682368
":func:`~gettext.install` are also deprecated, since they are only used for "
2369-
"for the ``l*gettext()`` functions. (Contributed by Serhiy Storchaka in "
2369+
"the ``l*gettext()`` functions. (Contributed by Serhiy Storchaka in "
23702370
":issue:`33710`.)"
23712371
msgstr ""
23722372

whatsnew/3.9.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-09-18 04:07+0000\n"
15+
"POT-Creation-Date: 2020-09-19 04:07+0000\n"
1616
"PO-Revision-Date: 2020-05-31 09:32+0000\n"
1717
"Last-Translator: tomo, 2020\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1238,7 +1238,7 @@ msgstr ""
12381238
#: ../../whatsnew/3.9.rst:881
12391239
msgid ""
12401240
"The ``_field_types`` attribute of the :class:`typing.NamedTuple` class has "
1241-
"been removed. It was deprecated deprecated since Python 3.8. Use the "
1241+
"been removed. It was deprecated since Python 3.8. Use the "
12421242
"``__annotations__`` attribute instead. (Contributed by Serhiy Storchaka in "
12431243
":issue:`40182`.)"
12441244
msgstr ""
@@ -1253,8 +1253,8 @@ msgstr ""
12531253
#: ../../whatsnew/3.9.rst:890
12541254
msgid ""
12551255
"The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks` "
1256-
"have have been removed. They were deprecated since Python 3.7 and you can "
1257-
"use :func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead. "
1256+
"have been removed. They were deprecated since Python 3.7 and you can use "
1257+
":func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead. "
12581258
"(Contributed by Rémi Lapeyre in :issue:`40967`)"
12591259
msgstr ""
12601260

0 commit comments

Comments
 (0)