File tree 4 files changed +6705
-6698
lines changed
4 files changed +6705
-6698
lines changed Original file line number Diff line number Diff line change 10
10
# Inada Naoki <songofacandy@gmail.com>, 2017
11
11
# TAKAHASHI Shuuji <shuuji3@gmail.com>, 2018
12
12
# tomo, 2020
13
- # mollinaca, 2020
14
13
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
14
+ # mollinaca, 2021
15
15
#
16
16
#, fuzzy
17
17
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Report-Msgid-Bugs-To : \n "
21
21
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
22
22
"PO-Revision-Date : 2017-02-16 17:42+0000\n "
23
- "Last-Translator : Yusuke Miyazaki <miyazaki.dev@gmail.com> , 2021\n "
23
+ "Last-Translator : mollinaca , 2021\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 "
@@ -480,9 +480,7 @@ msgstr ""
480
480
msgid ""
481
481
"In this case, it will return an integer object. (Yes, even integers are "
482
482
"objects on the heap in Python!)"
483
- msgstr ""
484
- "上の場合では、 :c:func:`Py_BuildValue` は整数オブジェクトを返します。(そう、整数ですら、 Python "
485
- "においてはヒープ上のオブジェクトなのです! )"
483
+ msgstr "上の場合では、整数オブジェクトを返します。(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )"
486
484
487
485
#: ../../extending/extending.rst:302
488
486
msgid ""
Original file line number Diff line number Diff line change 11
11
# hitsumabushi.org, 2018
12
12
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2018
13
13
# tomo, 2019
14
+ # mollinaca, 2021
14
15
#
15
16
#, fuzzy
16
17
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
19
20
"Report-Msgid-Bugs-To : \n "
20
21
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
21
22
"PO-Revision-Date : 2017-02-16 17:47+0000\n "
22
- "Last-Translator : tomo, 2019 \n "
23
+ "Last-Translator : mollinaca, 2021 \n "
23
24
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
25
"MIME-Version : 1.0\n "
25
26
"Content-Type : text/plain; charset=UTF-8\n "
@@ -222,7 +223,7 @@ msgid ""
222
223
msgstr ""
223
224
"このデコレータを使うには、クラスのメタクラスが :class:`ABCMeta` かそれを継承したものである必要があります。 "
224
225
":class:`ABCMeta` "
225
- "の派生クラスをメタクラスに持つクラスは、全ての抽象メソッドとプロパティをオーバーロードしない限りインスタンス化することができません 。抽象メソッドは通常の"
226
+ "の派生クラスをメタクラスに持つクラスは、全ての抽象メソッドとプロパティをオーバーライドしない限りインスタンス化することができません 。抽象メソッドは通常の"
226
227
" 'super' 呼び出し方法で呼ぶことができます。 :func:`abstractmethod` "
227
228
"はプロパティやデスクリプタのために抽象メソッドを定義することもできます。"
228
229
Original file line number Diff line number Diff line change 12
12
# yudetamago <yudetamago.orz@gmail.com>, 2018
13
13
# 永田 大和 <gey3933@gmail.com>, 2019
14
14
# tomo, 2019
15
+ # mollinaca, 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:38+0000\n "
23
- "Last-Translator : tomo, 2019 \n "
24
+ "Last-Translator : mollinaca, 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 "
@@ -910,7 +911,7 @@ msgstr ""
910
911
"モジュールの ``__package__`` 属性は設定されなければなりません。値は文字列でなければなりませんが、``__name__`` "
911
912
"と同じ値でも構いません。モジュールがパッケージの場合、``__package__`` の値はその ``__name__`` "
912
913
"でなければなりません。モジュールがパッケージでない場合、トップレベルのモジュールでは ``__package__`` "
913
- "空の文字列 、サブモジュールでは親のパッケージ名でなければなりません。詳細は :pep:`366` を参照してください。"
914
+ "は空の文字列 、サブモジュールでは親のパッケージ名でなければなりません。詳細は :pep:`366` を参照してください。"
914
915
915
916
#: ../../reference/import.rst:560
916
917
msgid ""
You can’t perform that action at this time.
0 commit comments