File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
8
- # tomo, 2019
8
+ # tomo, 2020
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
16
16
"PO-Revision-Date : 2018-06-29 17:51+0000\n "
17
- "Last-Translator : tomo, 2019 \n "
17
+ "Last-Translator : tomo, 2020 \n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -795,7 +795,7 @@ msgstr ""
795
795
#: ../../reference/expressions.rst:644
796
796
msgid ""
797
797
"This method is normally called implicitly by a :keyword:`async for` loop."
798
- msgstr ""
798
+ msgstr "このメソッドは通常、 :keyword:`for` ループによって暗黙に呼び出されます。 "
799
799
800
800
#: ../../reference/expressions.rst:649
801
801
msgid ""
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2020
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2020-04-04 11:39+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:19+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2020 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -513,6 +513,8 @@ msgid ""
513
513
" instance objects are attribute references. There are two kinds of valid "
514
514
"attribute names: data attributes and methods."
515
515
msgstr ""
516
+ "ところで、インスタンスオブジェクトを使うと何ができるのでしょうか?インスタンスオブジェクトが理解できる唯一の操作は、属性の参照です。有効な属性名には "
517
+ "(データ属性およびメソッドの) 二種類あります。"
516
518
517
519
#: ../../tutorial/classes.rst:328
518
520
msgid ""
Original file line number Diff line number Diff line change 4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
7
+ # tomo, 2020
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2020-02-09 18:48+0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:43+0000\n "
16
- "Last-Translator : tomo, 2018 \n "
16
+ "Last-Translator : tomo, 2020 \n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -628,6 +628,9 @@ msgid ""
628
628
"This isn't very noticeable for integers, but if :func:`f` returns an object,"
629
629
" or a data structure that takes up a lot of memory, this can be a problem."
630
630
msgstr ""
631
+ "このバージョンは整数のような単純なものにはうまく働きますが、副作用を持っています; 辞書 ``_cache`` は戻り値への参照を保持するので、それらは"
632
+ " Python プロセスが終了してクリーンアップされない限り、解放されません。整数であればそれは気にすることではありませんが、:func:`f` "
633
+ "がオブジェクトや何かメモリをたくさん使うようなデータ構造を返すならば、これは問題になるかもしれません。"
631
634
632
635
#: ../../whatsnew/2.1.rst:374
633
636
msgid ""
You can’t perform that action at this time.
0 commit comments