@@ -7,98 +7,101 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.6\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2017-11-26 18:49 +0900\n "
10
+ "POT-Creation-Date : 2019-12-19 18:31 +0900\n "
11
11
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator : Dong-gweon Oh <flowdas@gmail.com>\n "
13
13
"Language-Team : Korean (https://python.flowdas.com)\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=utf-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
- "Generated-By : Babel 2.5.1 \n "
17
+ "Generated-By : Babel 2.7.0 \n "
18
18
19
- #: .. /Doc/c-api/bytearray.rst:6
19
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:6
20
20
msgid "Byte Array Objects"
21
21
msgstr "바이트 배열 객체"
22
22
23
- #: .. /Doc/c-api/bytearray.rst:13
23
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:13
24
24
msgid "This subtype of :c:type:`PyObject` represents a Python bytearray object."
25
25
msgstr "이 :c:type:`PyObject`\\ 의 서브 형은 파이썬 bytearray 객체를 나타냅니다."
26
26
27
- #: .. /Doc/c-api/bytearray.rst:18
27
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:18
28
28
msgid ""
29
29
"This instance of :c:type:`PyTypeObject` represents the Python bytearray "
30
30
"type; it is the same object as :class:`bytearray` in the Python layer."
31
31
msgstr ""
32
32
"이 :c:type:`PyTypeObject` 인스턴스는 파이썬 bytearray 형을 나타냅니다; 파이썬 계층의 "
33
33
":class:`bytearray`\\ 와 같은 객체입니다."
34
34
35
- #: .. /Doc/c-api/bytearray.rst:23
35
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:23
36
36
msgid "Type check macros"
37
37
msgstr "형 검사 매크로"
38
38
39
- #: .. /Doc/c-api/bytearray.rst:27
39
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:27
40
40
msgid ""
41
41
"Return true if the object *o* is a bytearray object or an instance of a "
42
42
"subtype of the bytearray type."
43
43
msgstr "객체 *o*\\ 가 bytearray 객체이거나 bytearray 형의 서브 형 인스턴스면 참을 반환합니다."
44
44
45
- #: .. /Doc/c-api/bytearray.rst:33
45
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:33
46
46
msgid ""
47
47
"Return true if the object *o* is a bytearray object, but not an instance "
48
48
"of a subtype of the bytearray type."
49
49
msgstr "객체 *o*\\ 가 bytearray 객체이지만, bytearray 형의 서브 형 인스턴스는 아니면 참을 반환합니다."
50
50
51
- #: .. /Doc/c-api/bytearray.rst:38
51
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:38
52
52
msgid "Direct API functions"
53
53
msgstr "직접 API 함수"
54
54
55
- #: .. /Doc/c-api/bytearray.rst:42
55
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:42
56
56
msgid ""
57
57
"Return a new bytearray object from any object, *o*, that implements the "
58
58
":ref:`buffer protocol <bufferobjects>`."
59
59
msgstr ""
60
- ":ref:`버퍼 프로토콜 <bufferobjects>`\\ 을 구현하는 임의의 객체(*o*)로부터 써서 새로운 bytearray 객체를 "
61
- "돌려줍니다."
60
+ ":ref:`버퍼 프로토콜 <bufferobjects>`\\ 을 구현하는 임의의 객체(*o*)로부터 써서 새로운 bytearray "
61
+ "객체를 돌려줍니다."
62
62
63
- #: .. /Doc/c-api/bytearray.rst:50
63
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:50
64
64
msgid ""
65
65
"Create a new bytearray object from *string* and its length, *len*. On "
66
- "failure, *NULL* is returned."
67
- msgstr "*string*\\ 과 그 길이(*len*)로부터 새로운 bytearray 객체를 만듭니다. 실패하면, *NULL*\\ 이 반환됩니다."
66
+ "failure, ``NULL`` is returned."
67
+ msgstr ""
68
+ "*string*\\ 과 그 길이(*len*)로부터 새로운 bytearray 객체를 만듭니다. 실패하면, ``NULL``\\ 이 "
69
+ "반환됩니다."
68
70
69
- #: .. /Doc/c-api/bytearray.rst:56
71
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:56
70
72
msgid "Concat bytearrays *a* and *b* and return a new bytearray with the result."
71
73
msgstr "바이트 배열 *a* 와 *b*\\ 를 이어붙여 새로운 bytearray로 반환합니다."
72
74
73
- #: .. /Doc/c-api/bytearray.rst:61
74
- msgid "Return the size of *bytearray* after checking for a * NULL* pointer."
75
- msgstr "* NULL* 포인터를 확인한 후 *bytearray*\\ 의 크기를 반환합니다."
75
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:61
76
+ msgid "Return the size of *bytearray* after checking for a `` NULL`` pointer."
77
+ msgstr "`` NULL`` 포인터를 확인한 후 *bytearray*\\ 의 크기를 반환합니다."
76
78
77
- #: .. /Doc/c-api/bytearray.rst:66
79
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:66
78
80
msgid ""
79
81
"Return the contents of *bytearray* as a char array after checking for a "
80
- "* NULL* pointer. The returned array always has an extra null byte "
82
+ "`` NULL`` pointer. The returned array always has an extra null byte "
81
83
"appended."
82
84
msgstr ""
83
- "* NULL* 포인터를 확인한 후 *bytearray*\\ 의 내용을 char 배열로 반환합니다. 반환되는 배열에는 항상 여분의 널 바이트가 "
84
- " 추가됩니다."
85
+ "`` NULL`` 포인터를 확인한 후 *bytearray*\\ 의 내용을 char 배열로 반환합니다. 반환되는 배열에는 항상 여분의 널"
86
+ " 바이트가 추가됩니다."
85
87
86
- #: .. /Doc/c-api/bytearray.rst:73
88
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:73
87
89
msgid "Resize the internal buffer of *bytearray* to *len*."
88
90
msgstr "*bytearray*\\ 의 내부 버퍼의 크기를 *len*\\ 으로 조정합니다."
89
91
90
- #: .. /Doc/c-api/bytearray.rst:76
92
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:76
91
93
msgid "Macros"
92
94
msgstr "매크로"
93
95
94
- #: .. /Doc/c-api/bytearray.rst:78
96
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:78
95
97
msgid "These macros trade safety for speed and they don't check pointers."
96
98
msgstr "이 매크로는 속도를 위해 안전을 희생하며 포인터를 확인하지 않습니다."
97
99
98
- #: .. /Doc/c-api/bytearray.rst:82
100
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:82
99
101
msgid "Macro version of :c:func:`PyByteArray_AsString`."
100
102
msgstr ":c:func:`PyByteArray_AsString`\\ 의 매크로 버전."
101
103
102
- #: .. /Doc/c-api/bytearray.rst:87
104
+ #: /Users/flowdas/works/docs/python/src /Doc/c-api/bytearray.rst:87
103
105
msgid "Macro version of :c:func:`PyByteArray_Size`."
104
106
msgstr ":c:func:`PyByteArray_Size`\\ 의 매크로 버전."
107
+
0 commit comments