@@ -14,7 +14,7 @@ msgstr ""
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=utf-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
17- "Generated-By : Babel 2.5.1 \n "
17+ "Generated-By : Babel 2.7.0 \n "
1818
1919#: ../Doc/library/reprlib.rst:2
2020msgid ":mod:`reprlib` --- Alternate :func:`repr` implementation"
@@ -30,8 +30,8 @@ msgid ""
3030"representations with limits on the size of the resulting strings. This is"
3131" used in the Python debugger and may be useful in other contexts as well."
3232msgstr ""
33- ":mod:`reprlib` 모듈은 결과 문자열의 크기에 제한이 있는 객체 표현을 생성하는 수단을 제공합니다. 파이썬 디버거에서 사용되며 "
34- "다른 문맥에서도 유용할 수 있습니다."
33+ ":mod:`reprlib` 모듈은 결과 문자열의 크기에 제한이 있는 객체 표현을 생성하는 수단을 제공합니다. 파이썬 디버거에서 "
34+ "사용되며 다른 문맥에서도 유용할 수 있습니다."
3535
3636#: ../Doc/library/reprlib.rst:17
3737msgid "This module provides a class, an instance, and a function:"
@@ -44,8 +44,8 @@ msgid ""
4444"types are added to avoid the generation of representations which are "
4545"excessively long."
4646msgstr ""
47- "내장 :func:`repr`\\ 과 유사한 함수를 구현하는 데 유용한 포매팅 서비스를 제공하는 클래스; 과도하게 긴 표현의 생성을 피하고자 "
48- " 객체 형별로 크기 제한이 추가됩니다."
47+ "내장 :func:`repr`\\ 과 유사한 함수를 구현하는 데 유용한 포매팅 서비스를 제공하는 클래스; 과도하게 긴 표현의 생성을 "
48+ "피하고자 객체 형별로 크기 제한이 추가됩니다."
4949
5050#: ../Doc/library/reprlib.rst:29
5151msgid ""
@@ -95,8 +95,8 @@ msgid ""
9595"provide size limits for the representations of different object types, "
9696"and methods which format specific object types."
9797msgstr ""
98- ":class:`Repr` 인스턴스는 여러 객체 형의 표현에 대한 크기 제한과 특정 객체 형을 포맷하는 메서드를 제공하는데 사용될 수 "
99- "있습니다."
98+ ":class:`Repr` 인스턴스는 여러 객체 형의 표현에 대한 크기 제한과 특정 객체 형을 포맷하는 메서드를 제공하는데 사용될 수"
99+ " 있습니다."
100100
101101#: ../Doc/library/reprlib.rst:77
102102msgid ""
@@ -110,8 +110,8 @@ msgid ""
110110"The default is ``4`` for :attr:`maxdict`, ``5`` for :attr:`maxarray`, and"
111111" ``6`` for the others."
112112msgstr ""
113- "명명된 객체 형을 표현하는 항목 수 제한. 기본값은 :attr:`maxdict`\\ 은 ``4``, :attr:`maxarray` \\ 는 "
114- "``5`` 이고 그 외는 ``6``\\ 입니다."
113+ "명명된 객체 형을 표현하는 항목 수 제한. 기본값은 :attr:`maxdict`\\ 은 ``4``, "
114+ ":attr:`maxarray` \\ 는 ``5`` 이고 그 외는 ``6``\\ 입니다."
115115
116116#: ../Doc/library/reprlib.rst:95
117117msgid ""
@@ -154,9 +154,9 @@ msgid ""
154154"recursive formatting, with ``level - 1`` for the value of *level* in the "
155155"recursive call."
156156msgstr ""
157- ":meth:`.repr`\\ 에서 사용되는 재귀적 구현. *obj*\\ 의 형을 사용하여 호출할 포매팅 메서드를 결정하고, *obj* 와 "
158- "*level*\\ 을 전달합니다. 형별 메서드는 재귀적 포매팅을 수행하기 위해 :meth:`repr1`\\ 을 호출해야 하는데, 재귀 "
159- "호출에서 *level* 값으로 ``level - 1``\\ 을 사용합니다."
157+ ":meth:`.repr`\\ 에서 사용되는 재귀적 구현. *obj*\\ 의 형을 사용하여 호출할 포매팅 메서드를 결정하고, *obj* "
158+ "와 *level*\\ 을 전달합니다. 형별 메서드는 재귀적 포매팅을 수행하기 위해 :meth:`repr1`\\ 을 호출해야 하는데, "
159+ "재귀 호출에서 *level* 값으로 ``level - 1``\\ 을 사용합니다."
160160
161161#: ../Doc/library/reprlib.rst:131
162162msgid ""
@@ -173,7 +173,7 @@ msgstr ""
173173
174174#: ../Doc/library/reprlib.rst:141
175175msgid "Subclassing Repr Objects"
176- msgstr "Repr 객체 서브클래싱 "
176+ msgstr "Repr 객체 서브 클래싱 "
177177
178178#: ../Doc/library/reprlib.rst:143
179179msgid ""
@@ -182,6 +182,7 @@ msgid ""
182182"modify the handling of types already supported. This example shows how "
183183"special support for file objects could be added::"
184184msgstr ""
185- ":meth:`Repr.repr1`\\ 에 의한 동적 디스패치의 사용은 :class:`Repr`\\ 의 서브 클래스가 추가 내장 객체 형에 "
186- "대한 지원을 추가하거나 이미 지원되는 형의 처리를 수정할 수 있도록 합니다. 이 예제는 파일 객체에 대한 특별한 지원이 어떻게 추가될 수"
187- " 있는지 보여줍니다::"
185+ ":meth:`Repr.repr1`\\ 에 의한 동적 디스패치의 사용은 :class:`Repr`\\ 의 서브 클래스가 추가 내장 객체 "
186+ "형에 대한 지원을 추가하거나 이미 지원되는 형의 처리를 수정할 수 있도록 합니다. 이 예제는 파일 객체에 대한 특별한 지원이 어떻게"
187+ " 추가될 수 있는지 보여줍니다::"
188+
0 commit comments