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)