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

Commitd841ec9

Browse files
Translation Update 3.12 (#178)
Co-authored-by: Ege Akman <me@egeakman.dev>
1 parentafd86af commitd841ec9

34 files changed

+2578
-2447
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# test build, we're building with the .rst files that generated our
2020
# .po files.
2121

22-
CPYTHON_CURRENT_COMMIT :=b4dd31409cf6f23dcd8113d10f74a2e41b8cb1ed
22+
CPYTHON_CURRENT_COMMIT :=90f75e1069f2d692480bcd305fc35b4fe7847e18
2323
LANGUAGE := tr
2424
BRANCH := 3.12
2525

‎c-api/hash.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2024-02-24 17:22+0000\n"
11+
"POT-Creation-Date:2024-03-01 20:27+0000\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team:LANGUAGE <LL@li.org>\n"
14+
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
15+
"Language:tr\n"
1516
"MIME-Version:1.0\n"
1617
"Content-Type:text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding:8bit\n"

‎howto/gdb_helpers.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2024-02-24 17:22+0000\n"
11+
"POT-Creation-Date:2024-03-01 20:27+0000\n"
1212
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team:LANGUAGE <LL@li.org>\n"
14+
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
15+
"Language:tr\n"
1516
"MIME-Version:1.0\n"
1617
"Content-Type:text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding:8bit\n"

‎library/abc.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-01-0100:16+0000\n"
10+
"POT-Creation-Date:2024-03-0120:27+0000\n"
1111
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator:\n"
1313
"Language-Team:TURKISH <python.docs.tr@gmail.com>\n"
@@ -119,11 +119,11 @@ msgstr ""
119119

120120
#:library/abc.rst:104
121121
msgid""
122-
"This method should return ``True``, ``False`` or``NotImplemented``. If it "
123-
"returns ``True``, the *subclass* is considered a subclass of this ABC. If it "
124-
"returns ``False``, the *subclass* is not considered a subclass of this ABC, "
125-
"even if it would normally be one. If it returns``NotImplemented``, the"
126-
"subclass check is continued with the usual mechanism."
122+
"This method should return ``True``, ``False`` or:data:`NotImplemented`. If "
123+
"itreturns ``True``, the *subclass* is considered a subclass of this ABC. If "
124+
"itreturns ``False``, the *subclass* is not considered a subclass of this "
125+
"ABC,even if it would normally be one. If it returns:data:`!"
126+
"NotImplemented`, thesubclass check is continued with the usual mechanism."
127127
msgstr""
128128

129129
#:library/abc.rst:114

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp