Skip to content

Commit f9de32f

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

File tree

2 files changed

+3635
-3621
lines changed

2 files changed

+3635
-3621
lines changed

library/dataclasses.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ msgid ""
404404
"The class attribute ``C.z`` will be ``10``, the class attribute ``C.t`` will"
405405
" be ``20``, and the class attributes ``C.x`` and ``C.y`` will not be set."
406406
msgstr ""
407+
"クラス属性 ``C.z`` は ``10`` 、クラス属性 ``C.t`` は ``20`` になり、クラス属性 ``C.x`` と ``C.y`` "
408+
"には値が設定されません。"
407409

408410
#: ../../library/dataclasses.rst:265
409411
msgid ""
@@ -412,27 +414,33 @@ msgid ""
412414
"method (see below). Users should never instantiate a :class:`Field` object "
413415
"directly. Its documented attributes are:"
414416
msgstr ""
417+
":class:`Field` オブジェクトはそれぞれの定義されたフィールドを記述します。\n"
418+
"このオブジェクトは内部で作られ、モジュールレベル関数の :func:`fields` によって返されます (下の解説を見てください)。\n"
419+
"ユーザーは絶対に :class:`Field` オブジェクトを直接インスタンス化すべきではありません。\n"
420+
"ドキュメント化されている属性は次の通りです:"
415421

416422
#: ../../library/dataclasses.rst:270
417423
msgid "``name``: The name of the field."
418-
msgstr ""
424+
msgstr "``name``: フィールド名"
419425

420426
#: ../../library/dataclasses.rst:272
421427
msgid "``type``: The type of the field."
422-
msgstr ""
428+
msgstr "``type``: フィールドの型"
423429

424430
#: ../../library/dataclasses.rst:274
425431
msgid ""
426432
"``default``, ``default_factory``, ``init``, ``repr``, ``hash``, ``compare``,"
427433
" and ``metadata`` have the identical meaning and values as they do in the "
428434
":func:`field` declaration."
429435
msgstr ""
436+
"``default``, ``default_factory``, ``init``, ``repr``, ``hash``, ``compare``,"
437+
" ``metadata`` は :func:`field` の宣言と同じ意味と値を持ちます。"
430438

431439
#: ../../library/dataclasses.rst:278
432440
msgid ""
433441
"Other attributes may exist, but they are private and must not be inspected "
434442
"or relied on."
435-
msgstr ""
443+
msgstr "他の属性があることもありますが、それらはプライベートであり、調べたり、依存したりしてはなりません。"
436444

437445
#: ../../library/dataclasses.rst:283
438446
msgid ""

0 commit comments

Comments
 (0)