Skip to content

Commit 5cd6aa3

Browse files
committed
Update
1 parent 1441889 commit 5cd6aa3

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

library/functions.po

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-12-17 23:20+0300\n"
11-
"PO-Revision-Date: 2022-01-21 17:55+0300\n"
11+
"PO-Revision-Date: 2022-02-20 02:18+0300\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH\n"
1414
"Language: tr_TR\n"
@@ -1526,6 +1526,10 @@ msgid ""
15261526
"(This is implemented by calling ``getattr(object, name)`` and seeing whether "
15271527
"it raises an :exc:`AttributeError` or not.)"
15281528
msgstr ""
1529+
"Argümanlar bir nesne ve dizedir. Eğer dize, nesnenin özelliklerinden birinin "
1530+
"ismiyse ``True``, değilse ``False`` döndürür. (Bu ``getattr(object, name)`` "
1531+
"'i çağırarak uygulanır ve :exc:`AttributeError` hatası oluşup oluşmayacağı "
1532+
"görülür.)"
15291533

15301534
#: library/functions.rst:751
15311535
msgid ""
@@ -1534,13 +1538,21 @@ msgid ""
15341538
"dictionary lookup. Numeric values that compare equal have the same hash "
15351539
"value (even if they are of different types, as is the case for 1 and 1.0)."
15361540
msgstr ""
1541+
"Nesnenin karma değerini döndürür (eğer varsa). Karma değerler tam "
1542+
"sayılardır. Sözlükleri incelerken hızlı bir şekilde anahtarları "
1543+
"karşılaştırmak için kullanılırlar. Karşılaştırıldığında aynı olan nümerik "
1544+
"değerler aynı karma değere sahiptir (1 ve 1.0 durumunda olduğu gibi farklı "
1545+
"veri tiplerinde olsalar bile)."
15371546

15381547
#: library/functions.rst:758
15391548
msgid ""
15401549
"For objects with custom :meth:`__hash__` methods, note that :func:`hash` "
15411550
"truncates the return value based on the bit width of the host machine. See :"
15421551
"meth:`__hash__` for details."
15431552
msgstr ""
1553+
":meth:`__hash__` metodu olan nesneler için, :func:`hash` öğesinin ana "
1554+
"makinenin bit genişliğine göre döndürdüğü değeri kestiğini unutmayın. "
1555+
"Detaylar için :meth:`__hash__` 'e bakınız."
15441556

15451557
#: library/functions.rst:764
15461558
msgid ""
@@ -1551,6 +1563,12 @@ msgid ""
15511563
"documentation topic, and a help page is printed on the console. If the "
15521564
"argument is any other kind of object, a help page on the object is generated."
15531565
msgstr ""
1566+
"Yerleşik yardım sistemini çağırın. (Bu fonksiyon interaktif kullanıma "
1567+
"yöneliktir.) Eğer argüman verilmediyse, interaktif yardım sistemi "
1568+
"yorumlayıcı konsolunda başlar. Eğer argüman bir dize ise, bir modül, "
1569+
"fonksiyon, sınıf, metot, anahtar kelime veya dokümantasyon konusu için "
1570+
"dizeye bakılır ve bir yardım sayfası konsola bastırılır. Eğer argüman başka "
1571+
"tipte bir nesne ise, nesne üzerinde bir yardım sayfası oluşturulur."
15541572

15551573
#: library/functions.rst:771
15561574
msgid ""
@@ -1559,43 +1577,60 @@ msgid ""
15591577
"positional-only. For more info, see :ref:`the FAQ entry on positional-only "
15601578
"parameters <faq-positional-only-arguments>`."
15611579
msgstr ""
1580+
"Eğer :func:`help` çağrılırken bir fonksiyonun parametre listesinde eğik "
1581+
"çizgi(/) bulunuyorsa, bu, eğik çizgiden önceki parametrelerin yalnızca "
1582+
"konumsal olduğu anlamına gelir. Daha fazla bilgi için :ref:`the FAQ entry on "
1583+
"positional-only parameters <faq-positional-only-arguments>` 'a bakınız."
15621584

15631585
#: library/functions.rst:776
15641586
msgid ""
15651587
"This function is added to the built-in namespace by the :mod:`site` module."
15661588
msgstr ""
1589+
"Bu fonksiyon :mod:`site` modülü tarafından yerleşik ad alanına eklenir."
15671590

15681591
#: library/functions.rst:778
15691592
msgid ""
15701593
"Changes to :mod:`pydoc` and :mod:`inspect` mean that the reported signatures "
15711594
"for callables are now more comprehensive and consistent."
15721595
msgstr ""
1596+
":mod:`pydoc` ve :mod:`inspect` 'e gelen değişiklikler, çağrılabilir nesneler "
1597+
"için rapor edilen damgaların artık daha kapsamlı ve tutarlı olduğunu ifade "
1598+
"eder."
15731599

15741600
#: library/functions.rst:785
15751601
msgid ""
15761602
"Convert an integer number to a lowercase hexadecimal string prefixed with "
15771603
"\"0x\". If *x* is not a Python :class:`int` object, it has to define an :"
15781604
"meth:`__index__` method that returns an integer. Some examples:"
15791605
msgstr ""
1606+
"Bir tam sayıyı küçük harflerden oluşan ve \"0x\" ile başlayan onaltılık bir "
1607+
"dizeye dönüştürür. Eğer *x* Python :class:`int` nesnesi değilse, tam sayı "
1608+
"döndüren bir :meth:`__index__` metoduna sahip olmalidir. Bazı örnekler:"
15801609

15811610
#: library/functions.rst:794
15821611
msgid ""
15831612
"If you want to convert an integer number to an uppercase or lower "
15841613
"hexadecimal string with prefix or not, you can use either of the following "
15851614
"ways:"
15861615
msgstr ""
1616+
"Eğer bir tam sayıyı büyük harf-küçük harf, önekli-öneksiz bir onaltılık "
1617+
"sayıya dönüştürmek istiyorsanız, aşağıdaki yolları kullanabilirsiniz:"
15871618

15881619
#: library/functions.rst:806
15891620
msgid ""
15901621
"See also :func:`int` for converting a hexadecimal string to an integer using "
15911622
"a base of 16."
15921623
msgstr ""
1624+
"Ayrıca onaltılık bir dizgiyi 16 tabanını kullanarak bir tam sayıya "
1625+
"dönüştürmek için :func:`int` 'e bakınız."
15931626

15941627
#: library/functions.rst:811
15951628
msgid ""
15961629
"To obtain a hexadecimal string representation for a float, use the :meth:"
15971630
"`float.hex` method."
15981631
msgstr ""
1632+
"Bir gerçel sayıdan onaltılık bir dize gösterimi elde etmek için :meth:`float."
1633+
"hex' metodunu kullanın."
15991634

16001635
#: library/functions.rst:817
16011636
msgid ""
@@ -1604,6 +1639,9 @@ msgid ""
16041639
"Two objects with non-overlapping lifetimes may have the same :func:`id` "
16051640
"value."
16061641
msgstr ""
1642+
"Bir nesnenin \"kimlik\" 'ini döndürür. Bu nesnenin ömrü boyunca eşsiz ve "
1643+
"sabit olduğu garanti edilen bir tam sayıdır. Ömürleri örtüşmeyen iki nesne "
1644+
"aynı :func:`id` değerine sahip olabilir."
16071645

16081646
#: library/functions.rst:824
16091647
msgid ""

0 commit comments

Comments
 (0)