@@ -9,12 +9,12 @@ msgstr ""
99"Report-Msgid-Bugs-To : \n "
1010"POT-Creation-Date : 2025-10-11 20:40+0000\n "
1111"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12- "Last-Translator : Dong-gweon Oh <flowdas @gmail.com>\n "
12+ "Last-Translator : Mir Jung <ham4051 @gmail.com>\n "
1313"Language-Team : Korean (https://python.flowdas.com)\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=utf-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
17- "Generated-By : Babel 2.17 .0\n "
17+ "Generated-By : Babel 2.18 .0\n "
1818
1919#: ../../c-api/bytes.rst:6
2020msgid "Bytes Objects"
@@ -364,26 +364,31 @@ msgstr ""
364364
365365#: ../../c-api/bytes.rst:194
366366msgid "Similar to ``sep.join(iterable)`` in Python."
367- msgstr ""
367+ msgstr "파이썬의 ``sep.join(iterable)`` \\ 와 유사합니다. "
368368
369369#: ../../c-api/bytes.rst:196
370370msgid ""
371371"*sep* must be Python :class:`bytes` object. (Note that "
372372":c:func:`PyUnicode_Join` accepts ``NULL`` separator and treats it as a "
373373"space, whereas :c:func:`PyBytes_Join` doesn't accept ``NULL`` separator.)"
374374msgstr ""
375+ "*sep*\\ 은 반드시 파이썬의 :class:`bytes` 객체이어야 합니다.(:c:func:`PyUnicode_Join`\\ 는 "
376+ "``NULL`` 구분자를 허용하고 이를 공백으로 취급하는 반면, :c:func:`PyBytes_Join`\\ 는 ``NULL`` "
377+ "구분자를 허용하지 않음에 유의하십시오.)"
375378
376379#: ../../c-api/bytes.rst:201
377380msgid ""
378381"*iterable* must be an iterable object yielding objects that implement the"
379382" :ref:`buffer protocol <bufferobjects>`."
380383msgstr ""
384+ "*iterable*\\ 은 반드시 :ref:`버퍼 프로토콜 <bufferobjects>`\\ 을 구현하는 객체를 생성하는 반복 가능한 "
385+ "객체이어야 합니다."
381386
382387#: ../../c-api/bytes.rst:204
383388msgid ""
384389"On success, return a new :class:`bytes` object. On error, set an "
385390"exception and return ``NULL``."
386- msgstr ""
391+ msgstr "성공 시 새로운 :class:`bytes` 객체를 반환합니다. 실패 시 예외를 설정하고 ``NULL`` \\ 을 반환합니다. "
387392
388393#: ../../c-api/bytes.rst:212
389394msgid ""
0 commit comments