-
-
Notifications
You must be signed in to change notification settings - Fork 43
Translate library/tk.po to Turkish #117
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
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Translate library/tk.po to Turkish
- Loading branch information
commit d201880d5be26cf6149f19a3d342e2b19e7d6633
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,23 @@ | |
# Copyright (C) 2001-2023, Python Software Foundation | ||
# This file is distributed under the same license as the Python package. | ||
# | ||
#, fuzzy | ||
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: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: 2023-02-09 19:07+0300\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\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.2.2\n" | ||
|
||
#: library/tk.rst:5 | ||
msgid "Graphical User Interfaces with Tk" | ||
msgstr "" | ||
msgstr "Tk ile Grafik Kullanıcı Arayüzleri" | ||
|
||
#: library/tk.rst:13 | ||
msgid "" | ||
|
@@ -27,6 +27,11 @@ msgid "" | |
"programmers using the :mod:`tkinter` package, and its extension, the :mod:" | ||
"`tkinter.tix` and the :mod:`tkinter.ttk` modules." | ||
msgstr "" | ||
"Tk/Tcl uzun zamandır Python'ın ayrılmaz bir parçası olmuştur. Python " | ||
"programcılarının :mod:`tkinter` paketini ve onun uzantısı olan :mod:`tkinter." | ||
"tix` ve :mod:`tkinter.ttk` modüllerini kullanarak programcıların " | ||
"kullanabilecekleri sağlam ve platformdan bağımsız bir pencereleme araç seti " | ||
"sunar." | ||
|
||
#: library/tk.rst:18 | ||
msgid "" | ||
|
@@ -36,6 +41,11 @@ msgid "" | |
"mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python " | ||
"classes." | ||
msgstr "" | ||
"Mod:`tkinter` paketi Tcl/Tk üzerinde ince bir nesne yönelimli katmandır. Mod:" | ||
"`tkinter` kullanmak için Tcl kodu yazmanıza gerek yoktur, ancak Tk " | ||
"belgelerine ve bazen de Tcl belgelerine başvurmanız gerekecektir. :mod:" | ||
"`tkinter`, Tk widget'larını Python sınıfları olarak uygulayan bir dizi " | ||
"sarmalayıcıdır." | ||
|
||
#: library/tk.rst:24 | ||
msgid "" | ||
|
@@ -48,3 +58,11 @@ msgid "" | |
"alternative `GUI frameworks and tools <https://wiki.python.org/moin/" | ||
"GuiProgramming>`_." | ||
msgstr "" | ||
":mod:`tkinter`ın başlıca özellikleri hızlı olması ve genellikle Python ile " | ||
mertssmnoglu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"birlikte gelmesidir. Standart dokümantasyonu zayıf olmasına rağmen, " | ||
"referanslar, öğreticiler, bir kitap ve diğer öğeleri içeren iyi bir materyal " | ||
"mevcuttur. Ayrıca :mod:`tkinter` modası geçmiş ve eski bir görünüme sahip " | ||
"olmasına rağmen, Tk 8.5'te bu durum büyük ölçüde geliştirilmiştir. Bununla birlikte, " | ||
"ilginizi çekebilecek başka birçok GUI kütüphanesi vardır. Python wiki, " | ||
"birkaç alternatif `GUI geliştirme çerçevesi ve aracını <https://wiki.python." | ||
"org/moin/GuiProgramming>`_ sizler için listeler." |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.