@@ -21,15 +21,15 @@ msgid "Boolean Objects"
21
21
msgstr "불리언 객체"
22
22
23
23
#: ../../c-api/bool.rst:8
24
- #, fuzzy
25
24
msgid ""
26
25
"Booleans in Python are implemented as a subclass of integers. There are "
27
26
"only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, "
28
27
"the normal creation and deletion functions don't apply to booleans. The "
29
28
"following macros are available, however."
30
29
msgstr ""
31
- "파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :const:`Py_False`\\ 와 :const:`Py_True`\\ 라는 두"
32
- " 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 있습니다."
30
+ "파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :c:data:`Py_False`\\ 와 :c:data:`Py_True`\\ 라는"
31
+ " 두 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 "
32
+ "있습니다."
33
33
34
34
#: ../../c-api/bool.rst:16
35
35
msgid ""
@@ -47,55 +47,33 @@ msgstr "*o*\\가 :c:data:`PyBool_Type` 형이면 참을 돌려줍니다. 이 함
47
47
msgid ""
48
48
"The Python ``False`` object. This object has no methods and is "
49
49
":term:`immortal`."
50
- msgstr ""
50
+ msgstr "파이썬 ``False`` 객체. 이 객체는 메서드가 없고 :term:`불멸 <immortal>` \\ 입니다. "
51
51
52
52
#: ../../c-api/bool.rst:31
53
53
msgid ":c:data:`Py_False` is :term:`immortal`."
54
- msgstr ""
54
+ msgstr ":c:data:`Py_False` \\ 는 :term:`불멸 <immortal>` \\ 입니다. "
55
55
56
56
#: ../../c-api/bool.rst:37
57
57
msgid ""
58
58
"The Python ``True`` object. This object has no methods and is "
59
59
":term:`immortal`."
60
- msgstr ""
60
+ msgstr "파이썬 ``True`` 객체. 이 객체는 메서드가 없고 :term:`불멸 <immortal>` \\ 입니다. "
61
61
62
62
#: ../../c-api/bool.rst:40
63
63
msgid ":c:data:`Py_True` is :term:`immortal`."
64
- msgstr ""
64
+ msgstr ":c:data:`Py_True` \\ 는 :term:`불멸 <immortal>` \\ 입니다. "
65
65
66
66
#: ../../c-api/bool.rst:46
67
- #, fuzzy
68
67
msgid "Return :c:data:`Py_False` from a function."
69
- msgstr "함수에서 :const: `Py_False`\\ 를 반환하고, 참조 횟수를 적절하게 증가시킵니다 ."
68
+ msgstr "함수에서 :c:data: `Py_False`\\ 를 반환합니다 ."
70
69
71
70
#: ../../c-api/bool.rst:51
72
71
msgid "Return :c:data:`Py_True` from a function."
73
- msgstr ""
72
+ msgstr "함수에서 :c:data:`Py_True` \\ 를 반환합니다. "
74
73
75
74
#: ../../c-api/bool.rst:56
76
- #, fuzzy
77
75
msgid ""
78
76
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth "
79
77
"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`\\ 를 반환합니다."
101
79
0 commit comments