9
9
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023
10
10
# Osamu NAKAMURA, 2023
11
11
# tomo, 2023
12
+ # Taichi Haradaguchi, 2024
12
13
#
13
14
#, fuzzy
14
15
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
17
18
"Report-Msgid-Bugs-To : \n "
18
19
"POT-Creation-Date : 2024-02-16 14:13+0000\n "
19
20
"PO-Revision-Date : 2021-06-28 00:48+0000\n "
20
- "Last-Translator : tomo, 2023 \n "
21
+ "Last-Translator : Taichi Haradaguchi, 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 "
@@ -128,13 +129,15 @@ msgstr ""
128
129
129
130
#: ../../c-api/file.rst:68
130
131
msgid "The handler is a function of type:"
131
- msgstr ""
132
+ msgstr "ハンドラーは次の型の関数です。 "
132
133
133
134
#: ../../c-api/file.rst:72
134
135
msgid ""
135
136
"Equivalent of :c:expr:`PyObject *(\\ *)(PyObject *path, void *userData)`, "
136
137
"where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
137
138
msgstr ""
139
+ ":c:expr:`PyObject *(\\ *)(PyObject *path, void *userData)` と等価で、 *path* "
140
+ "は :c:type:`PyUnicodeObject` であることが保証されています。"
138
141
139
142
#: ../../c-api/file.rst:76
140
143
msgid ""
@@ -186,6 +189,11 @@ msgid ""
186
189
"written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on "
187
190
"failure; the appropriate exception will be set."
188
191
msgstr ""
192
+ "オブジェクト *obj* をファイルオブジェクト *p* に書き込みます。 *flags* がサ"
193
+ "ポートするフラグは :c:macro:`Py_PRINT_RAW` だけです; このフラグを指定すると、"
194
+ "オブジェクトに :func:`repr` ではなく :func:`str` を適用した結果をファイルに書"
195
+ "き出します。成功した場合には ``0`` を返し、失敗すると ``-1`` を返して適切な例"
196
+ "外をセットします。"
189
197
190
198
#: ../../c-api/file.rst:108
191
199
msgid ""
@@ -209,4 +217,4 @@ msgstr "EOFError (組み込み例外)"
209
217
210
218
#: ../../c-api/file.rst:98
211
219
msgid "Py_PRINT_RAW (C macro)"
212
- msgstr ""
220
+ msgstr "Py_PRINT_RAW (Cのマクロ) "
0 commit comments