diff --git a/c-api/bytearray.po b/c-api/bytearray.po index 394f6bcf..a1897ec0 100644 --- a/c-api/bytearray.po +++ b/c-api/bytearray.po @@ -9,7 +9,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-10-11 20:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Dong-gweon Oh \n" +"Last-Translator: Mir Jung \n" "Language-Team: Korean (https://python.flowdas.com)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -95,13 +95,15 @@ msgstr "" msgid "" "Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` " "return with an exception set." -msgstr "*bytearray*\\의 내부 버퍼의 크기를 *len*\\으로 조정합니다." +msgstr "*bytearray*\\의 내부 버퍼의 크기를 *len*\\으로 조정합니다. 실패 시 예외와 함께 ``-1``\\이 반환됩니다." #: ../../c-api/bytearray.rst:79 msgid "" "A negative *len* will now result in an exception being set and -1 " "returned." msgstr "" +"음수 *len*\\을 사용하면 예외가 발생하고 -1이 " +"반환됩니다." #: ../../c-api/bytearray.rst:84 msgid "Macros"