Skip to content

Commit feef370

Browse files
committed
#1041 - remove fuzzy flags
1 parent 2fd1504 commit feef370

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

c-api/weakref.po

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,22 @@ msgstr ""
3131
"간단한 참조 객체이며, 두 번째는 가능한 한 원래 객체의 프락시 역할을 합니다."
3232

3333
#: ../../c-api/weakref.rst:16
34-
#, fuzzy
3534
msgid ""
3635
"Return non-zero if *ob* is either a reference or proxy object. This "
3736
"function always succeeds."
38-
msgstr "*ob*\\가 참조 객체나 프락시 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
37+
msgstr "*ob*\\가 참조 객체나 프락시 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
3938

4039
#: ../../c-api/weakref.rst:22
41-
#, fuzzy
4240
msgid ""
4341
"Return non-zero if *ob* is a reference object. This function always "
4442
"succeeds."
45-
msgstr "*ob*\\가 참조 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
43+
msgstr "*ob*\\가 참조 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
4644

4745
#: ../../c-api/weakref.rst:27
48-
#, fuzzy
4946
msgid "Return non-zero if *ob* is a proxy object. This function always succeeds."
50-
msgstr "*ob*\\가 프락시 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
47+
msgstr "*ob*\\가 프락시 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
5148

5249
#: ../../c-api/weakref.rst:32
53-
#, fuzzy
5450
msgid ""
5551
"Return a weak reference object for the object *ob*. This will always "
5652
"return a new reference, but is not guaranteed to create a new object; an "
@@ -70,7 +66,6 @@ msgstr ""
7066
":exc:`TypeError`\\를 발생시킵니다."
7167

7268
#: ../../c-api/weakref.rst:44
73-
#, fuzzy
7469
msgid ""
7570
"Return a weak reference proxy object for the object *ob*. This will "
7671
"always return a new reference, but is not guaranteed to create a new "
@@ -110,32 +105,32 @@ msgid "On error, raise an exception and return -1."
110105
msgstr ""
111106

112107
#: ../../c-api/weakref.rst:69
113-
#, fuzzy
114108
msgid ""
115109
"Return a :term:`borrowed reference` to the referenced object from a weak "
116110
"reference, *ref*. If the referent is no longer live, returns "
117111
"``Py_None``."
118-
msgstr "약한 참조(*ref*)로부터 참조된 객체를 반환합니다. 참조가 더는 살아있지 않으면, :const:`Py_None`\\을 반환합니다."
112+
msgstr ""
113+
"약한 참조(*ref*)로부터 참조된 객체에 대한 :term:`빌린 참조 <borrowed reference>`\\를 반환합니다. "
114+
"참조가 더는 살아있지 않으면, ``Py_None``\\을 반환합니다."
119115

120116
#: ../../c-api/weakref.rst:74
121-
#, fuzzy
122117
msgid ""
123118
"This function returns a :term:`borrowed reference` to the referenced "
124119
"object. This means that you should always call :c:func:`Py_INCREF` on the"
125120
" object except when it cannot be destroyed before the last usage of the "
126121
"borrowed reference."
127122
msgstr ""
128-
"이 함수는 참조된 객체에 대한 **빌린 참조**\\를 반환합니다. 이는 객체를 계속 사용하는 동안 객체가 파괴될 수 없음을 알고 "
129-
"있을 때를 제외하고, 객체에 대해 항상 :c:func:`Py_INCREF`\\를 호출해야 함을 뜻합니다."
123+
"이 함수는 참조된 객체에 대한 :term:`빌린 참조 <borrowed reference>`\\를 반환합니다. 이는 빌린 참조의 "
124+
"마지막 사용 전에 파괴될 수 없을 때를 제외하고, 객체에 대해 항상 :c:func:`Py_INCREF`\\를 호출해야 함을 "
125+
"뜻합니다."
130126

131127
#: ../../c-api/weakref.rst:79 ../../c-api/weakref.rst:87
132128
msgid "Use :c:func:`PyWeakref_GetRef` instead."
133-
msgstr ""
129+
msgstr "대신 :c:func:`PyWeakref_GetRef`\\를 사용하십시오."
134130

135131
#: ../../c-api/weakref.rst:85
136-
#, fuzzy
137132
msgid "Similar to :c:func:`PyWeakref_GetObject`, but does no error checking."
138-
msgstr ":c:func:`PyWeakref_GetObject`\\와 유사하지만, 에러 검사를 수행하지 않는 매크로로 구현됩니다."
133+
msgstr ":c:func:`PyWeakref_GetObject`\\와 유사하지만, 에러 검사를 수행하지 않습니다."
139134

140135
#: ../../c-api/weakref.rst:93
141136
msgid ""

0 commit comments

Comments
 (0)