Skip to content

Commit

Permalink
sync with cpython 9b06a8d2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
1 parent 178b615 commit c2d62c5
Show file tree
Hide file tree
Showing 26 changed files with 1,259 additions and 317 deletions.
35 changes: 35 additions & 0 deletions library/aifc.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/aifc.rst:2
msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files"
msgstr ""

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

#: ../../library/aifc.rst:14
msgid ""
"The last version of Python that provided the :mod:`!aifc` module was `Python "
"3.12 <https://docs.python.org/3.12/library/aifc.html>`_."
msgstr ""
39 changes: 39 additions & 0 deletions library/asynchat.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\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 ""
39 changes: 39 additions & 0 deletions library/asyncore.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\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 deletions library/audioop.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/audioop.rst:2
msgid ":mod:`!audioop` --- Manipulate raw audio data"
msgstr ""

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

#: ../../library/audioop.rst:14
msgid ""
"The last version of Python that provided the :mod:`!audioop` module was "
"`Python 3.12 <https://docs.python.org/3.12/library/audioop.html>`_."
msgstr ""
42 changes: 42 additions & 0 deletions library/cgi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/cgi.rst:2
msgid ":mod:`!cgi` --- Common Gateway Interface support"
msgstr ""

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

#: ../../library/cgi.rst:14
msgid ""
"A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. This "
"is a copy of the cgi module, no longer maintained or supported by the core "
"Python team."
msgstr ""

#: ../../library/cgi.rst:18
msgid ""
"The last version of Python that provided the :mod:`!cgi` module was `Python "
"3.12 <https://docs.python.org/3.12/library/cgi.html>`_."
msgstr ""
42 changes: 42 additions & 0 deletions library/cgitb.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/cgitb.rst:2
msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts"
msgstr ""

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

#: ../../library/cgitb.rst:14
msgid ""
"A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. "
"This is a copy of the cgi module, no longer maintained or supported by the "
"core Python team."
msgstr ""

#: ../../library/cgitb.rst:18
msgid ""
"The last version of Python that provided the :mod:`!cgitb` module was "
"`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_."
msgstr ""
35 changes: 35 additions & 0 deletions library/chunk.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/chunk.rst:2
msgid ":mod:`!chunk` --- Read IFF chunked data"
msgstr ""

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

#: ../../library/chunk.rst:14
msgid ""
"The last version of Python that provided the :mod:`!chunk` module was "
"`Python 3.12 <https://docs.python.org/3.12/library/chunk.html>`_."
msgstr ""
43 changes: 43 additions & 0 deletions library/crypt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/crypt.rst:2
msgid ":mod:`!crypt` --- Function to check Unix passwords"
msgstr ""

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

#: ../../library/crypt.rst:14
msgid ""
"Applications can use the :mod:`hashlib` module from the standard library. "
"Other possible replacements are third-party libraries from PyPI: :pypi:"
"`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. "
"These are not supported or maintained by the Python core team."
msgstr ""

#: ../../library/crypt.rst:19
msgid ""
"The last version of Python that provided the :mod:`!crypt` module was "
"`Python 3.12 <https://docs.python.org/3.12/library/crypt.html>`_."
msgstr ""
36 changes: 36 additions & 0 deletions library/distutils.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\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 ""
42 changes: 42 additions & 0 deletions library/imghdr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, 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.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-18 00:15+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"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../library/imghdr.rst:2
msgid ":mod:`!imghdr` --- Determine the type of an image"
msgstr ""

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

#: ../../library/imghdr.rst:14
msgid ""
"Possible replacements are third-party libraries from PyPI: :pypi:"
"`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These are not "
"supported or maintained by the Python core team."
msgstr ""

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

0 comments on commit c2d62c5

Please sign in to comment.