88msgstr ""
99"Project-Id-Version : Python 3.15\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2026-07-07 16:22 +0000\n "
11+ "POT-Creation-Date : 2026-07-17 15:08 +0000\n "
1212"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1313"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
1414"id/)\n "
@@ -35,39 +35,40 @@ msgid ""
3535"enable an object to be dragged, you must create an event binding for it that "
3636"starts the drag-and-drop process. Typically, you bind a ButtonPress event to "
3737"a callback function that you write (see :ref:`Bindings-and-Events`). The "
38- "function should call :func:`dnd_start`, where ' source' is the object to be "
39- "dragged, and ' event' is the event that invoked the call (the argument to "
38+ "function should call :func:`dnd_start`, where * source* is the object to be "
39+ "dragged, and * event* is the event that invoked the call (the argument to "
4040"your callback function)."
4141msgstr ""
4242
4343msgid "Selection of a target object occurs as follows:"
4444msgstr ""
4545
46- msgid "Top-down search of area under mouse for target widget"
46+ msgid "Top-down search of the area under the mouse for a target widget: "
4747msgstr ""
4848
49- msgid "Target widget should have a callable *dnd_accept* attribute"
49+ msgid "the target widget should have a callable *dnd_accept* attribute; "
5050msgstr ""
5151
5252msgid ""
53- "If *dnd_accept* is not present or returns ``None``, search moves to parent "
54- "widget"
53+ "if *dnd_accept* is not present or returns ``None``, the search moves to the "
54+ "parent widget; "
5555msgstr ""
5656
57- msgid "If no target widget is found, then the target object is ``None``"
57+ msgid "if no target widget is found, the target object is ``None``. "
5858msgstr ""
5959
60- msgid "Call to * <old_target>.dnd_leave(source, event)* "
60+ msgid "Call to `` <old_target>.dnd_leave(source, event)``. "
6161msgstr ""
6262
63- msgid "Call to * <new_target>.dnd_enter(source, event)* "
63+ msgid "Call to `` <new_target>.dnd_enter(source, event)``. "
6464msgstr ""
6565
66- msgid "Call to * <target>.dnd_commit(source, event)* to notify of drop"
66+ msgid "Call to `` <target>.dnd_commit(source, event)`` to notify of the drop. "
6767msgstr ""
6868
6969msgid ""
70- "Call to *<source>.dnd_end(target, event)* to signal end of drag-and-drop"
70+ "Call to ``<source>.dnd_end(target, event)`` to signal the end of drag-and-"
71+ "drop."
7172msgstr ""
7273
7374msgid ""
0 commit comments