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

Fix fuzzy#72

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
Ardasak merged 2 commits into3.11fromfix-fuzzy
Dec 29, 2022
Merged
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
Fix fuzzy
  • Loading branch information
@Ardasak
Ardasak committedDec 29, 2022
commite4ea3df7402a83b40cdc5b25357180fa087b194d
11 changes: 5 additions & 6 deletionsextending/embedding.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,15 +7,15 @@ 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: 2022-03-03 01:11+0300\n"
"PO-Revision-Date: 2022-12-29 00:34-0500\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.2.2\n"

#: extending/embedding.rst:8
msgid "Embedding Python in Another Application"
Expand DownExpand Up@@ -410,7 +410,7 @@ msgid ""
"directly useful to you:"
msgstr ""
"Gerekli derleyici ve bağlayıcı bayraklarını bulmak için, yükleme işleminin "
"bir parçası olarak oluşturulan :file:`python{XY}-config` betiğini "
"bir parçası olarak oluşturulan :file:`python{X.Y}-config` betiğini "
"çalıştırabilirsiniz (bir :file:`python3-config` betiği de mevcut olabilir). "
"Bu komut dosyası, size doğrudan yardımcı olacak birkaç seçeneğe sahiptir:"

Expand All@@ -423,13 +423,12 @@ msgstr ""
"verecektir:"

#: extending/embedding.rst:304
#, fuzzy
msgid ""
"``pythonX.Y-config --ldflags --embed`` will give you the recommended flags "
"when linking:"
msgstr ""
"``pythonX.Y-config --ldflags``, bağlantı kurarken size önerilen bayrakları "
"verecektir:"
"``pythonX.Y-config --ldflags --embed``, bağlantı kurarken size önerilen "
"bayraklarıverecektir:"

#: extending/embedding.rst:313
msgid ""
Expand Down
7 changes: 2 additions & 5 deletionsfaq/extending.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,15 +7,15 @@ 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: 2022-07-01 14:35+0300\n"
"PO-Revision-Date: 2022-12-29 00:43-0500\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.2.2\n"

#: faq/extending.rst:3
msgid "Extending/Embedding FAQ"
Expand DownExpand Up@@ -73,7 +73,6 @@ msgstr ""
"dizi alternatifi vardır."

#: faq/extending.rst:44
#, fuzzy
msgid ""
"`Cython <https://cython.org>`_ and its relative `Pyrex <https://www.cosc."
"canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers that accept a "
Expand All@@ -88,7 +87,6 @@ msgstr ""
"yazmayı mümkün kılar."

#: faq/extending.rst:50
#, fuzzy
msgid ""
"If you need to interface to some C or C++ library for which no Python "
"extension currently exists, you can try wrapping the library's data types "
Expand DownExpand Up@@ -480,7 +478,6 @@ msgstr ""
"sınıflardan miras alabilirsiniz."

#: faq/extending.rst:289
#, fuzzy
msgid ""
"The Boost Python Library (BPL, https://www.boost.org/libs/python/doc/index."
"html) provides a way of doing this from C++ (i.e. you can inherit from an "
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp