@@ -10,54 +10,57 @@ 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 : Dong-gweon Oh <flowdas@gmail.com >\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/tty.rst:2
2121msgid ":mod:`tty` --- Terminal control functions"
22- msgstr ""
22+ msgstr ":mod:`tty` --- 터미널 제어 함수 "
2323
2424#: ../Doc/library/tty.rst:11
2525msgid "**Source code:** :source:`Lib/tty.py`"
26- msgstr ""
26+ msgstr "**소스 코드:** :source:`Lib/tty.py` "
2727
2828#: ../Doc/library/tty.rst:15
2929msgid ""
3030"The :mod:`tty` module defines functions for putting the tty into cbreak "
3131"and raw modes."
32- msgstr ""
32+ msgstr ":mod:`tty` 모듈은 tty를 cbreak 및 raw 모드로 설정하는 함수를 정의합니다. "
3333
3434#: ../Doc/library/tty.rst:18
3535msgid "Because it requires the :mod:`termios` module, it will work only on Unix."
36- msgstr ""
36+ msgstr ":mod:`termios` 모듈이 필요하기 때문에 유닉스에서만 작동합니다. "
3737
3838#: ../Doc/library/tty.rst:20
3939msgid "The :mod:`tty` module defines the following functions:"
40- msgstr ""
40+ msgstr ":mod:`tty` 모듈은 다음 함수를 정의합니다.: "
4141
4242#: ../Doc/library/tty.rst:25
4343msgid ""
4444"Change the mode of the file descriptor *fd* to raw. If *when* is omitted,"
4545" it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
4646":func:`termios.tcsetattr`."
4747msgstr ""
48+ "파일 기술자 *fd*\\ 의 모드를 raw로 변경합니다. *when*\\ 이 생략되면, 기본값은 "
49+ ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다."
4850
4951#: ../Doc/library/tty.rst:32
5052msgid ""
5153"Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, "
5254"it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
5355":func:`termios.tcsetattr`."
5456msgstr ""
57+ "파일 기술자 *fd*\\ 의 모드를 cbreak로 변경합니다. *when*\\ 이 생략되면, 기본값은 "
58+ ":const:`termios.TCSAFLUSH`\\ 이며 :func:`termios.tcsetattr`\\ 로 전달됩니다."
5559
5660#: ../Doc/library/tty.rst:39
5761msgid "Module :mod:`termios`"
58- msgstr ""
62+ msgstr "모듈 :mod:`termios` "
5963
6064#: ../Doc/library/tty.rst:40
6165msgid "Low-level terminal control interface."
62- msgstr ""
63-
66+ msgstr "저수준 터미널 제어 인터페이스."
0 commit comments