9
9
10
10
# Arihiro TAKASE, 2023
11
11
# souma987, 2023
12
+ # TENMYO Masakazu, 2024
12
13
#
13
14
#, fuzzy
14
15
msgid ""
15
16
msgstr ""
16
17
"Project-Id-Version : Python 3.12\n "
17
18
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2024-03-29 14:13 +0000\n "
19
+ "POT-Creation-Date : 2024-04-05 14:16 +0000\n "
19
20
"PO-Revision-Date : 2021-06-28 00:53+0000\n "
20
- "Last-Translator : souma987, 2023 \n "
21
+ "Last-Translator : TENMYO Masakazu, 2024 \n "
21
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
22
23
"ja/)\n "
23
24
"MIME-Version : 1.0\n "
@@ -28,7 +29,7 @@ msgstr ""
28
29
29
30
#: ../../howto/descriptor.rst:5
30
31
msgid "Descriptor Guide"
31
- msgstr ""
32
+ msgstr "デスクリプタ ガイド "
32
33
33
34
#: ../../howto/descriptor.rst:0
34
35
msgid "Author"
@@ -552,15 +553,15 @@ msgstr "デスクリプタプロトコル"
552
553
553
554
#: ../../howto/descriptor.rst:524
554
555
msgid "``descr.__get__(self, obj, type=None)``"
555
- msgstr ""
556
+ msgstr "``descr.__get__(self, obj, type=None)`` "
556
557
557
558
#: ../../howto/descriptor.rst:526
558
559
msgid "``descr.__set__(self, obj, value)``"
559
- msgstr ""
560
+ msgstr "``descr.__set__(self, obj, value)`` "
560
561
561
562
#: ../../howto/descriptor.rst:528
562
563
msgid "``descr.__delete__(self, obj)``"
563
- msgstr ""
564
+ msgstr "``descr.__delete__(self, obj)`` "
564
565
565
566
#: ../../howto/descriptor.rst:530
566
567
msgid ""
@@ -1219,6 +1220,11 @@ msgid ""
1219
1220
"attr:`~function.__name__`, :attr:`~function.__qualname__`, :attr:`~function."
1220
1221
"__doc__`, and :attr:`~function.__annotations__`."
1221
1222
msgstr ""
1223
+ ":func:`functools.update_wrapper` の呼び出しは、根底にある関数を参照する "
1224
+ "``__wrapped__`` 属性を追加します。また、ラッパーがそのラップされた関数のよう"
1225
+ "に見えるよう、必要な属性を追加します: :attr:`~function.__name__` 、 :attr:"
1226
+ "`~function.__qualname__` 、 :attr:`~function.__doc__` 、 :attr:`~function."
1227
+ "__annotations__` 。"
1222
1228
1223
1229
#: ../../howto/descriptor.rst:1401
1224
1230
msgid "Class methods"
@@ -1280,6 +1286,11 @@ msgid ""
1280
1286
"__qualname__`, :attr:`~function.__doc__`, and :attr:`~function."
1281
1287
"__annotations__`."
1282
1288
msgstr ""
1289
+ "``ClassMethod`` 内の :func:`functools.update_wrapper` の呼び出しは、根底にあ"
1290
+ "る関数を参照する ``__wrapped__`` 属性を追加します。また、ラッパーがそのラップ"
1291
+ "された関数のように見えるよう、必要な属性を追加します: :attr:`~function."
1292
+ "__name__` 、 :attr:`~function.__qualname__` 、 :attr:`~function.__doc__` 、 :"
1293
+ "attr:`~function.__annotations__` 。"
1283
1294
1284
1295
#: ../../howto/descriptor.rst:1553
1285
1296
msgid "Member objects and __slots__"
0 commit comments