File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -235762,6 +235762,8 @@ msgid ""
235762
235762
"A special typing construct to indicate to type checkers that a name cannot "
235763
235763
"be re-assigned or overridden in a subclass. For example::"
235764
235764
msgstr ""
235765
+ "特別な型付けの構成要素で、名前の割り当て直しやサブクラスでのオーバーライドができないことを型チェッカーに示すためのものです。\n"
235766
+ "例えば::"
235765
235767
235766
235768
#: ../../library/typing.rst:704 ../../library/typing.rst:1616
235767
235769
msgid ""
Original file line number Diff line number Diff line change 12
12
# 秘湯 <xwhhsprings@gmail.com>, 2017
13
13
# Arihiro TAKASE, 2017
14
14
# tomo, 2019
15
+ # Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
15
16
#
16
17
#, fuzzy
17
18
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
20
21
"Report-Msgid-Bugs-To : \n "
21
22
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
22
23
"PO-Revision-Date : 2017-02-16 23:07+0000\n "
23
- "Last-Translator : tomo, 2019 \n "
24
+ "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021 \n "
24
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
25
26
"MIME-Version : 1.0\n "
26
27
"Content-Type : text/plain; charset=UTF-8\n "
@@ -846,7 +847,7 @@ msgid ""
846
847
"comments following an example's source code:"
847
848
msgstr ""
848
849
"doctest ディレクティブは個々の実行例の :ref:`オプションフラグ <doctest-options>` を操作するために使われます。 "
849
- "doctest ティレクティブは後のソースコード例にあるような特殊な Python コメントです:"
850
+ "doctest ディレクティブは後のソースコード例にあるような特殊な Python コメントです:"
850
851
851
852
#: ../../library/doctest.rst:715
852
853
msgid ""
Original file line number Diff line number Diff line change @@ -754,6 +754,8 @@ msgid ""
754
754
"A special typing construct to indicate to type checkers that a name cannot "
755
755
"be re-assigned or overridden in a subclass. For example::"
756
756
msgstr ""
757
+ "特別な型付けの構成要素で、名前の割り当て直しやサブクラスでのオーバーライドができないことを型チェッカーに示すためのものです。\n"
758
+ "例えば::"
757
759
758
760
#: ../../library/typing.rst:704 ../../library/typing.rst:1616
759
761
msgid ""
You can’t perform that action at this time.
0 commit comments