File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/tkinter.dnd.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!tkinter.dnd` --- Drag and drop support"
22
- msgstr ":mod:`tkinter.dnd` --- 드래그 앤드 드롭 지원"
21
+ msgstr ":mod:`! tkinter.dnd` --- 드래그 앤드 드롭 지원"
23
22
24
23
#: ../../library/tkinter.dnd.rst:8
25
24
msgid "**Source code:** :source:`Lib/tkinter/dnd.py`"
@@ -61,16 +60,14 @@ msgid "Target widget should have a callable *dnd_accept* attribute"
61
60
msgstr "대상 위젯에는 콜러블 *dnd_accept* 어트리뷰트가 있어야 합니다"
62
61
63
62
#: ../../library/tkinter.dnd.rst:28
64
- #, fuzzy
65
63
msgid ""
66
64
"If *dnd_accept* is not present or returns ``None``, search moves to "
67
65
"parent widget"
68
- msgstr "*dnd_accept*\\ 가 없거나 None을 반환하면, 검색은 부모 위젯으로 이동합니다"
66
+ msgstr "*dnd_accept*\\ 가 없거나 ``None`` \\ 을 반환하면, 검색은 부모 위젯으로 이동합니다"
69
67
70
68
#: ../../library/tkinter.dnd.rst:29
71
- #, fuzzy
72
69
msgid "If no target widget is found, then the target object is ``None``"
73
- msgstr "대상 위젯이 발견되지 않으면, 대상 객체는 None입니다 ."
70
+ msgstr "대상 위젯이 발견되지 않으면, 대상 객체는 ``None`` \\ 입니다 ."
74
71
75
72
#: ../../library/tkinter.dnd.rst:31
76
73
msgid "Call to *<old_target>.dnd_leave(source, event)*"
You can’t perform that action at this time.
0 commit comments