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

Commitdb1cf00

Browse files
authored
Fix fuzzy (#72)
1 parent35f1fc7 commitdb1cf00

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

‎extending/embedding.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ msgstr ""
77
"Project-Id-Version:Python 3.11\n"
88
"Report-Msgid-Bugs-To:\n"
99
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10-
"PO-Revision-Date:2022-03-03 01:11+0300\n"
10+
"PO-Revision-Date:2022-12-29 00:34-0500\n"
1111
"Last-Translator:\n"
1212
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
1313
"Language:tr\n"
1414
"MIME-Version:1.0\n"
1515
"Content-Type:text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding:8bit\n"
1717
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
18-
"X-Generator:Poedit 3.0.1\n"
18+
"X-Generator:Poedit 3.2.2\n"
1919

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

@@ -423,13 +423,12 @@ msgstr ""
423423
"verecektir:"
424424

425425
#:extending/embedding.rst:304
426-
#,fuzzy
427426
msgid""
428427
"``pythonX.Y-config --ldflags --embed`` will give you the recommended flags "
429428
"when linking:"
430429
msgstr""
431-
"``pythonX.Y-config --ldflags``, bağlantı kurarken size önerilen bayrakları "
432-
"verecektir:"
430+
"``pythonX.Y-config --ldflags --embed``, bağlantı kurarken size önerilen "
431+
"bayraklarıverecektir:"
433432

434433
#:extending/embedding.rst:313
435434
msgid""

‎faq/extending.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ msgstr ""
77
"Project-Id-Version:Python 3.11\n"
88
"Report-Msgid-Bugs-To:\n"
99
"POT-Creation-Date:2022-12-17 01:28+0300\n"
10-
"PO-Revision-Date:2022-07-01 14:35+0300\n"
10+
"PO-Revision-Date:2022-12-29 00:43-0500\n"
1111
"Last-Translator:\n"
1212
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
1313
"Language:tr\n"
1414
"MIME-Version:1.0\n"
1515
"Content-Type:text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding:8bit\n"
1717
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
18-
"X-Generator:Poedit 3.0.1\n"
18+
"X-Generator:Poedit 3.2.2\n"
1919

2020
#:faq/extending.rst:3
2121
msgid"Extending/Embedding FAQ"
@@ -73,7 +73,6 @@ msgstr ""
7373
"dizi alternatifi vardır."
7474

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

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp