@@ -706,22 +706,24 @@ msgid ""
706706"Structure to define property-like access for a type. See also description of "
707707"the :c:member:`PyTypeObject.tp_getset` slot."
708708msgstr ""
709+ "型のプロパティのようなアクセスを定義するための構造体です。 c:member:"
710+ "`PyTypeObject.tp_getset` スロットの説明も参照してください。"
709711
710712#: ../../c-api/structures.rst:462
711713msgid "name"
712714msgstr "name"
713715
714716#: ../../c-api/structures.rst:462
715717msgid "attribute name"
716- msgstr ""
718+ msgstr "属性名 "
717719
718720#: ../../c-api/structures.rst:464
719721msgid "get"
720- msgstr ""
722+ msgstr "get "
721723
722724#: ../../c-api/structures.rst:464
723725msgid "getter"
724- msgstr ""
726+ msgstr "getter "
725727
726728#: ../../c-api/structures.rst:464
727729msgid "C Function to get the attribute"
@@ -733,34 +735,36 @@ msgstr "集合"
733735
734736#: ../../c-api/structures.rst:466
735737msgid "setter"
736- msgstr ""
738+ msgstr "setter "
737739
738740#: ../../c-api/structures.rst:466
739741msgid ""
740742"optional C function to set or delete the attribute, if omitted the attribute "
741743"is readonly"
742744msgstr ""
745+ "属性をセット/削除する任意のC言語関数。省略された場合、属性は読み取り専用にな"
746+ "ります。"
743747
744748#: ../../c-api/structures.rst:470
745749msgid "doc"
746- msgstr ""
750+ msgstr "doc "
747751
748752#: ../../c-api/structures.rst:470
749753msgid "optional docstring"
750- msgstr ""
754+ msgstr "任意のドキュメンテーション文字列 "
751755
752756#: ../../c-api/structures.rst:472
753757msgid "closure"
754- msgstr ""
758+ msgstr "closure "
755759
756760#: ../../c-api/structures.rst:472
757761msgid "void \\ *"
758- msgstr ""
762+ msgstr "void \\ * "
759763
760764#: ../../c-api/structures.rst:472
761765msgid ""
762766"optional function pointer, providing additional data for getter and setter"
763- msgstr ""
767+ msgstr "getterとsetterの追加データを提供する、オプションの関数ポインタ。 "
764768
765769#: ../../c-api/structures.rst:477
766770msgid ""
0 commit comments