Skip to content

Commit eef47c5

Browse files
committed
#1075 - remove fuzzy flags
1 parent 40b5d1e commit eef47c5

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

c-api/float.po

+11-19
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,16 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../c-api/float.rst:6
20-
#, fuzzy
2120
msgid "Floating-Point Objects"
2221
msgstr "부동 소수점 객체"
2322

2423
#: ../../c-api/float.rst:13
25-
#, fuzzy
2624
msgid ""
2725
"This subtype of :c:type:`PyObject` represents a Python floating-point "
2826
"object."
2927
msgstr "이 :c:type:`PyObject`\\의 서브 형은 파이썬 부동 소수점 객체를 나타냅니다."
3028

3129
#: ../../c-api/float.rst:18
32-
#, fuzzy
3330
msgid ""
3431
"This instance of :c:type:`PyTypeObject` represents the Python floating-"
3532
"point type. This is the same object as :class:`float` in the Python "
@@ -65,7 +62,6 @@ msgid "Create a :c:type:`PyFloatObject` object from *v*, or ``NULL`` on failure.
6562
msgstr "*v*\\로부터 :c:type:`PyFloatObject` 객체를 만들거나, 실패하면 ``NULL``."
6663

6764
#: ../../c-api/float.rst:47
68-
#, fuzzy
6965
msgid ""
7066
"Return a C :c:expr:`double` representation of the contents of *pyfloat*."
7167
" If *pyfloat* is not a Python floating-point object but has a "
@@ -75,22 +71,21 @@ msgid ""
7571
" upon failure, so one should call :c:func:`PyErr_Occurred` to check for "
7672
"errors."
7773
msgstr ""
78-
"*pyfloat* 의 내용의 C :c:type:`double` 표현을 반환합니다. *pyfloat*\\가 파이썬 부동 소수점 객체가"
79-
" 아니지만 :meth:`__float__` 메서드가 있으면, *pyfloat*\\를 float로 변환하기 위해 이 메서드가 먼저 "
80-
"호출됩니다. ``__float__()``\\가 정의되지 않았으면 :meth:`__index__`\\로 대체합니다. 이 메서드는 "
81-
"실패하면 ``-1.0``\\을 반환하므로, :c:func:`PyErr_Occurred`\\를 호출하여 에러를 확인해야 합니다."
74+
"*pyfloat* 의 내용의 C :c:expr:`double` 표현을 반환합니다. *pyfloat*\\가 파이썬 부동 소수점 객체가"
75+
" 아니지만 :meth:`~object.__float__` 메서드가 있으면, *pyfloat*\\를 float로 변환하기 위해 이 "
76+
"메서드가 먼저 호출됩니다. :meth:`!__float__`\\가 정의되지 않았으면 "
77+
":meth:`~object.__index__`\\로 대체합니다. 이 메서드는 실패하면 ``-1.0``\\을 반환하므로, "
78+
":c:func:`PyErr_Occurred`\\를 호출하여 에러를 확인해야 합니다."
8279

8380
#: ../../c-api/float.rst:54
84-
#, fuzzy
8581
msgid "Use :meth:`~object.__index__` if available."
86-
msgstr "사용할 수 있으면 :meth:`__index__`\\를 사용합니다."
82+
msgstr "사용할 수 있으면 :meth:`~object.__index__`\\를 사용합니다."
8783

8884
#: ../../c-api/float.rst:60
89-
#, fuzzy
9085
msgid ""
9186
"Return a C :c:expr:`double` representation of the contents of *pyfloat*, "
9287
"but without error checking."
93-
msgstr "에러 검사 없이 *pyfloat* 의 내용의 C :c:type:`double` 표현을 반환합니다."
88+
msgstr "에러 검사 없이 *pyfloat* 의 내용의 C :c:expr:`double` 표현을 반환합니다."
9489

9590
#: ../../c-api/float.rst:66
9691
msgid ""
@@ -102,18 +97,16 @@ msgstr ""
10297
":file:`float.h`\\를 감싸는 얇은 래퍼입니다."
10398

10499
#: ../../c-api/float.rst:73
105-
#, fuzzy
106100
msgid ""
107101
"Return the maximum representable finite float *DBL_MAX* as C "
108102
":c:expr:`double`."
109-
msgstr "최대 표현 가능한 유한 float *DBL_MAX*\\를 C :c:type:`double`\\로 반환합니다."
103+
msgstr "최대 표현 가능한 유한 float *DBL_MAX*\\를 C :c:expr:`double`\\로 반환합니다."
110104

111105
#: ../../c-api/float.rst:78
112-
#, fuzzy
113106
msgid ""
114107
"Return the minimum normalized positive float *DBL_MIN* as C "
115108
":c:expr:`double`."
116-
msgstr "최소 정규화된(normalized) 양의 float *DBL_MIN*\\를 C :c:type:`double`\\로 반환합니다."
109+
msgstr "최소 정규화된(normalized) 양의 float *DBL_MIN*\\를 C :c:expr:`double`\\로 반환합니다."
117110

118111
#: ../../c-api/float.rst:82
119112
msgid "Pack and Unpack functions"
@@ -234,10 +227,9 @@ msgstr ""
234227

235228
#: ../../c-api/float.rst:8
236229
msgid "object"
237-
msgstr ""
230+
msgstr "객체"
238231

239232
#: ../../c-api/float.rst:8
240-
#, fuzzy
241233
msgid "floating-point"
242-
msgstr "부동 소수점 객체"
234+
msgstr "부동 소수점"
243235

0 commit comments

Comments
 (0)