Skip to content

library/index.po TR translation #195

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 6 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
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
library/index.po TR translation
  • Loading branch information
yunusolcar committed May 9, 2024
commit d04700cd96d2ec80e55f999a4bf1c65f7431bb8f
83 changes: 0 additions & 83 deletions library/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -81,86 +81,3 @@ msgstr ""
"adresinden ulaşılabilen yüz binlerce bileşenden (bireysel programlar ve "
"modüllerden paketlere ve tüm uygulama geliştirme çerçevelerine kadar) oluşan "
"aktif bir koleksiyon bulunmaktadır."
# Python Documentation Turkish Translation
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"PO-Revision-Date: 2024-05-09 19:42+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"
"X-Generator: Poedit 3.4.2\n"

#: library/index.rst:5
msgid "The Python Standard Library"
msgstr "Python Standart Kütüphanesi"

#: library/index.rst:7
msgid ""
"While :ref:`reference-index` describes the exact syntax and semantics of the "
"Python language, this library reference manual describes the standard "
"library that is distributed with Python. It also describes some of the "
"optional components that are commonly included in Python distributions."
msgstr ""
":ref:`reference-index` Python dilinin tam sözdizimini ve anlamını "
"açıklarken, bu kütüphane başvuru kılavuzu Python ile birlikte dağıtılan "
"standart kütüphaneyi açıklar. Ayrıca, Python dağıtımlarına yaygın olarak "
"dahil edilen bazı isteğe bağlı bileşenleri de açıklar."

#: library/index.rst:13
msgid ""
"Python's standard library is very extensive, offering a wide range of "
"facilities as indicated by the long table of contents listed below. The "
"library contains built-in modules (written in C) that provide access to "
"system functionality such as file I/O that would otherwise be inaccessible "
"to Python programmers, as well as modules written in Python that provide "
"standardized solutions for many problems that occur in everyday programming. "
"Some of these modules are explicitly designed to encourage and enhance the "
"portability of Python programs by abstracting away platform-specifics into "
"platform-neutral APIs."
msgstr ""
"Python'un standart kütüphanesi çok kapsamlıdır ve aşağıda listelenen uzun "
"içindekiler tablosunda belirtildiği gibi çok çeşitli olanaklar sunar. "
"Kütüphane, aksi takdirde Python programcılarının erişemeyeceği dosya G/Ç(I/"
"O) gibi sistem işlevlerine erişim sağlayan yerleşik modüllerin (C ile "
"yazılmış) yanı sıra günlük programlamada ortaya çıkan birçok sorun için "
"standartlaştırılmış çözümler sağlayan Python ile yazılmış modüller içerir. "
"Bu modüllerden bazıları, platforma özgü özellikleri platformdan bağımsız "
"API'lere soyutlayarak Python programlarının taşınabilirliğini teşvik etmek "
"ve geliştirmek için açıkça tasarlanmıştır."

#: library/index.rst:23
msgid ""
"The Python installers for the Windows platform usually include the entire "
"standard library and often also include many additional components. For Unix-"
"like operating systems Python is normally provided as a collection of "
"packages, so it may be necessary to use the packaging tools provided with "
"the operating system to obtain some or all of the optional components."
msgstr ""
"Windows platformu için Python yükleyicileri genellikle tüm standart "
"kütüphaneyi içerir ve genellikle birçok ek bileşen de içerir. Unix benzeri "
"işletim sistemleri için Python normalde bir paket koleksiyonu olarak "
"sağlanır, bu nedenle isteğe bağlı bileşenlerin bir kısmını veya tamamını "
"elde etmek için işletim sistemiyle birlikte sağlanan paketleme araçlarını "
"kullanmak gerekebilir."

#: library/index.rst:30
msgid ""
"In addition to the standard library, there is an active collection of "
"hundreds of thousands of components (from individual programs and modules to "
"packages and entire application development frameworks), available from the "
"`Python Package Index <https://pypi.org>`_."
msgstr ""
"Standart kütüphaneye ek olarak, `Python Package Index <https://pypi.org>`_ "
"adresinden ulaşılabilen yüz binlerce bileşenden (bireysel programlar ve "
"modüllerden paketlere ve tüm uygulama geliştirme çerçevelerine kadar) oluşan "
"aktif bir koleksiyon bulunmaktadır."
Loading