@@ -7,15 +7,15 @@ msgstr ""
77"Project-Id-Version :Python 3.11\n "
88"Report-Msgid-Bugs-To :\n "
99"POT-Creation-Date :2022-12-17 01:28+0300\n "
10- "PO-Revision-Date :2022-01-14 10:18+0300 \n "
10+ "PO-Revision-Date :2022-12-29 00:51-0500 \n "
1111"Last-Translator :\n "
1212"Language-Team :TURKISH <python.docs.tr@gmail.com>\n "
1313"Language :tr\n "
1414"MIME-Version :1.0\n "
1515"Content-Type :text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding :8bit\n "
1717"Plural-Forms :nplurals=2; plural=(n != 1);\n "
18- "X-Generator :Poedit 3.0.1 \n "
18+ "X-Generator :Poedit 3.2.2 \n "
1919
2020#: faq/gui.rst:5
2121msgid "Graphic User Interface FAQ"
@@ -94,7 +94,6 @@ msgstr ""
9494"değişkenlerini kullanarak onlara işaret etmektir."
9595
9696#: faq/gui.rst:49
97- #, fuzzy
9897msgid ""
9998"To get truly stand-alone applications, the Tcl scripts that form the library "
10099"have to be integrated into the application as well. One tool supporting that "
@@ -132,7 +131,7 @@ msgstr ""
132131"yok! Ancak G/Ç kodunuzu tekrardan yapılandırmanız gerekecek. Tk, Xt'nin :c:"
133132"func:`XtAddInput()` çağrısına eş değerdir; bu, bir dosya tanıtıcısında G/Ç "
134133"mümkün olduğunda Tk ana döngüsünden çağrılacak bir geri arama işlevini "
135- "kaydetmenize olanak tanır. Bkz. :ref:`tkinter-file-handlers`"
134+ "kaydetmenize olanak tanır. Bkz. :ref:`tkinter-file-handlers`. "
136135
137136#: faq/gui.rst:71
138137msgid "I can't get key bindings to work in Tkinter: why?"