Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Translation Update 3.11 #126

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 13 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
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
remove fuzzy flags
  • Loading branch information
egeakman committed Mar 8, 2023
commit 79479f992c4b5cb74a828be3f5997d78b76d2ca0
5 changes: 1 addition & 4 deletions install/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ msgid "Distutils based source distributions"
msgstr "Distutils tabanlı kaynak dağıtımları"

#: install/index.rst:64
#, fuzzy
msgid ""
"If you download a module source distribution, you can tell pretty quickly if "
"it was packaged and distributed in the standard way, i.e. using the "
Expand All @@ -151,7 +150,7 @@ msgstr ""
"kurulum komut dosyası :file:`setup.py` ve :file:`README.txt` veya muhtemelen "
"sadece :file:`README` adlı bir dosya içerecek ve modül dağıtımının "
"oluşturulması ve kurulmasınının bir terminalden bir komut çalıştırmanın "
"basit bir meselesi olduğunu açıklamalıdır:: "
"basit bir meselesi olduğunu açıklamalıdır::"

#: install/index.rst:77
msgid ""
Expand Down Expand Up @@ -1423,7 +1422,6 @@ msgid "\\(5)"
msgstr "\\(5)"

#: install/index.rst:763
#, fuzzy
msgid ""
"On all platforms, the \"personal\" file can be temporarily disabled by "
"passing the ``--no-user-cfg`` option."
Expand Down Expand Up @@ -1974,7 +1972,6 @@ msgstr ""
"dizinlerde bulunmalıdır."

#: install/index.rst:1065
#, fuzzy
msgid ""
"`Building Python modules on MS Windows platform with MinGW <https://old.zope."
"dev/Members/als/tips/win32_mingw_modules>`_"
Expand Down
2 changes: 1 addition & 1 deletion library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ msgid ""
"class:`bytearray` -- it has the same non-mutating methods and the same "
"indexing and slicing behavior."
msgstr ""
"0 <= x < 256 aralığındaki tam sayılardan oluşan değiştirilemez bir bayt "
"``0 <= x < 256`` aralığındaki tam sayılardan oluşan değiştirilemez bir \"bayt\" "
"objesi döndürür. :class:`bytes`, :class:`bytearray` 'in değiştirilemez "
"versiyonudur. Aynı objeyi değiştirmeyen metotlara, indeksleme ve dilimleme "
"davranışına sahiptir."
Expand Down