@@ -67,14 +67,11 @@ msgstr ""
67
67
#: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
68
68
#: ../../c-api/bytearray.rst:59
69
69
msgid "On failure, return ``NULL`` with an exception set."
70
- msgstr ""
70
+ msgstr "실패하면, ``NULL`` \\ 을 반환하고 예외를 설정합니다. "
71
71
72
72
#: ../../c-api/bytearray.rst:50
73
- #, fuzzy
74
73
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 객체를 만듭니다."
78
75
79
76
#: ../../c-api/bytearray.rst:57
80
77
msgid "Concat bytearrays *a* and *b* and return a new bytearray with the result."
@@ -107,24 +104,17 @@ msgstr "이 매크로는 속도를 위해 안전을 희생하며 포인터를
107
104
108
105
#: ../../c-api/bytearray.rst:85
109
106
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
110
- msgstr ""
107
+ msgstr ":c:func:`PyByteArray_AsString` \\ 과 유사하지만 에러를 검사하지 않습니다. "
111
108
112
109
#: ../../c-api/bytearray.rst:90
113
110
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
114
- msgstr ""
111
+ msgstr ":c:func:`PyByteArray_Size` \\ 와 유사하지만 에러를 검사하지 않습니다. "
115
112
116
113
#: ../../c-api/bytearray.rst:8
117
114
msgid "object"
118
115
msgstr ""
119
116
120
117
#: ../../c-api/bytearray.rst:8
121
- #, fuzzy
122
118
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 ""
130
120
0 commit comments