|
| 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 "" |
0 commit comments