Skip to content

Commit 0946071

Browse files
committed
#1091 - remove fuzzy flags
1 parent d6825f4 commit 0946071

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

c-api/bytearray.po

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,11 @@ msgstr ""
6767
#: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
6868
#: ../../c-api/bytearray.rst:59
6969
msgid "On failure, return ``NULL`` with an exception set."
70-
msgstr ""
70+
msgstr "실패하면, ``NULL``\\을 반환하고 예외를 설정합니다."
7171

7272
#: ../../c-api/bytearray.rst:50
73-
#, fuzzy
7473
msgid "Create a new bytearray object from *string* and its length, *len*."
75-
msgstr ""
76-
"*string*\\과 그 길이(*len*)로부터 새로운 bytearray 객체를 만듭니다. 실패하면, ``NULL``\\이 "
77-
"반환됩니다."
74+
msgstr "*string*\\과 그 길이(*len*)로 새로운 bytearray 객체를 만듭니다."
7875

7976
#: ../../c-api/bytearray.rst:57
8077
msgid "Concat bytearrays *a* and *b* and return a new bytearray with the result."
@@ -107,24 +104,17 @@ msgstr "이 매크로는 속도를 위해 안전을 희생하며 포인터를
107104

108105
#: ../../c-api/bytearray.rst:85
109106
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
110-
msgstr ""
107+
msgstr ":c:func:`PyByteArray_AsString`\\과 유사하지만 에러를 검사하지 않습니다."
111108

112109
#: ../../c-api/bytearray.rst:90
113110
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
114-
msgstr ""
111+
msgstr ":c:func:`PyByteArray_Size`\\와 유사하지만 에러를 검사하지 않습니다."
115112

116113
#: ../../c-api/bytearray.rst:8
117114
msgid "object"
118115
msgstr ""
119116

120117
#: ../../c-api/bytearray.rst:8
121-
#, fuzzy
122118
msgid "bytearray"
123-
msgstr "바이트 배열 객체"
124-
125-
#~ msgid "Macro version of :c:func:`PyByteArray_AsString`."
126-
#~ msgstr ":c:func:`PyByteArray_AsString`\\의 매크로 버전."
127-
128-
#~ msgid "Macro version of :c:func:`PyByteArray_Size`."
129-
#~ msgstr ":c:func:`PyByteArray_Size`\\의 매크로 버전."
119+
msgstr ""
130120

0 commit comments

Comments
 (0)