forked from python/python-docs-tr
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.po
More file actions
96 lines (85 loc) · 3.86 KB
/
index.po
File metadata and controls
96 lines (85 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Python Documentation Turkish Translation
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"PO-Revision-Date: 2022-01-11 18:02+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.0.1\n"
#: distutils/index.rst:5
msgid "Distributing Python Modules (Legacy version)"
msgstr "Python Modüllerini Dağıtma (Eski sürüm)"
#: distutils/index.rst:0
msgid "Authors"
msgstr "Yazarlar"
#: distutils/index.rst:7
msgid "Greg Ward, Anthony Baxter"
msgstr "Greg Ward, Anthony Baxter"
#: distutils/index.rst:0
msgid "Email"
msgstr "E-posta"
#: distutils/index.rst:8
msgid "distutils-sig@python.org"
msgstr "distutils-sig@python.org"
#: distutils/index.rst:12
msgid ":ref:`distributing-index`"
msgstr ":ref:`distributing-index`"
#: distutils/index.rst:13
msgid "The up to date module distribution documentations"
msgstr "Güncel modül dağıtım dokümantasyonu"
#: distutils/index.rst:17
msgid ""
"The entire ``distutils`` package has been deprecated and will be removed in "
"Python 3.12. This documentation is retained as a reference only, and will be "
"removed with the package. See the :ref:`What's New <distutils-deprecated>` "
"entry for more information."
msgstr ""
"Tüm ``distutils`` paketi artık kullanılmamaktadır ve Python 3.12'de tamamen "
"kaldırılacaktır. Bu dokümantasyon yalnızca referans olarak tutulur ve "
"paketin kaldırılmasıyla birlikte bu belge de kaldırılacaktır. Daha fazla "
"bilgi için :ref:`What's New <distutils-deprecated>` girişine bakın."
#: distutils/_setuptools_disclaimer.rst:3
msgid ""
"This document is being retained solely until the ``setuptools`` "
"documentation at https://setuptools.readthedocs.io/en/latest/setuptools.html "
"independently covers all of the relevant information currently included here."
msgstr ""
"Bu dokümantasyon, https://setuptools.readthedocs.io/en/latest/setuptools."
"html adresindeki ``setuptools`` dokümantasyonu burada bulunan tüm bilgileri "
"kapsayana kadar saklanacaktır."
#: distutils/index.rst:26
msgid ""
"This guide only covers the basic tools for building and distributing "
"extensions that are provided as part of this version of Python. Third party "
"tools offer easier to use and more secure alternatives. Refer to the `quick "
"recommendations section <https://packaging.python.org/guides/tool-"
"recommendations/>`__ in the Python Packaging User Guide for more information."
msgstr ""
"Bu rehber yalnızca, Python'un bu sürümünün bir parçası olarak sağlanan "
"uzantıları oluşturmaya ve dağıtmaya yönelik temel araçları kapsar. Üçüncü "
"taraf araçlar, kullanımı daha kolay ve daha güvenli alternatifler sunar. "
"Daha fazla bilgi için Python Paketleme Kullanıcı Kılavuzundaki `hızlı "
"tavsiyeler bölümüne <https://packaging.python.org/guides/tool-"
"recommendations/>`__ bakın."
#: distutils/index.rst:32
msgid ""
"This document describes the Python Distribution Utilities (\"Distutils\") "
"from the module developer's point of view, describing the underlying "
"capabilities that ``setuptools`` builds on to allow Python developers to "
"make Python modules and extensions readily available to a wider audience."
msgstr ""
"Bu dokümantasyon, modül geliştiricisinin bakış açısından Python Dağıtım "
"Yardımcı Programlarını (\"Distutils\") açıklar ve Python geliştiricilerinin "
"Python modüllerini ve uzantılarını daha geniş bir kitle için hazır hale "
"getirmesine olanak sağlamak amacıyla ``setuptools`` 'un geliştirdiği temel "
"işlevleri açıklar."