3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.10\n "
10
9
"Report-Msgid-Bugs-To : \n "
11
10
"POT-Creation-Date : 2021-12-17 23:20+0300\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS> \n "
14
- "Language-Team : LANGUAGE <LL@li.org >\n "
15
- "Language : \n "
11
+ "PO-Revision-Date : 2022-01-11 18:02+0300 \n "
12
+ "Last-Translator : \n "
13
+ "Language-Team : TURKISH TEAM <python.docs.tr@gmail.com >\n "
14
+ "Language : tr \n "
16
15
"MIME-Version : 1.0\n "
17
16
"Content-Type : text/plain; charset=UTF-8\n "
18
17
"Content-Transfer-Encoding : 8bit\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
19
+ "X-Generator : Poedit 3.0.1\n "
19
20
20
21
#: distutils/index.rst:5
21
22
msgid "Distributing Python Modules (Legacy version)"
22
- msgstr ""
23
+ msgstr "Python Modüllerini Dağıtma (Eski sürüm) "
23
24
24
25
#: distutils/index.rst:0
25
26
msgid "Authors"
26
- msgstr ""
27
+ msgstr "Yazarlar "
27
28
28
29
#: distutils/index.rst:7
29
30
msgid "Greg Ward, Anthony Baxter"
30
- msgstr ""
31
+ msgstr "Greg Ward, Anthony Baxter "
31
32
32
33
#: distutils/index.rst:0
33
34
msgid "Email"
34
- msgstr ""
35
+ msgstr "E-posta "
35
36
36
37
#: distutils/index.rst:8
37
38
msgid "distutils-sig@python.org"
38
- msgstr ""
39
+ msgstr "distutils-sig@python.org "
39
40
40
41
#: distutils/index.rst:12
41
42
msgid ":ref:`distributing-index`"
42
- msgstr ""
43
+ msgstr ":ref:`distributing-index` "
43
44
44
45
#: distutils/index.rst:13
45
46
msgid "The up to date module distribution documentations"
46
- msgstr ""
47
+ msgstr "Güncel modül dağıtım dokümantasyonu "
47
48
48
49
#: distutils/index.rst:17
49
50
msgid ""
@@ -52,13 +53,20 @@ msgid ""
52
53
"removed with the package. See the :ref:`What's New <distutils-deprecated>` "
53
54
"entry for more information."
54
55
msgstr ""
56
+ "Tüm \" distutils\" paketi kullanımdan kaldırıldı ve Python 3.12'de "
57
+ "kaldırılacak. Bu dokümantasyon yalnızca referans olarak tutulur ve paketle "
58
+ "birlikte kaldırılacaktır. Daha fazla bilgi için :ref:`What's New <distutils-"
59
+ "deprecated>` girişine bakın."
55
60
56
61
#: distutils/_setuptools_disclaimer.rst:3
57
62
msgid ""
58
63
"This document is being retained solely until the ``setuptools`` "
59
64
"documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html "
60
65
"independently covers all of the relevant information currently included here."
61
66
msgstr ""
67
+ "Bu dokümantasyon yalnızca https://setuptools.readthedocs.io/en/latest/"
68
+ "setuptools.html adresindeki ``setuptools`` dokümantasyonunun burada bulunan "
69
+ "ilgili tüm bilgileri bağımsız olarak kapsayasına kadar saklanacaktır."
62
70
63
71
#: distutils/index.rst:26
64
72
msgid ""
@@ -68,6 +76,12 @@ msgid ""
68
76
"recommendations section <https://packaging.python.org/guides/tool-"
69
77
"recommendations/>`__ in the Python Packaging User Guide for more information."
70
78
msgstr ""
79
+ "Bu kılavuz yalnızca, Python'un bu sürümünün bir parçası olarak sağlanan "
80
+ "uzantıları oluşturmaya ve dağıtmaya yönelik temel araçları kapsar. Üçüncü "
81
+ "taraf araçlar, kullanımı daha kolay ve daha güvenli alternatifler sunar. "
82
+ "Daha fazla bilgi için Python Paketleme Kullanıcı Kılavuzundaki `quick "
83
+ "recommendations section <https://packaging.python.org/guides/tool-"
84
+ "recommendations/>`__ 'a bakın."
71
85
72
86
#: distutils/index.rst:32
73
87
msgid ""
@@ -76,3 +90,8 @@ msgid ""
76
90
"capabilities that ``setuptools`` builds on to allow Python developers to "
77
91
"make Python modules and extensions readily available to a wider audience."
78
92
msgstr ""
93
+ "Bu dokümantasyon, modül geliştiricisinin bakış açısından Python Dağıtım "
94
+ "Yardımcı Programlarını (\" Distutils\" ) açıklar ve Python geliştiricilerinin "
95
+ "Python modüllerini ve uzantılarını daha geniş bir kitle için hazır hale "
96
+ "getirmesine olanak sağlamak için \" setuptools\" un geliştirdiği temel "
97
+ "işlevlerini açıklar."
0 commit comments