Skip to content

Commit 5295f86

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 362b211 commit 5295f86

File tree

4 files changed

+6705
-6698
lines changed

4 files changed

+6705
-6698
lines changed

extending/extending.po

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Inada Naoki <songofacandy@gmail.com>, 2017
1111
# TAKAHASHI Shuuji <shuuji3@gmail.com>, 2018
1212
# tomo, 2020
13-
# mollinaca, 2020
1413
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2021
14+
# mollinaca, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2222
"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"
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"
@@ -480,9 +480,7 @@ msgstr ""
480480
msgid ""
481481
"In this case, it will return an integer object. (Yes, even integers are "
482482
"objects on the heap in Python!)"
483-
msgstr ""
484-
"上の場合では、 :c:func:`Py_BuildValue` は整数オブジェクトを返します。(そう、整数ですら、 Python "
485-
"においてはヒープ上のオブジェクトなのです! )"
483+
msgstr "上の場合では、整数オブジェクトを返します。(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )"
486484

487485
#: ../../extending/extending.rst:302
488486
msgid ""

library/abc.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# hitsumabushi.org, 2018
1212
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2018
1313
# tomo, 2019
14+
# mollinaca, 2021
1415
#
1516
#, fuzzy
1617
msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920
"Report-Msgid-Bugs-To: \n"
2021
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2122
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
22-
"Last-Translator: tomo, 2019\n"
23+
"Last-Translator: mollinaca, 2021\n"
2324
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2425
"MIME-Version: 1.0\n"
2526
"Content-Type: text/plain; charset=UTF-8\n"
@@ -222,7 +223,7 @@ msgid ""
222223
msgstr ""
223224
"このデコレータを使うには、クラスのメタクラスが :class:`ABCMeta` かそれを継承したものである必要があります。 "
224225
":class:`ABCMeta` "
225-
"の派生クラスをメタクラスに持つクラスは、全ての抽象メソッドとプロパティをオーバーロードしない限りインスタンス化することができません。抽象メソッドは通常の"
226+
"の派生クラスをメタクラスに持つクラスは、全ての抽象メソッドとプロパティをオーバーライドしない限りインスタンス化することができません。抽象メソッドは通常の"
226227
" 'super' 呼び出し方法で呼ぶことができます。 :func:`abstractmethod` "
227228
"はプロパティやデスクリプタのために抽象メソッドを定義することもできます。"
228229

reference/import.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# yudetamago <yudetamago.orz@gmail.com>, 2018
1313
# 永田 大和 <gey3933@gmail.com>, 2019
1414
# tomo, 2019
15+
# mollinaca, 2021
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
23-
"Last-Translator: tomo, 2019\n"
24+
"Last-Translator: mollinaca, 2021\n"
2425
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -910,7 +911,7 @@ msgstr ""
910911
"モジュールの ``__package__`` 属性は設定されなければなりません。値は文字列でなければなりませんが、``__name__`` "
911912
"と同じ値でも構いません。モジュールがパッケージの場合、``__package__`` の値はその ``__name__`` "
912913
"でなければなりません。モジュールがパッケージでない場合、トップレベルのモジュールでは ``__package__`` "
913-
"空の文字列、サブモジュールでは親のパッケージ名でなければなりません。詳細は :pep:`366` を参照してください。"
914+
"は空の文字列、サブモジュールでは親のパッケージ名でなければなりません。詳細は :pep:`366` を参照してください。"
914915

915916
#: ../../reference/import.rst:560
916917
msgid ""

0 commit comments

Comments
 (0)