|
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, 2019. |
5 | 5 | # |
6 | | -#, fuzzy |
7 | 6 | msgid "" |
8 | 7 | msgstr "" |
9 | 8 | "Project-Id-Version: Python 3.8\n" |
10 | 9 | "Report-Msgid-Bugs-To: \n" |
11 | 10 | "POT-Creation-Date: 2019-10-15 07:19+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 | 17 | "Generated-By: Babel 2.7.0\n" |
19 | 18 |
|
20 | 19 | #: ../Doc/library/audit_events.rst:6 |
21 | 20 | msgid "Audit events table" |
22 | | -msgstr "" |
| 21 | +msgstr "감사 이벤트 표" |
23 | 22 |
|
24 | 23 | #: ../Doc/library/audit_events.rst:8 |
25 | 24 | msgid "" |
26 | 25 | "This table contains all events raised by :func:`sys.audit` or " |
27 | 26 | ":c:func:`PySys_Audit` calls throughout the CPython runtime and the " |
28 | 27 | "standard library." |
29 | 28 | msgstr "" |
| 29 | +"이 표는 CPython 런타임과 표준 라이브러리에서 :func:`sys.audit`\\나 :c:func:`PySys_Audit` " |
| 30 | +"호출에 의해 발생하는 모든 이벤트를 포함합니다." |
30 | 31 |
|
31 | 32 | #: ../Doc/library/audit_events.rst:12 |
32 | 33 | msgid "" |
33 | 34 | "See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " |
34 | 35 | "information on handling these events." |
35 | 36 | msgstr "" |
| 37 | +"이 이벤트 처리에 대한 정보는 :func:`sys.addaudithook`\\과 " |
| 38 | +":c:func:`PySys_AddAuditHook`\\을 참조하십시오." |
36 | 39 |
|
37 | 40 | #: ../Doc/library/audit_events.rst:17 |
38 | 41 | msgid "" |
39 | 42 | "This table is generated from the CPython documentation, and may not " |
40 | 43 | "represent events raised by other implementations. See your runtime " |
41 | 44 | "specific documentation for actual events raised." |
42 | 45 | msgstr "" |
| 46 | +"이 표는 CPython 설명서로부터 생성되며, 다른 구현에서 발생하는 이벤트를 나타내지 않을 수 있습니다. 실제 발생한 이벤트에 " |
| 47 | +"대해서는 여러분의 런타임 관련 설명서를 참조하십시오." |
43 | 48 |
|
0 commit comments