Skip to content

Commit 130517e

Browse files
committed
#1047 - remove fuzzy flags
1 parent 0e4c152 commit 130517e

File tree

1 file changed

+42
-58
lines changed

1 file changed

+42
-58
lines changed

โ€Žc-api/sys.po

Lines changed: 42 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ msgid "Operating System Utilities"
2121
msgstr "์šด์˜ ์ฒด์ œ ์œ ํ‹ธ๋ฆฌํ‹ฐ"
2222

2323
#: ../../c-api/sys.rst:11
24-
#, fuzzy
2524
msgid ""
2625
"Return the file system representation for *path*. If the object is a "
2726
":class:`str` or :class:`bytes` object, then a new :term:`strong "
@@ -31,12 +30,12 @@ msgid ""
3130
" is raised and ``NULL`` is returned."
3231
msgstr ""
3332
"*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+
" ๋ฐ˜ํ™˜๋ฉ๋‹ˆ๋‹ค."
3737

3838
#: ../../c-api/sys.rst:24
39-
#, fuzzy
4039
msgid ""
4140
"Return true (nonzero) if the standard I/O file *fp* with name *filename* "
4241
"is deemed interactive. This is the case for files for which "
@@ -46,9 +45,9 @@ msgid ""
4645
"``'???'``."
4746
msgstr ""
4847
"์ด๋ฆ„์ด *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>'``\\์ด๋‚˜ ``'???'`` ์ค‘ ํ•˜๋‚˜์™€ ๊ฐ™์„ ๋•Œ๋„ ์ฐธ์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
5251

5352
#: ../../c-api/sys.rst:30
5453
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()`."
144143
msgstr "์ด ํ•จ์ˆ˜๋Š” :c:func:`PyOS_AfterFork_Child()`\\๋กœ ๋Œ€์ฒด๋˜์—ˆ์Šต๋‹ˆ๋‹ค."
145144

146145
#: ../../c-api/sys.rst:103
147-
#, fuzzy
148146
msgid ""
149147
"Return true when the interpreter runs out of stack space. This is a "
150148
"reliable check, but is only available when :c:macro:`!USE_STACKCHECK` is "
151149
"defined (currently on certain versions of Windows using the Microsoft "
152150
"Visual C++ compiler). :c:macro:`!USE_STACKCHECK` will be defined "
153151
"automatically; you should never change the definition in your own code."
154152
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+
"์—ฌ๋Ÿฌ๋ถ„ ์ž์‹ ์˜ ์ฝ”๋“œ์—์„œ ์ •์˜๋ฅผ ๋ณ€๊ฒฝํ•ด์„œ๋Š” ์•ˆ ๋ฉ๋‹ˆ๋‹ค."
158157

159158
#: ../../c-api/sys.rst:115
160-
#, fuzzy
161159
msgid ""
162160
"Return the current signal handler for signal *i*. This is a thin wrapper"
163161
" around either :c:func:`!sigaction` or :c:func:`!signal`. Do not call "
164162
"those functions directly!"
165163
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`\\์„ ๊ฐ์‹ธ๋Š” ์–‡์€ ๋ž˜ํผ์ž…๋‹ˆ๋‹ค. ๊ทธ ํ•จ์ˆ˜๋“ค์„ ์ง์ ‘ ํ˜ธ์ถœํ•˜์ง€ ๋งˆ์‹ญ์‹œ์˜ค!"
170166

171167
#: ../../c-api/sys.rst:122
172-
#, fuzzy
173168
msgid ""
174169
"Set the signal handler for signal *i* to be *h*; return the old signal "
175170
"handler. This is a thin wrapper around either :c:func:`!sigaction` or "
176171
":c:func:`!signal`. Do not call those functions directly!"
177172
msgstr ""
178173
"์‹œ๊ทธ๋„ *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+
"ํ˜ธ์ถœํ•˜์ง€ ๋งˆ์‹ญ์‹œ์˜ค!"
182176

183177
#: ../../c-api/sys.rst:129
184178
msgid ""
@@ -195,7 +189,6 @@ msgid ""
195189
msgstr ""
196190

197191
#: ../../c-api/sys.rst:137
198-
#, fuzzy
199192
msgid ""
200193
"Decode a byte string from the :term:`filesystem encoding and error "
201194
"handler`. If the error handler is :ref:`surrogateescape error handler "
@@ -204,9 +197,10 @@ msgid ""
204197
"character, the bytes are escaped using the surrogateescape error handler "
205198
"instead of decoding them."
206199
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 ์—๋Ÿฌ ์ฒ˜๋ฆฌ๊ธฐ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋ฐ”์ดํŠธ์—ด๋ฅผ ์ด์Šค์ผ€์ดํ”„ ํ•ฉ๋‹ˆ๋‹ค."
210204

211205
#: ../../c-api/sys.rst:144
212206
msgid ""
@@ -257,42 +251,38 @@ msgstr ""
257251
":c:func:`PyUnicode_DecodeLocaleAndSize` ํ•จ์ˆ˜."
258252

259253
#: ../../c-api/sys.rst:169 ../../c-api/sys.rst:211
260-
#, fuzzy
261254
msgid ""
262255
"The function now uses the UTF-8 encoding in the :ref:`Python UTF-8 Mode "
263256
"<utf8-mode>`."
264-
msgstr "์ด ํ•จ์ˆ˜๋Š” ํŒŒ์ด์ฌ UTF-8 ๋ชจ๋“œ์—์„œ UTF-8 ์ธ์ฝ”๋”ฉ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค."
257+
msgstr "์ด ํ•จ์ˆ˜๋Š” ์ด์ œ :ref:`ํŒŒ์ด์ฌ UTF-8 ๋ชจ๋“œ <utf8-mode>`\\์—์„œ UTF-8 ์ธ์ฝ”๋”ฉ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค."
265258

266259
#: ../../c-api/sys.rst:173
267-
#, fuzzy
268260
msgid ""
269261
"The function now uses the UTF-8 encoding on Windows if "
270262
":c:member:`PyPreConfig.legacy_windows_fs_encoding` is zero;"
271263
msgstr ""
272-
"์ด ํ•จ์ˆ˜๋Š” ์ด์ œ ์œˆ๋„์šฐ์—์„œ :c:data:`Py_LegacyWindowsFSEncodingFlag`\\๊ฐ€ 0์ด๋ฉด UTF-8 ์ธ์ฝ”๋”ฉ์„"
273-
" ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค;"
264+
"์ด ํ•จ์ˆ˜๋Š” ์ด์ œ ์œˆ๋„์šฐ์—์„œ :c:member:`PyPreConfig.legacy_windows_fs_encoding`\\๊ฐ€ 0์ด๋ฉด "
265+
"UTF-8 ์ธ์ฝ”๋”ฉ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค;"
274266

275267
#: ../../c-api/sys.rst:180
276-
#, fuzzy
277268
msgid ""
278269
"Encode a wide character string to the :term:`filesystem encoding and "
279270
"error handler`. If the error handler is :ref:`surrogateescape error "
280271
"handler <surrogateescape>`, surrogate characters in the range "
281272
"U+DC80..U+DCFF are converted to bytes 0x80..0xFF."
282273
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๋กœ ๋ณ€ํ™˜๋ฉ๋‹ˆ๋‹ค."
286277

287278
#: ../../c-api/sys.rst:185
288-
#, fuzzy
289279
msgid ""
290280
"Return a pointer to a newly allocated byte string, use "
291281
":c:func:`PyMem_Free` to free the memory. Return ``NULL`` on encoding "
292282
"error or memory allocation error."
293283
msgstr ""
294284
"์ƒˆ๋กœ ํ• ๋‹น๋œ ๋ฐ”์ดํŠธ์—ด์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค, ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ํ•ด์ œํ•˜๋ ค๋ฉด :c:func:`PyMem_Free`\\๋ฅผ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์˜ค. "
295-
"์ธ์ฝ”๋”ฉ ์—๋Ÿฌ๋‚˜ ๋ฉ”๋ชจ๋ฆฌ ํ• ๋‹น ์—๋Ÿฌ ์‹œ ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค"
285+
"์ธ์ฝ”๋”ฉ ์—๋Ÿฌ๋‚˜ ๋ฉ”๋ชจ๋ฆฌ ํ• ๋‹น ์—๋Ÿฌ ์‹œ ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
296286

297287
#: ../../c-api/sys.rst:189
298288
msgid ""
@@ -317,13 +307,12 @@ msgstr ""
317307
"ํ•จ์ˆ˜."
318308

319309
#: ../../c-api/sys.rst:215
320-
#, fuzzy
321310
msgid ""
322311
"The function now uses the UTF-8 encoding on Windows if "
323312
":c:member:`PyPreConfig.legacy_windows_fs_encoding` is zero."
324313
msgstr ""
325-
"์ด ํ•จ์ˆ˜๋Š” ์ด์ œ ์œˆ๋„์šฐ์—์„œ :c:data:`Py_LegacyWindowsFSEncodingFlag`\\๊ฐ€ 0์ด๋ฉด UTF-8 ์ธ์ฝ”๋”ฉ์„"
326-
" ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค;"
314+
"์ด ํ•จ์ˆ˜๋Š” ์ด์ œ ์œˆ๋„์šฐ์—์„œ :c:member:`PyPreConfig.legacy_windows_fs_encoding`\\์ด 0์ด๋ฉด "
315+
"UTF-8 ์ธ์ฝ”๋”ฉ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค."
327316

328317
#: ../../c-api/sys.rst:223
329318
msgid "System Functions"
@@ -445,7 +434,6 @@ msgid "The *event* string argument must not be *NULL*."
445434
msgstr ""
446435

447436
#: ../../c-api/sys.rst:300
448-
#, fuzzy
449437
msgid ""
450438
"If any hooks have been added, *format* and other arguments will be used "
451439
"to construct a tuple to pass. Apart from ``N``, the same format "
@@ -454,25 +442,25 @@ msgid ""
454442
msgstr ""
455443
"ํ›…์ด ์ถ”๊ฐ€๋˜์—ˆ์œผ๋ฉด, *format*\\๊ณผ ๊ธฐํƒ€ ์ธ์ž๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ „๋‹ฌํ•  ํŠœํ”Œ์„ ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค. ``N`` ์™ธ์—๋„, "
456444
":c:func:`Py_BuildValue`\\์—์„œ ์‚ฌ์šฉ๋œ ๊ฒƒ๊ณผ ๊ฐ™์€ ํฌ๋งท ๋ฌธ์ž๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๋นŒ๋“œ๋œ ๊ฐ’์ด ํŠœํ”Œ์ด ์•„๋‹ˆ๋ฉด, "
457-
"๋‹จ์ผ ์š”์†Œ ํŠœํ”Œ์— ์ถ”๊ฐ€๋ฉ๋‹ˆ๋‹ค. (``N`` ํฌ๋งท ์˜ต์…˜์€ ์ฐธ์กฐ๋ฅผ ์†Œ๋น„ํ•˜์ง€๋งŒ, ์ด ํ•จ์ˆ˜์— ๋Œ€ํ•œ ์ธ์ž๊ฐ€ ์†Œ๋น„๋ ์ง€๋ฅผ ์•Œ ๋ฐฉ๋ฒ•์ด ์—†๊ธฐ "
458-
"๋•Œ๋ฌธ์—, ์‚ฌ์šฉํ•˜๋ฉด ์ฐธ์กฐ ๋ˆ„์ˆ˜๊ฐ€ ๋ฐœ์ƒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.)"
445+
"๋‹จ์ผ ์š”์†Œ ํŠœํ”Œ์— ์ถ”๊ฐ€๋ฉ๋‹ˆ๋‹ค."
459446

460447
#: ../../c-api/sys.rst:305
461448
msgid ""
462449
"The ``N`` format option must not be used. It consumes a reference, but "
463450
"since there is no way to know whether arguments to this function will be "
464451
"consumed, using it may cause reference leaks."
465452
msgstr ""
453+
"``N`` ํฌ๋งท ์˜ต์…˜์€ ์‚ฌ์šฉํ•˜์ง€ ์•Š์•„์•ผ ํ•ฉ๋‹ˆ๋‹ค. ์ฐธ์กฐ๋ฅผ ์†Œ๋น„ํ•˜์ง€๋งŒ, ์ด ํ•จ์ˆ˜์— ๋Œ€ํ•œ ์ธ์ž๊ฐ€ ์†Œ๋น„๋ ์ง€๋ฅผ ์•Œ ๋ฐฉ๋ฒ•์ด ์—†๊ธฐ ๋•Œ๋ฌธ์—, "
454+
"์‚ฌ์šฉํ•˜๋ฉด ์ฐธ์กฐ ๋ˆ„์ˆ˜๊ฐ€ ๋ฐœ์ƒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค."
466455

467456
#: ../../c-api/sys.rst:309
468-
#, fuzzy
469457
msgid ""
470458
"Note that ``#`` format characters should always be treated as "
471459
":c:type:`Py_ssize_t`, regardless of whether ``PY_SSIZE_T_CLEAN`` was "
472460
"defined."
473461
msgstr ""
474-
"``PY_SSIZE_T_CLEAN``\\์ด ์ •์˜๋˜์—ˆ๋Š”์ง€์™€ ๊ด€๊ณ„์—†์ด, ``#`` ํฌ๋งท ๋ฌธ์ž๋Š” ํ•ญ์ƒ ``Py_ssize_t``\\๋กœ "
475-
"์ฒ˜๋ฆฌ๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค."
462+
"``PY_SSIZE_T_CLEAN``\\์ด ์ •์˜๋˜์—ˆ๋Š”์ง€์™€ ๊ด€๊ณ„์—†์ด, ``#`` ํฌ๋งท ๋ฌธ์ž๋Š” ํ•ญ์ƒ "
463+
":c:type:`Py_ssize_t`\\๋กœ ์ฒ˜๋ฆฌ๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค."
476464

477465
#: ../../c-api/sys.rst:312
478466
msgid ":func:`sys.audit` performs the same function from Python code."
@@ -483,11 +471,12 @@ msgid "See also :c:func:`PySys_AuditTuple`."
483471
msgstr ""
484472

485473
#: ../../c-api/sys.rst:320
486-
#, fuzzy
487474
msgid ""
488475
"Require :c:type:`Py_ssize_t` for ``#`` format characters. Previously, an "
489476
"unavoidable deprecation warning was raised."
490-
msgstr "``#`` ํฌ๋งท ๋ฌธ์ž์— ๋Œ€ํ•ด ``Py_ssize_t``\\๋ฅผ ์š”๊ตฌํ•ฉ๋‹ˆ๋‹ค. ์ด์ „์—๋Š”, ํ”ผํ•  ์ˆ˜ ์—†๋Š” ํ์ง€ ๊ฒฝ๊ณ ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค."
477+
msgstr ""
478+
"``#`` ํฌ๋งท ๋ฌธ์ž์— ๋Œ€ํ•ด :c:type:`Py_ssize_t`\\๋ฅผ ์š”๊ตฌํ•ฉ๋‹ˆ๋‹ค. ์ด์ „์—๋Š”, ํ”ผํ•  ์ˆ˜ ์—†๋Š” ํ์ง€ ๊ฒฝ๊ณ ๊ฐ€ "
479+
"๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค."
491480

492481
#: ../../c-api/sys.rst:326
493482
msgid ""
@@ -497,7 +486,6 @@ msgid ""
497486
msgstr ""
498487

499488
#: ../../c-api/sys.rst:334
500-
#, fuzzy
501489
msgid ""
502490
"Append the callable *hook* to the list of active auditing hooks. Return "
503491
"zero on success and non-zero on failure. If the runtime has been "
@@ -544,7 +532,6 @@ msgstr ""
544532
":ref:`๊ฐ์‚ฌ ์ด๋ฒคํŠธ ํ‘œ <audit-events>`\\์— ๋‚˜์—ด๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค. ์ž์„ธํ•œ ๋‚ด์šฉ์€ ๊ฐ ํ•จ์ˆ˜ ์„ค๋ช…์„œ์— ์žˆ์Šต๋‹ˆ๋‹ค."
545533

546534
#: ../../c-api/sys.rst:357 ../../c-api/sys.rst:359
547-
#, fuzzy
548535
msgid ""
549536
"If the interpreter is initialized, this function raises an auditing event"
550537
" ``sys.addaudithook`` with no arguments. If any existing hooks raise an "
@@ -569,7 +556,6 @@ msgid "Process Control"
569556
msgstr "ํ”„๋กœ์„ธ์Šค ์ œ์–ด"
570557

571558
#: ../../c-api/sys.rst:387
572-
#, fuzzy
573559
msgid ""
574560
"Print a fatal error message and kill the process. No cleanup is "
575561
"performed. This function should only be invoked when a condition is "
@@ -580,7 +566,7 @@ msgid ""
580566
msgstr ""
581567
"์น˜๋ช…์ ์ธ ์—๋Ÿฌ ๋ฉ”์‹œ์ง€๋ฅผ ์ธ์‡„ํ•˜๊ณ  ํ”„๋กœ์„ธ์Šค๋ฅผ ์ฃฝ์ž…๋‹ˆ๋‹ค. ์•„๋ฌด๋Ÿฐ ์ •๋ฆฌ๋„ ์ˆ˜ํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์ด ํ•จ์ˆ˜๋Š” ํŒŒ์ด์ฌ ์ธํ„ฐํ”„๋ฆฌํ„ฐ๋ฅผ ๊ณ„์† ์‚ฌ์šฉํ•˜๋Š”"
582568
" ๊ฒƒ์ด ์œ„ํ—˜ํ•œ ์กฐ๊ฑด์ด ๊ฐ์ง€๋˜์—ˆ์„ ๋•Œ๋งŒ ํ˜ธ์ถœํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค; ์˜ˆ๋ฅผ ๋“ค์–ด, ๊ฐ์ฒด ๊ด€๋ฆฌ๊ฐ€ ์†์ƒ๋œ ๊ฒƒ์œผ๋กœ ๋ณด์ผ ๋•Œ. ์œ ๋‹‰์Šค์—์„œ๋Š”, ํ‘œ์ค€ C "
583-
"๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ•จ์ˆ˜ :c:func:`abort`\\๊ฐ€ ํ˜ธ์ถœ๋˜์–ด :file:`core` ํŒŒ์ผ์„ ์ƒ์„ฑํ•˜๋ ค๊ณ  ์‹œ๋„ํ•ฉ๋‹ˆ๋‹ค."
569+
"๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ•จ์ˆ˜ :c:func:`!abort`\\๊ฐ€ ํ˜ธ์ถœ๋˜์–ด :file:`core` ํŒŒ์ผ์„ ์ƒ์„ฑํ•˜๋ ค๊ณ  ์‹œ๋„ํ•ฉ๋‹ˆ๋‹ค."
584570

585571
#: ../../c-api/sys.rst:394
586572
msgid ""
@@ -633,25 +619,23 @@ msgstr ""
633619

634620
#: ../../c-api/sys.rst:101
635621
msgid "USE_STACKCHECK (C macro)"
636-
msgstr ""
622+
msgstr "USE_STACKCHECK (C ๋งคํฌ๋กœ)"
637623

638624
#: ../../c-api/sys.rst:385
639625
msgid "abort (C function)"
640-
msgstr ""
626+
msgstr "abort (C ํ•จ์ˆ˜)"
641627

642628
#: ../../c-api/sys.rst:404 ../../c-api/sys.rst:418
643629
msgid "Py_FinalizeEx (C function)"
644-
msgstr ""
630+
msgstr "Py_FinalizeEx (C ํ•จ์ˆ˜)"
645631

646632
#: ../../c-api/sys.rst:404
647-
#, fuzzy
648633
msgid "exit (C function)"
649-
msgstr "์‹œ์Šคํ…œ ํ•จ์ˆ˜"
634+
msgstr "exit (C ํ•จ์ˆ˜)"
650635

651636
#: ../../c-api/sys.rst:418
652-
#, fuzzy
653637
msgid "cleanup functions"
654-
msgstr "์‹œ์Šคํ…œ ํ•จ์ˆ˜"
638+
msgstr "์ •๋ฆฌ ํ•จ์ˆ˜"
655639

656640
#~ msgid "Encoding, highest priority to lowest priority:"
657641
#~ msgstr "์ธ์ฝ”๋”ฉ, ๊ฐ€์žฅ ๋†’์€ ์šฐ์„ ์ˆœ์œ„์—์„œ ๊ฐ€์žฅ ๋‚ฎ์€ ์šฐ์„ ์ˆœ์œ„๋กœ:"

0 commit comments

Comments
ย (0)