Skip to content

Commit 54be2cd

Browse files
committed
Closes #45 - translate c-api/none.po
1 parent a979b0c commit 54be2cd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

c-api/none.po

Lines changed: 10 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 (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/c-api/none.rst:6
2121
msgid "The ``None`` Object"
22-
msgstr ""
22+
msgstr "``None`` 객체"
2323

2424
#: ../Doc/c-api/none.rst:10
2525
msgid ""
@@ -28,17 +28,23 @@ msgid ""
2828
"identity (using ``==`` in C) is sufficient. There is no "
2929
":c:func:`PyNone_Check` function for the same reason."
3030
msgstr ""
31+
"``None``\\에 대한 :c:type:`PyTypeObject`\\는 파이썬/C API에서 직접 노출되지 않습니다. "
32+
"``None``\\은 싱글톤이기 때문에 (C에서 ``==``\\를 사용해서) 객체 아이덴티티를 검사하는 것으로 충분합니다. 같은 이유로 "
33+
":c:func:`PyNone_Check` 함수가 없습니다."
3134

3235
#: ../Doc/c-api/none.rst:18
3336
msgid ""
3437
"The Python ``None`` object, denoting lack of value. This object has no "
3538
"methods. It needs to be treated just like any other object with respect "
3639
"to reference counts."
3740
msgstr ""
41+
"값의 부재를 나타내는 파이썬 ``None`` 객체입니다. 이 객체에는 메서드가 없습니다. 참조 횟수와 관련하여 다른 객체와 마찬가지로 "
42+
"처리해야 합니다."
3843

3944
#: ../Doc/c-api/none.rst:25
4045
msgid ""
4146
"Properly handle returning :c:data:`Py_None` from within a C function "
4247
"(that is, increment the reference count of ``None`` and return it.)"
4348
msgstr ""
44-
49+
"C 함수 내에서 :c:data:`Py_None`\\를 반환하는 것을 올바르게 처리합니다 (즉, ``None``\\의 참조 횟수를 "
50+
"증가시키고 반환합니다)."

0 commit comments

Comments
 (0)