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

Translation Update 3.12#208

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

Open
python-docs-turkish wants to merge2 commits into3.12
base:3.12
Choose a base branch
Loading
fromtranslation-update-3.12
Open
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
Get changes from CPython Doc for 3.12
  • Loading branch information
@python-docs-turkish
python-docs-turkish committedJun 1, 2025
commit485a36bff339f16a626dc9f74fd3e52e946c84cc
38 changes: 38 additions & 0 deletionslibrary/asynchat.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,fuzzy
msgid ""
msgstr ""
"Project-Id-Version:Python 3.12\n"
"Report-Msgid-Bugs-To:\n"
"POT-Creation-Date:2025-06-01 00:28+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team:LANGUAGE <LL@li.org>\n"
"MIME-Version:1.0\n"
"Content-Type:text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding:8bit\n"

#:library/asynchat.rst:2
msgid":mod:`!asynchat` --- Asynchronous socket command/response handler"
msgstr""

#:library/asynchat.rst:10
msgid""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
"Python 3.6. The removal was decided in :pep:`594`."
msgstr""

#:library/asynchat.rst:14
msgid"Applications should use the :mod:`asyncio` module instead."
msgstr""

#:library/asynchat.rst:16
msgid""
"The last version of Python that provided the :mod:`!asynchat` module was "
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
msgstr""
38 changes: 38 additions & 0 deletionslibrary/asyncore.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-06-01 00:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: library/asyncore.rst:2
msgid ":mod:`!asyncore` --- Asynchronous socket handler"
msgstr ""

#: library/asyncore.rst:10
msgid ""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
"Python 3.6. The removal was decided in :pep:`594`."
msgstr ""

#: library/asyncore.rst:14
msgid "Applications should use the :mod:`asyncio` module instead."
msgstr ""

#: library/asyncore.rst:16
msgid ""
"The last version of Python that provided the :mod:`!asyncore` module was "
"`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_."
msgstr ""
35 changes: 35 additions & 0 deletionslibrary/distutils.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,fuzzy
msgid ""
msgstr ""
"Project-Id-Version:Python 3.12\n"
"Report-Msgid-Bugs-To:\n"
"POT-Creation-Date:2025-06-01 00:28+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team:LANGUAGE <LL@li.org>\n"
"MIME-Version:1.0\n"
"Content-Type:text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding:8bit\n"

#:library/distutils.rst:2
msgid":mod:`!distutils` --- Building and installing Python modules"
msgstr""

#:library/distutils.rst:10
msgid""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed-distutils>` after being "
"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has "
"`migration advice <https://peps.python.org/pep-0632/#migration-advice>`_."
msgstr""

#:library/distutils.rst:16
msgid""
"The last version of Python that provided the :mod:`!distutils` module was "
"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_."
msgstr""
40 changes: 40 additions & 0 deletionslibrary/imp.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,fuzzy
msgid ""
msgstr ""
"Project-Id-Version:Python 3.12\n"
"Report-Msgid-Bugs-To:\n"
"POT-Creation-Date:2025-06-01 00:28+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team:LANGUAGE <LL@li.org>\n"
"MIME-Version:1.0\n"
"Content-Type:text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding:8bit\n"

#:library/imp.rst:2
msgid":mod:`!imp` --- Access the import internals"
msgstr""

#:library/imp.rst:10
msgid""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed-imp>` after being deprecated in "
"Python 3.4."
msgstr""

#:library/imp.rst:14
msgid""
"The :ref:`removal notice <whatsnew312-removed-imp>` includes guidance for "
"migrating code from :mod:`!imp` to :mod:`importlib`."
msgstr""

#:library/imp.rst:17
msgid""
"The last version of Python that provided the :mod:`!imp` module was `Python "
"3.11 <https://docs.python.org/3.11/library/imp.html>`_."
msgstr""
27 changes: 27 additions & 0 deletionslibrary/removed.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,fuzzy
msgid ""
msgstr ""
"Project-Id-Version:Python 3.12\n"
"Report-Msgid-Bugs-To:\n"
"POT-Creation-Date:2025-06-01 00:28+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team:LANGUAGE <LL@li.org>\n"
"MIME-Version:1.0\n"
"Content-Type:text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding:8bit\n"

#:library/removed.rst:7
msgid"Removed Modules"
msgstr""

#:library/removed.rst:9
msgid""
"The modules described in this chapter have been removed from the Python "
"standard library. They are documented here to help people find replacements."
msgstr""
40 changes: 40 additions & 0 deletionslibrary/smtpd.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#,fuzzy
msgid ""
msgstr ""
"Project-Id-Version:Python 3.12\n"
"Report-Msgid-Bugs-To:\n"
"POT-Creation-Date:2025-06-01 00:28+0000\n"
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team:LANGUAGE <LL@li.org>\n"
"MIME-Version:1.0\n"
"Content-Type:text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding:8bit\n"

#:library/smtpd.rst:2
msgid":mod:`!smtpd` --- SMTP Server"
msgstr""

#:library/smtpd.rst:10
msgid""
"This module is no longer part of the Python standard library. It was :ref:"
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
"Python 3.6. The removal was decided in :pep:`594`."
msgstr""

#:library/smtpd.rst:14
msgid""
"A possible replacement is the third-party :pypi:`aiosmtpd` library. This "
"library is not maintained or supported by the Python core team."
msgstr""

#:library/smtpd.rst:17
msgid""
"The last version of Python that provided the :mod:`!smtpd` module was "
"`Python 3.11 <https://docs.python.org/3.11/library/smtpd.html>`_."
msgstr""

[8]ページ先頭

©2009-2025 Movatter.jp