@@ -21,7 +21,6 @@ msgid "Operating System Utilities"
21
21
msgstr "์ด์ ์ฒด์ ์ ํธ๋ฆฌํฐ"
22
22
23
23
#: ../../c-api/sys.rst:11
24
- #, fuzzy
25
24
msgid ""
26
25
"Return the file system representation for *path*. If the object is a "
27
26
":class:`str` or :class:`bytes` object, then a new :term:`strong "
@@ -31,12 +30,12 @@ msgid ""
31
30
" is raised and ``NULL`` is returned."
32
31
msgstr ""
33
32
"*path*\\ ์ ๋ํ ํ์ผ ์์คํ
ํํ์ ๋ฐํํฉ๋๋ค. ๊ฐ์ฒด๊ฐ :class:`str`\\ ์ด๋ :class:`bytes` ๊ฐ์ฒด์ด๋ฉด, "
34
- "์ฐธ์กฐ ํ์๊ฐ ์ฆ๊ฐํฉ๋๋ค. ๊ฐ์ฒด๊ฐ :class:`os.PathLike` ์ธํฐํ์ด์ค๋ฅผ ๊ตฌํํ๋ฉด, "
35
- ":meth:`~os.PathLike.__fspath__`\\ ๊ฐ :class:`str`\\ ๋ :class:`bytes` ๊ฐ์ฒด์ผ ๋ "
36
- "๋ฐํ๋ฉ๋๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด, :exc:`TypeError`\\ ๊ฐ ๋ฐ์ํ๊ณ ``NULL``\\ ์ด ๋ฐํ๋ฉ๋๋ค."
33
+ "์ :term:`๊ฐํ ์ฐธ์กฐ <strong reference>`\\ ๋ฅผ ๋ฐํํฉ๋๋ค. ๊ฐ์ฒด๊ฐ :class:`os.PathLike` "
34
+ "์ธํฐํ์ด์ค๋ฅผ ๊ตฌํํ๋ฉด, :meth:`~os.PathLike.__fspath__`\\ ๊ฐ :class:`str`\\ ๋ "
35
+ ":class:`bytes` ๊ฐ์ฒด์ผ ๋ ๋ฐํ๋ฉ๋๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด, :exc:`TypeError`\\ ๊ฐ ๋ฐ์ํ๊ณ ``NULL``\\ ์ด"
36
+ " ๋ฐํ๋ฉ๋๋ค."
37
37
38
38
#: ../../c-api/sys.rst:24
39
- #, fuzzy
40
39
msgid ""
41
40
"Return true (nonzero) if the standard I/O file *fp* with name *filename* "
42
41
"is deemed interactive. This is the case for files for which "
@@ -46,9 +45,9 @@ msgid ""
46
45
"``'???'``."
47
46
msgstr ""
48
47
"์ด๋ฆ์ด *filename*\\ ์ธ ํ์ค I/O ํ์ผ *fp*\\ ๋ฅผ ๋ํ์์ผ๋ก ๊ฐ์ฃผํ๋ฉด ์ฐธ(0์ด ์๋๋๋ค)์ ๋ฐํํฉ๋๋ค. "
49
- "``isatty(fileno(fp))``\\ ๊ฐ ์ฐธ์ธ ํ์ผ์ ๊ฒฝ์ฐ์
๋๋ค. ์ ์ญ ํ๋๊ทธ "
50
- ":c:data:`Py_InteractiveFlag `\\ ๊ฐ ์ฐธ์ด๋ฉด , ์ด ํจ์๋ *filename* ํฌ์ธํฐ๊ฐ ``NULL`` \\ ์ด๊ฑฐ๋ "
51
- "์ด๋ฆ์ด ๋ฌธ์์ด ``'<stdin>'``\\ ์ด๋ ``'???'`` ์ค ํ๋์ ๊ฐ์ ๋๋ ์ฐธ์ ๋ฐํํฉ๋๋ค."
48
+ "``isatty(fileno(fp))``\\ ๊ฐ ์ฐธ์ธ ํ์ผ์ ๊ฒฝ์ฐ์
๋๋ค. "
49
+ ":c:member:`PyConfig.interactive `\\ ๊ฐ 0์ด ์๋๋ฉด , ์ด ํจ์๋ *filename* ํฌ์ธํฐ๊ฐ "
50
+ "``NULL`` \\ ์ด๊ฑฐ๋ ์ด๋ฆ์ด ๋ฌธ์์ด ``'<stdin>'``\\ ์ด๋ ``'???'`` ์ค ํ๋์ ๊ฐ์ ๋๋ ์ฐธ์ ๋ฐํํฉ๋๋ค."
52
51
53
52
#: ../../c-api/sys.rst:30
54
53
msgid "This function must not be called before Python is initialized."
@@ -144,41 +143,36 @@ msgid "This function is superseded by :c:func:`PyOS_AfterFork_Child()`."
144
143
msgstr "์ด ํจ์๋ :c:func:`PyOS_AfterFork_Child()`\\ ๋ก ๋์ฒด๋์์ต๋๋ค."
145
144
146
145
#: ../../c-api/sys.rst:103
147
- #, fuzzy
148
146
msgid ""
149
147
"Return true when the interpreter runs out of stack space. This is a "
150
148
"reliable check, but is only available when :c:macro:`!USE_STACKCHECK` is "
151
149
"defined (currently on certain versions of Windows using the Microsoft "
152
150
"Visual C++ compiler). :c:macro:`!USE_STACKCHECK` will be defined "
153
151
"automatically; you should never change the definition in your own code."
154
152
msgstr ""
155
- "์ธํฐํ๋ฆฌํฐ์ ์คํ ๊ณต๊ฐ์ด ๋ถ์กฑํ๋ฉด ์ฐธ์ ๋ฐํํฉ๋๋ค. ์ด๊ฒ์ ์ ๋ขฐ์ฑ ์๋ ํ์ธ์ด์ง๋ง, :const:`USE_STACKCHECK`\\ ์ด"
156
- " ์ ์๋์ด ์์ ๋๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค (ํ์ฌ ๋ง์ดํฌ๋ก์ํํธ Visual C++ ์ปดํ์ผ๋ฌ๋ฅผ ์ฌ์ฉํ๋ ์๋์ฐ์์). "
157
- ":const:`USE_STACKCHECK`\\ ์ ์๋์ผ๋ก ์ ์๋ฉ๋๋ค; ์ฌ๋ฌ๋ถ ์์ ์ ์ฝ๋์์ ์ ์๋ฅผ ๋ณ๊ฒฝํด์๋ ์ ๋ฉ๋๋ค."
153
+ "์ธํฐํ๋ฆฌํฐ์ ์คํ ๊ณต๊ฐ์ด ๋ถ์กฑํ๋ฉด ์ฐธ์ ๋ฐํํฉ๋๋ค. ์ด๊ฒ์ ์ ๋ขฐ์ฑ ์๋ ํ์ธ์ด์ง๋ง, "
154
+ ":c:macro:`!USE_STACKCHECK`\\ ์ด ์ ์๋์ด ์์ ๋๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค (ํ์ฌ ๋ง์ดํฌ๋ก์ํํธ Visual "
155
+ "C++ ์ปดํ์ผ๋ฌ๋ฅผ ์ฌ์ฉํ๋ ํน์ ๋ฒ์ ์ ์๋์ฐ์์). :c:macro:`!USE_STACKCHECK`\\ ์ ์๋์ผ๋ก ์ ์๋ฉ๋๋ค; "
156
+ "์ฌ๋ฌ๋ถ ์์ ์ ์ฝ๋์์ ์ ์๋ฅผ ๋ณ๊ฒฝํด์๋ ์ ๋ฉ๋๋ค."
158
157
159
158
#: ../../c-api/sys.rst:115
160
- #, fuzzy
161
159
msgid ""
162
160
"Return the current signal handler for signal *i*. This is a thin wrapper"
163
161
" around either :c:func:`!sigaction` or :c:func:`!signal`. Do not call "
164
162
"those functions directly!"
165
163
msgstr ""
166
- "์๊ทธ๋ *i*\\ ์ ๋ํ ํ์ฌ ์๊ทธ๋ ์ฒ๋ฆฌ๊ธฐ๋ฅผ ๋ฐํํฉ๋๋ค. ์ด๊ฒ์ :c:func:`sigaction`\\ ์ด๋ "
167
- ":c:func:`signal`\\ ์ ๊ฐ์ธ๋ ์์ ๋ํผ์
๋๋ค. ๊ทธ ํจ์๋ค์ ์ง์ ํธ์ถํ์ง ๋ง์ญ์์ค! "
168
- ":c:type:`PyOS_sighandler_t`\\ ๋ :c:type:`void (\\ *)(int)`\\ ์ typedef "
169
- "๋ณ์นญ์
๋๋ค."
164
+ "์๊ทธ๋ *i*\\ ์ ๋ํ ํ์ฌ ์๊ทธ๋ ์ฒ๋ฆฌ๊ธฐ๋ฅผ ๋ฐํํฉ๋๋ค. ์ด๊ฒ์ :c:func:`!sigaction`\\ ์ด๋ "
165
+ ":c:func:`!signal`\\ ์ ๊ฐ์ธ๋ ์์ ๋ํผ์
๋๋ค. ๊ทธ ํจ์๋ค์ ์ง์ ํธ์ถํ์ง ๋ง์ญ์์ค!"
170
166
171
167
#: ../../c-api/sys.rst:122
172
- #, fuzzy
173
168
msgid ""
174
169
"Set the signal handler for signal *i* to be *h*; return the old signal "
175
170
"handler. This is a thin wrapper around either :c:func:`!sigaction` or "
176
171
":c:func:`!signal`. Do not call those functions directly!"
177
172
msgstr ""
178
173
"์๊ทธ๋ *i*\\ ์ ์๊ทธ๋ ์ฒ๋ฆฌ๊ธฐ๋ฅผ *h*\\ ๋ก ์ค์ ํฉ๋๋ค; ์ด์ ์๊ทธ๋ ์ฒ๋ฆฌ๊ธฐ๋ฅผ ๋ฐํํฉ๋๋ค. ์ด๊ฒ์ "
179
- ":c:func:`sigaction`\\ ์ด๋ :c:func:`signal`\\ ์ ๊ฐ์ธ๋ ์์ ๋ํผ์
๋๋ค. ๊ทธ ํจ์๋ค์ ์ง์ ํธ์ถํ์ง "
180
- "๋ง์ญ์์ค! :c:type:`PyOS_sighandler_t`\\ ๋ :c:type:`void (\\ *)(int)`\\ ์ typedef"
181
- " ๋ณ์นญ์
๋๋ค."
174
+ ":c:func:`!sigaction`\\ ์ด๋ :c:func:`!signal`\\ ์ ๊ฐ์ธ๋ ์์ ๋ํผ์
๋๋ค. ๊ทธ ํจ์๋ค์ ์ง์ "
175
+ "ํธ์ถํ์ง ๋ง์ญ์์ค!"
182
176
183
177
#: ../../c-api/sys.rst:129
184
178
msgid ""
@@ -195,7 +189,6 @@ msgid ""
195
189
msgstr ""
196
190
197
191
#: ../../c-api/sys.rst:137
198
- #, fuzzy
199
192
msgid ""
200
193
"Decode a byte string from the :term:`filesystem encoding and error "
201
194
"handler`. If the error handler is :ref:`surrogateescape error handler "
@@ -204,9 +197,10 @@ msgid ""
204
197
"character, the bytes are escaped using the surrogateescape error handler "
205
198
"instead of decoding them."
206
199
msgstr ""
207
- ":ref:`surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ <surrogateescape>`\\ ๋ฅผ ์ฌ์ฉํ์ฌ ๋ก์ผ์ผ ์ธ์ฝ๋ฉ์์ ๋ฐ์ดํธ์ด์ "
208
- "๋์ฝ๋ฉํฉ๋๋ค: ๋์ฝ๋ฉํ ์ ์๋ ๋ฐ์ดํธ์ด์ U+DC80..U+DCFF ๋ฒ์์ ๋ฌธ์๋ก ๋์ฝ๋ฉ๋ฉ๋๋ค. ๋ฐ์ดํธ ์ํ์ค๋ฅผ ์๋ก๊ฒ์ดํธ ๋ฌธ์๋ก"
209
- " ๋์ฝ๋ฉ ํ ์ ์์ผ๋ฉด, ์ด๋ค์ ๋์ฝ๋ฉํ๋ ๋์ surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ๋ฅผ ์ฌ์ฉํ์ฌ ๋ฐ์ดํธ์ด๋ฅผ ์ด์ค์ผ์ดํ ํฉ๋๋ค."
200
+ ":term:`ํ์ผ์์คํ
์ธ์ฝ๋ฉ๊ณผ ์๋ฌ ์ฒ๋ฆฌ๊ธฐ <filesystem encoding and error handler>`\\ ๋ก "
201
+ "๋ฐ์ดํธ์ด์ ๋์ฝ๋ฉํฉ๋๋ค. ์๋ฌ ์ฒ๋ฆฌ๊ธฐ๊ฐ :ref:`surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ <surrogateescape>`\\ ๋ฉด,"
202
+ " ๋์ฝ๋ฉํ ์ ์๋ ๋ฐ์ดํธ์ด์ U+DC80..U+DCFF ๋ฒ์์ ๋ฌธ์๋ก ๋์ฝ๋ฉ๋ฉ๋๋ค; ๊ทธ๋ฆฌ๊ณ , ๋ฐ์ดํธ ์ํ์ค๋ฅผ ์๋ก๊ฒ์ดํธ ๋ฌธ์๋ก "
203
+ "๋์ฝ๋ฉ ํ ์ ์์ผ๋ฉด, ์ด๋ค์ ๋์ฝ๋ฉํ๋ ๋์ surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ๋ฅผ ์ฌ์ฉํ์ฌ ๋ฐ์ดํธ์ด๋ฅผ ์ด์ค์ผ์ดํ ํฉ๋๋ค."
210
204
211
205
#: ../../c-api/sys.rst:144
212
206
msgid ""
@@ -257,42 +251,38 @@ msgstr ""
257
251
":c:func:`PyUnicode_DecodeLocaleAndSize` ํจ์."
258
252
259
253
#: ../../c-api/sys.rst:169 ../../c-api/sys.rst:211
260
- #, fuzzy
261
254
msgid ""
262
255
"The function now uses the UTF-8 encoding in the :ref:`Python UTF-8 Mode "
263
256
"<utf8-mode>`."
264
- msgstr "์ด ํจ์๋ ํ์ด์ฌ UTF-8 ๋ชจ๋์์ UTF-8 ์ธ์ฝ๋ฉ์ ์ฌ์ฉํฉ๋๋ค."
257
+ msgstr "์ด ํจ์๋ ์ด์ :ref:` ํ์ด์ฌ UTF-8 ๋ชจ๋ <utf8-mode>` \\ ์์ UTF-8 ์ธ์ฝ๋ฉ์ ์ฌ์ฉํฉ๋๋ค."
265
258
266
259
#: ../../c-api/sys.rst:173
267
- #, fuzzy
268
260
msgid ""
269
261
"The function now uses the UTF-8 encoding on Windows if "
270
262
":c:member:`PyPreConfig.legacy_windows_fs_encoding` is zero;"
271
263
msgstr ""
272
- "์ด ํจ์๋ ์ด์ ์๋์ฐ์์ :c:data:`Py_LegacyWindowsFSEncodingFlag `\\ ๊ฐ 0์ด๋ฉด UTF-8 ์ธ์ฝ๋ฉ์ "
273
- " ์ฌ์ฉํฉ๋๋ค;"
264
+ "์ด ํจ์๋ ์ด์ ์๋์ฐ์์ :c:member:`PyPreConfig.legacy_windows_fs_encoding `\\ ๊ฐ 0์ด๋ฉด "
265
+ "UTF-8 ์ธ์ฝ๋ฉ์ ์ฌ์ฉํฉ๋๋ค;"
274
266
275
267
#: ../../c-api/sys.rst:180
276
- #, fuzzy
277
268
msgid ""
278
269
"Encode a wide character string to the :term:`filesystem encoding and "
279
270
"error handler`. If the error handler is :ref:`surrogateescape error "
280
271
"handler <surrogateescape>`, surrogate characters in the range "
281
272
"U+DC80..U+DCFF are converted to bytes 0x80..0xFF."
282
273
msgstr ""
283
- ":ref:`surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ <surrogateescape>` \\ ๋ฅผ ์ฌ์ฉํ์ฌ ์์ด๋ ๋ฌธ์(wide "
284
- "character) ๋ฌธ์์ด์ ๋ก์ผ์ผ ์ธ์ฝ๋ฉ์ผ๋ก ์ธ์ฝ๋ฉํฉ๋๋ค: U+DC80..U+DCFF ๋ฒ์์ ์๋ก๊ฒ์ดํธ ๋ฌธ์๋ ๋ฐ์ดํธ "
285
- "0x80..0xFF๋ก ๋ณํ๋ฉ๋๋ค."
274
+ "์์ด๋ ๋ฌธ์(wide character) ๋ฌธ์์ด์ :term:`ํ์ผ์์คํ
์ธ์ฝ๋ฉ๊ณผ ์๋ฌ ์ฒ๋ฆฌ๊ธฐ <filesystem encoding "
275
+ " and error handler>` \\ ๋ก ์ธ์ฝ๋ฉํฉ๋๋ค. ์๋ฌ ์ฒ๋ฆฌ๊ธฐ๊ฐ :ref:`surrogateescape ์๋ฌ ์ฒ๋ฆฌ๊ธฐ "
276
+ "<surrogateescape>` \\ ๋ฉด U+DC80..U+DCFF ๋ฒ์์ ์๋ก๊ฒ์ดํธ ๋ฌธ์๋ ๋ฐ์ดํธ 0x80..0xFF๋ก ๋ณํ๋ฉ๋๋ค."
286
277
287
278
#: ../../c-api/sys.rst:185
288
- #, fuzzy
289
279
msgid ""
290
280
"Return a pointer to a newly allocated byte string, use "
291
281
":c:func:`PyMem_Free` to free the memory. Return ``NULL`` on encoding "
292
282
"error or memory allocation error."
293
283
msgstr ""
294
284
"์๋ก ํ ๋น๋ ๋ฐ์ดํธ์ด์ ๋ํ ํฌ์ธํฐ๋ฅผ ๋ฐํํฉ๋๋ค, ๋ฉ๋ชจ๋ฆฌ๋ฅผ ํด์ ํ๋ ค๋ฉด :c:func:`PyMem_Free`\\ ๋ฅผ ์ฌ์ฉํ์ญ์์ค. "
295
- "์ธ์ฝ๋ฉ ์๋ฌ๋ ๋ฉ๋ชจ๋ฆฌ ํ ๋น ์๋ฌ ์ ``NULL``\\ ์ ๋ฐํํฉ๋๋ค"
285
+ "์ธ์ฝ๋ฉ ์๋ฌ๋ ๋ฉ๋ชจ๋ฆฌ ํ ๋น ์๋ฌ ์ ``NULL``\\ ์ ๋ฐํํฉ๋๋ค. "
296
286
297
287
#: ../../c-api/sys.rst:189
298
288
msgid ""
@@ -317,13 +307,12 @@ msgstr ""
317
307
"ํจ์."
318
308
319
309
#: ../../c-api/sys.rst:215
320
- #, fuzzy
321
310
msgid ""
322
311
"The function now uses the UTF-8 encoding on Windows if "
323
312
":c:member:`PyPreConfig.legacy_windows_fs_encoding` is zero."
324
313
msgstr ""
325
- "์ด ํจ์๋ ์ด์ ์๋์ฐ์์ :c:data:`Py_LegacyWindowsFSEncodingFlag `\\ ๊ฐ 0์ด๋ฉด UTF-8 ์ธ์ฝ๋ฉ์ "
326
- " ์ฌ์ฉํฉ๋๋ค; "
314
+ "์ด ํจ์๋ ์ด์ ์๋์ฐ์์ :c:member:`PyPreConfig.legacy_windows_fs_encoding `\\ ์ด 0์ด๋ฉด "
315
+ "UTF-8 ์ธ์ฝ๋ฉ์ ์ฌ์ฉํฉ๋๋ค. "
327
316
328
317
#: ../../c-api/sys.rst:223
329
318
msgid "System Functions"
@@ -445,7 +434,6 @@ msgid "The *event* string argument must not be *NULL*."
445
434
msgstr ""
446
435
447
436
#: ../../c-api/sys.rst:300
448
- #, fuzzy
449
437
msgid ""
450
438
"If any hooks have been added, *format* and other arguments will be used "
451
439
"to construct a tuple to pass. Apart from ``N``, the same format "
@@ -454,25 +442,25 @@ msgid ""
454
442
msgstr ""
455
443
"ํ
์ด ์ถ๊ฐ๋์์ผ๋ฉด, *format*\\ ๊ณผ ๊ธฐํ ์ธ์๋ฅผ ์ฌ์ฉํ์ฌ ์ ๋ฌํ ํํ์ ๊ตฌ์ฑํฉ๋๋ค. ``N`` ์ธ์๋, "
456
444
":c:func:`Py_BuildValue`\\ ์์ ์ฌ์ฉ๋ ๊ฒ๊ณผ ๊ฐ์ ํฌ๋งท ๋ฌธ์๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋น๋๋ ๊ฐ์ด ํํ์ด ์๋๋ฉด, "
457
- "๋จ์ผ ์์ ํํ์ ์ถ๊ฐ๋ฉ๋๋ค. (``N`` ํฌ๋งท ์ต์
์ ์ฐธ์กฐ๋ฅผ ์๋นํ์ง๋ง, ์ด ํจ์์ ๋ํ ์ธ์๊ฐ ์๋น๋ ์ง๋ฅผ ์ ๋ฐฉ๋ฒ์ด ์๊ธฐ "
458
- "๋๋ฌธ์, ์ฌ์ฉํ๋ฉด ์ฐธ์กฐ ๋์๊ฐ ๋ฐ์ํ ์ ์์ต๋๋ค.)"
445
+ "๋จ์ผ ์์ ํํ์ ์ถ๊ฐ๋ฉ๋๋ค."
459
446
460
447
#: ../../c-api/sys.rst:305
461
448
msgid ""
462
449
"The ``N`` format option must not be used. It consumes a reference, but "
463
450
"since there is no way to know whether arguments to this function will be "
464
451
"consumed, using it may cause reference leaks."
465
452
msgstr ""
453
+ "``N`` ํฌ๋งท ์ต์
์ ์ฌ์ฉํ์ง ์์์ผ ํฉ๋๋ค. ์ฐธ์กฐ๋ฅผ ์๋นํ์ง๋ง, ์ด ํจ์์ ๋ํ ์ธ์๊ฐ ์๋น๋ ์ง๋ฅผ ์ ๋ฐฉ๋ฒ์ด ์๊ธฐ ๋๋ฌธ์, "
454
+ "์ฌ์ฉํ๋ฉด ์ฐธ์กฐ ๋์๊ฐ ๋ฐ์ํ ์ ์์ต๋๋ค."
466
455
467
456
#: ../../c-api/sys.rst:309
468
- #, fuzzy
469
457
msgid ""
470
458
"Note that ``#`` format characters should always be treated as "
471
459
":c:type:`Py_ssize_t`, regardless of whether ``PY_SSIZE_T_CLEAN`` was "
472
460
"defined."
473
461
msgstr ""
474
- "``PY_SSIZE_T_CLEAN``\\ ์ด ์ ์๋์๋์ง์ ๊ด๊ณ์์ด, ``#`` ํฌ๋งท ๋ฌธ์๋ ํญ์ ``Py_ssize_t`` \\ ๋ก "
475
- "์ฒ๋ฆฌ๋์ด์ผ ํฉ๋๋ค."
462
+ "``PY_SSIZE_T_CLEAN``\\ ์ด ์ ์๋์๋์ง์ ๊ด๊ณ์์ด, ``#`` ํฌ๋งท ๋ฌธ์๋ ํญ์ "
463
+ ":c:type:`Py_ssize_t` \\ ๋ก ์ฒ๋ฆฌ๋์ด์ผ ํฉ๋๋ค."
476
464
477
465
#: ../../c-api/sys.rst:312
478
466
msgid ":func:`sys.audit` performs the same function from Python code."
@@ -483,11 +471,12 @@ msgid "See also :c:func:`PySys_AuditTuple`."
483
471
msgstr ""
484
472
485
473
#: ../../c-api/sys.rst:320
486
- #, fuzzy
487
474
msgid ""
488
475
"Require :c:type:`Py_ssize_t` for ``#`` format characters. Previously, an "
489
476
"unavoidable deprecation warning was raised."
490
- msgstr "``#`` ํฌ๋งท ๋ฌธ์์ ๋ํด ``Py_ssize_t``\\ ๋ฅผ ์๊ตฌํฉ๋๋ค. ์ด์ ์๋, ํผํ ์ ์๋ ํ์ง ๊ฒฝ๊ณ ๊ฐ ๋ฐ์ํ์ต๋๋ค."
477
+ msgstr ""
478
+ "``#`` ํฌ๋งท ๋ฌธ์์ ๋ํด :c:type:`Py_ssize_t`\\ ๋ฅผ ์๊ตฌํฉ๋๋ค. ์ด์ ์๋, ํผํ ์ ์๋ ํ์ง ๊ฒฝ๊ณ ๊ฐ "
479
+ "๋ฐ์ํ์ต๋๋ค."
491
480
492
481
#: ../../c-api/sys.rst:326
493
482
msgid ""
@@ -497,7 +486,6 @@ msgid ""
497
486
msgstr ""
498
487
499
488
#: ../../c-api/sys.rst:334
500
- #, fuzzy
501
489
msgid ""
502
490
"Append the callable *hook* to the list of active auditing hooks. Return "
503
491
"zero on success and non-zero on failure. If the runtime has been "
@@ -544,7 +532,6 @@ msgstr ""
544
532
":ref:`๊ฐ์ฌ ์ด๋ฒคํธ ํ <audit-events>`\\ ์ ๋์ด๋์ด ์์ต๋๋ค. ์์ธํ ๋ด์ฉ์ ๊ฐ ํจ์ ์ค๋ช
์์ ์์ต๋๋ค."
545
533
546
534
#: ../../c-api/sys.rst:357 ../../c-api/sys.rst:359
547
- #, fuzzy
548
535
msgid ""
549
536
"If the interpreter is initialized, this function raises an auditing event"
550
537
" ``sys.addaudithook`` with no arguments. If any existing hooks raise an "
@@ -569,7 +556,6 @@ msgid "Process Control"
569
556
msgstr "ํ๋ก์ธ์ค ์ ์ด"
570
557
571
558
#: ../../c-api/sys.rst:387
572
- #, fuzzy
573
559
msgid ""
574
560
"Print a fatal error message and kill the process. No cleanup is "
575
561
"performed. This function should only be invoked when a condition is "
@@ -580,7 +566,7 @@ msgid ""
580
566
msgstr ""
581
567
"์น๋ช
์ ์ธ ์๋ฌ ๋ฉ์์ง๋ฅผ ์ธ์ํ๊ณ ํ๋ก์ธ์ค๋ฅผ ์ฃฝ์
๋๋ค. ์๋ฌด๋ฐ ์ ๋ฆฌ๋ ์ํ๋์ง ์์ต๋๋ค. ์ด ํจ์๋ ํ์ด์ฌ ์ธํฐํ๋ฆฌํฐ๋ฅผ ๊ณ์ ์ฌ์ฉํ๋"
582
568
" ๊ฒ์ด ์ํํ ์กฐ๊ฑด์ด ๊ฐ์ง๋์์ ๋๋ง ํธ์ถํด์ผ ํฉ๋๋ค; ์๋ฅผ ๋ค์ด, ๊ฐ์ฒด ๊ด๋ฆฌ๊ฐ ์์๋ ๊ฒ์ผ๋ก ๋ณด์ผ ๋. ์ ๋์ค์์๋, ํ์ค C "
583
- "๋ผ์ด๋ธ๋ฌ๋ฆฌ ํจ์ :c:func:`abort`\\ ๊ฐ ํธ์ถ๋์ด :file:`core` ํ์ผ์ ์์ฑํ๋ ค๊ณ ์๋ํฉ๋๋ค."
569
+ "๋ผ์ด๋ธ๋ฌ๋ฆฌ ํจ์ :c:func:`! abort`\\ ๊ฐ ํธ์ถ๋์ด :file:`core` ํ์ผ์ ์์ฑํ๋ ค๊ณ ์๋ํฉ๋๋ค."
584
570
585
571
#: ../../c-api/sys.rst:394
586
572
msgid ""
@@ -633,25 +619,23 @@ msgstr ""
633
619
634
620
#: ../../c-api/sys.rst:101
635
621
msgid "USE_STACKCHECK (C macro)"
636
- msgstr ""
622
+ msgstr "USE_STACKCHECK (C ๋งคํฌ๋ก) "
637
623
638
624
#: ../../c-api/sys.rst:385
639
625
msgid "abort (C function)"
640
- msgstr ""
626
+ msgstr "abort (C ํจ์) "
641
627
642
628
#: ../../c-api/sys.rst:404 ../../c-api/sys.rst:418
643
629
msgid "Py_FinalizeEx (C function)"
644
- msgstr ""
630
+ msgstr "Py_FinalizeEx (C ํจ์) "
645
631
646
632
#: ../../c-api/sys.rst:404
647
- #, fuzzy
648
633
msgid "exit (C function)"
649
- msgstr "์์คํ
ํจ์ "
634
+ msgstr "exit (C ํจ์) "
650
635
651
636
#: ../../c-api/sys.rst:418
652
- #, fuzzy
653
637
msgid "cleanup functions"
654
- msgstr "์์คํ
ํจ์"
638
+ msgstr "์ ๋ฆฌ ํจ์"
655
639
656
640
#~ msgid "Encoding, highest priority to lowest priority:"
657
641
#~ msgstr "์ธ์ฝ๋ฉ, ๊ฐ์ฅ ๋์ ์ฐ์ ์์์์ ๊ฐ์ฅ ๋ฎ์ ์ฐ์ ์์๋ก:"
0 commit comments