@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.7\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2019-01-01 10:14 +0900\n "
22
+ "POT-Creation-Date : 2019-05-16 11:26 +0900\n "
23
23
"PO-Revision-Date : 2017-02-16 23:05+0000\n "
24
24
"Last-Translator : tomo, 2018\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -2886,12 +2886,10 @@ msgstr ""
2886
2886
2887
2887
#: ../../library/ctypes.rst:2368
2888
2888
msgid ""
2889
- "It is possible to defined sub-subclasses of structure types, they inherit "
2890
- "the fields of the base class plus the :attr:`_fields_` defined in the sub-"
2889
+ "It is possible to define sub-subclasses of structure types, they inherit the "
2890
+ " fields of the base class plus the :attr:`_fields_` defined in the sub-"
2891
2891
"subclass, if any."
2892
2892
msgstr ""
2893
- "構造体型のサブクラスを定義することができ、もしあるならサブクラス内で定義された :attr:`_fields_` "
2894
- "に加えて、ベースクラスのフィールドも継承します。"
2895
2893
2896
2894
#: ../../library/ctypes.rst:2375
2897
2895
msgid ""
@@ -2941,13 +2939,11 @@ msgstr ""
2941
2939
2942
2940
#: ../../library/ctypes.rst:2416
2943
2941
msgid ""
2944
- "It is possible to defined sub-subclasses of structures, they inherit the "
2942
+ "It is possible to define sub-subclasses of structures, they inherit the "
2945
2943
"fields of the base class. If the subclass definition has a separate "
2946
2944
":attr:`_fields_` variable, the fields specified in this are appended to the "
2947
2945
"fields of the base class."
2948
2946
msgstr ""
2949
- "構造体のサブ-サブクラスを定義することができ、ベースクラスのフィールドを継承します。サブクラス定義に別の :attr:`_fields_` "
2950
- "変数がある場合は、この中で指定されたフィールドはベースクラスのフィールドへ追加されます。"
2951
2947
2952
2948
#: ../../library/ctypes.rst:2421
2953
2949
msgid ""
0 commit comments