4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # 秘湯 <xwhhsprings@gmail.com>, 2017
8
7
# Shun Sakurai, 2017
9
8
# Inada Naoki <songofacandy@gmail.com>, 2017
10
9
# E. Kawashima, 2017
11
10
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
12
11
# Yuma.M, 2017
13
12
# yudetamago <yudetamago.orz@gmail.com>, 2018
14
13
# tomo, 2019
14
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
15
15
#
16
16
#, fuzzy
17
17
msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
21
+ "POT-Creation-Date : 2020-07-05 03:33 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:32+0000\n "
23
- "Last-Translator : tomo, 2019 \n "
23
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
24
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
25
25
"MIME-Version : 1.0\n "
26
26
"Content-Type : text/plain; charset=UTF-8\n "
@@ -667,8 +667,9 @@ msgstr ":class:`collections.abc.ByteString` のジェネリック版です。"
667
667
#: ../../library/typing.rst:674
668
668
msgid ""
669
669
"This type represents the types :class:`bytes`, :class:`bytearray`, and "
670
- ":class:`memoryview`."
671
- msgstr "この型は :class:`bytes` と :class:`bytearray` 、 :class:`memoryview` を表します。"
670
+ ":class:`memoryview` of byte sequences."
671
+ msgstr ""
672
+ "この型は :class:`bytes` と :class:`bytearray` 、バイト列の :class:`memoryview` を表します。"
672
673
673
674
#: ../../library/typing.rst:677
674
675
msgid ""
@@ -985,7 +986,7 @@ msgstr ""
985
986
#: ../../library/typing.rst:1013
986
987
msgid ""
987
988
"See :pep:`589` for more examples and detailed rules of using ``TypedDict``."
988
- msgstr ""
989
+ msgstr "他の例や、 ``TypedDict`` を扱う詳細な規則については :pep:`589` を参照してください。 "
989
990
990
991
#: ../../library/typing.rst:1019
991
992
msgid ""
@@ -1004,6 +1005,10 @@ msgid ""
1004
1005
":ref:`distinct`. At runtime it returns a function that returns its argument."
1005
1006
" Usage::"
1006
1007
msgstr ""
1008
+ "異なる型であることを型チェッカーに教えるためのヘルパー関数です。\n"
1009
+ ":ref:`distinct` を参照してください。\n"
1010
+ "実行時には、その引数を返す関数を返します。\n"
1011
+ "使い方は次のようになります::"
1007
1012
1008
1013
#: ../../library/typing.rst:1037
1009
1014
msgid "Cast a value to a type."
0 commit comments