Skip to content

Commit 0276f71

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7442029 commit 0276f71

10 files changed

Lines changed: 278 additions & 181 deletions

File tree

c-api/complex.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-25 16:18+0000\n"
15+
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/type.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
14+
"POT-Creation-Date: 2026-07-17 15:08+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

deprecations/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
14+
"POT-Creation-Date: 2026-07-17 15:08+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

library/io.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-25 16:18+0000\n"
14+
"POT-Creation-Date: 2026-07-15 15:21+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

library/stdtypes.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
15+
"POT-Creation-Date: 2026-07-17 15:08+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: python-doc bot, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -2140,6 +2140,18 @@ msgstr ""
21402140
msgid ":meth:`bytes.rstrip`"
21412141
msgstr ""
21422142

2143+
msgid ":meth:`str.removeprefix`"
2144+
msgstr ""
2145+
2146+
msgid ":meth:`bytes.removeprefix`"
2147+
msgstr ""
2148+
2149+
msgid ":meth:`str.removesuffix`"
2150+
msgstr ""
2151+
2152+
msgid ":meth:`bytes.removesuffix`"
2153+
msgstr ""
2154+
21432155
msgid "Translation and Encoding"
21442156
msgstr ""
21452157

library/tkinter.dnd.po

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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)."
4141
msgstr ""
4242

4343
msgid "Selection of a target object occurs as follows:"
4444
msgstr ""
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:"
4747
msgstr ""
4848

49-
msgid "Target widget should have a callable *dnd_accept* attribute"
49+
msgid "the target widget should have a callable *dnd_accept* attribute;"
5050
msgstr ""
5151

5252
msgid ""
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;"
5555
msgstr ""
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``."
5858
msgstr ""
5959

60-
msgid "Call to *<old_target>.dnd_leave(source, event)*"
60+
msgid "Call to ``<old_target>.dnd_leave(source, event)``."
6161
msgstr ""
6262

63-
msgid "Call to *<new_target>.dnd_enter(source, event)*"
63+
msgid "Call to ``<new_target>.dnd_enter(source, event)``."
6464
msgstr ""
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."
6767
msgstr ""
6868

6969
msgid ""
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."
7172
msgstr ""
7273

7374
msgid ""

0 commit comments

Comments
 (0)