@@ -10,23 +10,24 @@ 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 <[email protected] > \n"
13+ "
Last-Translator :
Dong-gweon Oh <[email protected] >\n"
14+ "Language-Team : Korean (https://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/datatypes.rst:5
2121msgid "Data Types"
22- msgstr ""
22+ msgstr "데이터형 "
2323
2424#: ../Doc/library/datatypes.rst:7
2525msgid ""
2626"The modules described in this chapter provide a variety of specialized "
2727"data types such as dates and times, fixed-type arrays, heap queues, "
2828"synchronized queues, and sets."
2929msgstr ""
30+ "이 장에서 설명하는 모듈은 날짜와 시간, 고정형 배열, 힙 큐, 동기화된 큐, 집합과 같은 다양한 특수 데이터형을 제공합니다."
3031
3132#: ../Doc/library/datatypes.rst:11
3233msgid ""
@@ -35,8 +36,10 @@ msgid ""
3536":class:`tuple`. The :class:`str` class is used to hold Unicode strings, "
3637"and the :class:`bytes` class is used to hold binary data."
3738msgstr ""
39+ "파이썬은 또한 일부 내장 데이터형, 특히 :class:`dict`, :class:`list`, :class:`set`\\ 과 "
40+ ":class:`frozenset`, :class:`tuple`\\ 을 제공합니다. :class:`str` 클래스는 유니코드 문자열을 "
41+ "저장하는 데 사용되고, :class:`bytes` 클래스는 바이너리 데이터를 저장하는 데 사용됩니다."
3842
3943#: ../Doc/library/datatypes.rst:16
4044msgid "The following modules are documented in this chapter:"
41- msgstr ""
42-
45+ msgstr "이 장에서는 다음 모듈에 관해 설명합니다:"
0 commit comments