@@ -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-07-10 23:37 +0300\n "
10+ "PO-Revision-Date : 2022-12-28 11:34 +0300\n "
1111"Last-Translator : \n "
1212"Language-Team : TURKISH\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.1.1 \n "
18+ "X-Generator : Poedit 3.2 \n "
1919
2020#: library/functions.rst:11
2121msgid "Built-in Functions"
@@ -519,7 +519,6 @@ msgid "*x* is now a positional-only parameter."
519519msgstr "*x* artık yalnızca konumsal bir parametredir."
520520
521521#: library/functions.rst:159
522- #, fuzzy
523522msgid ""
524523"This function drops you into the debugger at the call site. Specifically, "
525524"it calls :func:`sys.breakpointhook`, passing ``args`` and ``kws`` straight "
@@ -531,15 +530,16 @@ msgid ""
531530"you to drop into the debugger of choice. If :func:`sys.breakpointhook` is "
532531"not accessible, this function will raise :exc:`RuntimeError`."
533532msgstr ""
534- "Bu fonksiyon sizi çağrılma bölgesindeki hata ayıklayıcıya bırakır. Spesifik "
533+ "Bu fonksiyon sizi çağrılma bölgesindeki hata ayıklayıcıya bırakır. Spesifik "
535534"olarak, :func:`sys.breakpointhook` 'u çağırır, ``args`` ve ``kws`` 'yi "
536535"doğrudan geçer. Varsayılan olarak, ``sys.breakpointhook()`` hiçbir parametre "
537536"beklemeden :func:`pdb.set_trace()` fonksiyonunu çağırır. Bu durumda, bu "
538537"tamamen size kolaylık sağlamak içindir, bu nedenle hata ayıklayıcıya girmek "
539538"için :mod:`pdb` 'yi içe aktarmanız veya fazla kod yazmanız gerekmez. Buna "
540539"rağmen, :func:`sys.breakpointhook` başka bir fonksiyona ayarlanabilir ve :"
541540"func:`breakpoint` otomatik olarak bunu çağırır ve tercih ettiğiniz hata "
542- "ayıklayıcıya girmenize izin verir."
541+ "ayıklayıcıya girmenize izin verir. Eğer :func:`sys.breakpointhook` "
542+ "ulaşılabilir değilse, bu fonksiyon :exc:`RuntimeError` hatasını verecektir."
543543
544544#: library/functions.rst:171
545545msgid ""
@@ -747,13 +747,12 @@ msgstr ""
747747"bir ``__wrapped__`` özelliğine sahiplerdir."
748748
749749#: library/functions.rst:281
750- #, fuzzy
751750msgid ""
752751"Class methods can no longer wrap other :term:`descriptors <descriptor>` such "
753752"as :func:`property`."
754753msgstr ""
755- "Sınıf metotları artık :func:`property` gibi diğer :term:`descriptors "
756- "<descriptor>` 'ları sarmalayabilir ."
754+ "Sınıf metotları artık :func:`property` gibi diğer :term:`descriptor` 'ları "
755+ "sarmalayamaz ."
757756
758757#: library/functions.rst:288
759758msgid ""
@@ -1407,9 +1406,9 @@ msgid ""
14071406"spellings for positive infinity."
14081407msgstr ""
14091408":ref:`floating` kısmında açıklanan ``floatnumber``, Python floating-point "
1410- "tanımının farklı bir biçimidir. Durum önemli değildir, örneğin \" inf\" , "
1411- "\" Inf \" , \" INFINITY\" ve \" iNfINity\" hepsi pozitif sonsuz için kabul "
1412- "edilebilir yazımlardır."
1409+ "tanımının farklı bir biçimidir. Durum önemli değildir, örneğin \" inf\" , \" Inf "
1410+ "\" , \" INFINITY\" ve \" iNfINity\" hepsi pozitif sonsuz için kabul edilebilir "
1411+ "yazımlardır."
14131412
14141413#: library/functions.rst:667
14151414msgid ""
@@ -2223,9 +2222,9 @@ msgid ""
22232222"Modes ``'w+'`` and ``'w+b'`` open and truncate the file. Modes ``'r+'`` and "
22242223"``'r+b'`` open the file with no truncation."
22252224msgstr ""
2226- "Varsayılan mod ``'r'`` (okumaya açık, ``'rt'`` 'nin eşanlamlısı.) 'dir. "
2227- "``'w +'`` ve ``'w+b'`` modları dosyayı açar ve temizlerler. ``'r+'`` ve "
2228- "``'r+b'`` modları dosyayı temizlemeden açarlar."
2225+ "Varsayılan mod ``'r'`` (okumaya açık, ``'rt'`` 'nin eşanlamlısı.) 'dir. ``'w "
2226+ "+'`` ve ``'w+b'`` modları dosyayı açar ve temizlerler. ``'r+'`` ve ``'r+b'`` "
2227+ "modları dosyayı temizlemeden açarlar."
22292228
22302229#: library/functions.rst:1193
22312230msgid ""
@@ -2751,9 +2750,9 @@ msgstr ""
27512750
27522751#: library/functions.rst:1487
27532752msgid ""
2754- "The ``@property`` decorator turns the :meth:`voltage` method into a "
2755- "\" getter \" for a read-only attribute with the same name, and it sets the "
2756- "docstring for *voltage* to \" Get the current voltage.\" "
2753+ "The ``@property`` decorator turns the :meth:`voltage` method into a \" getter "
2754+ "\" for a read-only attribute with the same name, and it sets the docstring "
2755+ "for *voltage* to \" Get the current voltage.\" "
27572756msgstr ""
27582757"``@property`` dekoratörü :meth:`voltage` metodunu aynı isimli salt-okunur "
27592758"bir özellik için \" getter\" metoduna dönüştürür ve *voltage* için doküman "
0 commit comments