Skip to content

tutorial/introduction.po translation #176

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 4 commits into from
Feb 27, 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
links updated
  • Loading branch information
yunusolcar committed Feb 27, 2024
commit 7ad3ec3693a009576d530e7fe3ff33a2451628f9
14 changes: 7 additions & 7 deletions tutorial/introduction.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-04 18:33+0000\n"
"PO-Revision-Date: 2024-02-27 21:22+0300\n"
"PO-Revision-Date: 2024-02-27 22:42+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
Expand Down Expand Up @@ -204,8 +204,8 @@ msgstr ""
"Python sayıların yanı sıra metinleri de (\"string\" olarak adlandırılan :"
"class:`str` türü ile temsil edilir) işleyebilir. Bu karakterleri \"``!``\", "
"kelimeleri \"``tavşan``\", isimleri \"``Paris``\", cümleleri \"``Arkanı "
"kolla.``\", vb. içerir. \"``Yay! :)``\". Tek tırnak (``'...'``) veya çift "
"tırnak (``\"...\"``) içine alınabilirler ve aynı sonucu verirler [#]_."
"kolluyorum.``\", vb. içerir. \"``Yay! :)``\". Tek tırnak (``'...'``) veya "
"çift tırnak (``\"...\"``) içine alınabilirler ve aynı sonucu verirler [#]_."

#: tutorial/introduction.rst:157
msgid ""
Expand All @@ -223,9 +223,9 @@ msgid ""
"omitting the enclosing quotes and by printing escaped and special "
"characters::"
msgstr ""
"Python kabuğunda(shell), string tanımı ve çıktı stringi farklı görünebilir. "
":func:`print` fonksiyonu, tırnak işaretlerini atlayarak ve kaçan ve özel "
"karakterleri yazdırarak daha okunabilir bir çıktı üretir::"
"Python kabuğunda(shell), string tanımı ve çıktı stringi farklı "
"görünebilir. :func:`print` fonksiyonu, tırnak işaretlerini atlayarak ve "
"kaçan ve özel karakterleri yazdırarak daha okunabilir bir çıktı üretir::"

#: tutorial/introduction.rst:182
msgid ""
Expand Down Expand Up @@ -550,7 +550,7 @@ msgid ""
msgstr ""
"Elbette Python'ı iki ile ikiyi toplamaktan daha komplike görevler için "
"kullanabiliriz. Örneğin, `Fibonacci serisinin <https://en.wikipedia.org/wiki/"
"Fibonacci_number>`_ ilk alt dizisini aşağıdaki gibi yazabiliriz:"
"Fibonacci_sequence>`_ ilk alt dizisini aşağıdaki gibi yazabiliriz:"

#: tutorial/introduction.rst:501
msgid "This example introduces several new features."
Expand Down