Skip to content

library/stdtypes #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Nov 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1c6e81f
Update Makefile
egeakman Dec 27, 2021
07e45be
Update Makefile
egeakman Dec 27, 2021
5f230f3
Update Makefile
egeakman Dec 27, 2021
71e1c22
Update Makefile
egeakman Dec 27, 2021
cf0061f
Update Makefile
egeakman Dec 27, 2021
e54bdf4
Update Makefile
egeakman Dec 27, 2021
a2efa25
Update Makefile
egeakman Dec 27, 2021
d32fbe1
Update Makefile
egeakman Dec 27, 2021
289e177
Update Makefile
egeakman Dec 27, 2021
9146b79
Update Makefile
egeakman Dec 27, 2021
1e9e526
Update Makefile
egeakman Dec 27, 2021
33da246
Update Makefile
egeakman Dec 27, 2021
a5d97b4
Change default heading for all .po files
egeakman Dec 27, 2021
8b041ed
Update library/stdtypes
egeakman Dec 27, 2021
be56963
Update stdtypes.po
egeakman Dec 30, 2021
362a197
wrap library/stdtypes.po
egeakman Dec 31, 2021
0a1e952
translate more
egeakman Feb 4, 2022
ed2ce4a
fix typos
egeakman Feb 4, 2022
6f73db3
Update library/stdtypes.po
egeakman Feb 5, 2022
080b35c
Update library/stdtypes.po
egeakman Feb 5, 2022
a176c53
Update library/stdtypes.po
egeakman Feb 5, 2022
6a41b0f
Update library/stdtypes.po
egeakman Feb 5, 2022
5f77e3e
Update
egeakman Feb 20, 2022
ad73984
Merge branch '3.10' into library/stdtypes
egeakman Mar 3, 2022
af00b03
Merge branch '3.10' into library/stdtypes
egeakman Apr 3, 2022
ddfe9e5
Wrap translations
github-actions[bot] Apr 3, 2022
91c3e26
update
egeakman Apr 3, 2022
f497cf0
update
Bengisuyarbas Apr 3, 2022
9a1c32a
update
Bengisuyarbas Apr 15, 2022
be3f637
Test workflow
egeakman Apr 24, 2022
241f143
Wrap translations
github-actions[bot] Apr 24, 2022
b22dc64
Update contents.po
egeakman Apr 24, 2022
b84287b
Catch up with master (#39)
egeakman Apr 24, 2022
61e4faf
Wrap translations (#40)
github-actions[bot] Apr 24, 2022
0eab45b
update :(
egeakman May 27, 2022
e6876fb
Merge branch '3.10' into library/stdtypes
egeakman Jun 18, 2022
6dd4f9f
library/stdtypes (#56)
sefikaozturk Jul 19, 2022
8399ca1
update
Bengisuyarbas Jul 19, 2022
3c905a0
update
Bengisuyarbas Aug 15, 2022
3f02dd7
Bump years
egeakman Nov 29, 2022
0f657ba
Merge branch '3.10' into library/stdtypes
egeakman Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
Bengisuyarbas committed Jul 19, 2022
commit 8399ca1787774c24bd746ae835964597ffad0fa2
82 changes: 71 additions & 11 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-17 23:20+0300\n"
"PO-Revision-Date: 2022-07-19 18:15+0300\n"
"PO-Revision-Date: 2022-07-19 21:54+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.1\n"
"X-Generator: Poedit 3.0.1\n"

#: library/stdtypes.rst:8
msgid "Built-in Types"
Expand Down Expand Up @@ -6155,38 +6155,49 @@ msgid ""
"However, union objects containing :ref:`parameterized generics <types-"
"genericalias>` cannot be used::"
msgstr ""
"Ancak, :ref:`parameterized <types-genericalias>generics`</types-"
"genericalias> içeren union nesneleri <types-genericalias>kullanılamaz::</"
"types-genericalias>"

#: library/stdtypes.rst:5044
msgid ""
"The user-exposed type for the union object can be accessed from :data:`types."
"UnionType` and used for :func:`isinstance` checks. An object cannot be "
"instantiated from the type::"
msgstr ""
"Union nesnesinin kullanıcıya açık türüne :data:`types.UnionType` adresinden "
"erişilebilir ve :func:`isinstance` kontrolleri için kullanılabilir. Bir "
"nesne şu türden örneklenemez::"

#: library/stdtypes.rst:5057
msgid ""
"The :meth:`__or__` method for type objects was added to support the syntax "
"``X | Y``. If a metaclass implements :meth:`__or__`, the Union may override "
"it::"
msgstr ""
"Tür nesneleri için :meth:`__or__` yöntemi, ``X | Y`` sözdizimini desteklemek "
"için eklendi. Eğer bir metaclass :meth:`__or__` metodunu uygularsa, Union "
"bunu geçersiz kılabilir::"

#: library/stdtypes.rst:5075
msgid ":pep:`604` -- PEP proposing the ``X | Y`` syntax and the Union type."
msgstr ""
msgstr ":pep:`604` -- ``X | Y`` sözdizimini ve Birlik türünü öneren PEP."

#: library/stdtypes.rst:5083
msgid "Other Built-in Types"
msgstr ""
msgstr "Diğer Yerleşik Tipler"

#: library/stdtypes.rst:5085
msgid ""
"The interpreter supports several other kinds of objects. Most of these "
"support only one or two operations."
msgstr ""
"Yorumlayıcı başka nesne türlerini de destekler. Bunların çoğu yalnızca bir "
"veya iki işlemi destekler."

#: library/stdtypes.rst:5092
msgid "Modules"
msgstr ""
msgstr "Modüller"

#: library/stdtypes.rst:5094
msgid ""
Expand All @@ -6198,6 +6209,13 @@ msgid ""
"exist, rather it requires an (external) *definition* for a module named "
"*foo* somewhere.)"
msgstr ""
"Bir modül üzerindeki tek özel işlem öznitelik erişimidir: ``m.name``, burada "
"*m* bir modüldür ve *name* *m*'nin sembol tablosunda tanımlanan bir isme "
"erişir. Modül nitelikleri atanabilir. (:keyword:`import` deyiminin "
"kesinlikle bir modül nesnesi üzerinde bir işlem olmadığına dikkat edin; "
"``import foo`` *foo* adında bir modül nesnesinin var olmasını gerektirmez, "
"bunun yerine bir yerlerde *foo* adında bir modül için (harici) bir "
"*tanımlama* gerektirir)"

#: library/stdtypes.rst:5101
msgid ""
Expand All @@ -6209,31 +6227,44 @@ msgid ""
"``m.__dict__ = {}``). Modifying :attr:`~object.__dict__` directly is not "
"recommended."
msgstr ""
"Her modülün özel bir niteliği :attr:`~object.__dict__`dir. Bu, modülün "
"sembol tablosunu içeren sözlüktür. Bu sözlüğü değiştirmek aslında modülün "
"sembol tablosunu değiştirecektir, ancak :attr:`~object.__dict__` niteliğine "
"doğrudan atama yapmak mümkün değildir (``m.__dict__['a'] = 1`` "
"yazabilirsiniz, bu ``m.a`` yı ``1`` olarak tanımlar, ancak ``m.__dict__ = {}"
"`` yazamazsınız). Attr:`~object.__dict__` öğesinin doğrudan değiştirilmesi "
"önerilmez."

#: library/stdtypes.rst:5109
msgid ""
"Modules built into the interpreter are written like this: ``<module "
"'sys' (built-in)>``. If loaded from a file, they are written as ``<module "
"'os' from '/usr/local/lib/pythonX.Y/os.pyc'>``."
msgstr ""
"Yorumlayıcıda yerleşik olarak bulunan modüller şu şekilde yazılır: ``<module "
"'sys' (built-in)>``. Eğer bir dosyadan yüklenmişlerse, ``<module 'os' from "
"'/usr/local/lib/pythonX.Y/os.pyc'>`` şeklinde yazılırlar."

#: library/stdtypes.rst:5117
msgid "Classes and Class Instances"
msgstr ""
msgstr "Sınıflar ve Sınıf Örnekleri"

#: library/stdtypes.rst:5119
msgid "See :ref:`objects` and :ref:`class` for these."
msgstr ""
msgstr "Bunlar için :ref:`class` ve :ref:`objects` bakın."

#: library/stdtypes.rst:5125
msgid "Functions"
msgstr ""
msgstr "Fonksiyonlar"

#: library/stdtypes.rst:5127
msgid ""
"Function objects are created by function definitions. The only operation on "
"a function object is to call it: ``func(argument-list)``."
msgstr ""
"Fonksiyon nesneleri fonksiyon tanımları tarafından oluşturulur. Bir "
"fonksiyon nesnesi üzerindeki tek işlem onu çağırmaktır: ``func(argument-"
"list)``."

#: library/stdtypes.rst:5130
msgid ""
Expand All @@ -6242,14 +6273,18 @@ msgid ""
"function), but the implementation is different, hence the different object "
"types."
msgstr ""
"Fonksiyon nesnelerinin gerçekten iki çeşidi vardır: yerleşik fonksiyonlar ve "
"kullanıcı tanımlı fonksiyonlar. Her ikisi de aynı işlemi destekler (işlevi "
"çağırmak için), ancak uygulama farklıdır, dolayısıyla farklı nesne türleri "
"vardır."

#: library/stdtypes.rst:5134
msgid "See :ref:`function` for more information."
msgstr ""
msgstr "Daha fazla bilgi için :ref:`function` bölümüne bakınız."

#: library/stdtypes.rst:5140
msgid "Methods"
msgstr ""
msgstr "Yöntemler"

#: library/stdtypes.rst:5144
msgid ""
Expand All @@ -6258,6 +6293,10 @@ msgid ""
"class instance methods. Built-in methods are described with the types that "
"support them."
msgstr ""
"Yöntemler, nitelik gösterimi kullanılarak çağrılan işlevlerdir. İki çeşidi "
"vardır: yerleşik yöntemler (listelerde :meth:`append` gibi) ve sınıf örneği "
"yöntemleri. Yerleşik yöntemler, onları destekleyen türlerle birlikte "
"tanımlanır."

#: library/stdtypes.rst:5149
msgid ""
Expand All @@ -6270,6 +6309,14 @@ msgid ""
"n)`` is completely equivalent to calling ``m.__func__(m.__self__, arg-1, "
"arg-2, ..., arg-n)``."
msgstr ""
"Bir yönteme (bir sınıf ad alanında tanımlanmış bir fonksiyon) bir örnek "
"üzerinden erişirseniz, özel bir nesne elde edersiniz: bir :dfn:`bound "
"method` (ayrıca :dfn:`instance method` olarak da adlandırılır) nesnesi. "
"Çağrıldığında, ``self`` argümanını argüman listesine ekleyecektir. Bağlı "
"metotların iki özel salt okunur niteliği vardır: ``m.__self__`` metodun "
"üzerinde çalıştığı nesne ve ``m.__func__`` metodu uygulayan fonksiyondur. "
"M(arg-1, arg-2, ..., arg-n)`` çağrısı tamamen ``m.__func__(m.__self__, "
"arg-1, arg-2, ..., arg-n)`` çağrısına eşdeğerdir."

#: library/stdtypes.rst:5158
msgid ""
Expand All @@ -6280,6 +6327,13 @@ msgid ""
"results in an :exc:`AttributeError` being raised. In order to set a method "
"attribute, you need to explicitly set it on the underlying function object::"
msgstr ""
"Fonksiyon nesneleri gibi, bağlı metot nesneleri de keyfi nitelikler almayı "
"destekler. Ancak, yöntem nitelikleri aslında temel işlev nesnesinde (``meth."
"__func__``) saklandığından, bağlı yöntemlerde yöntem niteliklerinin "
"ayarlanmasına izin verilmez. Bir yöntem üzerinde bir öznitelik ayarlamaya "
"çalışmak :exc:`AttributeError` ile sonuçlanır. Bir yöntem özniteliğini "
"ayarlamak için, bunu temel işlev nesnesi üzerinde açıkça ayarlamanız "
"gerekir::"

#: library/stdtypes.rst:5209
msgid "See :ref:`types` for more information."
Expand All @@ -6298,6 +6352,12 @@ msgid ""
"function and can be extracted from function objects through their :attr:"
"`__code__` attribute. See also the :mod:`code` module."
msgstr ""
"Kod nesneleri, uygulama tarafından bir fonksiyon gövdesi gibi \"sözde "
"derlenmiş\" çalıştırılabilir Python kodunu temsil etmek için kullanılır. "
"Fonksiyon nesnelerinden farklıdırlar çünkü global yürütme ortamlarına bir "
"referans içermezler. Kod nesneleri yerleşik :func:`compile` işlevi "
"tarafından döndürülür ve :attr:`__code__` niteliği aracılığıyla işlev "
"nesnelerinden çıkarılabilir. Ayrıca :mod:`code` modülüne de bakınız."

#: library/stdtypes.rst:5199
msgid ""
Expand All @@ -6317,7 +6377,7 @@ msgstr ""

#: library/stdtypes.rst:5215
msgid "Type Objects"
msgstr ""
msgstr "Type Objects"

#: library/stdtypes.rst:5221
msgid ""
Expand Down