Skip to content

Commit d066ce5

Browse files
committed
Closes #144 - translate library/builtins.po
1 parent 5b0dfa2 commit d066ce5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

library/builtins.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ 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 (http://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/builtins.rst:2
2121
msgid ":mod:`builtins` --- Built-in objects"
22-
msgstr ""
22+
msgstr ":mod:`builtins` --- 내장 객체"
2323

2424
#: ../Doc/library/builtins.rst:9
2525
msgid ""
@@ -28,6 +28,9 @@ msgid ""
2828
"function :func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-"
2929
"consts` for documentation."
3030
msgstr ""
31+
"이 모듈은 파이썬의 모든 '내장' 식별자에 대한 직접 액세스를 제공합니다. 예를 들어, ``builtins.open`` 은 내장 함수 "
32+
":func:`open` 의 완전한 이름입니다. 도큐멘테이션은 :ref:`built-in-funcs` 와 :ref:`built-in-"
33+
"consts`\\를 참조하세요."
3134

3235
#: ../Doc/library/builtins.rst:15
3336
msgid ""
@@ -37,6 +40,9 @@ msgid ""
3740
"For example, in a module that wants to implement an :func:`open` function"
3841
" that wraps the built-in :func:`open`, this module can be used directly::"
3942
msgstr ""
43+
"이 모듈은 일반적으로 대부분의 응용 프로그램에서 명시적으로 액세스하지 않지만, 내장된 값과 이름이 같은 객체를 제공하면서도 그 이름의 "
44+
"내장 객체가 필요한 모듈에서 유용 할 수 있습니다. 예를 들어, 내장 :func:`open` 을 감싸는 :func:`open` 함수를 "
45+
"구현하고자 하는 모듈에서 이 모듈을 직접 사용할 수 있습니다::"
4046

4147
#: ../Doc/library/builtins.rst:38
4248
msgid ""
@@ -46,4 +52,6 @@ msgid ""
4652
":attr:`~object.__dict__` attribute. Since this is an implementation "
4753
"detail, it may not be used by alternate implementations of Python."
4854
msgstr ""
49-
55+
"구현 세부 사항으로, 대부분 모듈은 전역 변수로 ``__builtins__`` 라는 이름을 가지고 있습니다. "
56+
"``__builtins__`` 의 값은, 보통 이 모듈이거나 모듈의 :attr:`~object.__dict__` 어트리뷰트의 값입니다. "
57+
"이것은 구현 세부 사항이므로, 파이썬의 대안 구현에서는 사용되지 않을 수 있습니다."

0 commit comments

Comments
 (0)