Skip to content

Commit 149608c

Browse files
committed
#1093 - remove fuzzy flags
1 parent 7799bc8 commit 149608c

File tree

1 file changed

+10
-32
lines changed

1 file changed

+10
-32
lines changed

c-api/bool.po

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ msgid "Boolean Objects"
2121
msgstr "불리언 객체"
2222

2323
#: ../../c-api/bool.rst:8
24-
#, fuzzy
2524
msgid ""
2625
"Booleans in Python are implemented as a subclass of integers. There are "
2726
"only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, "
2827
"the normal creation and deletion functions don't apply to booleans. The "
2928
"following macros are available, however."
3029
msgstr ""
31-
"파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :const:`Py_False`\\와 :const:`Py_True`\\라는 두"
32-
" 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 있습니다."
30+
"파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :c:data:`Py_False`\\와 :c:data:`Py_True`\\라는"
31+
" 두 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 "
32+
"있습니다."
3333

3434
#: ../../c-api/bool.rst:16
3535
msgid ""
@@ -47,55 +47,33 @@ msgstr "*o*\\가 :c:data:`PyBool_Type` 형이면 참을 돌려줍니다. 이 함
4747
msgid ""
4848
"The Python ``False`` object. This object has no methods and is "
4949
":term:`immortal`."
50-
msgstr ""
50+
msgstr "파이썬 ``False`` 객체. 이 객체는 메서드가 없고 :term:`불멸 <immortal>`\\입니다."
5151

5252
#: ../../c-api/bool.rst:31
5353
msgid ":c:data:`Py_False` is :term:`immortal`."
54-
msgstr ""
54+
msgstr ":c:data:`Py_False`\\는 :term:`불멸 <immortal>`\\입니다."
5555

5656
#: ../../c-api/bool.rst:37
5757
msgid ""
5858
"The Python ``True`` object. This object has no methods and is "
5959
":term:`immortal`."
60-
msgstr ""
60+
msgstr "파이썬 ``True`` 객체. 이 객체는 메서드가 없고 :term:`불멸 <immortal>`\\입니다."
6161

6262
#: ../../c-api/bool.rst:40
6363
msgid ":c:data:`Py_True` is :term:`immortal`."
64-
msgstr ""
64+
msgstr ":c:data:`Py_True`\\는 :term:`불멸 <immortal>`\\입니다."
6565

6666
#: ../../c-api/bool.rst:46
67-
#, fuzzy
6867
msgid "Return :c:data:`Py_False` from a function."
69-
msgstr "함수에서 :const:`Py_False`\\반환하고, 참조 횟수를 적절하게 증가시킵니다."
68+
msgstr "함수에서 :c:data:`Py_False`\\반환합니다."
7069

7170
#: ../../c-api/bool.rst:51
7271
msgid "Return :c:data:`Py_True` from a function."
73-
msgstr ""
72+
msgstr "함수에서 :c:data:`Py_True`\\를 반환합니다."
7473

7574
#: ../../c-api/bool.rst:56
76-
#, fuzzy
7775
msgid ""
7876
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth "
7977
"value of *v*."
80-
msgstr "*v*\\의 논리값에 따라 :const:`Py_True` 나 :const:`Py_False`\\에 대한 새 참조를 반환합니다."
81-
82-
#~ msgid ""
83-
#~ "The Python ``False`` object. This "
84-
#~ "object has no methods. It needs "
85-
#~ "to be treated just like any other"
86-
#~ " object with respect to reference "
87-
#~ "counts."
88-
#~ msgstr "파이썬 ``False`` 객체. 이 객체는 메서드가 없습니다. 참조 횟수와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
89-
90-
#~ msgid ""
91-
#~ "The Python ``True`` object. This object"
92-
#~ " has no methods. It needs to "
93-
#~ "be treated just like any other "
94-
#~ "object with respect to reference counts."
95-
#~ msgstr "파이썬 ``True`` 객체. 이 객체는 메서드가 없습니다. 참조 횟수와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
96-
97-
#~ msgid ""
98-
#~ "Return :const:`Py_True` from a function, "
99-
#~ "properly incrementing its reference count."
100-
#~ msgstr "함수에서 :const:`Py_True`\\를 반환하고, 참조 횟수를 적절하게 증가시킵니다."
78+
msgstr "*v*\\의 논리값에 따라 :c:data:`Py_True` 나 :c:data:`Py_False`\\를 반환합니다."
10179

0 commit comments

Comments
 (0)