@@ -856,6 +856,8 @@ msgid ""
856
856
"For more information on working with this attribute, see :ref:`annotations-"
857
857
"howto`."
858
858
msgstr ""
859
+ "パラメータの注釈が入った辞書です。辞書のキーはパラメータ名で、返り値の注釈がある場合は、``'return'`` "
860
+ "がそのキーとなります。この属性を使って作業することの情報は :ref:`annotations-howto` を参照してください。"
859
861
860
862
#: ../../reference/datamodel.rst:561
861
863
msgid ":attr:`__kwdefaults__`"
@@ -1172,19 +1174,19 @@ msgstr ""
1172
1174
1173
1175
#: ../../reference/datamodel.rst:754
1174
1176
msgid "Predefined (writable) attributes:"
1175
- msgstr ""
1177
+ msgstr "定義済みの (書き込み可能な) 属性: "
1176
1178
1177
1179
#: ../../reference/datamodel.rst:757
1178
1180
msgid ":attr:`__name__`"
1179
1181
msgstr ":attr:`__name__`"
1180
1182
1181
1183
#: ../../reference/datamodel.rst:757
1182
1184
msgid "The module's name."
1183
- msgstr ""
1185
+ msgstr "モジュールの名前。 "
1184
1186
1185
1187
#: ../../reference/datamodel.rst:760
1186
1188
msgid "The module's documentation string, or ``None`` if unavailable."
1187
- msgstr ""
1189
+ msgstr "モジュールのドキュメントで、文字列か、もし利用できない場合は ``None`` です。 "
1188
1190
1189
1191
#: ../../reference/datamodel.rst:770
1190
1192
msgid ":attr:`__file__`"
@@ -1198,13 +1200,19 @@ msgid ""
1198
1200
"interpreter. For extension modules loaded dynamically from a shared "
1199
1201
"library, it's the pathname of the shared library file."
1200
1202
msgstr ""
1203
+ "ロードされたモジュールファイルのパス名です。インタプリタに静的にリンクされている C モジュールのような特定の種類のモジュールでは、 "
1204
+ ":attr:`__file__` 属性は存在しないかもしれません。共有ライブラリから動的にロードされた拡張モジュールの場合、この属性は "
1205
+ "共有ライブラリファイルのパス名になります。"
1201
1206
1202
1207
#: ../../reference/datamodel.rst:773
1203
1208
msgid ""
1204
1209
"A dictionary containing :term:`variable annotations <variable annotation>` "
1205
1210
"collected during module body execution. For best practices on working with "
1206
1211
":attr:`__annotations__`, please see :ref:`annotations-howto`."
1207
1212
msgstr ""
1213
+ "モジュールの本体の実行中に収集した :term:`変数アノテーション <variable annotation>` を格納する辞書です。 "
1214
+ ":attr:`__annotations__` を利用するベストプラクティスについては、 :ref:`アノテーションのHOWTO "
1215
+ "<annotations-howto>` を参照してください。"
1208
1216
1209
1217
#: ../../reference/datamodel.rst:780
1210
1218
msgid ""
@@ -1277,40 +1285,43 @@ msgstr "クラスオブジェクトを呼び出す (上記を参照) と、ク
1277
1285
1278
1286
#: ../../reference/datamodel.rst:843
1279
1287
msgid ":attr:`~definition.__name__`"
1280
- msgstr ""
1288
+ msgstr ":attr:`~definition.__name__` "
1281
1289
1282
1290
#: ../../reference/datamodel.rst:843
1283
1291
msgid "The class name."
1284
- msgstr ""
1292
+ msgstr "クラス名。 "
1285
1293
1286
1294
#: ../../reference/datamodel.rst:846
1287
1295
msgid "The name of the module in which the class was defined."
1288
- msgstr ""
1296
+ msgstr "クラスが定義されているモジュールの名前。 "
1289
1297
1290
1298
#: ../../reference/datamodel.rst:849
1291
1299
msgid "The dictionary containing the class's namespace."
1292
- msgstr ""
1300
+ msgstr "クラスの名前空間を格納している辞書。 "
1293
1301
1294
1302
#: ../../reference/datamodel.rst:853
1295
1303
msgid ":attr:`~class.__bases__`"
1296
- msgstr ""
1304
+ msgstr ":attr:`~class.__bases__` "
1297
1305
1298
1306
#: ../../reference/datamodel.rst:852
1299
1307
msgid ""
1300
1308
"A tuple containing the base classes, in the order of their occurrence in the"
1301
1309
" base class list."
1302
- msgstr ""
1310
+ msgstr "ベースクラスリストに現れる順序でベースクラスを格納しているタプル。 "
1303
1311
1304
1312
#: ../../reference/datamodel.rst:856
1305
1313
msgid "The class's documentation string, or ``None`` if undefined."
1306
- msgstr ""
1314
+ msgstr "クラスのドキュメントで、文字列か、もし未定義の場合は ``None`` です。 "
1307
1315
1308
1316
#: ../../reference/datamodel.rst:859
1309
1317
msgid ""
1310
1318
"A dictionary containing :term:`variable annotations <variable annotation>` "
1311
1319
"collected during class body execution. For best practices on working with "
1312
1320
":attr:`__annotations__`, please see :ref:`annotations-howto`."
1313
1321
msgstr ""
1322
+ "クラスの本体の実行中に収集した :term:`変数アノテーション <variable annotation>` を格納する辞書です。 "
1323
+ ":attr:`__annotations__` を利用するベストプラクティスについては、 :ref:`アノテーションのHOWTO "
1324
+ "<annotations-howto>` を参照してください。"
1314
1325
1315
1326
#: ../../reference/datamodel.rst:906
1316
1327
msgid "Class instances"
0 commit comments