Skip to content

Commit 68522f6

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 5cb3df1 commit 68522f6

File tree

2 files changed

+6720
-6701
lines changed

2 files changed

+6720
-6701
lines changed

library/typing.po

+19-9
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
1111
# yudetamago <yudetamago.orz@gmail.com>, 2018
1212
# mollinaca, 2020
13-
# tomo, 2021
1413
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
14+
# tomo, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2021-02-10 05:25+0000\n"
21+
"POT-Creation-Date: 2021-04-05 05:56+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
23-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
23+
"Last-Translator: tomo, 2021\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1842,30 +1842,40 @@ msgstr ""
18421842
#: ../../library/typing.rst:1712
18431843
msgid ""
18441844
"A class used for internal typing representation of string forward "
1845-
"references. For example, ``list[\"SomeClass\"]`` is implicitly transformed "
1846-
"into ``list[ForwardRef(\"SomeClass\")]``. This class should not be "
1845+
"references. For example, ``List[\"SomeClass\"]`` is implicitly transformed "
1846+
"into ``List[ForwardRef(\"SomeClass\")]``. This class should not be "
18471847
"instantiated by a user, but may be used by introspection tools."
18481848
msgstr ""
1849+
"文字列による前方参照の内部的な型付け表現に使われるクラスです。\n"
1850+
"例えば、 ``List[\"SomeClass\"]`` は暗黙的に ``List[ForwardRef(\"SomeClass\")]`` に変換されます。\n"
1851+
"このクラスはユーザーがインスタンス化するべきではなく、イントロスペクションツールに使われるものです。"
1852+
1853+
#: ../../library/typing.rst:1718
1854+
msgid ""
1855+
":pep:`585` generic types such as ``list[\"SomeClass\"]`` will not be "
1856+
"implicitly transformed into ``list[ForwardRef(\"SomeClass\")]`` and thus "
1857+
"will not automatically resolve to ``list[SomeClass]``."
1858+
msgstr ""
18491859

1850-
#: ../../library/typing.rst:1720
1860+
#: ../../library/typing.rst:1725
18511861
msgid "Constant"
18521862
msgstr "定数"
18531863

1854-
#: ../../library/typing.rst:1724
1864+
#: ../../library/typing.rst:1729
18551865
msgid ""
18561866
"A special constant that is assumed to be ``True`` by 3rd party static type "
18571867
"checkers. It is ``False`` at runtime. Usage::"
18581868
msgstr "サードパーティーの静的型検査器が ``True`` と仮定する特別な定数です。 実行時には ``False`` になります。使用例::"
18591869

1860-
#: ../../library/typing.rst:1733
1870+
#: ../../library/typing.rst:1738
18611871
msgid ""
18621872
"The first type annotation must be enclosed in quotes, making it a \"forward "
18631873
"reference\", to hide the ``expensive_mod`` reference from the interpreter "
18641874
"runtime. Type annotations for local variables are not evaluated, so the "
18651875
"second annotation does not need to be enclosed in quotes."
18661876
msgstr ""
18671877

1868-
#: ../../library/typing.rst:1740
1878+
#: ../../library/typing.rst:1745
18691879
msgid ""
18701880
"If ``from __future__ import annotations`` is used in Python 3.7 or later, "
18711881
"annotations are not evaluated at function definition time. Instead, they are"

0 commit comments

Comments
 (0)