8000 [skip ci] Update .po files · python/python-docs-ja@dac5a8b · GitHub
[go: up one dir, main page]

Skip to content

Commit dac5a8b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d46d6d7 commit dac5a8b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

c-api/capsule.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2018-05-19 13:19+0900\n"
11-
"PO-Revision-Date: 2018-05-19 04:25+0000\n"
11+
"PO-Revision-Date: 2018-08-15 23:58+0000\n"
1212
"Last-Translator: tomo🐧\n"
1313
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1414
"MIME-Version: 1.0\n"
@@ -147,7 +147,7 @@ msgstr "モジュールのカプセル属性から Cオブジェクトへのポ
147147
msgid ""
148148
"Return the capsule's internal *pointer* on success. On failure, set an "
149149
"exception and return *NULL*."
150-
msgstr ""
150+
msgstr "成功した場合、カプセルの内部 *ポインタ* を返します。失敗した場合、例外を設定して *NULL* を返します。"
151151

152152
#: ../../c-api/capsule.rst:115
153153
msgid ""

c-api/gcsupport.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 2.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2018-05-22 13:20+0900\n"
11-
"PO-Revision-Date: 2018-05-22 04:24+0000\n"
11+
"PO-Revision-Date: 2018-08-16 00:02+0000\n"
1212
"Last-Translator: tomo🐧\n"
1313
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1414
"MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@ msgid ""
8686
"Resize an object allocated by :c:func:`PyObject_NewVar`. Returns the "
8787
"resized object or *NULL* on failure. *op* must not be tracked by the "
8888
"collector yet."
89-
msgstr ""
89+
msgstr ":c:func:`PyObject_NewVar` が確保したオブジェクトのメモリをリサイズします。\nリサイズされたオブジェクトを返します。失敗すると *NULL* を返します。\n*op* はコレクタに追跡されていてはなりません。"
9090

9191
#: ../../c-api/gcsupport.rst:61
9292
msgid ""

tutorial/classes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2018-07-26 13:58+0900\n"
13-
"PO-Revision-Date: 2018-07-26 05:09+0000\n"
13+
"PO-Revision-Date: 2018-08-15 23:04+0000\n"
1414
"Last-Translator: tomo🐧\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -441,7 +441,7 @@ msgid ""
441441
" object is called with an argument list, a new argument list is constructed "
442442
"from the instance object and the argument list, and the function object is "
443443
"called with this new argument list."
444-
msgstr ""
444+
msgstr "もしまだメソッドの動作を理解できなければ、一度実装を見てみると事情がよく分かるかもしれません。インスタンスの非データ属性が参照されたときは、そのインスタンスのクラスが検索されます。その名前が有効なクラス属性を表している関数オブジェクトなら、インスタンスオブジェクトと見つかった関数オブジェクト (へのポインタ) を抽象オブジェクト、すなわちメソッドオブジェクトにパックして作成します。メソッドオブジェクトが引数リストと共に呼び出されるとき、インスタンスオブジェクトと渡された引数リストから新しい引数リストを作成して、元の関数オブジェクトを新しい引数リストで呼び出します。"
445445

446446
#: ../../tutorial/classes.rst:344
447447
msgid "Class and Instance Variables"

0 commit comments

Comments
 (0)
0