Skip to content

Commit c2d62c5

Browse files
sync with cpython 9b06a8d2
1 parent 178b615 commit c2d62c5

26 files changed

+1259
-317
lines changed

library/aifc.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/aifc.rst:2
21+
msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files"
22+
msgstr ""
23+
24+
#: ../../library/aifc.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/aifc.rst:14
32+
msgid ""
33+
"The last version of Python that provided the :mod:`!aifc` module was `Python "
34+
"3.12 <https://docs.python.org/3.12/library/aifc.html>`_."
35+
msgstr ""

library/asynchat.po

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/asynchat.rst:2
21+
msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler"
22+
msgstr ""
23+
24+
#: ../../library/asynchat.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
28+
"Python 3.6. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/asynchat.rst:14
32+
msgid "Applications should use the :mod:`asyncio` module instead."
33+
msgstr ""
34+
35+
#: ../../library/asynchat.rst:16
36+
msgid ""
37+
"The last version of Python that provided the :mod:`!asynchat` module was "
38+
"`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_."
39+
msgstr ""

library/asyncore.po

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/asyncore.rst:2
21+
msgid ":mod:`!asyncore` --- Asynchronous socket handler"
22+
msgstr ""
23+
24+
#: ../../library/asyncore.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.12 <whatsnew312-removed>` after being deprecated in "
28+
"Python 3.6. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/asyncore.rst:14
32+
msgid "Applications should use the :mod:`asyncio` module instead."
33+
msgstr ""
34+
35+
#: ../../library/asyncore.rst:16
36+
msgid ""
37+
"The last version of Python that provided the :mod:`!asyncore` module was "
38+
"`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_."
39+
msgstr ""

library/audioop.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/audioop.rst:2
21+
msgid ":mod:`!audioop` --- Manipulate raw audio data"
22+
msgstr ""
23+
24+
#: ../../library/audioop.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/audioop.rst:14
32+
msgid ""
33+
"The last version of Python that provided the :mod:`!audioop` module was "
34+
"`Python 3.12 <https://docs.python.org/3.12/library/audioop.html>`_."
35+
msgstr ""

library/cgi.po

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/cgi.rst:2
21+
msgid ":mod:`!cgi` --- Common Gateway Interface support"
22+
msgstr ""
23+
24+
#: ../../library/cgi.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/cgi.rst:14
32+
msgid ""
33+
"A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. This "
34+
"is a copy of the cgi module, no longer maintained or supported by the core "
35+
"Python team."
36+
msgstr ""
37+
38+
#: ../../library/cgi.rst:18
39+
msgid ""
40+
"The last version of Python that provided the :mod:`!cgi` module was `Python "
41+
"3.12 <https://docs.python.org/3.12/library/cgi.html>`_."
42+
msgstr ""

library/cgitb.po

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/cgitb.rst:2
21+
msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts"
22+
msgstr ""
23+
24+
#: ../../library/cgitb.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/cgitb.rst:14
32+
msgid ""
33+
"A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. "
34+
"This is a copy of the cgi module, no longer maintained or supported by the "
35+
"core Python team."
36+
msgstr ""
37+
38+
#: ../../library/cgitb.rst:18
39+
msgid ""
40+
"The last version of Python that provided the :mod:`!cgitb` module was "
41+
"`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_."
42+
msgstr ""

library/chunk.po

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/chunk.rst:2
21+
msgid ":mod:`!chunk` --- Read IFF chunked data"
22+
msgstr ""
23+
24+
#: ../../library/chunk.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/chunk.rst:14
32+
msgid ""
33+
"The last version of Python that provided the :mod:`!chunk` module was "
34+
"`Python 3.12 <https://docs.python.org/3.12/library/chunk.html>`_."
35+
msgstr ""

library/crypt.po

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/crypt.rst:2
21+
msgid ":mod:`!crypt` --- Function to check Unix passwords"
22+
msgstr ""
23+
24+
#: ../../library/crypt.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/crypt.rst:14
32+
msgid ""
33+
"Applications can use the :mod:`hashlib` module from the standard library. "
34+
"Other possible replacements are third-party libraries from PyPI: :pypi:"
35+
"`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, or :pypi:`passlib`. "
36+
"These are not supported or maintained by the Python core team."
37+
msgstr ""
38+
39+
#: ../../library/crypt.rst:19
40+
msgid ""
41+
"The last version of Python that provided the :mod:`!crypt` module was "
42+
"`Python 3.12 <https://docs.python.org/3.12/library/crypt.html>`_."
43+
msgstr ""

library/distutils.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/distutils.rst:2
21+
msgid ":mod:`!distutils` --- Building and installing Python modules"
22+
msgstr ""
23+
24+
#: ../../library/distutils.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.12 <whatsnew312-removed-distutils>` after being "
28+
"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has "
29+
"`migration advice <https://peps.python.org/pep-0632/#migration-advice>`_."
30+
msgstr ""
31+
32+
#: ../../library/distutils.rst:16
33+
msgid ""
34+
"The last version of Python that provided the :mod:`!distutils` module was "
35+
"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_."
36+
msgstr ""

library/imghdr.po

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-11-18 00:15+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: zh_TW\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
20+
#: ../../library/imghdr.rst:2
21+
msgid ":mod:`!imghdr` --- Determine the type of an image"
22+
msgstr ""
23+
24+
#: ../../library/imghdr.rst:10
25+
msgid ""
26+
"This module is no longer part of the Python standard library. It was :ref:"
27+
"`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated in "
28+
"Python 3.11. The removal was decided in :pep:`594`."
29+
msgstr ""
30+
31+
#: ../../library/imghdr.rst:14
32+
msgid ""
33+
"Possible replacements are third-party libraries from PyPI: :pypi:"
34+
"`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These are not "
35+
"supported or maintained by the Python core team."
36+
msgstr ""
37+
38+
#: ../../library/imghdr.rst:18
39+
msgid ""
40+
"The last version of Python that provided the :mod:`!imghdr` module was "
41+
"`Python 3.12 <https://docs.python.org/3.12/library/imghdr.html>`_."
42+
msgstr ""

0 commit comments

Comments
 (0)