@@ -50,6 +50,9 @@ msgid ""
50
50
"applications since its early existence, the process of embedding Python is "
51
51
"less straightforward than writing an extension."
52
52
msgstr ""
53
+ "拡張モジュールの作成は比較的わかりやすいプロセスで、 \" 手引書 (cookbook)\" "
54
+ "的なアプローチでうまく実現できます。作業をある程度まで自動化してくれるツールもいくつかあります。一方、他のアプリケーションへの Python "
55
+ "の埋め込みは、Python ができてから早い時期から行われてきましたが、拡張モジュールの作成に比べるとやや難解です。"
53
56
54
57
#: ../../c-api/intro.rst:26
55
58
msgid ""
@@ -65,7 +68,7 @@ msgstr ""
65
68
66
69
#: ../../c-api/intro.rst:34
67
70
msgid "Coding standards"
68
- msgstr ""
71
+ msgstr "コーディング規格 "
69
72
70
73
#: ../../c-api/intro.rst:36
71
74
msgid ""
@@ -172,7 +175,7 @@ msgstr ""
172
175
173
176
#: ../../c-api/intro.rst:95
174
177
msgid "Useful macros"
175
- msgstr ""
178
+ msgstr "便利なマクロ "
176
179
177
180
#: ../../c-api/intro.rst:97
178
181
msgid ""
@@ -192,21 +195,23 @@ msgstr ""
192
195
193
196
#: ../../c-api/intro.rst:113
194
197
msgid "Return the absolute value of ``x``."
195
- msgstr ""
198
+ msgstr "``x`` の絶対値を返します。 "
196
199
197
200
#: ../../c-api/intro.rst:119
198
201
msgid "Return the minimum value between ``x`` and ``y``."
199
- msgstr ""
202
+ msgstr "``x`` と ``y`` の最小値を返します。 "
200
203
201
204
#: ../../c-api/intro.rst:125
202
205
msgid "Return the maximum value between ``x`` and ``y``."
203
- msgstr ""
206
+ msgstr "``x`` と ``y`` の最大値を返します。 "
204
207
205
208
#: ../../c-api/intro.rst:131
206
209
msgid ""
207
210
"Convert ``x`` to a C string. E.g. ``Py_STRINGIFY(123)`` returns "
208
211
"``\" 123\" ``."
209
212
msgstr ""
213
+ "``x`` を C 文字列へ変換します。\n"
214
+ "例えば、 ``Py_STRINGIFY(123)`` は ``\" 123\" `` を返します。"
210
215
211
216
#: ../../c-api/intro.rst:138
212
217
msgid "Return the size of a structure (``type``) ``member`` in bytes."
0 commit comments