@@ -17,12 +17,10 @@ msgstr ""
1717"Generated-By : Babel 2.17.0\n "
1818
1919#: ../../library/marshal.rst:2
20- #, fuzzy
2120msgid ":mod:`!marshal` --- Internal Python object serialization"
22- msgstr ":mod:`marshal` --- 내부 파이썬 객체 직렬화"
21+ msgstr ":mod:`! marshal` --- 내부 파이썬 객체 직렬화"
2322
2423#: ../../library/marshal.rst:10
25- #, fuzzy
2624msgid ""
2725"This module contains functions that can read and write Python values in a"
2826" binary format. The format is specific to Python, but independent of "
@@ -32,11 +30,10 @@ msgid ""
3230"versions (although it rarely does). [#]_"
3331msgstr ""
3432"이 모듈은 바이너리 형식으로 파이썬 값을 읽고 쓸 수 있는 함수를 포함합니다. 형식은 파이썬에만 국한되지만, 기계 아키텍처 문제에는"
35- " 독립적입니다 (예를 들어, 파이썬 값을 PC의 파일에 기록하고 파일을 Sun으로 보낸 다음, 그곳에서 다시 읽을 수 있습니다). "
33+ " 독립적입니다 (예를 들어, 파이썬 값을 PC의 파일에 기록하고 파일을 맥으로 보낸 다음, 그곳에서 다시 읽을 수 있습니다). "
3634"형식의 세부 사항은 의도적으로 설명하지 않습니다; 파이썬 버전 간에 변경될 수 있습니다 (드물긴 하지만). [#]_"
3735
3836#: ../../library/marshal.rst:21
39- #, fuzzy
4037msgid ""
4138"This is not a general \" persistence\" module. For general persistence "
4239"and transfer of Python objects through RPC calls, see the modules "
@@ -55,9 +52,10 @@ msgstr ""
5552"이것은 범용 \" 지속성\" 모듈이 아닙니다. 범용 지속성과 RPC 호출을 통한 파이썬 객체의 전송에 대해서는, "
5653":mod:`pickle`\\ 과 :mod:`shelve` 모듈을 참조하십시오. :mod:`marshal` 모듈은 주로 "
5754":file:`.pyc` 파일의 파이썬 모듈에 대한 \" 의사 컴파일된\" 코드 읽기와 쓰기를 지원하기 위해 존재합니다. 따라서, "
58- "파이썬 관리자는 필요에 따라 이전 버전과 호환되지 않는 방식으로 마샬 형식을 수정할 수 있는 권한을 갖습니다. 파이썬 객체를 "
59- "직렬화하고 역 직렬화하는 데는, 대신 :mod:`pickle` 모듈을 사용하십시오 -- 성능은 비슷하고, 버전 독립성이 보장되며, "
60- "pickle은 marshal보다 훨씬 넓은 범위의 객체를 지원합니다."
55+ "파이썬 관리자는 필요에 따라 이전 버전과 호환되지 않는 방식으로 마샬 형식을 수정할 수 있는 권한을 갖습니다. 코드 객체의 형식은 "
56+ "형식의 버전이 같더라도 파이썬 버전 간에 호환되지 않습니다. 잘못된 파이썬 버전에서 코드 객체를 역 직렬화하면 정의되지 않은 동작이"
57+ " 발생합니다. 파이썬 객체를 직렬화하고 역 직렬화하는 데는, 대신 :mod:`pickle` 모듈을 사용하십시오 -- 성능은 "
58+ "비슷하고, 버전 독립성이 보장되며, pickle은 marshal보다 훨씬 넓은 범위의 객체를 지원합니다."
6159
6260#: ../../library/marshal.rst:37
6361msgid ""
@@ -69,7 +67,6 @@ msgstr ""
6967"인증되지 않은 출처에서 받은 데이터를 역 마샬 하지 마십시오."
7068
7169#: ../../library/marshal.rst:43
72- #, fuzzy
7370msgid ""
7471"Not all Python object types are supported; in general, only objects whose"
7572" value is independent from a particular invocation of Python can be "
@@ -85,10 +82,10 @@ msgid ""
8582msgstr ""
8683"모든 파이썬 객체 형이 지원되는 것은 아닙니다; 일반적으로, 파이썬의 특정 실행에 무관한 값을 가진 객체만 이 모듈에서 쓰고 읽을 "
8784"수 있습니다. 다음 형이 지원됩니다: 논릿값, 정수, 부동 소수점 수, 복소수, 문자열, 바이트열, 바이트 배열, 튜플, 리스트, "
88- "집합, frozenset, 딕셔너리 및 코드 객체, 여기서 튜플, 리스트, 집합, frozenset 및 딕셔너리는 포함된 값이 "
89- "자체적으로 지원될 때만 지원됩니다. 싱글톤 :const:`None`, :const:`Ellipsis` 및 "
90- ":exc:`StopIteration`\\ 도 마샬과 역 마샬 될 수 있습니다. 형식 *version* \\ 이 3보다 작으면, 재귀적인 "
91- "리스트, 집합 및 딕셔너리를 기록할 수 없습니다 (아래를 참조하십시오)."
85+ "집합, frozenset, 딕셔너리 및 (*allow_code* \\ 가 참이면) 코드 객체, 여기서 튜플, 리스트, 집합, "
86+ "frozenset 및 딕셔너리는 포함된 값이 자체적으로 지원될 때만 지원됩니다. 싱글톤 :const:`None`, "
87+ ":const:`Ellipsis` 및 : exc:`StopIteration`\\ 도 마샬과 역 마샬 될 수 있습니다. 형식 "
88+ "*version* \\ 이 3보다 작으면, 재귀적인 리스트, 집합 및 딕셔너리를 기록할 수 없습니다 (아래를 참조하십시오)."
9289
9390#: ../../library/marshal.rst:56
9491msgid ""
@@ -109,7 +106,6 @@ msgstr ""
109106"file>` 이어야 합니다."
110107
111108#: ../../library/marshal.rst:67
112- #, fuzzy
113109msgid ""
114110"If the value has (or contains an object that has) an unsupported type, a "
115111":exc:`ValueError` exception is raised --- but garbage data will also be "
@@ -118,7 +114,8 @@ msgid ""
118114"*allow_code* is true."
119115msgstr ""
120116"value가 지원되지 않는 형이면 (또는 지원되지 않는 형의 객체를 담고 있다면) :exc:`ValueError` 예외가 발생합니다"
121- " --- 하지만, 찌꺼기 데이터도 파일에 기록됩니다. :func:`load`\\ 로 객체를 제대로 읽을 수 없습니다."
117+ " --- 하지만, 찌꺼기 데이터도 파일에 기록됩니다. :func:`load`\\ 로 객체를 제대로 읽을 수 없습니다. :ref:`코드"
118+ " 객체 <code-objects>`\\ 는 *allow_code*\\ 가 참일 때만 지원됩니다."
122119
123120#: ../../library/marshal.rst:72
124121msgid ""
@@ -138,7 +135,6 @@ msgid "Added the *allow_code* parameter."
138135msgstr ""
139136
140137#: ../../library/marshal.rst:83
141- #, fuzzy
142138msgid ""
143139"Read one value from the open file and return it. If no valid value is "
144140"read (e.g. because the data has a different Python version's incompatible"
@@ -148,7 +144,8 @@ msgid ""
148144msgstr ""
149145"열린 파일에서 하나의 값을 읽고 그것을 반환합니다. 유효한 값을 읽히지 않으면 (예를 들어, 데이터가 다른 파이썬 버전의 호환되지 "
150146"않는 마샬 형식이라서) :exc:`EOFError`, :exc:`ValueError` 또는 :exc:`TypeError`\\ 를 "
151- "발생시킵니다. 파일은 읽을 수 있는 :term:`바이너리 파일 <binary file>` 이어야 합니다."
147+ "발생시킵니다. :ref:`코드 객체 <code-objects>`\\ 는 *allow_code*\\ 가 참일 때만 지원됩니다. 파일은 "
148+ "읽을 수 있는 :term:`바이너리 파일 <binary file>` 이어야 합니다."
152149
153150#: ../../library/marshal.rst:89
154151msgid ""
@@ -173,7 +170,6 @@ msgid ""
173170msgstr ""
174171
175172#: ../../library/marshal.rst:107
176- #, fuzzy
177173msgid ""
178174"Return the bytes object that would be written to a file by ``dump(value, "
179175"file)``. The value must be a supported type. Raise a :exc:`ValueError` "
@@ -183,7 +179,7 @@ msgid ""
183179msgstr ""
184180"``dump(value, file)``\\ 에 의해 파일에 기록될 바이트열 객체를 반환합니다. value는 지원되는 형이어야 합니다."
185181" value가 지원되지 않는 형이면 (또는 지원되지 않는 형의 객체를 담고 있다면) :exc:`ValueError` 예외를 "
186- "발생시킵니다."
182+ "발생시킵니다. :ref:`코드 객체 <code-objects>` \\ 는 *allow_code* \\ 가 참일 때만 지원됩니다. "
187183
188184#: ../../library/marshal.rst:112
189185msgid ""
@@ -192,16 +188,16 @@ msgid ""
192188msgstr "*version* 인자는 ``dumps``\\ 가 사용해야 하는 데이터 형식을 나타냅니다 (아래를 참조하십시오)."
193189
194190#: ../../library/marshal.rst:123
195- #, fuzzy
196191msgid ""
197192"Convert the :term:`bytes-like object` to a value. If no valid value is "
198193"found, raise :exc:`EOFError`, :exc:`ValueError` or :exc:`TypeError`. "
199194":ref:`Code objects <code-objects>` are only supported if *allow_code* is "
200195"true. Extra bytes in the input are ignored."
201196msgstr ""
202197":term:`바이트열류 객체 <bytes-like object>`\\ 를 값으로 변환합니다. 유효한 값이 없으면 "
203- ":exc:`EOFError`, :exc:`ValueError` 또는 :exc:`TypeError`\\ 를 발생시킵니다. 입력의 여분의"
204- " 바이트는 무시됩니다."
198+ ":exc:`EOFError`, :exc:`ValueError` 또는 :exc:`TypeError`\\ 를 발생시킵니다. "
199+ ":ref:`코드 객체 <code-objects>`\\ 는 *allow_code*\\ 가 참일 때만 지원됩니다. 입력의 여분의 바이트는 "
200+ "무시됩니다."
205201
206202#: ../../library/marshal.rst:128
207203msgid ""
@@ -221,7 +217,6 @@ msgid "In addition, the following constants are defined:"
221217msgstr "또한, 다음 상수가 정의됩니다:"
222218
223219#: ../../library/marshal.rst:143
224- #, fuzzy
225220msgid ""
226221"Indicates the format that the module uses. Version 0 is the historical "
227222"format, version 1 shares interned strings and version 2 uses a binary "
@@ -251,25 +246,25 @@ msgstr ""
251246
252247#: ../../library/marshal.rst:17
253248msgid "module"
254- msgstr ""
249+ msgstr "모듈 "
255250
256251#: ../../library/marshal.rst:17
257252msgid "pickle"
258- msgstr ""
253+ msgstr "피클 "
259254
260255#: ../../library/marshal.rst:17
261256msgid "shelve"
262- msgstr ""
257+ msgstr "쉘프 "
263258
264259#: ../../library/marshal.rst:41
265260msgid "object"
266- msgstr ""
261+ msgstr "객체 "
267262
268263#: ../../library/marshal.rst:41
269264msgid "code"
270- msgstr ""
265+ msgstr "코드 "
271266
272267#: ../../library/marshal.rst:41
273268msgid "code object"
274- msgstr ""
269+ msgstr "코드 객체 "
275270
0 commit comments