Skip to content

Commit 653264c

Browse files
committed
#1046 - remove fuzzy flags
1 parent 1c09390 commit 653264c

File tree

1 file changed

+33
-93
lines changed

1 file changed

+33
-93
lines changed

โ€Žc-api/tuple.poโ€Ž

Lines changed: 33 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -45,45 +45,40 @@ msgid ""
4545
msgstr "*p*\\๊ฐ€ ํŠœํ”Œ ๊ฐ์ฒด์ด์ง€๋งŒ, ํŠœํ”Œ ํ˜•์˜ ์„œ๋ธŒ ํ˜•์˜ ์ธ์Šคํ„ด์Šค๋Š” ์•„๋‹ˆ๋ฉด ์ฐธ์„ ๋Œ๋ ค์ค๋‹ˆ๋‹ค. ์ด ํ•จ์ˆ˜๋Š” ํ•ญ์ƒ ์„ฑ๊ณตํ•ฉ๋‹ˆ๋‹ค."
4646

4747
#: ../../c-api/tuple.rst:36
48-
#, fuzzy
4948
msgid ""
5049
"Return a new tuple object of size *len*, or ``NULL`` with an exception "
5150
"set on failure."
52-
msgstr "ํฌ๊ธฐ *len* ์ธ ํŠœํ”Œ ๊ฐ์ฒด๋‚˜, ์‹คํŒจ ์‹œ ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
51+
msgstr "ํฌ๊ธฐ *len* ์ธ ํŠœํ”Œ ๊ฐ์ฒด๋‚˜, ์‹คํŒจ ์‹œ ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•˜๊ณ  ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
5352

5453
#: ../../c-api/tuple.rst:42
55-
#, fuzzy
5654
msgid ""
5755
"Return a new tuple object of size *n*, or ``NULL`` with an exception set "
5856
"on failure. The tuple values are initialized to the subsequent *n* C "
5957
"arguments pointing to Python objects. ``PyTuple_Pack(2, a, b)`` is "
6058
"equivalent to ``Py_BuildValue(\"(OO)\", a, b)``."
6159
msgstr ""
62-
"ํฌ๊ธฐ *n* ์ธ ์ƒˆ ํŠœํ”Œ ๊ฐ์ฒด๋‚˜, ์‹คํŒจ ์‹œ ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ํŠœํ”Œ ๊ฐ’์€ ํŒŒ์ด์ฌ ๊ฐ์ฒด๋ฅผ ๊ฐ€๋ฆฌํ‚ค๋Š” ํ›„์† *n* ๊ฐœ์˜ C"
63-
" ์ธ์ž๋กœ ์ดˆ๊ธฐํ™”๋ฉ๋‹ˆ๋‹ค. ``PyTuple_Pack(2, a, b)``\\๋Š” ``Py_BuildValue(\"(OO)\", a, "
64-
"b)``\\์™€ ๋™๋“ฑํ•ฉ๋‹ˆ๋‹ค."
60+
"ํฌ๊ธฐ *n* ์ธ ์ƒˆ ํŠœํ”Œ ๊ฐ์ฒด๋‚˜, ์‹คํŒจ ์‹œ ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•˜๊ณ  ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ํŠœํ”Œ ๊ฐ’์€ ํŒŒ์ด์ฌ ๊ฐ์ฒด๋ฅผ ๊ฐ€๋ฆฌํ‚ค๋Š” ํ›„์†"
61+
" *n* ๊ฐœ์˜ C ์ธ์ž๋กœ ์ดˆ๊ธฐํ™”๋ฉ๋‹ˆ๋‹ค. ``PyTuple_Pack(2, a, b)``\\๋Š” "
62+
"``Py_BuildValue(\"(OO)\", a, b)``\\์™€ ๋™๋“ฑํ•ฉ๋‹ˆ๋‹ค."
6563

6664
#: ../../c-api/tuple.rst:50
67-
#, fuzzy
6865
msgid ""
6966
"Take a pointer to a tuple object, and return the size of that tuple. On "
7067
"error, return ``-1`` and with an exception set."
71-
msgstr "ํŠœํ”Œ ๊ฐ์ฒด์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ๋ฅผ ๋ฐ›์•„์„œ, ํ•ด๋‹น ํŠœํ”Œ์˜ ํฌ๊ธฐ๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
68+
msgstr "ํŠœํ”Œ ๊ฐ์ฒด์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ๋ฅผ ๋ฐ›์•„์„œ, ํ•ด๋‹น ํŠœํ”Œ์˜ ํฌ๊ธฐ๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ์—๋Ÿฌ๊ฐ€ ๋ฐœ์ƒํ•˜๋ฉด, ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•˜๊ณ  ``-1``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
7269

7370
#: ../../c-api/tuple.rst:56
74-
#, fuzzy
7571
msgid "Like :c:func:`PyTuple_Size`, but without error checking."
76-
msgstr ":c:func:`PyTuple_GetItem`\\์™€ ๋น„์Šทํ•˜์ง€๋งŒ, ์ธ์ž๋ฅผ ํ™•์ธํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."
72+
msgstr ":c:func:`PyTuple_Size`\\์™€ ๋น„์Šทํ•˜์ง€๋งŒ, ์—๋Ÿฌ ๊ฒ€์‚ฌ๋ฅผ ์ƒ๋žตํ•ฉ๋‹ˆ๋‹ค."
7773

7874
#: ../../c-api/tuple.rst:61
79-
#, fuzzy
8075
msgid ""
8176
"Return the object at position *pos* in the tuple pointed to by *p*. If "
8277
"*pos* is negative or out of bounds, return ``NULL`` and set an "
8378
":exc:`IndexError` exception."
8479
msgstr ""
85-
"*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ํŠœํ”Œ์˜ *pos* ์œ„์น˜์— ์žˆ๋Š” ๊ฐ์ฒด๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. *pos*\\๊ฐ€ ๋ฒ”์œ„๋ฅผ ๋ฒ—์–ด๋‚˜๋ฉด, ``NULL``\\์„ "
86-
"๋ฐ˜ํ™˜ํ•˜๊ณ  :exc:`IndexError` ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค."
80+
"*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ํŠœํ”Œ์˜ *pos* ์œ„์น˜์— ์žˆ๋Š” ๊ฐ์ฒด๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. *pos*\\๊ฐ€ ์Œ์ˆ˜์ด๊ฑฐ๋‚˜ ๋ฒ”์œ„๋ฅผ ๋ฒ—์–ด๋‚˜๋ฉด, "
81+
"``NULL``\\์„ ๋ฐ˜ํ™˜ํ•˜๊ณ  :exc:`IndexError` ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค."
8782

8883
#: ../../c-api/tuple.rst:64
8984
msgid ""
@@ -102,15 +97,14 @@ msgid ""
10297
"Return the slice of the tuple pointed to by *p* between *low* and *high*,"
10398
" or ``NULL`` with an exception set on failure."
10499
msgstr ""
100+
"*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ํŠœํ”Œ์˜ *low*\\์™€ *high* ์‚ฌ์ด์˜ ์Šฌ๋ผ์ด์Šค๋ฅผ ๋ฐ˜ํ™˜ํ•˜๊ฑฐ๋‚˜, ์‹คํŒจํ•˜๋ฉด ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•˜๊ณ  "
101+
"``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
105102

106103
#: ../../c-api/tuple.rst:81
107-
#, fuzzy
108104
msgid ""
109105
"This is the equivalent of the Python expression ``p[low:high]``. Indexing"
110106
" from the end of the tuple is not supported."
111-
msgstr ""
112-
"*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ํŠœํ”Œ์˜ *low*\\์™€ *high* ์‚ฌ์ด์˜ ์Šฌ๋ผ์ด์Šค๋ฅผ ๋ฐ˜ํ™˜ํ•˜๊ฑฐ๋‚˜, ์‹คํŒจํ•˜๋ฉด ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. "
113-
"์ด๊ฒƒ์€ ํŒŒ์ด์ฌ ํ‘œํ˜„์‹ ``p[low:high]``\\์™€ ๋™๋“ฑํ•ฉ๋‹ˆ๋‹ค. ๋ฆฌ์ŠคํŠธ ๋์œผ๋กœ๋ถ€ํ„ฐ์˜ ์ธ๋ฑ์‹ฑ์€ ์ง€์›๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."
107+
msgstr "์ด๊ฒƒ์€ ํŒŒ์ด์ฌ ํ‘œํ˜„์‹ ``p[low:high]``\\์™€ ๋™๋“ฑํ•ฉ๋‹ˆ๋‹ค. ํŠœํ”Œ ๋์œผ๋กœ๋ถ€ํ„ฐ์˜ ์ธ๋ฑ์‹ฑ์€ ์ง€์›๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."
114108

115109
#: ../../c-api/tuple.rst:87
116110
msgid ""
@@ -146,14 +140,13 @@ msgid ""
146140
msgstr ""
147141

148142
#: ../../c-api/tuple.rst:107
149-
#, fuzzy
150143
msgid ""
151144
"This function \"steals\" a reference to *o*, and, unlike "
152145
":c:func:`PyTuple_SetItem`, does *not* discard a reference to any item "
153146
"that is being replaced; any reference in the tuple at position *pos* will"
154147
" be leaked."
155148
msgstr ""
156-
"์ด ๋งคํฌ๋กœ๋Š” *o*\\์— ๋Œ€ํ•œ ์ฐธ์กฐ๋ฅผ \"ํ›”์น˜๊ณ \", :c:func:`PyTuple_SetItem`\\์™€ ๋‹ฌ๋ฆฌ, ๊ต์ฒด ์ค‘์ธ ํ•ญ๋ชฉ์— "
149+
"์ด ํ•จ์ˆ˜๋Š” *o*\\์— ๋Œ€ํ•œ ์ฐธ์กฐ๋ฅผ \"ํ›”์น˜๊ณ \", :c:func:`PyTuple_SetItem`\\์™€ ๋‹ฌ๋ฆฌ, ๊ต์ฒด ์ค‘์ธ ํ•ญ๋ชฉ์— "
157150
"๋Œ€ํ•œ ์ฐธ์กฐ๋ฅผ ๋ฒ„๋ฆฌ์ง€ *์•Š์Šต๋‹ˆ๋‹ค*; *pos* ์œ„์น˜์—์„œ ํŠœํ”Œ์˜ ๋ชจ๋“  ์ฐธ์กฐ๋Š” ๋ˆ„์ˆ˜๋ฉ๋‹ˆ๋‹ค."
158151

159152
#: ../../c-api/tuple.rst:115
@@ -204,18 +197,19 @@ msgstr ""
204197

205198
#: ../../c-api/tuple.rst:142 ../../c-api/tuple.rst:211
206199
msgid "Return ``NULL`` with an exception set on failure."
207-
msgstr ""
200+
msgstr "์‹คํŒจ ์‹œ ์˜ˆ์™ธ๋ฅผ ์„ค์ •ํ•˜๊ณ  ``NULL``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
208201

209202
#: ../../c-api/tuple.rst:147
210203
msgid "Initializes a struct sequence type *type* from *desc* in place."
211204
msgstr "*desc*\\๋กœ ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค ํ˜• *type*\\์„ ์žฌ์ž๋ฆฌ์—์„œ ์ดˆ๊ธฐํ™”ํ•ฉ๋‹ˆ๋‹ค."
212205

213206
#: ../../c-api/tuple.rst:152
214-
#, fuzzy
215207
msgid ""
216208
"Like :c:func:`PyStructSequence_InitType`, but returns ``0`` on success "
217209
"and ``-1`` with an exception set on failure."
218-
msgstr "``PyStructSequence_InitType``\\์™€ ๊ฐ™์ง€๋งŒ, ์„ฑ๊ณตํ•˜๋ฉด ``0``\\์„, ์‹คํŒจํ•˜๋ฉด ``-1``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
210+
msgstr ""
211+
":c:func:`PyStructSequence_InitType`\\์™€ ๋น„์Šทํ•˜์ง€๋งŒ, ์„ฑ๊ณตํ•˜๋ฉด ``0``\\์„, ์‹คํŒจํ•˜๋ฉด ์˜ˆ์™ธ๋ฅผ "
212+
"์„ค์ •ํ•˜๊ณ  ``-1``\\์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค."
219213

220214
#: ../../c-api/tuple.rst:160
221215
msgid "Contains the meta information of a struct sequence type to create."
@@ -228,46 +222,41 @@ msgid ""
228222
msgstr ""
229223

230224
#: ../../c-api/tuple.rst:169
231-
#, fuzzy
232225
msgid "Pointer to docstring for the type or ``NULL`` to omit."
233-
msgstr "ํ•ด๋‹น ํ˜•์— ๋Œ€ํ•œ ๋…์ŠคํŠธ๋ง์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ๋‚˜ ์ƒ๋žตํ•˜๋ ค๋ฉด ``NULL``"
226+
msgstr "ํ•ด๋‹น ํ˜•์— ๋Œ€ํ•œ ๋…์ŠคํŠธ๋ง์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ๋‚˜ ์ƒ๋žตํ•˜๋ ค๋ฉด ``NULL``."
234227

235228
#: ../../c-api/tuple.rst:173
236-
#, fuzzy
237229
msgid "Pointer to ``NULL``-terminated array with field names of the new type."
238-
msgstr "์ƒˆ๋กœ์šด ํ˜•์˜ ํ•„๋“œ ์ด๋ฆ„์„ ๊ฐ€์ง„ ``NULL``\\๋กœ ๋๋‚˜๋Š” ๋ฐฐ์—ด์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ"
230+
msgstr "์ƒˆ๋กœ์šด ํ˜•์˜ ํ•„๋“œ ์ด๋ฆ„์„ ๊ฐ€์ง„ ``NULL``\\๋กœ ๋๋‚˜๋Š” ๋ฐฐ์—ด์— ๋Œ€ํ•œ ํฌ์ธํ„ฐ."
239231

240232
#: ../../c-api/tuple.rst:177
241-
#, fuzzy
242233
msgid "Number of fields visible to the Python side (if used as tuple)."
243-
msgstr "ํŒŒ์ด์ฌ ์ธก์—์„œ ๋ณผ ์ˆ˜ ์žˆ๋Š” ํ•„๋“œ ์ˆ˜ (ํŠœํ”Œ๋กœ ์‚ฌ์šฉ๋œ ๊ฒฝ์šฐ)"
234+
msgstr "ํŒŒ์ด์ฌ ์ธก์—์„œ ๋ณผ ์ˆ˜ ์žˆ๋Š” ํ•„๋“œ ์ˆ˜ (ํŠœํ”Œ๋กœ ์‚ฌ์šฉ๋œ ๊ฒฝ์šฐ)."
244235

245236
#: ../../c-api/tuple.rst:182
246-
#, fuzzy
247237
msgid ""
248238
"Describes a field of a struct sequence. As a struct sequence is modeled "
249239
"as a tuple, all fields are typed as :c:expr:`PyObject*`. The index in "
250240
"the :c:member:`~PyStructSequence_Desc.fields` array of the "
251241
":c:type:`PyStructSequence_Desc` determines which field of the struct "
252242
"sequence is described."
253243
msgstr ""
254-
"๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜ ํ•„๋“œ๋ฅผ ๊ธฐ์ˆ ํ•ฉ๋‹ˆ๋‹ค. ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค๋Š” ํŠœํ”Œ๋กœ ๋ชจํ˜•ํ™”๋˜๋ฏ€๋กœ, ๋ชจ๋“  ํ•„๋“œ๋Š” :c:type:`PyObject*` ํ˜•์„ "
255-
"์ทจํ•ฉ๋‹ˆ๋‹ค. :c:type:`PyStructSequence_Desc`\\์˜ :attr:`fields` ๋ฐฐ์—ด์˜ ์ธ๋ฑ์Šค๋Š” ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜"
256-
" ์–ด๋–ค ํ•„๋“œ๊ฐ€ ๊ธฐ์ˆ ๋˜๋Š”์ง€๋ฅผ ๊ฒฐ์ •ํ•ฉ๋‹ˆ๋‹ค."
244+
"๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜ ํ•„๋“œ๋ฅผ ๊ธฐ์ˆ ํ•ฉ๋‹ˆ๋‹ค. ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค๋Š” ํŠœํ”Œ๋กœ ๋ชจํ˜•ํ™”๋˜๋ฏ€๋กœ, ๋ชจ๋“  ํ•„๋“œ๋Š” :c:expr:`PyObject*` ํ˜•์„ "
245+
"์ทจํ•ฉ๋‹ˆ๋‹ค. :c:type:`PyStructSequence_Desc`\\์˜ "
246+
":c:member:`~PyStructSequence_Desc.fields` ๋ฐฐ์—ด์˜ ์ธ๋ฑ์Šค๋Š” ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜ ์–ด๋–ค ํ•„๋“œ๊ฐ€ ๊ธฐ์ˆ ๋˜๋Š”์ง€๋ฅผ"
247+
" ๊ฒฐ์ •ํ•ฉ๋‹ˆ๋‹ค."
257248

258249
#: ../../c-api/tuple.rst:190
259-
#, fuzzy
260250
msgid ""
261251
"Name for the field or ``NULL`` to end the list of named fields, set to "
262252
":c:data:`PyStructSequence_UnnamedField` to leave unnamed."
263253
msgstr ""
264-
"ํ•„๋“œ์˜ ์ด๋ฆ„์ด๋‚˜ ์ด๋ฆ„์žˆ๋Š” ํ•„๋“œ์˜ ๋ชฉ๋ก์„ ๋๋‚ด๋ ค๋ฉด ``NULL``, ์ด๋ฆ„์ด ์—†๋Š” ์ƒํƒœ๋กœ ๋‘๋ ค๋ฉด "
265-
":c:data:`PyStructSequence_UnnamedField`\\๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค"
254+
"ํ•„๋“œ์˜ ์ด๋ฆ„. ๋˜๋Š” ์ด๋ฆ„์žˆ๋Š” ํ•„๋“œ์˜ ๋ชฉ๋ก์„ ๋๋‚ด๋ ค๋ฉด ``NULL``, ์ด๋ฆ„์ด ์—†๋Š” ์ƒํƒœ๋กœ ๋‘๋ ค๋ฉด "
255+
":c:data:`PyStructSequence_UnnamedField`\\๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค."
266256

267257
#: ../../c-api/tuple.rst:195
268-
#, fuzzy
269258
msgid "Field docstring or ``NULL`` to omit."
270-
msgstr "ํ•„๋“œ ๋…์ŠคํŠธ๋ง์ด๋‚˜ ์ƒ๋žตํ•˜๋ ค๋ฉด ``NULL``"
259+
msgstr "ํ•„๋“œ ๋…์ŠคํŠธ๋ง์ด๋‚˜ ์ƒ๋žตํ•˜๋ ค๋ฉด ``NULL``."
271260

272261
#: ../../c-api/tuple.rst:200
273262
msgid "Special value for a field name to leave it unnamed."
@@ -284,21 +273,18 @@ msgid ""
284273
msgstr ":c:func:`PyStructSequence_NewType`\\์œผ๋กœ ๋งŒ๋“  *type*\\์˜ ์ธ์Šคํ„ด์Šค๋ฅผ ๋งŒ๋“ญ๋‹ˆ๋‹ค."
285274

286275
#: ../../c-api/tuple.rst:216
287-
#, fuzzy
288276
msgid ""
289277
"Return the object at position *pos* in the struct sequence pointed to by "
290278
"*p*."
291-
msgstr "*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜ ์œ„์น˜ *pos*\\์— ์žˆ๋Š” ๊ฐ์ฒด๋ฅผ ๋Œ๋ ค์ค๋‹ˆ๋‹ค. ๋ฒ”์œ„ ๊ฒ€์‚ฌ๊ฐ€ ์ˆ˜ํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."
279+
msgstr "*p*\\๊ฐ€ ๊ฐ€๋ฆฌํ‚ค๋Š” ๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค์˜ ์œ„์น˜ *pos*\\์— ์žˆ๋Š” ๊ฐ์ฒด๋ฅผ ๋Œ๋ ค์ค๋‹ˆ๋‹ค."
292280

293281
#: ../../c-api/tuple.rst:224
294-
#, fuzzy
295282
msgid "Alias to :c:func:`PyStructSequence_GetItem`."
296-
msgstr ":c:func:`PyStructSequence_GetItem`\\๊ณผ ๋™๋“ฑํ•œ ๋งคํฌ๋กœ."
283+
msgstr ":c:func:`PyStructSequence_GetItem`\\์˜ ๋ณ„์นญ."
297284

298285
#: ../../c-api/tuple.rst:226
299-
#, fuzzy
300286
msgid "Now implemented as an alias to :c:func:`PyStructSequence_GetItem`."
301-
msgstr ":c:func:`PyStructSequence_GetItem`\\๊ณผ ๋™๋“ฑํ•œ ๋งคํฌ๋กœ."
287+
msgstr "์ด์ œ :c:func:`PyStructSequence_GetItem`\\์˜ ๋ณ„์นญ์œผ๋กœ ๊ตฌํ˜„๋ฉ๋‹ˆ๋‹ค."
302288

303289
#: ../../c-api/tuple.rst:232
304290
msgid ""
@@ -314,64 +300,18 @@ msgid "This function \"steals\" a reference to *o*."
314300
msgstr "์ด ํ•จ์ˆ˜๋Š” *o*\\์— ๋Œ€ํ•œ ์ฐธ์กฐ๋ฅผ \"ํ›”์นฉ๋‹ˆ๋‹ค\"."
315301

316302
#: ../../c-api/tuple.rst:246
317-
#, fuzzy
318303
msgid "Alias to :c:func:`PyStructSequence_SetItem`."
319-
msgstr ":c:func:`PyStructSequence_SetItem`\\๊ณผ ๋™๋“ฑํ•œ ๋งคํฌ๋กœ."
304+
msgstr ":c:func:`PyStructSequence_SetItem`\\์˜ ๋ณ„์นญ."
320305

321306
#: ../../c-api/tuple.rst:248
322-
#, fuzzy
323307
msgid "Now implemented as an alias to :c:func:`PyStructSequence_SetItem`."
324-
msgstr ":c:func:`PyStructSequence_SetItem`\\๊ณผ ๋™๋“ฑํ•œ ๋งคํฌ๋กœ."
308+
msgstr "์ด์ œ :c:func:`PyStructSequence_SetItem`\\์˜ ๋ณ„์นญ์œผ๋กœ ๊ตฌํ˜„๋ฉ๋‹ˆ๋‹ค."
325309

326310
#: ../../c-api/tuple.rst:8
327-
#, fuzzy
328311
msgid "object"
329-
msgstr "ํŠœํ”Œ ๊ฐ์ฒด"
312+
msgstr "๊ฐ์ฒด"
330313

331314
#: ../../c-api/tuple.rst:8
332315
msgid "tuple"
333-
msgstr ""
334-
335-
#~ msgid ""
336-
#~ "Return the size of the tuple *p*,"
337-
#~ " which must be non-``NULL`` and point"
338-
#~ " to a tuple; no error checking "
339-
#~ "is performed."
340-
#~ msgstr ""
341-
#~ "ํŠœํ”Œ *p*\\์˜ ํฌ๊ธฐ๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ์ด ํฌ๊ธฐ๋Š” "
342-
#~ "``NULL``\\์ด ์•„๋‹ˆ๊ณ  ํŠœํ”Œ์„ ๊ฐ€๋ฆฌ์ผœ์•ผ ํ•ฉ๋‹ˆ๋‹ค; ์—๋Ÿฌ "
343-
#~ "๊ฒ€์‚ฌ๋Š” ์ˆ˜ํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค."
344-
345-
#~ msgid "Field"
346-
#~ msgstr "ํ•„๋“œ"
347-
348-
#~ msgid "C Type"
349-
#~ msgstr "C ํ˜•"
350-
351-
#~ msgid "Meaning"
352-
#~ msgstr "์˜๋ฏธ"
353-
354-
#~ msgid "``name``"
355-
#~ msgstr "``name``"
356-
357-
#~ msgid "``const char *``"
358-
#~ msgstr "``const char *``"
359-
360-
#~ msgid "name of the struct sequence type"
361-
#~ msgstr "๊ตฌ์กฐ์ฒด ์‹œํ€€์Šค ํ˜•์˜ ์ด๋ฆ„"
362-
363-
#~ msgid "``doc``"
364-
#~ msgstr "``doc``"
365-
366-
#~ msgid "``fields``"
367-
#~ msgstr "``fields``"
368-
369-
#~ msgid "``PyStructSequence_Field *``"
370-
#~ msgstr "``PyStructSequence_Field *``"
371-
372-
#~ msgid "``n_in_sequence``"
373-
#~ msgstr "``n_in_sequence``"
374-
375-
#~ msgid "``int``"
376-
#~ msgstr "``int``"
316+
msgstr "ํŠœํ”Œ"
377317

0 commit comments

Comments
ย (0)