• Stars
    star
    109
  • Rank 308,723 (Top 7 %)
  • Language
    Python
  • License
    Other
  • Created over 2 years ago
  • Updated 13 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turkish Translation of the Python Documentation

Python Dokümantasyonu Türkçe Çevirisi

discord linkedin gmail

Dokümantasyon Katkı Anlaşması

Bu proje gönüllü çevirmenler ve python-docs-tr ekibi iş birliğinde sürdürülmektedir. Bu anlaşma, çeviri sürecindeki tüm katılımcıların haklarını ve sorumluluklarını tanımlamaktadır. Projeyi GitHub ve diğer halka açık mecralarda yayınlayarak ve projeye katkı veya iyileştirme yaparak, katkılarınızı CC0 lisansı altında PSF'in kullanımına sunmuş olursunuz. Karşılığında, çeviri yaptığınız kısım için halka açık olarak övgü toplayabilirsiniz. Eğer çeviriniz PSF tarafından kabul edilirse, (eğer isterseniz) TRANSLATORS dosyasına isminizi ekleyerek bir yama gönderebilirsiniz. Yaptığınız katkı metinsel olmasa bile Python topluluğuna katılımınızı memnuniyetle karşılıyor ve herkesi katkı sağlamaya davet ediyoruz.

Çalışmanızı dokümantasyona dahil edilmek üzere PSF'e göndererek bu anlaşmayı kabul etmiş sayılırsınız.

Çeviriye Katkıda Bulunmak

Gereklilikler

  • Bir GitHub hesabı
  • Yüklü bir Git istemcisi
  • .po dosyalarını düzenlemek için poedit gibi bir program
  • Yüklü bir Python ve pip versiyonu (en son stabil olan versiyon önerilir)

Adımlar

Rezervasyon

Çeviri yapmak istediğiniz bir dosyaya rezervasyon oluşturmak için şu adımları izleyin:

  1. Issues > New Issue > Get started düğmelerini takip ederek rezervasyon formunu açın.
  2. foo/bar.po taslağını, çalışmak istediğiniz dosyanın yolu ile değiştirin.
    • Örnegin, "library/functions.po üzerinde çalışmak istiyorum".
  3. Submit new issue düğmesine tıklayarak rezervasyonunuzu oluşturun ve çeviriyi üstlenin.

Projeye ilk başlarken

  1. Projeyi GitHub üzerinden forklayın.
  2. Forkladığınız projeyi bilgisayarınıza klonlayın.
    • git clone https://github.com/<kullaniciadi>/python-docs-tr.git
  3. Çevirmek istediğiniz dosyanın ismiyle bir branch oluşturun.
    • Örneğin, library/functions.po dosyasını çevirmek istiyorsanız, library-functions adında bir branch oluşturun.
    • git checkout -b library-functions
  4. Gerekli paketleri yükleyin.
    • python -m pip install --upgrade -r requirements.txt
  5. Syntax hatalarını commit öncesi otomatik kontrol eden pre-commit 'i kurun.
    • pre-commit install

Çalışma döngüsü

  1. Doğru branchte olduğunuzdan emin olun.
    • git checkout library-functions
  2. Çevirmek istediğiniz dosyayı poedit ile açın.
  3. Çevirilerinizi yapın ve kaydedin.
  4. Çevirilerinizi kendi forkunuza yükleyin.
    • git add library/functions.po
    • git commit -m "Çeviri tamamlandı."
    • git push origin library-functions

Çeviri tamamlandıktan sonra

  1. TRANSLATORS dosyasına isminizi ekleyin. (Çeviri kabul edilirse yaptığınız katkı için övgü toplayabilirsiniz.)
  2. GitHub üzerinden çevirilerinizi göndermek için bir pull request oluşturun.
  3. Çevirilerinizin kabul edilmesini bekleyin.
    • Bu süreçte çevirileriniz, uygunluğunu ve yazım hatalarını değerlendirmek için birkaç kişi tarafından incelenecektir.
    • İncelemenin sonucunda bazı değişiklikler yapmanız istenebilir.

Dikkat Etmeniz Gerekenler

  1. Çeviri yaparken yararlanabileceğiniz kaynaklar:
  2. Çevirilerinizde terimlerin doğru kullanılmasına dikkat edin. Örneğin:
    • string ve str terimleri aynı şeyi temsil etmemektedir.
    • string terimi, Python'da metinleri temsil etmek için kullanılan bir veri tipi olup, str ise bu veri tipiyle ilgili fonksiyonlar ve metotlarda kullanılan bir kısaltmadır.
  3. Çevirilerinizde bir terimin birden fazla çevirisi olması durumunda, önceki çevirilerde kullanılan çeviriyi kullanın.
    • Örneğin, string terimi için dize ve metin çevirileri kullanılmıştır. Bu durumda dize terimini tercih edin.

More Repositories

1

cpython

The Python programming language
Python
55,867
star
2

mypy

Optional static typing for Python
Python
17,549
star
3

peps

Python Enhancement Proposals
reStructuredText
4,094
star
4

typeshed

Collection of library stubs for Python, with static types
Python
4,050
star
5

devguide

The Python developer's guide
Python
1,746
star
6

typing

Python static typing home. Hosts the documentation and a user help forum.
Python
1,545
star
7

pythondotorg

Source code for python.org
Python
1,414
star
8

asyncio

asyncio historical repository
1,015
star
9

pyperformance

Python Performance Benchmark Suite
Python
818
star
10

python-docs-zh-cn

zh_CN translation of the Python documentation
415
star
11

typing_extensions

Backported and experimental type hints for Python
Python
361
star
12

python-docs-fr

Mirroir en lecture seule de https://git.afpy.org/AFPy/python-docs-fr
356
star
13

python-docs-es

Spanish translation of the Python documentation.
Python
314
star
14

python-docs-zh-tw

Traditional Chinese (zh-tw) translation of the Python Documentation
Python
236
star
15

typed_ast

Modified fork of CPython's ast module that parses `# type:` comments
C
226
star
16

raspberryio

Source code for raspberry.io
Python
222
star
17

steering-council

Communications from the Steering Council
Makefile
138
star
18

planet

Configuration for Python planets (e.g. http://planetpython.org)
Python
133
star
19

mypy_extensions

Extensions for mypy
Python
129
star
20

python-docs-pt-br

Brazilian Portuguese translation of the Python Documentation
Makefile
115
star
21

bedevere

A bot to help identify missing information for CPython pull requests
Python
113
star
22

miss-islington

🐍🍒⛏🤖 - A bot for backporting and merging CPython pull requests
Python
104
star
23

psf-salt

PSF infrastructure configuration
SaltStack
104
star
24

importlib_metadata

Backport of the importlib.metadata module
Python
100
star
25

pycon-code-of-conduct

pycon code of conduct
97
star
26

core-workflow

Issue tracker for CPython's workflow
Python
87
star
27

the-knights-who-say-ni

CLA enforcement bot for Python organization projects
Python
81
star
28

python-docs-theme

Sphinx theme for Python documentation
CSS
70
star
29

tzdata

Python package wrapping the IANA time zone database
Python
67
star
30

python-docs-ko

Korean translation of the Python documentation
63
star
31

python-docs-ja

Shell
61
star
32

docsbuild-scripts

scripts for building documentation on docs.python.org
Python
61
star
33

python-docs-id

Terjemahan Bahasa Indonesia untuk Dokumentasi Python
58
star
34

pythoncapi-compat

The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.
Python
53
star
35

importlib_resources

Backport of the importlib.resources module
Python
52
star
36

community-starter-kit

Collection of resources for Python community organizers
Python
46
star
37

getpython3.com

getpython3.com page and resources.
CSS
44
star
38

psf-chef

Chef configuration and cookbooks for the Python Software Foundation
Ruby
44
star
39

cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Python
44
star
40

python-docs-pl

Polskie tłumaczenie dokumentacji Pythona
Python
41
star
41

docs-community

Community management for documentation contributors and the Docs Workgroup
36
star
42

typing-council

Decisions by the Python Typing Council
35
star
43

release-tools

Scripts for making (C)Python releases
Python
28
star
44

pythonineducation.org

The pythonineducation.org website
HTML
28
star
45

buildmaster-config

Configuration for buildbot.python.org
Python
27
star
46

blurb_it

`blurb add` over the internet
Python
25
star
47

cpython-source-deps

Source for packages that the cpython build process depends on
22
star
48

python-docs-uk

Ukrainian translation of the Python Documentation
Makefile
21
star
49

cpython-bin-deps

Binaries that the cpython build process depends on
21
star
50

exceptiongroups

An early draft of a PEP around Exception Groups in Python
21
star
51

psf-docs

PSF Docs
Python
18
star
52

historic-python-materials

Contains some old pages from python.org
Python
18
star
53

discord-bot

Discord Bot for Core Devs Discord server
Python
17
star
54

consul-operator

A kubernetes operator for consul
Go
17
star
55

core-sprint

Repo for Virtual Core Dev Sprint 2020
Python
16
star
56

speed.python.org

HTML
14
star
57

devinabox

Documentation and tools to help host a sprint on Python core development
Python
14
star
58

docker-bpo

Docker image for bugs.python.org
Python
14
star
59

pythontestdotnet

source of pythontest.net (resources used for Python test suite)
HTML
12
star
60

psf-community-resources

Short guides to PSF-related resources
11
star
61

bugs.python.org

Meta-issue tracker for bugs.python.org
11
star
62

.github

Organization-wide GitHub settings
10
star
63

hugs.python.org

9
star
64

psf-infra-meta

Meta-repository for PSF backed or managed systems. Created mainly for the issue tracker :)
8
star
65

python-docs-it

Italian translation of the Python documentation.
Makefile
8
star
66

python-dev-survey

Place for gathering feedback from the public on the Python Developers Survey
8
star
67

bpo-builder

bugs.python.org builder image & other deployment artifacts
Python
7
star
68

psf-election

Tools and documentation around running a PSF election
Python
7
star
69

psfoutreach

PSF Outreach website
Shell
6
star
70

language-summit

Resources for the annual Python Language Summit
6
star
71

python-docs-hu

Hungarian Translation of the Python Documentation
6
star
72

tlsproxy

Python
6
star
73

psf-packages

HTML
5
star
74

redistributor-guide

Guidance & recommendations for anyone publishing their own binary builds of CPython
4
star
75

overload-sig

Discussion about discussion overload, see https://mail.python.org/mm3/mailman3/lists/[email protected]/
4
star
76

issues-test-cpython

Test repository for the bpo migration
3
star
77

python-docs-bn-in

3
star
78

pootle-python-org-backup

Python
2
star
79

issues-test-demo-20220218

Test repository for the bpo migration
1
star
80

issues-test-demo-20220402

Test repository for the bpo migration
1
star