Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions c-api/bytearray.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <flowdas@gmail.com>\n"
"Last-Translator: Mir Jung <ham4051@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
Expand Down Expand Up @@ -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"
Expand Down