Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update tutorial/modules#185

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
egeakman merged 18 commits intopython:3.12fromyunusolcar:tutorial/modules
Apr 14, 2024
Merged
Changes fromall commits
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
edbb7c3
tutorial/introduction.po translation
yunusolcarFeb 27, 2024
6d69643
fixed sphnix error
yunusolcarFeb 27, 2024
7ad3ec3
links updated
yunusolcarFeb 27, 2024
ed8d066
Merge branch '3.12' of https://github.com/yunusolcar/python-docs-tr i…
yunusolcarMar 1, 2024
494af74
tutorial/modules.po Tr translation
yunusolcarMar 1, 2024
78f6d26
sphinx error fixed
yunusolcarMar 1, 2024
9d5e1be
sphinx error fixed
yunusolcarMar 1, 2024
dad9c7c
sphinx lint
yunusolcarMar 1, 2024
0e8c139
sphinx error :/
yunusolcarMar 1, 2024
35af1c3
final sphinx fix :)
yunusolcarMar 1, 2024
42b50a8
fix: conflicts
yunusolcarApr 5, 2024
ba84842
Merge branch '3.12' into tutorial/modules
yunusolcarApr 5, 2024
68fc0a3
Fix wrapping
egeakmanApr 5, 2024
5038418
tutorial/modules.po conflicts fix
yunusolcarApr 10, 2024
4da2417
powrap
egeakmanApr 14, 2024
0699a0a
Apply suggestions from code review
egeakmanApr 14, 2024
0f20423
powrap
egeakmanApr 14, 2024
1a7a210
translate new entries
egeakmanApr 14, 2024
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
23 changes: 11 additions & 12 deletionstutorial/modules.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-01 20:27+0000\n"
"PO-Revision-Date: 2024-03-01 21:11+0300\n"
"PO-Revision-Date: 2024-04-10 21:30+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
Expand DownExpand Up@@ -240,8 +240,8 @@ msgid ""
"with the ``__name__`` set to ``\"__main__\"``. That means that by adding "
"this code at the end of your module::"
msgstr ""
"modüldeki kod, içe aktardığınız gibi yürütülür, ancak ``__name__`` "
"``\"__main__\"`` olarak ayarlanır. Bu, modülünüzün sonuna bu kodu ekleyerek:"
"modüldeki kod, içe aktardığınız gibi yürütülür, ancak ``__name__````"
"\"__main__\"`` olarak ayarlanır. Bu, modülünüzün sonuna bu kodu ekleyerek:"

#: tutorial/modules.rst:161
msgid ""
Expand DownExpand Up@@ -444,7 +444,6 @@ msgid "Standard Modules"
msgstr "Standart modüller"

#: tutorial/modules.rst:269
#, fuzzy
msgid ""
"Python comes with a library of standard modules, described in a separate "
"document, the Python Library Reference (\"Library Reference\" hereafter). "
Expand All@@ -458,7 +457,7 @@ msgid ""
"into every Python interpreter. The variables ``sys.ps1`` and ``sys.ps2`` "
"define the strings used as primary and secondary prompts::"
msgstr ""
"Python, ayrı bir belge olan Python Kütüphane Referansında (bundan sonra "
"Python, ayrı bir belge olan Python Kütüphane Referansında (buradan itibaren "
"\"Kütüphane Referansı\") açıklanan standart modüllerden oluşan bir "
"kütüphaneyle birlikte gelir. Bazı modüller yorumlayıcıda yerleşik olarak "
"bulunur; bunlar dilin çekirdeğinin bir parçası olmayan ancak yine de "
Expand DownExpand Up@@ -719,8 +718,8 @@ msgid ""
"This would mean that ``from sound.effects import *`` would import the three "
"named submodules of the :mod:`!sound.effects` package."
msgstr ""
"Yine, bu :mod:`!echo` alt modülünü yükler, ancak bu onun :func:`!echofilter` "
"işlevini doğrudan kullanılabilir hale getirir::"
"Bu, ``from sound.effects import *`` ifadesinin :mod:`!sound.effects` "
"paketinin üç adlandırılmış alt modülünü içe aktaracağı anlamına gelir."

#: tutorial/modules.rst:516
msgid ""
Expand DownExpand Up@@ -809,7 +808,7 @@ msgstr ""
"paketinde olduğu gibi), kardeş paketlerin alt modüllerine başvurmak için "
"mutlak içe aktarımları kullanabilirsiniz. Örneğin, :mod:`!sound.filters."
"vocoder` modülünün :mod:`!sound.effects` paketindeki :mod:`!echo` modülünü "
"kullanması gerekiyorsa, ``from sound.effects import echo`` kullanabilir.\v"
"kullanması gerekiyorsa, ``from sound.effects import echo`` kullanabilir."

#: tutorial/modules.rst:571
msgid ""
Expand DownExpand Up@@ -886,16 +885,16 @@ msgstr "arama"

#: tutorial/modules.rst:184
msgid "path"
msgstr ""
msgstr "dizin"

#: tutorial/modules.rst:267
msgid "sys"
msgstr ""
msgstr "sys"

#: tutorial/modules.rst:348
msgid "builtins"
msgstr ""
msgstr "yerleşikler"

#: tutorial/modules.rst:493
msgid "__all__"
msgstr ""
msgstr "__all__"

[8]ページ先頭

©2009-2025 Movatter.jp