Skip to content

Commit b91564d

Browse files
committed
/cmdline.po and gui.po -> new strings translated
1 parent 0ceb1cd commit b91564d

2 files changed

Lines changed: 47 additions & 11 deletions

File tree

faq/gui.po

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Dennis Betz, 2025
9+
# @sba72, 2026
910
#
10-
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
@@ -47,6 +47,13 @@ msgid ""
4747
"including pointers to the source, see the `Tcl/Tk home page <https://www.tcl."
4848
"tk>`_. Tcl/Tk is fully portable to the macOS, Windows, and Unix platforms."
4949
msgstr ""
50+
"Standard-Python-Builds enthalten eine objektorientierte Schnittstelle zum "
51+
"Tcl/Tk-Widget-Set namens :ref:`tkinter <Tkinter>`. Diese ist wahrscheinlich "
52+
"am einfachsten zu installieren (da sie bei den meisten `Binärdistributionen "
53+
"<https://www.python.org/downloads/>`_ von Python enthalten ist) und zu "
54+
"verwenden. Weitere Informationen zu Tk, einschließlich Hinweisen zum "
55+
"Quellcode, findest du auf der `Tcl/Tk-Homepage <https://www.tcl.tk>`_. "
56+
"Tcl/Tk ist vollständig portierbar auf macOS, Windows und Unix."
5057

5158
#: ../../faq/gui.rst:28
5259
msgid ""
@@ -56,6 +63,11 @@ msgid ""
5663
"wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_ GUI "
5764
"frameworks can be found on the python wiki."
5865
msgstr ""
66+
"Je nach Zielplattform(en) gibt es auch mehrere Alternativen. Eine Liste von "
67+
"`plattformübergreifenden <https://wiki.python.org/moin/GuiProgramming"
68+
"#Cross-Platform_Frameworks>`_ und `plattformspezifischen <https://wiki."
69+
"python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_ GUI-"
70+
"Frameworks findest du im Python-Wiki."
5971

6072
#: ../../faq/gui.rst:36
6173
msgid "Tkinter questions"
@@ -71,19 +83,28 @@ msgid ""
7183
"applications, the applications will not be truly stand-alone, as the "
7284
"application will still need the Tcl and Tk libraries."
7385
msgstr ""
86+
"Freeze ist ein Werkzeug zum Erstellen eigenständiger Anwendungen. Beim "
87+
"Einfrieren von Tkinter-Anwendungen sind diese jedoch nicht wirklich "
88+
"eigenständig, da die Anwendung weiterhin die Tcl- und Tk-Bibliotheken "
89+
"benötigt."
7490

7591
#: ../../faq/gui.rst:45
7692
msgid ""
7793
"One solution is to ship the application with the Tcl and Tk libraries, and "
7894
"point to them at run-time using the :envvar:`!TCL_LIBRARY` and :envvar:`!"
7995
"TK_LIBRARY` environment variables."
8096
msgstr ""
97+
"Eine Lösung besteht darin, die Anwendung zusammen mit den Tcl- und Tk-"
98+
"Bibliotheken auszuliefern und zur Laufzeit mithilfe der Umgebungsvariablen "
99+
":envvar:`!TCL_LIBRARY` und :envvar:`!TK_LIBRARY` auf diese zu verweisen."
81100

82101
#: ../../faq/gui.rst:49
83102
msgid ""
84103
"Various third-party freeze libraries such as py2exe and cx_Freeze have "
85104
"handling for Tkinter applications built-in."
86105
msgstr ""
106+
"Verschiedene Drittanbieter-Freeze-Bibliotheken wie py2exe und cx_Freeze "
107+
"verfügen über eine integrierte Unterstützung für Tkinter-Anwendungen."
87108

88109
#: ../../faq/gui.rst:54
89110
msgid "Can I have Tk events handled while waiting for I/O?"
@@ -97,6 +118,12 @@ msgid ""
97118
"function which will be called from the Tk mainloop when I/O is possible on a "
98119
"file descriptor. See :ref:`tkinter-file-handlers`."
99120
msgstr ""
121+
"Auf anderen Plattformen als Windows ja, und du brauchst nicht einmal Threads! "
122+
"Du musst jedoch deinen I/O-Code etwas umstrukturieren. Tk verfügt über das "
123+
"Äquivalent von Xts :c:func:`!XtAddInput`-Aufruf, mit dem du eine "
124+
"Callback-Funktion registrieren kannst, die vom Tk-Mainloop aufgerufen wird, "
125+
"sobald I/O auf einem Dateideskriptor möglich ist. Siehe "
126+
":ref:`tkinter-file-handlers`."
100127

101128
#: ../../faq/gui.rst:64
102129
msgid "I can't get key bindings to work in Tkinter: why?"
@@ -108,6 +135,10 @@ msgid ""
108135
"events>` to events with the :meth:`!bind` method don't get handled even when "
109136
"the appropriate key is pressed."
110137
msgstr ""
138+
"Eine häufig gehörte Beschwerde ist, dass Event-Handler, die mit der "
139+
":meth:`!bind`-Methode an Ereignisse :ref:`gebunden <bindings-and-events>` "
140+
"sind, nicht ausgeführt werden, selbst wenn die entsprechende Taste gedrückt "
141+
"wird."
111142

112143
#: ../../faq/gui.rst:70
113144
msgid ""
@@ -116,3 +147,7 @@ msgid ""
116147
"focus command. Usually a widget is given the keyboard focus by clicking in "
117148
"it (but not for labels; see the takefocus option)."
118149
msgstr ""
150+
"Die häufigste Ursache ist, dass das Widget, auf das die Bindung angewendet "
151+
"wird, keinen \"Tastaturfokus\" hat. Schau dir die Tk-Dokumentation zum "
152+
"focus-Befehl an. Normalerweise erhält ein Widget den Tastaturfokus durch "
153+
"einen Klick darauf (nicht jedoch bei Labels; siehe die takefocus-Option)."

library/cmdline.po

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
# Translators: @sba72
6+
# Translators:
77
# python-doc bot, 2025
8+
# @sba72, 2026
89
#
910
msgid ""
1011
msgstr ""
@@ -62,7 +63,7 @@ msgstr ":ref:`dis <dis-cli>`"
6263

6364
#: ../../library/cmdline.rst:17
6465
msgid ":ref:`doctest <doctest-cli>`"
65-
msgstr ""
66+
msgstr ":ref:`doctest <doctest-cli>`"
6667

6768
#: ../../library/cmdline.rst:18
6869
msgid ":mod:`!encodings.rot_13`"
@@ -102,27 +103,27 @@ msgstr ":ref:`inspect <inspect-module-cli>`"
102103

103104
#: ../../library/cmdline.rst:27
104105
msgid ":ref:`json <json-commandline>`"
105-
msgstr ""
106+
msgstr ":ref:`json <json-commandline>`"
106107

107108
#: ../../library/cmdline.rst:28
108109
msgid ":ref:`mimetypes <mimetypes-cli>`"
109-
msgstr ""
110+
msgstr ":ref:`mimetypes <mimetypes-cli>`"
110111

111112
#: ../../library/cmdline.rst:29
112113
msgid ":ref:`pdb <pdb-cli>`"
113114
msgstr ":ref:`pdb <pdb-cli>`"
114115

115116
#: ../../library/cmdline.rst:30
116117
msgid ":ref:`pickle <pickle-cli>`"
117-
msgstr ""
118+
msgstr ":ref:`pickle <pickle-cli>`"
118119

119120
#: ../../library/cmdline.rst:31
120121
msgid ":ref:`pickletools <pickletools-cli>`"
121122
msgstr ":ref:`pickletools <pickletools-cli>`"
122123

123124
#: ../../library/cmdline.rst:32
124125
msgid ":ref:`platform <platform-cli>`"
125-
msgstr ""
126+
msgstr ":ref:`platform <platform-cli>`"
126127

127128
#: ../../library/cmdline.rst:33
128129
msgid ":mod:`poplib`"
@@ -158,7 +159,7 @@ msgstr ":mod:`quopri`"
158159

159160
#: ../../library/cmdline.rst:41
160161
msgid ":ref:`random <random-cli>`"
161-
msgstr ""
162+
msgstr ":ref:`random <random-cli>`"
162163

163164
#: ../../library/cmdline.rst:42
164165
msgid ":mod:`runpy`"
@@ -170,11 +171,11 @@ msgstr ":ref:`site <site-commandline>`"
170171

171172
#: ../../library/cmdline.rst:44
172173
msgid ":ref:`sqlite3 <sqlite3-cli>`"
173-
msgstr ""
174+
msgstr ":ref:`sqlite3 <sqlite3-cli>`"
174175

175176
#: ../../library/cmdline.rst:45
176177
msgid ":ref:`symtable <symtable-cli>`"
177-
msgstr ""
178+
msgstr ":ref:`symtable <symtable-cli>`"
178179

179180
#: ../../library/cmdline.rst:46
180181
msgid ":ref:`sysconfig <sysconfig-cli>`"
@@ -214,7 +215,7 @@ msgstr ":ref:`unittest <unittest-command-line-interface>`"
214215

215216
#: ../../library/cmdline.rst:55
216217
msgid ":ref:`uuid <uuid-cli>`"
217-
msgstr ""
218+
msgstr ":ref:`uuid <uuid-cli>`"
218219

219220
#: ../../library/cmdline.rst:56
220221
msgid ":ref:`venv <venv-cli>`"

0 commit comments

Comments
 (0)