-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ege Akman <[email protected]>
- Loading branch information
1 parent
afd86af
commit d841ec9
Showing
34 changed files
with
2,578 additions
and
2,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-24 17:22+0000\n" | ||
"POT-Creation-Date: 2024-03-01 20:27+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
"Language: tr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-24 17:22+0000\n" | ||
"POT-Creation-Date: 2024-03-01 20:27+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
"Language: tr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-01-01 00:16+0000\n" | ||
"POT-Creation-Date: 2024-03-01 20:27+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: \n" | ||
"Language-Team: TURKISH <[email protected]>\n" | ||
|
@@ -119,11 +119,11 @@ msgstr "" | |
|
||
#: library/abc.rst:104 | ||
msgid "" | ||
"This method should return ``True``, ``False`` or ``NotImplemented``. If it " | ||
"returns ``True``, the *subclass* is considered a subclass of this ABC. If it " | ||
"returns ``False``, the *subclass* is not considered a subclass of this ABC, " | ||
"even if it would normally be one. If it returns ``NotImplemented``, the " | ||
"subclass check is continued with the usual mechanism." | ||
"This method should return ``True``, ``False`` or :data:`NotImplemented`. If " | ||
"it returns ``True``, the *subclass* is considered a subclass of this ABC. If " | ||
"it returns ``False``, the *subclass* is not considered a subclass of this " | ||
"ABC, even if it would normally be one. If it returns :data:`!" | ||
"NotImplemented`, the subclass check is continued with the usual mechanism." | ||
msgstr "" | ||
|
||
#: library/abc.rst:114 | ||
|
Oops, something went wrong.