Skip to content

Commit 54ec1f0

Browse files
committed
#955 - remove fuzzy flags
1 parent 025a2da commit 54ec1f0

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

library/copyreg.po

+4-24
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/copyreg.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions"
22-
msgstr ":mod:`copyreg` --- :mod:`pickle` 지원 함수 등록"
21+
msgstr ":mod:`!copyreg` --- :mod:`!pickle` 지원 함수 등록"
2322

2423
#: ../../library/copyreg.rst:7
2524
msgid "**Source code:** :source:`Lib/copyreg.py`"
@@ -47,7 +46,6 @@ msgstr ""
4746
":exc:`TypeError`\\가 발생합니다."
4847

4948
#: ../../library/copyreg.rst:30
50-
#, fuzzy
5149
msgid ""
5250
"Declares that *function* should be used as a \"reduction\" function for "
5351
"objects of type *type*. *function* must return either a string or a "
@@ -56,7 +54,8 @@ msgid ""
5654
"of *function*."
5755
msgstr ""
5856
"*function*\\이 *type* 형의 객체에 대한 \"환원\" 함수로 사용되어야 한다고 선언합니다. *function*\\는 "
59-
"문자열이나 두 개 또는 세 개의 요소를 포함하는 튜플을 반환해야 합니다."
57+
"문자열이나 2개에서 또는 6개 사이의 요소를 포함하는 튜플을 반환해야 합니다. *function*\\의 인터페이스에 대한 자세한 "
58+
"내용은 :attr:`~pickle.Pickler.dispatch_table`\\을 참조하십시오."
6059

6160
#: ../../library/copyreg.rst:35
6261
msgid ""
@@ -65,14 +64,12 @@ msgid ""
6564
msgstr ""
6665

6766
#: ../../library/copyreg.rst:38
68-
#, fuzzy
6967
msgid ""
7068
"Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a "
7169
"pickler object or subclass of :class:`pickle.Pickler` can also be used "
7270
"for declaring reduction functions."
7371
msgstr ""
74-
"*function* 과 *constructor*\\에서 기대되는 인터페이스에 대한 자세한 내용은 :mod:`pickle` 모듈을 "
75-
"참조하십시오. 피클러 객체나 :class:`pickle.Pickler`\\의 서브 클래스의 "
72+
"피클러 객체나 :class:`pickle.Pickler`\\의 서브 클래스의 "
7673
":attr:`~pickle.Pickler.dispatch_table` 어트리뷰트도 환원 함수를 선언하는 데 사용될 수 있습니다."
7774

7875
#: ../../library/copyreg.rst:43
@@ -97,20 +94,3 @@ msgstr ""
9794
msgid "copy"
9895
msgstr ""
9996

100-
#~ msgid ""
101-
#~ "The optional *constructor* parameter, if "
102-
#~ "provided, is a callable object which "
103-
#~ "can be used to reconstruct the "
104-
#~ "object when called with the tuple "
105-
#~ "of arguments returned by *function* at"
106-
#~ " pickling time. :exc:`TypeError` will be"
107-
#~ " raised if *object* is a class "
108-
#~ "or *constructor* is not callable."
109-
#~ msgstr ""
110-
#~ "선택적 *constructor* 매개 변수가 제공되면, 콜러블 "
111-
#~ "객체이며, 피클 할 때 *function*\\에 의해 반환된"
112-
#~ " 인자의 튜플로 호출될 때 객체를 재구성하는 데 "
113-
#~ "사용할 수 있습니다. *object*\\가 클래스이거나 "
114-
#~ "*constructor*\\가 콜러블이 아니면 :exc:`TypeError`\\가 "
115-
#~ "발생합니다."
116-

0 commit comments

Comments
 (0)