File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
# Osamu NAKAMURA, 2019
9
9
# tomo, 2020
10
10
# yuhutuge, 2020
11
+ # mollinaca, 2020
11
12
#
12
13
#, fuzzy
13
14
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
16
17
"Report-Msgid-Bugs-To : \n "
17
18
"POT-Creation-Date : 2020-04-10 22:51+0000\n "
18
19
"PO-Revision-Date : 2019-09-01 03:43+0000\n "
19
- "Last-Translator : yuhutuge , 2020\n "
20
+ "Last-Translator : mollinaca , 2020\n "
20
21
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
22
"MIME-Version : 1.0\n "
22
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -39,6 +40,9 @@ msgid ""
39
40
"sense, and in conformance to Von Neumann's model of a \" stored program "
40
41
"computer\" , code is also represented by objects.)"
41
42
msgstr ""
43
+ "Python における :dfn:`オブジェクト (object)` とは、データを抽象的に表したものです。Python "
44
+ "プログラムにおけるデータは全て、オブジェクトまたはオブジェクト間の関係として表されます。(ある意味では、プログラムコードもまたオブジェクトとして表されます。これはフォン・ノイマン:"
45
+ " Von Neumann の \" プログラム記憶方式コンピュータ: stored program computer\" のモデルに適合します。)"
42
46
43
47
#: ../../reference/datamodel.rst:35
44
48
msgid ""
You can’t perform that action at this time.
0 commit comments