From 66566adf9dbf1324a512e701f980b1d580085395 Mon Sep 17 00:00:00 2001 From: jungmir Date: Fri, 13 Feb 2026 02:06:09 +0900 Subject: [PATCH 1/2] #1182 - translate c-api/bytearray.po --- c-api/bytearray.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" From 52296158cd641215e2b9118fa9ded5f475ca7cac Mon Sep 17 00:00:00 2001 From: jungmir Date: Thu, 19 Feb 2026 23:28:59 +0900 Subject: [PATCH 2/2] fix: remove fuzzy mark --- c-api/bytearray.po | 1 - 1 file changed, 1 deletion(-) diff --git a/c-api/bytearray.po b/c-api/bytearray.po index a1897ec0..b3ca9556 100644 --- a/c-api/bytearray.po +++ b/c-api/bytearray.po @@ -91,7 +91,6 @@ msgstr "" " 바이트가 추가됩니다." #: ../../c-api/bytearray.rst:76 -#, fuzzy msgid "" "Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` " "return with an exception set."