Skip to content

Commit d377e0d

Browse files
committed
Closes #605 - translate library/audit_events.po
1 parent 6806b4c commit d377e0d

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

library/audit_events.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,46 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.8\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-10-15 07:19+0900\n"
1211
"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"
1514
"MIME-Version: 1.0\n"
1615
"Content-Type: text/plain; charset=utf-8\n"
1716
"Content-Transfer-Encoding: 8bit\n"
1817
"Generated-By: Babel 2.7.0\n"
1918

2019
#: ../Doc/library/audit_events.rst:6
2120
msgid "Audit events table"
22-
msgstr ""
21+
msgstr "감사 이벤트 표"
2322

2423
#: ../Doc/library/audit_events.rst:8
2524
msgid ""
2625
"This table contains all events raised by :func:`sys.audit` or "
2726
":c:func:`PySys_Audit` calls throughout the CPython runtime and the "
2827
"standard library."
2928
msgstr ""
29+
"이 표는 CPython 런타임과 표준 라이브러리에서 :func:`sys.audit`\\나 :c:func:`PySys_Audit` "
30+
"호출에 의해 발생하는 모든 이벤트를 포함합니다."
3031

3132
#: ../Doc/library/audit_events.rst:12
3233
msgid ""
3334
"See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for "
3435
"information on handling these events."
3536
msgstr ""
37+
"이 이벤트 처리에 대한 정보는 :func:`sys.addaudithook`\\과 "
38+
":c:func:`PySys_AddAuditHook`\\을 참조하십시오."
3639

3740
#: ../Doc/library/audit_events.rst:17
3841
msgid ""
3942
"This table is generated from the CPython documentation, and may not "
4043
"represent events raised by other implementations. See your runtime "
4144
"specific documentation for actual events raised."
4245
msgstr ""
46+
"이 표는 CPython 설명서로부터 생성되며, 다른 구현에서 발생하는 이벤트를 나타내지 않을 수 있습니다. 실제 발생한 이벤트에 "
47+
"대해서는 여러분의 런타임 관련 설명서를 참조하십시오."
4348

0 commit comments

Comments
 (0)