Skip to content

Commit eea422f

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 6a46b94 commit eea422f

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

library/typing.po

+11-6
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# 秘湯 <xwhhsprings@gmail.com>, 2017
87
# Shun Sakurai, 2017
98
# Inada Naoki <songofacandy@gmail.com>, 2017
109
# E. Kawashima, 2017
1110
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2017
1211
# Yuma.M, 2017
1312
# yudetamago <yudetamago.orz@gmail.com>, 2018
1413
# tomo, 2019
14+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
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: 2020-05-31 09:25+0000\n"
21+
"POT-Creation-Date: 2020-07-05 03:33+0000\n"
2222
"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"
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"
@@ -667,8 +667,9 @@ msgstr ":class:`collections.abc.ByteString` のジェネリック版です。"
667667
#: ../../library/typing.rst:674
668668
msgid ""
669669
"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` を表します。"
672673

673674
#: ../../library/typing.rst:677
674675
msgid ""
@@ -985,7 +986,7 @@ msgstr ""
985986
#: ../../library/typing.rst:1013
986987
msgid ""
987988
"See :pep:`589` for more examples and detailed rules of using ``TypedDict``."
988-
msgstr ""
989+
msgstr "他の例や、 ``TypedDict`` を扱う詳細な規則については :pep:`589` を参照してください。"
989990

990991
#: ../../library/typing.rst:1019
991992
msgid ""
@@ -1004,6 +1005,10 @@ msgid ""
10041005
":ref:`distinct`. At runtime it returns a function that returns its argument."
10051006
" Usage::"
10061007
msgstr ""
1008+
"異なる型であることを型チェッカーに教えるためのヘルパー関数です。\n"
1009+
":ref:`distinct` を参照してください。\n"
1010+
"実行時には、その引数を返す関数を返します。\n"
1011+
"使い方は次のようになります::"
10071012

10081013
#: ../../library/typing.rst:1037
10091014
msgid "Cast a value to a type."

reference/executionmodel.po

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Arihiro TAKASE, 2017
1010
# E. Kawashima, 2017
1111
# tomo, 2019
12+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1920
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
20-
"Last-Translator: tomo, 2019\n"
21+
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2122
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,6 +47,12 @@ msgid ""
4647
":option:`-m` argument is also a code block. The string argument passed to "
4748
"the built-in functions :func:`eval` and :func:`exec` is a code block."
4849
msgstr ""
50+
"Python プログラムはコードブロックから構成されます。\n"
51+
"ブロック (:dfn:`block`) は、一つのまとまりとして実行される Python プログラムテキストの断片です。\n"
52+
"モジュール、関数本体、そしてクラス定義はブロックであり、対話的に入力された個々のコマンドもブロックです。\n"
53+
"スクリプトファイル (インタープリタに標準入力として与えられたり、インタープリタにコマンドライン引数として与えられたファイル) もコードブロックです。\n"
54+
"スクリプトコマンド (インタープリタのコマンドライン上で :option:`-c` オプションで指定されたコマンド) もコードブロックです。\n"
55+
"引数 :option:`-m` を使用して、コマンド行からトップレベルスクリプト(モジュール ``__main__`` として)として実行されるモジュールコードブロックでもあります。組み込み関数 :func:`eval` や :func:`exec` に渡された文字列引数もコードブロックです。"
4956

5057
#: ../../reference/executionmodel.rst:33
5158
msgid ""

0 commit comments

Comments
 (0)