2
2
# Copyright (C) 2001-2022, Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
- #, fuzzy
6
5
msgid ""
7
6
msgstr ""
8
7
"Project-Id-Version : Python 3.11\n "
9
8
"Report-Msgid-Bugs-To : \n "
10
9
"POT-Creation-Date : 2022-12-17 01:28+0300\n "
11
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
10
+ "PO-Revision-Date : 2023-02-01 17:48-0500 \n "
12
11
"Last-Translator : \n "
13
12
"Language-Team : TURKISH <python.docs.tr@gmail.com>\n "
14
13
"Language : tr\n "
15
14
"MIME-Version : 1.0\n "
16
15
"Content-Type : text/plain; charset=UTF-8\n "
17
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "X-Generator : Poedit 3.2.2\n "
18
18
19
19
#: extending/index.rst:5
20
- #, fuzzy
21
20
msgid "Extending and Embedding the Python Interpreter"
22
21
msgstr "Python Yorumlayıcısını Genişletme ve Gömme"
23
22
24
23
#: extending/index.rst:7
25
- #, fuzzy
26
24
msgid ""
27
25
"This document describes how to write modules in C or C++ to extend the "
28
26
"Python interpreter with new modules. Those modules can not only define new "
@@ -42,7 +40,6 @@ msgstr ""
42
40
"için nasıl derleneceğini ve bağlanacağını gösterir."
43
41
44
42
#: extending/index.rst:15
45
- #, fuzzy
46
43
msgid ""
47
44
"This document assumes basic knowledge about Python. For an informal "
48
45
"introduction to the language, see :ref:`tutorial-index`. :ref:`reference-"
@@ -57,7 +54,6 @@ msgstr ""
57
54
"(hem yerleşik hem de Python'da yazılmış) belgeler."
58
55
59
56
#: extending/index.rst:21
60
- #, fuzzy
61
57
msgid ""
62
58
"For a detailed description of the whole Python/C API, see the separate :ref:"
63
59
"`c-api-index`."
@@ -66,12 +62,10 @@ msgstr ""
66
62
"bakın."
67
63
68
64
#: extending/index.rst:26
69
- #, fuzzy
70
65
msgid "Recommended third party tools"
71
66
msgstr "Önerilen üçüncü taraf araçları"
72
67
73
68
#: extending/index.rst:28
74
- #, fuzzy
75
69
msgid ""
76
70
"This guide only covers the basic tools for creating extensions provided as "
77
71
"part of this version of CPython. Third party tools like `Cython <https://"
@@ -87,7 +81,6 @@ msgstr ""
87
81
"daha karmaşık yaklaşımlar sunar."
88
82
89
83
#: extending/index.rst:40
90
- #, fuzzy
91
84
msgid ""
92
85
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
93
86
"org/guides/packaging-binary-extensions/>`_"
@@ -96,7 +89,6 @@ msgstr ""
96
89
"python.org/guides/packaging-binary-extensions/>`_"
97
90
98
91
#: extending/index.rst:38
99
- #, fuzzy
100
92
msgid ""
101
93
"The Python Packaging User Guide not only covers several available tools that "
102
94
"simplify the creation of binary extensions, but also discusses the various "
@@ -108,12 +100,10 @@ msgstr ""
108
100
"çeşitli nedenlerini de tartışır."
109
101
110
102
#: extending/index.rst:45
111
- #, fuzzy
112
103
msgid "Creating extensions without third party tools"
113
104
msgstr "Üçüncü taraf araçları olmadan uzantılar oluşturma"
114
105
115
106
#: extending/index.rst:47
116
- #, fuzzy
117
107
msgid ""
118
108
"This section of the guide covers creating C and C++ extensions without "
119
109
"assistance from third party tools. It is intended primarily for creators of "
@@ -126,12 +116,10 @@ msgstr ""
126
116
"yöneliktir."
127
117
128
118
#: extending/index.rst:63
129
- #, fuzzy
130
119
msgid "Embedding the CPython runtime in a larger application"
131
120
msgstr "CPython çalışma zamanını daha büyük bir uygulamaya gömme"
132
121
133
122
#: extending/index.rst:65
134
- #, fuzzy
135
123
msgid ""
136
124
"Sometimes, rather than creating an extension that runs inside the Python "
137
125
"interpreter as the main application, it is desirable to instead embed the "
0 commit comments