Skip to content

Commit 2e8e273

Browse files
committed
update python-newest.faq--gui/id.po with latest contents from transifex
1 parent 620635d commit 2e8e273

File tree

1 file changed

+36
-188
lines changed
  • python-newest.faq--gui

1 file changed

+36
-188
lines changed

python-newest.faq--gui/id.po

Lines changed: 36 additions & 188 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2020, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2019
8-
# Taufan Budiman <taufanbudiman@yahoo.com>, 2020
7+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
8+
# Taufan Budiman <taufanbudiman@yahoo.com>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version: Python 3.9\n"
13+
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
16-
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
17-
"Last-Translator: Taufan Budiman <taufanbudiman@yahoo.com>, 2020\n"
18-
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
15+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
16+
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
17+
"Last-Translator: Taufan Budiman <taufanbudiman@yahoo.com>, 2021\n"
18+
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
@@ -35,237 +35,85 @@ msgid "General GUI Questions"
3535
msgstr "Pertanyaan Umum GUI"
3636

3737
#: ../../faq/gui.rst:18
38-
msgid "What platform-independent GUI toolkits exist for Python?"
38+
msgid "What GUI toolkits exist for Python?"
3939
msgstr ""
4040

4141
#: ../../faq/gui.rst:20
4242
msgid ""
43-
"Depending on what platform(s) you are aiming at, there are several. Some of"
44-
" them haven't been ported to Python 3 yet. At least `Tkinter`_ and `Qt`_ "
45-
"are known to be Python 3-compatible."
46-
msgstr ""
47-
"Bergantung pada platform apa yang Anda bidik, ada beberapa. Beberapa dari "
48-
"mereka belum di-porting ke Python 3. Setidaknya `Tkinter`_ dan` Qt`_ "
49-
"diketahui kompatibel dengan Python 3."
50-
51-
#: ../../faq/gui.rst:27
52-
msgid "Tkinter"
53-
msgstr "Tkinter"
54-
55-
#: ../../faq/gui.rst:29
56-
msgid ""
5743
"Standard builds of Python include an object-oriented interface to the Tcl/Tk"
5844
" widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest "
5945
"to install (since it comes included with most `binary distributions "
6046
"<https://www.python.org/downloads/>`_ of Python) and use. For more info "
6147
"about Tk, including pointers to the source, see the `Tcl/Tk home page "
62-
"<https://www.tcl.tk>`_. Tcl/Tk is fully portable to the Mac OS X, Windows, "
63-
"and Unix platforms."
64-
msgstr ""
65-
66-
#: ../../faq/gui.rst:38
67-
msgid "wxWidgets"
68-
msgstr "wxWidgets"
69-
70-
#: ../../faq/gui.rst:40
71-
msgid ""
72-
"wxWidgets (https://www.wxwidgets.org) is a free, portable GUI class library "
73-
"written in C++ that provides a native look and feel on a number of "
74-
"platforms, with Windows, Mac OS X, GTK, X11, all listed as current stable "
75-
"targets. Language bindings are available for a number of languages "
76-
"including Python, Perl, Ruby, etc."
77-
msgstr ""
78-
79-
#: ../../faq/gui.rst:46
80-
msgid ""
81-
"`wxPython <https://www.wxpython.org>`_ is the Python binding for wxwidgets."
82-
" While it often lags slightly behind the official wxWidgets releases, it "
83-
"also offers a number of features via pure Python extensions that are not "
84-
"available in other language bindings. There is an active wxPython user and "
85-
"developer community."
86-
msgstr ""
87-
88-
#: ../../faq/gui.rst:52
89-
msgid ""
90-
"Both wxWidgets and wxPython are free, open source, software with permissive "
91-
"licences that allow their use in commercial products as well as in freeware "
92-
"or shareware."
48+
"<https://www.tcl.tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and"
49+
" Unix platforms."
9350
msgstr ""
94-
"Baik wxWidgets dan wxPython adalah perangkat lunak gratis, sumber terbuka, "
95-
"dengan lisensi permisif yang memungkinkan penggunaannya dalam produk "
96-
"komersial serta freeware atau shareware."
97-
98-
#: ../../faq/gui.rst:58
99-
msgid "Qt"
100-
msgstr "Qt"
10151

102-
#: ../../faq/gui.rst:60
52+
#: ../../faq/gui.rst:28
10353
msgid ""
104-
"There are bindings available for the Qt toolkit (using either `PyQt "
105-
"<https://riverbankcomputing.com/software/pyqt/intro>`_ or `PySide "
106-
"<https://wiki.qt.io/PySide>`_) and for KDE (`PyKDE4 "
107-
"<https://techbase.kde.org/Languages/Python/Using_PyKDE_4>`__). PyQt is "
108-
"currently more mature than PySide, but you must buy a PyQt license from "
109-
"`Riverbank Computing <https://www.riverbankcomputing.com/commercial/license-"
110-
"faq>`_ if you want to write proprietary applications. PySide is free for "
111-
"all applications."
54+
"Depending on what platform(s) you are aiming at, there are also several "
55+
"alternatives. A `list of cross-platform "
56+
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ "
57+
"and `platform-specific "
58+
"<https://wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_"
59+
" GUI frameworks can be found on the python wiki."
11260
msgstr ""
11361

114-
#: ../../faq/gui.rst:67
115-
msgid ""
116-
"Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses"
117-
" are available from `The Qt Company <https://www.qt.io/licensing/>`_."
118-
msgstr ""
119-
120-
#: ../../faq/gui.rst:71
121-
msgid "Gtk+"
122-
msgstr "Gtk+"
123-
124-
#: ../../faq/gui.rst:73
125-
msgid ""
126-
"The `GObject introspection bindings "
127-
"<https://wiki.gnome.org/Projects/PyGObject>`_ for Python allow you to write "
128-
"GTK+ 3 applications. There is also a `Python GTK+ 3 Tutorial <https"
129-
"://python-gtk-3-tutorial.readthedocs.io>`_."
130-
msgstr ""
131-
132-
#: ../../faq/gui.rst:77
133-
msgid ""
134-
"The older PyGtk bindings for the `Gtk+ 2 toolkit <https://www.gtk.org>`_ "
135-
"have been implemented by James Henstridge; see <http://www.pygtk.org>."
136-
msgstr ""
137-
138-
#: ../../faq/gui.rst:81
139-
msgid "Kivy"
140-
msgstr "Kivy"
141-
142-
#: ../../faq/gui.rst:83
143-
msgid ""
144-
"`Kivy <https://kivy.org/>`_ is a cross-platform GUI library supporting both "
145-
"desktop operating systems (Windows, macOS, Linux) and mobile devices "
146-
"(Android, iOS). It is written in Python and Cython, and can use a range of "
147-
"windowing backends."
148-
msgstr ""
149-
150-
#: ../../faq/gui.rst:88
151-
msgid ""
152-
"Kivy is free and open source software distributed under the MIT license."
153-
msgstr ""
154-
"Kivy adalah perangkat lunak gratis dan sumber terbuka yang didistribusikan "
155-
"di bawah lisensi MIT."
156-
157-
#: ../../faq/gui.rst:91
158-
msgid "FLTK"
159-
msgstr "FLTK"
160-
161-
#: ../../faq/gui.rst:93
162-
msgid ""
163-
"Python bindings for `the FLTK toolkit <http://www.fltk.org>`_, a simple yet "
164-
"powerful and mature cross-platform windowing system, are available from `the"
165-
" PyFLTK project <http://pyfltk.sourceforge.net>`_."
166-
msgstr ""
167-
168-
#: ../../faq/gui.rst:98
169-
msgid "OpenGL"
170-
msgstr "OpenGL"
171-
172-
#: ../../faq/gui.rst:100
173-
msgid ""
174-
"For OpenGL bindings, see `PyOpenGL <http://pyopengl.sourceforge.net>`_."
175-
msgstr ""
176-
"Untuk pengikatan OpenGL, lihat `PyOpenGL "
177-
"<http://pyopengl.sourceforge.net>`_."
178-
179-
#: ../../faq/gui.rst:104
180-
msgid "What platform-specific GUI toolkits exist for Python?"
181-
msgstr ""
182-
183-
#: ../../faq/gui.rst:106
184-
msgid ""
185-
"By installing the `PyObjc Objective-C bridge "
186-
"<https://pypi.org/project/pyobjc/>`_, Python programs can use Mac OS X's "
187-
"Cocoa libraries."
188-
msgstr ""
189-
190-
#: ../../faq/gui.rst:110
191-
msgid ""
192-
":ref:`Pythonwin <windows-faq>` by Mark Hammond includes an interface to the "
193-
"Microsoft Foundation Classes and a Python programming environment that's "
194-
"written mostly in Python using the MFC classes."
195-
msgstr ""
196-
":ref:`Pythonwin <windows-faq>`oleh Mark Hammond menyertakan antarmuka ke "
197-
"Microsoft Foundation Classes dan lingkungan pemrograman Python yang sebagian"
198-
" besar ditulis dengan Python menggunakan kelas MFC."
199-
200-
#: ../../faq/gui.rst:116
62+
#: ../../faq/gui.rst:36
20163
msgid "Tkinter questions"
20264
msgstr "Pertanyaan-pertanyaan Tkinter"
20365

204-
#: ../../faq/gui.rst:119
66+
#: ../../faq/gui.rst:39
20567
msgid "How do I freeze Tkinter applications?"
20668
msgstr "Bagaimana cara membekukan aplikasi Tkinter?"
20769

208-
#: ../../faq/gui.rst:121
70+
#: ../../faq/gui.rst:41
20971
msgid ""
21072
"Freeze is a tool to create stand-alone applications. When freezing Tkinter "
21173
"applications, the applications will not be truly stand-alone, as the "
21274
"application will still need the Tcl and Tk libraries."
21375
msgstr ""
21476

215-
#: ../../faq/gui.rst:125
77+
#: ../../faq/gui.rst:45
21678
msgid ""
21779
"One solution is to ship the application with the Tcl and Tk libraries, and "
218-
"point to them at run-time using the :envvar:`TCL_LIBRARY` and "
219-
":envvar:`TK_LIBRARY` environment variables."
220-
msgstr ""
221-
222-
#: ../../faq/gui.rst:129
223-
msgid ""
224-
"To get truly stand-alone applications, the Tcl scripts that form the library"
225-
" have to be integrated into the application as well. One tool supporting "
226-
"that is SAM (stand-alone modules), which is part of the Tix distribution "
227-
"(http://tix.sourceforge.net/)."
80+
"point to them at run-time using the :envvar:`!TCL_LIBRARY` and "
81+
":envvar:`!TK_LIBRARY` environment variables."
22882
msgstr ""
22983

230-
#: ../../faq/gui.rst:134
84+
#: ../../faq/gui.rst:49
23185
msgid ""
232-
"Build Tix with SAM enabled, perform the appropriate call to "
233-
":c:func:`Tclsam_init`, etc. inside Python's :file:`Modules/tkappinit.c`, and"
234-
" link with libtclsam and libtksam (you might include the Tix libraries as "
235-
"well)."
86+
"Various third-party freeze libraries such as py2exe and cx_Freeze have "
87+
"handling for Tkinter applications built-in."
23688
msgstr ""
237-
"Bangun Tix dengan SAM diaktifkan, lakukan panggilan yang sesuai ke "
238-
":c:func:`Tclsam_init`, dll. Di dalam Python : file:` Modules tkappinit.c`, "
239-
"dan tautkan dengan libtclsam dan libtksam (Anda mungkin menyertakan pustaka "
240-
"Tix juga )."
24189

242-
#: ../../faq/gui.rst:141
90+
#: ../../faq/gui.rst:54
24391
msgid "Can I have Tk events handled while waiting for I/O?"
24492
msgstr ""
24593

246-
#: ../../faq/gui.rst:143
94+
#: ../../faq/gui.rst:56
24795
msgid ""
24896
"On platforms other than Windows, yes, and you don't even need threads! But "
24997
"you'll have to restructure your I/O code a bit. Tk has the equivalent of "
250-
"Xt's :c:func:`XtAddInput()` call, which allows you to register a callback "
98+
"Xt's :c:func:`!XtAddInput` call, which allows you to register a callback "
25199
"function which will be called from the Tk mainloop when I/O is possible on a"
252100
" file descriptor. See :ref:`tkinter-file-handlers`."
253101
msgstr ""
254102

255-
#: ../../faq/gui.rst:151
103+
#: ../../faq/gui.rst:64
256104
msgid "I can't get key bindings to work in Tkinter: why?"
257105
msgstr ""
258106
"Saya tidak bisa mendapatkan pengikatan kunci untuk bekerja di Tkinter: "
259107
"mengapa?"
260108

261-
#: ../../faq/gui.rst:153
109+
#: ../../faq/gui.rst:66
262110
msgid ""
263-
"An often-heard complaint is that event handlers bound to events with the "
264-
":meth:`bind` method don't get handled even when the appropriate key is "
265-
"pressed."
111+
"An often-heard complaint is that event handlers :ref:`bound <bindings-and-"
112+
"events>` to events with the :meth:`!bind` method don't get handled even when"
113+
" the appropriate key is pressed."
266114
msgstr ""
267115

268-
#: ../../faq/gui.rst:156
116+
#: ../../faq/gui.rst:70
269117
msgid ""
270118
"The most common cause is that the widget to which the binding applies "
271119
"doesn't have \"keyboard focus\". Check out the Tk documentation for the "

0 commit comments

Comments
 (0)