@@ -54,36 +54,45 @@ msgstr ""
54
54
#: ../../c-api/datetime.rst:22
55
55
msgid "This subtype of :c:type:`PyObject` represents a Python datetime object."
56
56
msgstr ""
57
- "この :c:type:`PyObject` のサブタイプは Python の datetime オブジェクトを表現 "
58
- "します 。"
57
+ "この :c:type:`PyObject` のサブタイプは Python の datetime オブジェクトを表し "
58
+ "ます 。"
59
59
60
60
#: ../../c-api/datetime.rst:26
61
61
msgid "This subtype of :c:type:`PyObject` represents a Python time object."
62
62
msgstr ""
63
+ "この :c:type:`PyObject` のサブタイプは Python の time オブジェクトを表現しま"
64
+ "す。"
63
65
64
66
#: ../../c-api/datetime.rst:30
65
67
msgid ""
66
68
"This subtype of :c:type:`PyObject` represents the difference between two "
67
69
"datetime values."
68
70
msgstr ""
71
+ "この :c:type:`PyObject` のサブタイプは二つの datetime の値の差分を表します。"
69
72
70
73
#: ../../c-api/datetime.rst:34
71
74
msgid ""
72
75
"This instance of :c:type:`PyTypeObject` represents the Python date type; it "
73
76
"is the same object as :class:`datetime.date` in the Python layer."
74
77
msgstr ""
78
+ "この :c:type:`PyTypeObject` のインスタンスは Python の date 型を表します; "
79
+ "Python レイヤにおける :class:`datetime.date` と同じオブジェクトです。"
75
80
76
81
#: ../../c-api/datetime.rst:39
77
82
msgid ""
78
83
"This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
79
84
"it is the same object as :class:`datetime.datetime` in the Python layer."
80
85
msgstr ""
86
+ "この :c:type:`PyTypeObject` のインスタンスは Python の datetime 型を表現しま"
87
+ "す; Python レイヤにおける :class:`datetime.datetime` と同じオブジェクトです。"
81
88
82
89
#: ../../c-api/datetime.rst:44
83
90
msgid ""
84
91
"This instance of :c:type:`PyTypeObject` represents the Python time type; it "
85
92
"is the same object as :class:`datetime.time` in the Python layer."
86
93
msgstr ""
94
+ "この :c:type:`PyTypeObject` のインスタンスは Python の time 型を表します; "
95
+ "Python レイヤにおける :class:`datetime.time` と同じオブジェクトです。"
87
96
88
97
#: ../../c-api/datetime.rst:49
89
98
msgid ""
@@ -97,6 +106,9 @@ msgid ""
97
106
"This instance of :c:type:`PyTypeObject` represents the Python time zone info "
98
107
"type; it is the same object as :class:`datetime.tzinfo` in the Python layer."
99
108
msgstr ""
109
+ "この :c:type:`PyTypeObject` のインスタンスは Python の タイムゾーン情報型を表"
110
+ "します; Python レイヤにおける :class:`datetime.tzinfo` と同じオブジェクトで"
111
+ "す。"
100
112
101
113
#: ../../c-api/datetime.rst:59
102
114
msgid "Macro for access to the UTC singleton:"
0 commit comments