@@ -10,16 +10,16 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2017-11-26 18:49+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14- "Language-Team : LANGUAGE <LL@li.org> \n "
13+ "Last-Translator : Hyeongdo Lee <mylovercorea@gmail.com >\n "
14+ "Language-Team : Korean (http://python.flowdas.com) \n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=utf-8\n "
1717"Content-Transfer-Encoding : 8bit\n "
1818"Generated-By : Babel 2.5.1\n "
1919
2020#: ../Doc/library/binary.rst:5
2121msgid "Binary Data Services"
22- msgstr ""
22+ msgstr "바이너리 데이터 서비스 "
2323
2424#: ../Doc/library/binary.rst:7
2525msgid ""
@@ -28,17 +28,21 @@ msgid ""
2828"data, specifically in relation to file formats and network protocols, are"
2929" described in the relevant sections."
3030msgstr ""
31+ "이 장에서 설명하는 모듈은 바이너리 데이터를 다루기 위한 기본 서비스 연산을 제공합니다. "
32+ "파일 포맷, 네트워크 프로토콜과 관련 있는 바이너리 데이터에 대한 연산은 관련 절에서 설명합니다."
3133
3234#: ../Doc/library/binary.rst:12
3335msgid ""
3436"Some libraries described under :ref:`textservices` also work with either "
3537"ASCII-compatible binary formats (for example, :mod:`re`) or all binary "
3638"data (for example, :mod:`difflib`)."
3739msgstr ""
40+ ":ref:`textservices`\\ 에서 설명한 일부 라이브러리는 ASCII 호환 바이너리 형식 (예를 들면, :mod:`re`\\ ) "
41+ "또는 모든 바이너리 데이터 (예를 들면, :mod:`difflib`)에 사용할 수 있습니다."
3842
3943#: ../Doc/library/binary.rst:16
4044msgid ""
4145"In addition, see the documentation for Python's built-in binary data "
4246"types in :ref:`binaryseq`."
4347msgstr ""
44-
48+ "또한, 파이썬 내장 바이너리 데이터 형에 대한 설명은 :ref:`binaryseq` 문서를 참고 하세요."
0 commit comments