|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2017. |
5 | 5 | # |
6 | | -#, fuzzy |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: Python 3.6\n" |
10 | 9 | "Report-Msgid-Bugs-To: \n" |
11 | 10 | "POT-Creation-Date: 2018-05-30 09:56+0900\n" |
12 | 11 | "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" |
| 12 | +"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n" |
| 13 | +"Language-Team: Korean (https://python.flowdas.com)\n" |
15 | 14 | "MIME-Version: 1.0\n" |
16 | 15 | "Content-Type: text/plain; charset=utf-8\n" |
17 | 16 | "Content-Transfer-Encoding: 8bit\n" |
18 | | -"Generated-By: Babel 2.5.1\n" |
| 17 | +"Generated-By: Babel 2.7.0\n" |
19 | 18 |
|
20 | 19 | #: ../Doc/library/dummy_threading.rst:2 |
21 | 20 | msgid "" |
22 | 21 | ":mod:`dummy_threading` --- Drop-in replacement for the :mod:`threading` " |
23 | 22 | "module" |
24 | | -msgstr "" |
| 23 | +msgstr ":mod:`dummy_threading` --- :mod:`threading` 모듈의 드롭인 교체" |
25 | 24 |
|
26 | 25 | #: ../Doc/library/dummy_threading.rst:7 |
27 | 26 | msgid "**Source code:** :source:`Lib/dummy_threading.py`" |
28 | | -msgstr "" |
| 27 | +msgstr "**소스 코드:** :source:`Lib/dummy_threading.py`" |
29 | 28 |
|
30 | 29 | #: ../Doc/library/dummy_threading.rst:9 |
31 | 30 | msgid "" |
32 | 31 | "Python now always has threading enabled. Please use :mod:`threading` " |
33 | 32 | "instead." |
34 | | -msgstr "" |
| 33 | +msgstr "파이썬은 이제 항상 스레딩을 활성화했습니다. 대신 :mod:`threading`\\을 사용하십시오." |
35 | 34 |
|
36 | 35 | #: ../Doc/library/dummy_threading.rst:14 |
37 | 36 | msgid "" |
38 | 37 | "This module provides a duplicate interface to the :mod:`threading` " |
39 | 38 | "module. It was meant to be imported when the :mod:`_thread` module was " |
40 | 39 | "not provided on a platform." |
41 | 40 | msgstr "" |
| 41 | +"이 모듈은 :mod:`threading` 모듈에 대한 중복 인터페이스를 제공합니다. :mod:`_thread` 모듈이 플랫폼에서 " |
| 42 | +"제공되지 않았을 때 임포트 하기 위한 것입니다." |
42 | 43 |
|
43 | 44 | #: ../Doc/library/dummy_threading.rst:18 |
44 | 45 | msgid "" |
45 | 46 | "Be careful to not use this module where deadlock might occur from a " |
46 | 47 | "thread being created that blocks waiting for another thread to be " |
47 | 48 | "created. This often occurs with blocking I/O." |
48 | 49 | msgstr "" |
49 | | - |
50 | | -#~ msgid "" |
51 | | -#~ "This module provides a duplicate " |
52 | | -#~ "interface to the :mod:`threading` module. " |
53 | | -#~ "It is meant to be imported when" |
54 | | -#~ " the :mod:`_thread` module is not " |
55 | | -#~ "provided on a platform." |
56 | | -#~ msgstr "" |
57 | | - |
58 | | -#~ msgid "Suggested usage is::" |
59 | | -#~ msgstr "" |
| 50 | +"스레드가 만들어지면서 다른 스레드가 만들어질 때까지 대기함으로 인한 교착 상태가 일어날 수 있는 곳에서 이 모듈을 사용하지 " |
| 51 | +"마십시오. 이것은 종종 블로킹 I/O에서 발생합니다." |
60 | 52 |
|
0 commit comments