Skip to content

Commit b3ad726

Browse files
committed
Closes #367 - translate library/tty.po
1 parent 8fea579 commit b3ad726

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

library/tty.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2121
msgid ":mod:`tty` --- Terminal control functions"
22-
msgstr ""
22+
msgstr ":mod:`tty` --- 터미널 제어 함수"
2323

2424
#: ../Doc/library/tty.rst:11
2525
msgid "**Source code:** :source:`Lib/tty.py`"
26-
msgstr ""
26+
msgstr "**소스 코드:** :source:`Lib/tty.py`"
2727

2828
#: ../Doc/library/tty.rst:15
2929
msgid ""
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
3535
msgid "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
3939
msgid "The :mod:`tty` module defines the following functions:"
40-
msgstr ""
40+
msgstr ":mod:`tty` 모듈은 다음 함수를 정의합니다.:"
4141

4242
#: ../Doc/library/tty.rst:25
4343
msgid ""
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`."
4747
msgstr ""
48+
"파일 기술자 *fd*\\의 모드를 raw로 변경합니다. *when*\\이 생략되면, 기본값은 "
49+
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다."
4850

4951
#: ../Doc/library/tty.rst:32
5052
msgid ""
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`."
5456
msgstr ""
57+
"파일 기술자 *fd*\\의 모드를 cbreak로 변경합니다. *when*\\이 생략되면, 기본값은 "
58+
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다."
5559

5660
#: ../Doc/library/tty.rst:39
5761
msgid "Module :mod:`termios`"
58-
msgstr ""
62+
msgstr "모듈 :mod:`termios`"
5963

6064
#: ../Doc/library/tty.rst:40
6165
msgid "Low-level terminal control interface."
62-
msgstr ""
63-
66+
msgstr "저수준 터미널 제어 인터페이스."

0 commit comments

Comments
 (0)