├── contents.po ├── whatsnew ├── changelog.po └── index.po ├── faq └── index.po ├── library ├── windows.po ├── netdata.po ├── fileformats.po ├── removed.po ├── concurrent.po ├── python.po ├── unix.po ├── mm.po ├── cmdlinelibs.po ├── modules.po ├── crypto.po ├── archiving.po ├── functional.po ├── language.po ├── distribution.po ├── markup.po ├── allos.po ├── frameworks.po ├── i18n.po ├── text.po ├── uu.po ├── debug.po ├── chunk.po ├── nis.po ├── aifc.po ├── sunau.po ├── xdrlib.po ├── mailcap.po ├── nntplib.po ├── audioop.po ├── msilib.po ├── concurrency.po ├── ossaudiodev.po ├── development.po ├── persistence.po ├── ipc.po ├── custominterp.po ├── pipes.po ├── numeric.po ├── asyncore.po ├── distutils.po ├── imp.po ├── asynchat.po ├── xmlrpc.po ├── smtpd.po ├── spwd.po ├── urllib.po ├── cgi.po ├── cgitb.po ├── datatypes.po ├── binary.po ├── telnetlib.po ├── internet.po ├── sndhdr.po ├── imghdr.po ├── crypt.po ├── tkinter.colorchooser.po ├── filesys.po ├── compression.po ├── superseded.po ├── keyword.po ├── tkinter.scrolledtext.po ├── html.po ├── html.entities.po ├── tk.po ├── index.po ├── builtins.po ├── tabnanny.po ├── copyreg.po ├── colorsys.po ├── asyncio-exceptions.po ├── urllib.error.po ├── quopri.po ├── tty.po ├── getpass.po ├── tkinter.dnd.po ├── audit_events.po ├── security_warnings.po └── grp.po ├── c-api ├── objimpl.po ├── utilities.po ├── index.po ├── descriptor.po ├── abstract.po ├── none.po ├── coro.po ├── gen.po ├── bool.po ├── iterator.po ├── typehints.po ├── concrete.po ├── iter.po ├── cell.po ├── perfmaps.po ├── memoryview.po ├── bytearray.po ├── hash.po └── method.po ├── howto ├── clinic.po ├── cporting.po ├── pyporting.po └── index.po ├── distributing └── index.po ├── using ├── index.po └── editors.po ├── deprecations ├── pending-removal-in-3.19.po ├── c-api-pending-removal-in-3.14.po └── pending-removal-in-3.17.po ├── reference └── index.po ├── copyright.po ├── about.po ├── tutorial ├── interactive.po └── index.po └── extending ├── building.po └── index.po /contents.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: contents.rst:3 20 | msgid "Python Documentation contents" 21 | msgstr "" 22 | -------------------------------------------------------------------------------- /whatsnew/changelog.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: whatsnew/changelog.rst:7 20 | msgid "Changelog" 21 | msgstr "" 22 | -------------------------------------------------------------------------------- /faq/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: faq/index.rst:5 20 | msgid "Python Frequently Asked Questions" 21 | msgstr "" 22 | -------------------------------------------------------------------------------- /library/windows.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/windows.rst:5 20 | msgid "MS Windows Specific Services" 21 | msgstr "" 22 | 23 | #: library/windows.rst:7 24 | msgid "" 25 | "This chapter describes modules that are only available on MS Windows " 26 | "platforms." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /c-api/objimpl.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/objimpl.rst:7 20 | msgid "Object Implementation Support" 21 | msgstr "" 22 | 23 | #: c-api/objimpl.rst:9 24 | msgid "" 25 | "This chapter describes the functions, types, and macros used when defining " 26 | "new object types." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /library/netdata.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/netdata.rst:6 20 | msgid "Internet Data Handling" 21 | msgstr "" 22 | 23 | #: library/netdata.rst:8 24 | msgid "" 25 | "This chapter describes modules which support handling data formats commonly " 26 | "used on the internet." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /howto/clinic.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: howto/clinic.rst:8 20 | msgid "Argument Clinic How-To" 21 | msgstr "" 22 | 23 | #: howto/clinic.rst:13 24 | msgid "" 25 | "The Argument Clinic How-TO has been moved to the `Python Developer's Guide " 26 | "`__." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /library/fileformats.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/fileformats.rst:5 20 | msgid "File Formats" 21 | msgstr "" 22 | 23 | #: library/fileformats.rst:7 24 | msgid "" 25 | "The modules described in this chapter parse various miscellaneous file " 26 | "formats that aren't markup languages and are not related to e-mail." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /library/removed.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/removed.rst:7 20 | msgid "Removed Modules" 21 | msgstr "" 22 | 23 | #: library/removed.rst:9 24 | msgid "" 25 | "The modules described in this chapter have been removed from the Python " 26 | "standard library. They are documented here to help people find replacements." 27 | msgstr "" 28 | -------------------------------------------------------------------------------- /library/concurrent.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/concurrent.rst:2 20 | msgid "The :mod:`!concurrent` package" 21 | msgstr "" 22 | 23 | #: library/concurrent.rst:4 24 | msgid "Currently, there is only one module in this package:" 25 | msgstr "" 26 | 27 | #: library/concurrent.rst:6 28 | msgid ":mod:`concurrent.futures` -- Launching parallel tasks" 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/python.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/python.rst:5 20 | msgid "Python Runtime Services" 21 | msgstr "" 22 | 23 | #: library/python.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide a wide range of services " 26 | "related to the Python interpreter and its interaction with its environment. " 27 | "Here's an overview:" 28 | msgstr "" 29 | -------------------------------------------------------------------------------- /library/unix.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/unix.rst:5 20 | msgid "Unix Specific Services" 21 | msgstr "" 22 | 23 | #: library/unix.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide interfaces to features that " 26 | "are unique to the Unix operating system, or in some cases to some or many " 27 | "variants of it. Here's an overview:" 28 | msgstr "" 29 | -------------------------------------------------------------------------------- /distributing/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: distributing/index.rst:10 20 | msgid "Distributing Python Modules" 21 | msgstr "" 22 | 23 | #: distributing/index.rst:14 24 | msgid "" 25 | "Information and guidance on distributing Python modules and packages has " 26 | "been moved to the `Python Packaging User Guide`_, and the tutorial on " 27 | "`packaging Python projects`_." 28 | msgstr "" 29 | -------------------------------------------------------------------------------- /library/mm.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/mm.rst:5 20 | msgid "Multimedia Services" 21 | msgstr "" 22 | 23 | #: library/mm.rst:7 24 | msgid "" 25 | "The modules described in this chapter implement various algorithms or " 26 | "interfaces that are mainly useful for multimedia applications. They are " 27 | "available at the discretion of the installation. Here's an overview:" 28 | msgstr "" 29 | -------------------------------------------------------------------------------- /using/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: using/index.rst:5 20 | msgid "Python Setup and Usage" 21 | msgstr "" 22 | 23 | #: using/index.rst:8 24 | msgid "" 25 | "This part of the documentation is devoted to general information on the " 26 | "setup of the Python environment on different platforms, the invocation of " 27 | "the interpreter and things that make working with Python easier." 28 | msgstr "" 29 | -------------------------------------------------------------------------------- /library/cmdlinelibs.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/cmdlinelibs.rst:5 20 | msgid "Command Line Interface Libraries" 21 | msgstr "" 22 | 23 | #: library/cmdlinelibs.rst:7 24 | msgid "" 25 | "The modules described in this chapter assist with implementing command line " 26 | "and terminal interfaces for applications." 27 | msgstr "" 28 | 29 | #: library/cmdlinelibs.rst:10 30 | msgid "Here's an overview:" 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /c-api/utilities.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/utilities.rst:7 20 | msgid "Utilities" 21 | msgstr "" 22 | 23 | #: c-api/utilities.rst:9 24 | msgid "" 25 | "The functions in this chapter perform various utility tasks, ranging from " 26 | "helping C code be more portable across platforms, using Python modules from " 27 | "C, and parsing function arguments and constructing Python values from C " 28 | "values." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/modules.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/modules.rst:5 20 | msgid "Importing Modules" 21 | msgstr "" 22 | 23 | #: library/modules.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide new ways to import other " 26 | "Python modules and hooks for customizing the import process." 27 | msgstr "" 28 | 29 | #: library/modules.rst:10 30 | msgid "The full list of modules described in this chapter is:" 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /library/crypto.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/crypto.rst:5 20 | msgid "Cryptographic Services" 21 | msgstr "" 22 | 23 | #: library/crypto.rst:9 24 | msgid "" 25 | "The modules described in this chapter implement various algorithms of a " 26 | "cryptographic nature. They are available at the discretion of the " 27 | "installation. Here's an overview:" 28 | msgstr "" 29 | 30 | #: library/crypto.rst:7 31 | msgid "cryptography" 32 | msgstr "" 33 | -------------------------------------------------------------------------------- /library/archiving.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/archiving.rst:5 20 | msgid "Data Compression and Archiving" 21 | msgstr "" 22 | 23 | #: library/archiving.rst:7 24 | msgid "" 25 | "The modules described in this chapter support data compression with the " 26 | "zlib, gzip, bzip2, lzma, and zstd algorithms, and the creation of ZIP- and " 27 | "tar-format archives. See also :ref:`archiving-operations` provided by " 28 | "the :mod:`shutil` module." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /c-api/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/index.rst:5 20 | msgid "Python/C API Reference Manual" 21 | msgstr "" 22 | 23 | #: c-api/index.rst:7 24 | msgid "" 25 | "This manual documents the API used by C and C++ programmers who want to " 26 | "write extension modules or embed Python. It is a companion " 27 | "to :ref:`extending-index`, which describes the general principles of " 28 | "extension writing but does not document the API functions in detail." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/functional.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/functional.rst:3 20 | msgid "Functional Programming Modules" 21 | msgstr "" 22 | 23 | #: library/functional.rst:5 24 | msgid "" 25 | "The modules described in this chapter provide functions and classes that " 26 | "support a functional programming style, and general operations on callables." 27 | msgstr "" 28 | 29 | #: library/functional.rst:8 30 | msgid "The following modules are documented in this chapter:" 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /library/language.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/language.rst:5 20 | msgid "Python Language Services" 21 | msgstr "" 22 | 23 | #: library/language.rst:7 24 | msgid "" 25 | "Python provides a number of modules to assist in working with the Python " 26 | "language. These modules support tokenizing, parsing, syntax analysis, " 27 | "bytecode disassembly, and various other facilities." 28 | msgstr "" 29 | 30 | #: library/language.rst:11 31 | msgid "These modules include:" 32 | msgstr "" 33 | -------------------------------------------------------------------------------- /library/distribution.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/distribution.rst:3 20 | msgid "Software Packaging and Distribution" 21 | msgstr "" 22 | 23 | #: library/distribution.rst:5 24 | msgid "" 25 | "These libraries help you with publishing and installing Python software. " 26 | "While these modules are designed to work in conjunction with the `Python " 27 | "Package Index `__, they can also be used with a local " 28 | "index server, or without any index server at all." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/markup.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/markup.rst:5 20 | msgid "Structured Markup Processing Tools" 21 | msgstr "" 22 | 23 | #: library/markup.rst:7 24 | msgid "" 25 | "Python supports a variety of modules to work with various forms of " 26 | "structured data markup. This includes modules to work with the Standard " 27 | "Generalized Markup Language (SGML) and the Hypertext Markup Language (HTML), " 28 | "and several interfaces for working with the Extensible Markup Language (XML)." 29 | msgstr "" 30 | -------------------------------------------------------------------------------- /library/allos.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/allos.rst:5 20 | msgid "Generic Operating System Services" 21 | msgstr "" 22 | 23 | #: library/allos.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide interfaces to operating system " 26 | "features that are available on (almost) all operating systems, such as files " 27 | "and a clock. The interfaces are generally modeled after the Unix or C " 28 | "interfaces, but they are available on most other systems as well. Here's an " 29 | "overview:" 30 | msgstr "" 31 | -------------------------------------------------------------------------------- /library/frameworks.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/frameworks.rst:5 20 | msgid "Program Frameworks" 21 | msgstr "" 22 | 23 | #: library/frameworks.rst:7 24 | msgid "" 25 | "The modules described in this chapter are frameworks that will largely " 26 | "dictate the structure of your program. Currently the modules described " 27 | "here are all oriented toward writing command-line interfaces." 28 | msgstr "" 29 | 30 | #: library/frameworks.rst:11 31 | msgid "The full list of modules described in this chapter is:" 32 | msgstr "" 33 | -------------------------------------------------------------------------------- /deprecations/pending-removal-in-3.19.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: deprecations/pending-removal-in-3.19.rst:2 20 | msgid "Pending removal in Python 3.19" 21 | msgstr "" 22 | 23 | #: deprecations/pending-removal-in-3.19.rst:4 24 | msgid ":mod:`ctypes`:" 25 | msgstr "" 26 | 27 | #: deprecations/pending-removal-in-3.19.rst:6 28 | msgid "" 29 | "Implicitly switching to the MSVC-compatible struct layout by " 30 | "setting :attr:`~ctypes.Structure._pack_` but " 31 | "not :attr:`~ctypes.Structure._layout_` on non-Windows platforms." 32 | msgstr "" 33 | -------------------------------------------------------------------------------- /library/i18n.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/i18n.rst:5 20 | msgid "Internationalization" 21 | msgstr "" 22 | 23 | #: library/i18n.rst:7 24 | msgid "" 25 | "The modules described in this chapter help you write software that is " 26 | "independent of language and locale by providing mechanisms for selecting a " 27 | "language to be used in program messages or by tailoring output to match " 28 | "local conventions." 29 | msgstr "" 30 | 31 | #: library/i18n.rst:12 32 | msgid "The list of modules described in this chapter is:" 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /deprecations/c-api-pending-removal-in-3.14.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: deprecations/c-api-pending-removal-in-3.14.rst:2 20 | msgid "Pending removal in Python 3.14" 21 | msgstr "" 22 | 23 | #: deprecations/c-api-pending-removal-in-3.14.rst:4 24 | msgid "" 25 | "The ``ma_version_tag`` field in :c:type:`PyDictObject` for extension modules " 26 | "(:pep:`699`; :gh:`101193`)." 27 | msgstr "" 28 | 29 | #: deprecations/c-api-pending-removal-in-3.14.rst:7 30 | msgid "" 31 | "Creating :c:data:`immutable types ` with mutable " 32 | "bases (:gh:`95388`)." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/text.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/text.rst:6 20 | msgid "Text Processing Services" 21 | msgstr "" 22 | 23 | #: library/text.rst:8 24 | msgid "" 25 | "The modules described in this chapter provide a wide range of string " 26 | "manipulation operations and other text processing services." 27 | msgstr "" 28 | 29 | #: library/text.rst:11 30 | msgid "" 31 | "The :mod:`codecs` module described under :ref:`binaryservices` is also " 32 | "highly relevant to text processing. In addition, see the documentation for " 33 | "Python's built-in string type in :ref:`textseq`." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/uu.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/uu.rst:2 20 | msgid ":mod:`!uu` --- Encode and decode uuencode files" 21 | msgstr "" 22 | 23 | #: library/uu.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/uu.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!uu` module was `Python " 33 | "3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/debug.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/debug.rst:3 20 | msgid "Debugging and Profiling" 21 | msgstr "" 22 | 23 | #: library/debug.rst:5 24 | msgid "" 25 | "These libraries help you with Python development: the debugger enables you " 26 | "to step through code, analyze stack frames and set breakpoints etc., and the " 27 | "profilers run code and give you a detailed breakdown of execution times, " 28 | "allowing you to identify bottlenecks in your programs. Auditing events " 29 | "provide visibility into runtime behaviors that would otherwise require " 30 | "intrusive debugging or patching." 31 | msgstr "" 32 | -------------------------------------------------------------------------------- /library/chunk.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/chunk.rst:2 20 | msgid ":mod:`!chunk` --- Read IFF chunked data" 21 | msgstr "" 22 | 23 | #: library/chunk.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/chunk.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!chunk` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/nis.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/nis.rst:2 20 | msgid ":mod:`!nis` --- Interface to Sun’s NIS (Yellow Pages)" 21 | msgstr "" 22 | 23 | #: library/nis.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/nis.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!nis` module was `Python " 33 | "3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/aifc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/aifc.rst:2 20 | msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files" 21 | msgstr "" 22 | 23 | #: library/aifc.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/aifc.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!aifc` module was `Python " 33 | "3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/sunau.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/sunau.rst:2 20 | msgid ":mod:`!sunau` --- Read and write Sun AU files" 21 | msgstr "" 22 | 23 | #: library/sunau.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/sunau.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!sunau` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/xdrlib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/xdrlib.rst:2 20 | msgid ":mod:`!xdrlib` --- Encode and decode XDR data" 21 | msgstr "" 22 | 23 | #: library/xdrlib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/xdrlib.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!xdrlib` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/mailcap.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/mailcap.rst:2 20 | msgid ":mod:`!mailcap` --- Mailcap file handling" 21 | msgstr "" 22 | 23 | #: library/mailcap.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/mailcap.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!mailcap` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/nntplib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/nntplib.rst:2 20 | msgid ":mod:`!nntplib` --- NNTP protocol client" 21 | msgstr "" 22 | 23 | #: library/nntplib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/nntplib.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!nntplib` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/audioop.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/audioop.rst:2 20 | msgid ":mod:`!audioop` --- Manipulate raw audio data" 21 | msgstr "" 22 | 23 | #: library/audioop.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/audioop.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!audioop` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/msilib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/msilib.rst:2 20 | msgid ":mod:`!msilib` --- Read and write Microsoft Installer files" 21 | msgstr "" 22 | 23 | #: library/msilib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/msilib.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!msilib` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/concurrency.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/concurrency.rst:5 20 | msgid "Concurrent Execution" 21 | msgstr "" 22 | 23 | #: library/concurrency.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide support for concurrent " 26 | "execution of code. The appropriate choice of tool will depend on the task to " 27 | "be executed (CPU bound vs IO bound) and preferred style of development " 28 | "(event driven cooperative multitasking vs preemptive multitasking). Here's " 29 | "an overview:" 30 | msgstr "" 31 | 32 | #: library/concurrency.rst:27 33 | msgid "The following are support modules for some of the above services:" 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/ossaudiodev.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/ossaudiodev.rst:2 20 | msgid ":mod:`!ossaudiodev` --- Access to OSS-compatible audio devices" 21 | msgstr "" 22 | 23 | #: library/ossaudiodev.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/ossaudiodev.rst:14 31 | msgid "" 32 | "The last version of Python that provided the :mod:`!ossaudiodev` module was " 33 | "`Python 3.12 `_." 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/development.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/development.rst:5 20 | msgid "Development Tools" 21 | msgstr "" 22 | 23 | #: library/development.rst:7 24 | msgid "" 25 | "The modules described in this chapter help you write software. For example, " 26 | "the :mod:`pydoc` module takes a module and generates documentation based on " 27 | "the module's contents. The :mod:`doctest` and :mod:`unittest` modules " 28 | "contains frameworks for writing unit tests that automatically exercise code " 29 | "and verify that the expected output is produced." 30 | msgstr "" 31 | 32 | #: library/development.rst:13 33 | msgid "The list of modules described in this chapter is:" 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /c-api/descriptor.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/descriptor.rst:6 20 | msgid "Descriptor Objects" 21 | msgstr "" 22 | 23 | #: c-api/descriptor.rst:8 24 | msgid "" 25 | "\"Descriptors\" are objects that describe some attribute of an object. They " 26 | "are found in the dictionary of type objects." 27 | msgstr "" 28 | 29 | #: c-api/descriptor.rst:15 30 | msgid "The type object for the built-in descriptor types." 31 | msgstr "" 32 | 33 | #: c-api/descriptor.rst:35 34 | msgid "" 35 | "Return non-zero if the descriptor objects *descr* describes a data " 36 | "attribute, or ``0`` if it describes a method. *descr* must be a descriptor " 37 | "object; there is no error checking." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /whatsnew/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: whatsnew/index.rst:5 20 | msgid "What's New in Python" 21 | msgstr "" 22 | 23 | #: whatsnew/index.rst:7 24 | msgid "" 25 | "The \"What's New in Python\" series of essays takes tours through the most " 26 | "important changes between major Python versions. They are a \"must read\" " 27 | "for anyone wishing to stay up-to-date after a new release." 28 | msgstr "" 29 | 30 | #: whatsnew/index.rst:38 31 | msgid "" 32 | "The \"Changelog\" is an HTML version of the :pypi:`file built` from " 33 | "the contents of the :source:`Misc/NEWS.d` directory tree, which contains " 34 | "*all* nontrivial changes to Python for the current version." 35 | msgstr "" 36 | -------------------------------------------------------------------------------- /library/persistence.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/persistence.rst:5 20 | msgid "Data Persistence" 21 | msgstr "" 22 | 23 | #: library/persistence.rst:7 24 | msgid "" 25 | "The modules described in this chapter support storing Python data in a " 26 | "persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can " 27 | "turn many Python data types into a stream of bytes and then recreate the " 28 | "objects from the bytes. The various DBM-related modules support a family of " 29 | "hash-based file formats that store a mapping of strings to other strings." 30 | msgstr "" 31 | 32 | #: library/persistence.rst:13 33 | msgid "The list of modules described in this chapter is:" 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/ipc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/ipc.rst:5 20 | msgid "Networking and Interprocess Communication" 21 | msgstr "" 22 | 23 | #: library/ipc.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide mechanisms for networking and " 26 | "inter-processes communication." 27 | msgstr "" 28 | 29 | #: library/ipc.rst:10 30 | msgid "" 31 | "Some modules only work for two processes that are on the same machine, " 32 | "e.g. :mod:`signal` and :mod:`mmap`. Other modules support networking " 33 | "protocols that two or more processes can use to communicate across machines." 34 | msgstr "" 35 | 36 | #: library/ipc.rst:14 37 | msgid "The list of modules described in this chapter is:" 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /library/custominterp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/custominterp.rst:5 20 | msgid "Custom Python Interpreters" 21 | msgstr "" 22 | 23 | #: library/custominterp.rst:7 24 | msgid "" 25 | "The modules described in this chapter allow writing interfaces similar to " 26 | "Python's interactive interpreter. If you want a Python interpreter that " 27 | "supports some special feature in addition to the Python language, you should " 28 | "look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " 29 | "used to support compiling a possibly incomplete chunk of Python code.)" 30 | msgstr "" 31 | 32 | #: library/custominterp.rst:13 33 | msgid "The full list of modules described in this chapter is:" 34 | msgstr "" 35 | -------------------------------------------------------------------------------- /library/pipes.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/pipes.rst:2 20 | msgid ":mod:`!pipes` --- Interface to shell pipelines" 21 | msgstr "" 22 | 23 | #: library/pipes.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/pipes.rst:14 31 | msgid "Applications should use the :mod:`subprocess` module instead." 32 | msgstr "" 33 | 34 | #: library/pipes.rst:16 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!pipes` module was " 37 | "`Python 3.12 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /library/numeric.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/numeric.rst:6 20 | msgid "Numeric and Mathematical Modules" 21 | msgstr "" 22 | 23 | #: library/numeric.rst:8 24 | msgid "" 25 | "The modules described in this chapter provide numeric and math-related " 26 | "functions and data types. The :mod:`numbers` module defines an abstract " 27 | "hierarchy of numeric types. The :mod:`math` and :mod:`cmath` modules contain " 28 | "various mathematical functions for floating-point and complex numbers. " 29 | "The :mod:`decimal` module supports exact representations of decimal numbers, " 30 | "using arbitrary precision arithmetic." 31 | msgstr "" 32 | 33 | #: library/numeric.rst:15 34 | msgid "The following modules are documented in this chapter:" 35 | msgstr "" 36 | -------------------------------------------------------------------------------- /library/asyncore.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/asyncore.rst:2 20 | msgid ":mod:`!asyncore` --- Asynchronous socket handler" 21 | msgstr "" 22 | 23 | #: library/asyncore.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/asyncore.rst:14 31 | msgid "Applications should use the :mod:`asyncio` module instead." 32 | msgstr "" 33 | 34 | #: library/asyncore.rst:16 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!asyncore` module was " 37 | "`Python 3.11 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /library/distutils.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/distutils.rst:2 20 | msgid ":mod:`!distutils` --- Building and installing Python modules" 21 | msgstr "" 22 | 23 | #: library/distutils.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.12 ` after " 27 | "being deprecated in Python 3.10. The removal was decided in :pep:`632`, " 28 | "which has `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 `_." 36 | msgstr "" 37 | -------------------------------------------------------------------------------- /library/imp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/imp.rst:2 20 | msgid ":mod:`!imp` --- Access the import internals" 21 | msgstr "" 22 | 23 | #: library/imp.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.4." 28 | msgstr "" 29 | 30 | #: library/imp.rst:14 31 | msgid "" 32 | "The :ref:`removal notice ` includes guidance for " 33 | "migrating code from :mod:`!imp` to :mod:`importlib`." 34 | msgstr "" 35 | 36 | #: library/imp.rst:17 37 | msgid "" 38 | "The last version of Python that provided the :mod:`!imp` module was `Python " 39 | "3.11 `_." 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /c-api/abstract.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/abstract.rst:7 20 | msgid "Abstract Objects Layer" 21 | msgstr "" 22 | 23 | #: c-api/abstract.rst:9 24 | msgid "" 25 | "The functions in this chapter interact with Python objects regardless of " 26 | "their type, or with wide classes of object types (e.g. all numerical types, " 27 | "or all sequence types). When used on object types for which they do not " 28 | "apply, they will raise a Python exception." 29 | msgstr "" 30 | 31 | #: c-api/abstract.rst:14 32 | msgid "" 33 | "It is not possible to use these functions on objects that are not properly " 34 | "initialized, such as a list object that has been created " 35 | "by :c:func:`PyList_New`, but whose items have not been set to some non-\\ " 36 | "``NULL`` value yet." 37 | msgstr "" 38 | -------------------------------------------------------------------------------- /library/asynchat.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/asynchat.rst:2 20 | msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler" 21 | msgstr "" 22 | 23 | #: library/asynchat.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/asynchat.rst:14 31 | msgid "Applications should use the :mod:`asyncio` module instead." 32 | msgstr "" 33 | 34 | #: library/asynchat.rst:16 35 | msgid "" 36 | "The last version of Python that provided the :mod:`!asynchat` module was " 37 | "`Python 3.11 `_." 38 | msgstr "" 39 | -------------------------------------------------------------------------------- /library/xmlrpc.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/xmlrpc.rst:2 20 | msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules" 21 | msgstr "" 22 | 23 | #: library/xmlrpc.rst:7 24 | msgid "" 25 | "XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a " 26 | "transport. With it, a client can call methods with parameters on a remote " 27 | "server (the server is named by a URI) and get back structured data." 28 | msgstr "" 29 | 30 | #: library/xmlrpc.rst:11 31 | msgid "" 32 | "``xmlrpc`` is a package that collects server and client modules implementing " 33 | "XML-RPC. The modules are:" 34 | msgstr "" 35 | 36 | #: library/xmlrpc.rst:14 37 | msgid ":mod:`xmlrpc.client`" 38 | msgstr "" 39 | 40 | #: library/xmlrpc.rst:15 41 | msgid ":mod:`xmlrpc.server`" 42 | msgstr "" 43 | -------------------------------------------------------------------------------- /deprecations/pending-removal-in-3.17.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: deprecations/pending-removal-in-3.17.rst:2 20 | msgid "Pending removal in Python 3.17" 21 | msgstr "" 22 | 23 | #: deprecations/pending-removal-in-3.17.rst:4 24 | msgid ":mod:`typing`:" 25 | msgstr "" 26 | 27 | #: deprecations/pending-removal-in-3.17.rst:6 28 | msgid "" 29 | "Before Python 3.14, old-style unions were implemented using the private " 30 | "class ``typing._UnionGenericAlias``. This class is no longer needed for the " 31 | "implementation, but it has been retained for backward compatibility, with " 32 | "removal scheduled for Python 3.17. Users should use documented introspection " 33 | "helpers like :func:`typing.get_origin` and :func:`typing.get_args` instead " 34 | "of relying on private implementation details." 35 | msgstr "" 36 | -------------------------------------------------------------------------------- /library/smtpd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/smtpd.rst:2 20 | msgid ":mod:`!smtpd` --- SMTP Server" 21 | msgstr "" 22 | 23 | #: library/smtpd.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.12 ` after being " 27 | "deprecated in Python 3.6. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/smtpd.rst:14 31 | msgid "" 32 | "A possible replacement is the third-party :pypi:`aiosmtpd` library. This " 33 | "library is not maintained or supported by the Python core team." 34 | msgstr "" 35 | 36 | #: library/smtpd.rst:17 37 | msgid "" 38 | "The last version of Python that provided the :mod:`!smtpd` module was " 39 | "`Python 3.11 `_." 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /reference/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: reference/index.rst:5 20 | msgid "The Python Language Reference" 21 | msgstr "" 22 | 23 | #: reference/index.rst:7 24 | msgid "" 25 | "This reference manual describes the syntax and \"core semantics\" of the " 26 | "language. It is terse, but attempts to be exact and complete. The semantics " 27 | "of non-essential built-in object types and of the built-in functions and " 28 | "modules are described in :ref:`library-index`. For an informal introduction " 29 | "to the language, see :ref:`tutorial-index`. For C or C++ programmers, two " 30 | "additional manuals exist: :ref:`extending-index` describes the high-level " 31 | "picture of how to write a Python extension module, and the :ref:`c-api-" 32 | "index` describes the interfaces available to C/C++ programmers in detail." 33 | msgstr "" 34 | -------------------------------------------------------------------------------- /library/spwd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/spwd.rst:2 20 | msgid ":mod:`!spwd` --- The shadow password database" 21 | msgstr "" 22 | 23 | #: library/spwd.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/spwd.rst:14 31 | msgid "" 32 | "A possible replacement is the third-party library :pypi:`python-pam`. This " 33 | "library is not supported or maintained by the Python core team." 34 | msgstr "" 35 | 36 | #: library/spwd.rst:17 37 | msgid "" 38 | "The last version of Python that provided the :mod:`!spwd` module was `Python " 39 | "3.12 `_." 40 | msgstr "" 41 | -------------------------------------------------------------------------------- /library/urllib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/urllib.rst:2 20 | msgid ":mod:`!urllib` --- URL handling modules" 21 | msgstr "" 22 | 23 | #: library/urllib.rst:6 24 | msgid "**Source code:** :source:`Lib/urllib/`" 25 | msgstr "" 26 | 27 | #: library/urllib.rst:10 28 | msgid "" 29 | "``urllib`` is a package that collects several modules for working with URLs:" 30 | msgstr "" 31 | 32 | #: library/urllib.rst:12 33 | msgid ":mod:`urllib.request` for opening and reading URLs" 34 | msgstr "" 35 | 36 | #: library/urllib.rst:13 37 | msgid "" 38 | ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`" 39 | msgstr "" 40 | 41 | #: library/urllib.rst:14 42 | msgid ":mod:`urllib.parse` for parsing URLs" 43 | msgstr "" 44 | 45 | #: library/urllib.rst:15 46 | msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files" 47 | msgstr "" 48 | -------------------------------------------------------------------------------- /library/cgi.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/cgi.rst:2 20 | msgid ":mod:`!cgi` --- Common Gateway Interface support" 21 | msgstr "" 22 | 23 | #: library/cgi.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/cgi.rst:14 31 | msgid "" 32 | "A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. This " 33 | "is a copy of the cgi module, no longer maintained or supported by the core " 34 | "Python team." 35 | msgstr "" 36 | 37 | #: library/cgi.rst:18 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!cgi` module was `Python " 40 | "3.12 `_." 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /copyright.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: copyright.rst:3 20 | msgid "Copyright" 21 | msgstr "" 22 | 23 | #: copyright.rst:5 24 | msgid "Python and this documentation is:" 25 | msgstr "" 26 | 27 | #: copyright.rst:7 28 | msgid "Copyright © 2001 Python Software Foundation. All rights reserved." 29 | msgstr "" 30 | 31 | #: copyright.rst:9 32 | msgid "Copyright © 2000 BeOpen.com. All rights reserved." 33 | msgstr "" 34 | 35 | #: copyright.rst:11 36 | msgid "" 37 | "Copyright © 1995-2000 Corporation for National Research Initiatives. All " 38 | "rights reserved." 39 | msgstr "" 40 | 41 | #: copyright.rst:14 42 | msgid "" 43 | "Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved." 44 | msgstr "" 45 | 46 | #: copyright.rst:18 47 | msgid "" 48 | "See :ref:`history-and-license` for complete license and permissions " 49 | "information." 50 | msgstr "" 51 | -------------------------------------------------------------------------------- /library/cgitb.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/cgitb.rst:2 20 | msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts" 21 | msgstr "" 22 | 23 | #: library/cgitb.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/cgitb.rst:14 31 | msgid "" 32 | "A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. " 33 | "This is a copy of the cgi module, no longer maintained or supported by the " 34 | "core Python team." 35 | msgstr "" 36 | 37 | #: library/cgitb.rst:18 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!cgitb` module was " 40 | "`Python 3.12 `_." 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /library/datatypes.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/datatypes.rst:5 20 | msgid "Data Types" 21 | msgstr "" 22 | 23 | #: library/datatypes.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide a variety of specialized data " 26 | "types such as dates and times, fixed-type arrays, heap queues, double-ended " 27 | "queues, and enumerations." 28 | msgstr "" 29 | 30 | #: library/datatypes.rst:11 31 | msgid "" 32 | "Python also provides some built-in data types, in " 33 | "particular, :class:`dict`, :class:`list`, :class:`set` " 34 | "and :class:`frozenset`, and :class:`tuple`. The :class:`str` class is used " 35 | "to hold Unicode strings, and the :class:`bytes` and :class:`bytearray` " 36 | "classes are used to hold binary data." 37 | msgstr "" 38 | 39 | #: library/datatypes.rst:17 40 | msgid "The following modules are documented in this chapter:" 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /library/binary.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/binary.rst:5 20 | msgid "Binary Data Services" 21 | msgstr "" 22 | 23 | #: library/binary.rst:7 24 | msgid "" 25 | "The modules described in this chapter provide some basic services operations " 26 | "for manipulation of binary data. Other operations on binary data, " 27 | "specifically in relation to file formats and network protocols, are " 28 | "described in the relevant sections." 29 | msgstr "" 30 | 31 | #: library/binary.rst:12 32 | msgid "" 33 | "Some libraries described under :ref:`textservices` also work with either " 34 | "ASCII-compatible binary formats (for example, :mod:`re`) or all binary data " 35 | "(for example, :mod:`difflib`)." 36 | msgstr "" 37 | 38 | #: library/binary.rst:16 39 | msgid "" 40 | "In addition, see the documentation for Python's built-in binary data types " 41 | "in :ref:`binaryseq`." 42 | msgstr "" 43 | -------------------------------------------------------------------------------- /library/telnetlib.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/telnetlib.rst:2 20 | msgid ":mod:`!telnetlib` --- Telnet client" 21 | msgstr "" 22 | 23 | #: library/telnetlib.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/telnetlib.rst:14 31 | msgid "" 32 | "Possible replacements are third-party libraries from " 33 | "PyPI: :pypi:`telnetlib3` or :pypi:`Exscript`. These are not supported or " 34 | "maintained by the Python core team." 35 | msgstr "" 36 | 37 | #: library/telnetlib.rst:18 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!telnetlib` module was " 40 | "`Python 3.12 `_." 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /library/internet.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/internet.rst:5 20 | msgid "Internet Protocols and Support" 21 | msgstr "" 22 | 23 | #: library/internet.rst:14 24 | msgid "" 25 | "The modules described in this chapter implement internet protocols and " 26 | "support for related technology. They are all implemented in Python. Most of " 27 | "these modules require the presence of the system-dependent " 28 | "module :mod:`socket`, which is currently supported on most popular " 29 | "platforms. Here is an overview:" 30 | msgstr "" 31 | 32 | #: library/internet.rst:7 33 | msgid "WWW" 34 | msgstr "" 35 | 36 | #: library/internet.rst:7 37 | msgid "Internet" 38 | msgstr "" 39 | 40 | #: library/internet.rst:7 41 | msgid "World Wide Web" 42 | msgstr "" 43 | 44 | #: library/internet.rst:12 45 | msgid "module" 46 | msgstr "" 47 | 48 | #: library/internet.rst:12 49 | msgid "socket" 50 | msgstr "" 51 | -------------------------------------------------------------------------------- /library/sndhdr.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/sndhdr.rst:2 20 | msgid ":mod:`!sndhdr` --- Determine type of sound file" 21 | msgstr "" 22 | 23 | #: library/sndhdr.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/sndhdr.rst:14 31 | msgid "" 32 | "Possible replacements are third-party modules from " 33 | "PyPI: :pypi:`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These " 34 | "are not supported or maintained by the Python core team." 35 | msgstr "" 36 | 37 | #: library/sndhdr.rst:18 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!sndhdr` module was " 40 | "`Python 3.12 `_." 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /library/imghdr.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/imghdr.rst:2 20 | msgid ":mod:`!imghdr` --- Determine the type of an image" 21 | msgstr "" 22 | 23 | #: library/imghdr.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/imghdr.rst:14 31 | msgid "" 32 | "Possible replacements are third-party libraries from " 33 | "PyPI: :pypi:`filetype`, :pypi:`puremagic`, or :pypi:`python-magic`. These " 34 | "are not supported or maintained by the Python core team." 35 | msgstr "" 36 | 37 | #: library/imghdr.rst:18 38 | msgid "" 39 | "The last version of Python that provided the :mod:`!imghdr` module was " 40 | "`Python 3.12 `_." 41 | msgstr "" 42 | -------------------------------------------------------------------------------- /c-api/none.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/none.rst:6 20 | msgid "The ``None`` Object" 21 | msgstr "" 22 | 23 | #: c-api/none.rst:10 24 | msgid "" 25 | "Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in " 26 | "the Python/C API. Since ``None`` is a singleton, testing for object " 27 | "identity (using ``==`` in C) is sufficient. There is no :c:func:`!" 28 | "PyNone_Check` function for the same reason." 29 | msgstr "" 30 | 31 | #: c-api/none.rst:18 32 | msgid "" 33 | "The Python ``None`` object, denoting lack of value. This object has no " 34 | "methods and is :term:`immortal`." 35 | msgstr "" 36 | 37 | #: c-api/none.rst:21 38 | msgid ":c:data:`Py_None` is :term:`immortal`." 39 | msgstr "" 40 | 41 | #: c-api/none.rst:26 42 | msgid "Return :c:data:`Py_None` from a function." 43 | msgstr "" 44 | 45 | #: c-api/none.rst:8 46 | msgid "object" 47 | msgstr "" 48 | 49 | #: c-api/none.rst:8 50 | msgid "None" 51 | msgstr "" 52 | -------------------------------------------------------------------------------- /c-api/coro.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/coro.rst:6 20 | msgid "Coroutine Objects" 21 | msgstr "" 22 | 23 | #: c-api/coro.rst:10 24 | msgid "" 25 | "Coroutine objects are what functions declared with an ``async`` keyword " 26 | "return." 27 | msgstr "" 28 | 29 | #: c-api/coro.rst:16 30 | msgid "The C structure used for coroutine objects." 31 | msgstr "" 32 | 33 | #: c-api/coro.rst:21 34 | msgid "The type object corresponding to coroutine objects." 35 | msgstr "" 36 | 37 | #: c-api/coro.rst:26 38 | msgid "" 39 | "Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be " 40 | "``NULL``. This function always succeeds." 41 | msgstr "" 42 | 43 | #: c-api/coro.rst:32 44 | msgid "" 45 | "Create and return a new coroutine object based on the *frame* object, with " 46 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 47 | "to *frame* is stolen by this function. The *frame* argument must not be " 48 | "``NULL``." 49 | msgstr "" 50 | -------------------------------------------------------------------------------- /library/crypt.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/crypt.rst:2 20 | msgid ":mod:`!crypt` --- Function to check Unix passwords" 21 | msgstr "" 22 | 23 | #: library/crypt.rst:10 24 | msgid "" 25 | "This module is no longer part of the Python standard library. It " 26 | "was :ref:`removed in Python 3.13 ` after being " 27 | "deprecated in Python 3.11. The removal was decided in :pep:`594`." 28 | msgstr "" 29 | 30 | #: library/crypt.rst:14 31 | msgid "" 32 | "Applications can use the :mod:`hashlib` module from the standard library. " 33 | "Other possible replacements are third-party libraries from " 34 | "PyPI: :pypi:`legacycrypt`, :pypi:`bcrypt`, :pypi:`argon2-cffi`, " 35 | "or :pypi:`passlib`. These are not supported or maintained by the Python core " 36 | "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 `_." 43 | msgstr "" 44 | -------------------------------------------------------------------------------- /howto/cporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: howto/cporting.rst:7 20 | msgid "Porting Extension Modules to Python 3" 21 | msgstr "" 22 | 23 | #: howto/cporting.rst:9 24 | msgid "" 25 | "We recommend the following resources for porting extension modules to Python " 26 | "3:" 27 | msgstr "" 28 | 29 | #: howto/cporting.rst:11 30 | msgid "" 31 | "The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth " 32 | "guide*, a book on moving from Python 2 to Python 3 in general, guides the " 33 | "reader through porting an extension module." 34 | msgstr "" 35 | 36 | #: howto/cporting.rst:15 37 | msgid "" 38 | "The `Porting guide`_ from the *py3c* project provides opinionated " 39 | "suggestions with supporting code." 40 | msgstr "" 41 | 42 | #: howto/cporting.rst:17 43 | msgid "" 44 | "The `Cython`_ and `CFFI`_ libraries offer abstractions over Python's C API. " 45 | "Extensions generally need to be re-written to use one of them, but the " 46 | "library then handles differences between various Python versions and " 47 | "implementations." 48 | msgstr "" 49 | -------------------------------------------------------------------------------- /library/tkinter.colorchooser.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tkinter.colorchooser.rst:2 20 | msgid ":mod:`!tkinter.colorchooser` --- Color choosing dialog" 21 | msgstr "" 22 | 23 | #: library/tkinter.colorchooser.rst:8 24 | msgid "**Source code:** :source:`Lib/tkinter/colorchooser.py`" 25 | msgstr "" 26 | 27 | #: library/tkinter.colorchooser.rst:12 28 | msgid "" 29 | "The :mod:`tkinter.colorchooser` module provides the :class:`Chooser` class " 30 | "as an interface to the native color picker dialog. ``Chooser`` implements a " 31 | "modal color choosing dialog window. The ``Chooser`` class inherits from " 32 | "the :class:`~tkinter.commondialog.Dialog` class." 33 | msgstr "" 34 | 35 | #: library/tkinter.colorchooser.rst:21 36 | msgid "" 37 | "Create a color choosing dialog. A call to this method will show the window, " 38 | "wait for the user to make a selection, and return the selected color (or " 39 | "``None``) to the caller." 40 | msgstr "" 41 | 42 | #: library/tkinter.colorchooser.rst:28 43 | msgid "Module :mod:`tkinter.commondialog`" 44 | msgstr "" 45 | 46 | #: library/tkinter.colorchooser.rst:29 47 | msgid "Tkinter standard dialog module" 48 | msgstr "" 49 | -------------------------------------------------------------------------------- /library/filesys.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/filesys.rst:5 20 | msgid "File and Directory Access" 21 | msgstr "" 22 | 23 | #: library/filesys.rst:7 24 | msgid "" 25 | "The modules described in this chapter deal with disk files and directories. " 26 | "For example, there are modules for reading the properties of files, " 27 | "manipulating paths in a portable way, and creating temporary files. The " 28 | "full list of modules in this chapter is:" 29 | msgstr "" 30 | 31 | #: library/filesys.rst:28 32 | msgid "Module :mod:`os`" 33 | msgstr "" 34 | 35 | #: library/filesys.rst:29 36 | msgid "" 37 | "Operating system interfaces, including functions to work with files at a " 38 | "lower level than Python :term:`file objects `." 39 | msgstr "" 40 | 41 | #: library/filesys.rst:32 42 | msgid "Module :mod:`io`" 43 | msgstr "" 44 | 45 | #: library/filesys.rst:33 46 | msgid "" 47 | "Python's built-in I/O library, including both abstract classes and some " 48 | "concrete classes such as file I/O." 49 | msgstr "" 50 | 51 | #: library/filesys.rst:36 52 | msgid "Built-in function :func:`open`" 53 | msgstr "" 54 | 55 | #: library/filesys.rst:37 56 | msgid "The standard way to open files for reading and writing with Python." 57 | msgstr "" 58 | -------------------------------------------------------------------------------- /library/compression.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/compression.rst:2 20 | msgid "The :mod:`!compression` package" 21 | msgstr "" 22 | 23 | #: library/compression.rst:6 24 | msgid "" 25 | "The :mod:`!compression` package contains the canonical compression modules " 26 | "containing interfaces to several different compression algorithms. Some of " 27 | "these modules have historically been available as separate modules; those " 28 | "will continue to be available under their original names for compatibility " 29 | "reasons, and will not be removed without a deprecation cycle. The use of " 30 | "modules in :mod:`!compression` is encouraged where practical." 31 | msgstr "" 32 | 33 | #: library/compression.rst:13 34 | msgid ":mod:`!compression.bz2` -- Re-exports :mod:`bz2`" 35 | msgstr "" 36 | 37 | #: library/compression.rst:14 38 | msgid ":mod:`!compression.gzip` -- Re-exports :mod:`gzip`" 39 | msgstr "" 40 | 41 | #: library/compression.rst:15 42 | msgid ":mod:`!compression.lzma` -- Re-exports :mod:`lzma`" 43 | msgstr "" 44 | 45 | #: library/compression.rst:16 46 | msgid ":mod:`!compression.zlib` -- Re-exports :mod:`zlib`" 47 | msgstr "" 48 | 49 | #: library/compression.rst:17 50 | msgid "" 51 | ":mod:`compression.zstd` -- Wrapper for the Zstandard compression library" 52 | msgstr "" 53 | -------------------------------------------------------------------------------- /using/editors.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: using/editors.rst:7 20 | msgid "Editors and IDEs" 21 | msgstr "" 22 | 23 | #: using/editors.rst:9 24 | msgid "" 25 | "There are a number of IDEs that support Python programming language. Many " 26 | "editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` " 27 | "checks." 28 | msgstr "" 29 | 30 | #: using/editors.rst:14 31 | msgid "IDLE --- Python editor and shell" 32 | msgstr "" 33 | 34 | #: using/editors.rst:16 35 | msgid "" 36 | "IDLE is Python’s Integrated Development and Learning Environment and is " 37 | "generally bundled with Python installs. If you are on Linux and do not have " 38 | "IDLE installed see :ref:`Installing IDLE on Linux " 39 | "`. For more information see the :ref:`IDLE docs " 40 | "`." 41 | msgstr "" 42 | 43 | #: using/editors.rst:22 44 | msgid "Other Editors and IDEs" 45 | msgstr "" 46 | 47 | #: using/editors.rst:24 48 | msgid "" 49 | "Python's community wiki has information submitted by the community on " 50 | "Editors and IDEs. Please go to `Python Editors `_ and `Integrated Development Environments `_ for a " 53 | "comprehensive list." 54 | msgstr "" 55 | -------------------------------------------------------------------------------- /library/superseded.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/superseded.rst:5 20 | msgid "Superseded Modules" 21 | msgstr "" 22 | 23 | #: library/superseded.rst:7 24 | msgid "" 25 | "The modules described in this chapter have been superseded by other modules " 26 | "for most use cases, and are retained primarily to preserve backwards " 27 | "compatibility." 28 | msgstr "" 29 | 30 | #: library/superseded.rst:10 31 | msgid "" 32 | "Modules may appear in this chapter because they only cover a limited subset " 33 | "of a problem space, and a more generally applicable solution is available " 34 | "elsewhere in the standard library (for example, :mod:`getopt` covers the " 35 | "very specific task of \"mimic the C :c:func:`!getopt` API in Python\", " 36 | "rather than the broader command line option parsing and argument parsing " 37 | "capabilities offered by :mod:`optparse` and :mod:`argparse`)." 38 | msgstr "" 39 | 40 | #: library/superseded.rst:17 41 | msgid "" 42 | "Alternatively, modules may appear in this chapter because they are " 43 | "deprecated outright, and awaiting removal in a future release, or they " 44 | "are :term:`soft deprecated` and their use is actively discouraged in new " 45 | "projects. With the removal of various obsolete modules through :pep:`594`, " 46 | "there are currently no modules in this latter category." 47 | msgstr "" 48 | -------------------------------------------------------------------------------- /library/keyword.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/keyword.rst:2 20 | msgid ":mod:`!keyword` --- Testing for Python keywords" 21 | msgstr "" 22 | 23 | #: library/keyword.rst:7 24 | msgid "**Source code:** :source:`Lib/keyword.py`" 25 | msgstr "" 26 | 27 | #: library/keyword.rst:11 28 | msgid "" 29 | "This module allows a Python program to determine if a string is " 30 | "a :ref:`keyword ` or :ref:`soft keyword `." 31 | msgstr "" 32 | 33 | #: library/keyword.rst:17 34 | msgid "Return ``True`` if *s* is a Python :ref:`keyword `." 35 | msgstr "" 36 | 37 | #: library/keyword.rst:22 38 | msgid "" 39 | "Sequence containing all the :ref:`keywords ` defined for the " 40 | "interpreter. If any keywords are defined to only be active when " 41 | "particular :mod:`__future__` statements are in effect, these will be " 42 | "included as well." 43 | msgstr "" 44 | 45 | #: library/keyword.rst:29 46 | msgid "Return ``True`` if *s* is a Python :ref:`soft keyword `." 47 | msgstr "" 48 | 49 | #: library/keyword.rst:36 50 | msgid "" 51 | "Sequence containing all the :ref:`soft keywords ` defined for " 52 | "the interpreter. If any soft keywords are defined to only be active when " 53 | "particular :mod:`__future__` statements are in effect, these will be " 54 | "included as well." 55 | msgstr "" 56 | -------------------------------------------------------------------------------- /library/tkinter.scrolledtext.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tkinter.scrolledtext.rst:2 20 | msgid ":mod:`!tkinter.scrolledtext` --- Scrolled Text Widget" 21 | msgstr "" 22 | 23 | #: library/tkinter.scrolledtext.rst:10 24 | msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`" 25 | msgstr "" 26 | 27 | #: library/tkinter.scrolledtext.rst:14 28 | msgid "" 29 | "The :mod:`tkinter.scrolledtext` module provides a class of the same name " 30 | "which implements a basic text widget which has a vertical scroll bar " 31 | "configured to do the \"right thing.\" Using the :class:`ScrolledText` class " 32 | "is a lot easier than setting up a text widget and scroll bar directly." 33 | msgstr "" 34 | 35 | #: library/tkinter.scrolledtext.rst:19 36 | msgid "" 37 | "The text widget and scrollbar are packed together in a :class:`Frame`, and " 38 | "the methods of the :class:`Grid` and :class:`Pack` geometry managers are " 39 | "acquired from the :class:`Frame` object. This allows " 40 | "the :class:`ScrolledText` widget to be used directly to achieve most normal " 41 | "geometry management behavior." 42 | msgstr "" 43 | 44 | #: library/tkinter.scrolledtext.rst:24 45 | msgid "" 46 | "Should more specific control be necessary, the following attributes are " 47 | "available:" 48 | msgstr "" 49 | 50 | #: library/tkinter.scrolledtext.rst:32 51 | msgid "The frame which surrounds the text and scroll bar widgets." 52 | msgstr "" 53 | 54 | #: library/tkinter.scrolledtext.rst:37 55 | msgid "The scroll bar widget." 56 | msgstr "" 57 | -------------------------------------------------------------------------------- /c-api/gen.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/gen.rst:6 20 | msgid "Generator Objects" 21 | msgstr "" 22 | 23 | #: c-api/gen.rst:8 24 | msgid "" 25 | "Generator objects are what Python uses to implement generator iterators. " 26 | "They are normally created by iterating over a function that yields values, " 27 | "rather than explicitly calling :c:func:`PyGen_New` " 28 | "or :c:func:`PyGen_NewWithQualName`." 29 | msgstr "" 30 | 31 | #: c-api/gen.rst:15 32 | msgid "The C structure used for generator objects." 33 | msgstr "" 34 | 35 | #: c-api/gen.rst:20 36 | msgid "The type object corresponding to generator objects." 37 | msgstr "" 38 | 39 | #: c-api/gen.rst:25 40 | msgid "" 41 | "Return true if *ob* is a generator object; *ob* must not be ``NULL``. This " 42 | "function always succeeds." 43 | msgstr "" 44 | 45 | #: c-api/gen.rst:31 46 | msgid "" 47 | "Return true if *ob*'s type is :c:type:`PyGen_Type`; *ob* must not be " 48 | "``NULL``. This function always succeeds." 49 | msgstr "" 50 | 51 | #: c-api/gen.rst:37 52 | msgid "" 53 | "Create and return a new generator object based on the *frame* object. A " 54 | "reference to *frame* is stolen by this function. The argument must not be " 55 | "``NULL``." 56 | msgstr "" 57 | 58 | #: c-api/gen.rst:43 59 | msgid "" 60 | "Create and return a new generator object based on the *frame* object, with " 61 | "``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference " 62 | "to *frame* is stolen by this function. The *frame* argument must not be " 63 | "``NULL``." 64 | msgstr "" 65 | -------------------------------------------------------------------------------- /library/html.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/html.rst:2 20 | msgid ":mod:`!html` --- HyperText Markup Language support" 21 | msgstr "" 22 | 23 | #: library/html.rst:7 24 | msgid "**Source code:** :source:`Lib/html/__init__.py`" 25 | msgstr "" 26 | 27 | #: library/html.rst:11 28 | msgid "This module defines utilities to manipulate HTML." 29 | msgstr "" 30 | 31 | #: library/html.rst:15 32 | msgid "" 33 | "Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe " 34 | "sequences. Use this if you need to display text that might contain such " 35 | "characters in HTML. If the optional flag *quote* is true, the characters " 36 | "(``\"``) and (``'``) are also translated; this helps for inclusion in an " 37 | "HTML attribute value delimited by quotes, as in ````." 38 | msgstr "" 39 | 40 | #: library/html.rst:26 41 | msgid "" 42 | "Convert all named and numeric character references (e.g. ``>``, " 43 | "``>``, ``>``) in the string *s* to the corresponding Unicode " 44 | "characters. This function uses the rules defined by the HTML 5 standard for " 45 | "both valid and invalid character references, and the :data:`list of HTML 5 " 46 | "named character references `." 47 | msgstr "" 48 | 49 | #: library/html.rst:36 50 | msgid "Submodules in the ``html`` package are:" 51 | msgstr "" 52 | 53 | #: library/html.rst:38 54 | msgid ":mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode" 55 | msgstr "" 56 | 57 | #: library/html.rst:39 58 | msgid ":mod:`html.entities` -- HTML entity definitions" 59 | msgstr "" 60 | -------------------------------------------------------------------------------- /c-api/bool.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/bool.rst:6 20 | msgid "Boolean Objects" 21 | msgstr "" 22 | 23 | #: c-api/bool.rst:8 24 | msgid "" 25 | "Booleans in Python are implemented as a subclass of integers. There are " 26 | "only two booleans, :c:data:`Py_False` and :c:data:`Py_True`. As such, the " 27 | "normal creation and deletion functions don't apply to booleans. The " 28 | "following macros are available, however." 29 | msgstr "" 30 | 31 | #: c-api/bool.rst:16 32 | msgid "" 33 | "This instance of :c:type:`PyTypeObject` represents the Python boolean type; " 34 | "it is the same object as :class:`bool` in the Python layer." 35 | msgstr "" 36 | 37 | #: c-api/bool.rst:22 38 | msgid "" 39 | "Return true if *o* is of type :c:data:`PyBool_Type`. This function always " 40 | "succeeds." 41 | msgstr "" 42 | 43 | #: c-api/bool.rst:28 44 | msgid "" 45 | "The Python ``False`` object. This object has no methods and " 46 | "is :term:`immortal`." 47 | msgstr "" 48 | 49 | #: c-api/bool.rst:31 50 | msgid ":c:data:`Py_False` is :term:`immortal`." 51 | msgstr "" 52 | 53 | #: c-api/bool.rst:37 54 | msgid "" 55 | "The Python ``True`` object. This object has no methods and " 56 | "is :term:`immortal`." 57 | msgstr "" 58 | 59 | #: c-api/bool.rst:40 60 | msgid ":c:data:`Py_True` is :term:`immortal`." 61 | msgstr "" 62 | 63 | #: c-api/bool.rst:46 64 | msgid "Return :c:data:`Py_False` from a function." 65 | msgstr "" 66 | 67 | #: c-api/bool.rst:51 68 | msgid "Return :c:data:`Py_True` from a function." 69 | msgstr "" 70 | 71 | #: c-api/bool.rst:56 72 | msgid "" 73 | "Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value " 74 | "of *v*." 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /library/html.entities.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/html.entities.rst:2 20 | msgid ":mod:`!html.entities` --- Definitions of HTML general entities" 21 | msgstr "" 22 | 23 | #: library/html.entities.rst:9 24 | msgid "**Source code:** :source:`Lib/html/entities.py`" 25 | msgstr "" 26 | 27 | #: library/html.entities.rst:13 28 | msgid "" 29 | "This module defines four " 30 | "dictionaries, :data:`html5`, :data:`name2codepoint`, :data:`codepoint2name`, " 31 | "and :data:`entitydefs`." 32 | msgstr "" 33 | 34 | #: library/html.entities.rst:19 35 | msgid "" 36 | "A dictionary that maps HTML5 named character references [#]_ to the " 37 | "equivalent Unicode character(s), e.g. ``html5['gt;'] == '>'``. Note that the " 38 | "trailing semicolon is included in the name (e.g. ``'gt;'``), however some of " 39 | "the names are accepted by the standard even without the semicolon: in this " 40 | "case the name is present with and without the ``';'``. See " 41 | "also :func:`html.unescape`." 42 | msgstr "" 43 | 44 | #: library/html.entities.rst:31 45 | msgid "" 46 | "A dictionary mapping XHTML 1.0 entity definitions to their replacement text " 47 | "in ISO Latin-1." 48 | msgstr "" 49 | 50 | #: library/html.entities.rst:37 51 | msgid "A dictionary that maps HTML4 entity names to the Unicode code points." 52 | msgstr "" 53 | 54 | #: library/html.entities.rst:42 55 | msgid "A dictionary that maps Unicode code points to HTML4 entity names." 56 | msgstr "" 57 | 58 | #: library/html.entities.rst:46 59 | msgid "Footnotes" 60 | msgstr "" 61 | 62 | #: library/html.entities.rst:47 63 | msgid "" 64 | "See https://html.spec.whatwg.org/multipage/named-characters.html#named-" 65 | "character-references" 66 | msgstr "" 67 | -------------------------------------------------------------------------------- /library/tk.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tk.rst:5 20 | msgid "Graphical User Interfaces with Tk" 21 | msgstr "" 22 | 23 | #: library/tk.rst:13 24 | msgid "" 25 | "Tk/Tcl has long been an integral part of Python. It provides a robust and " 26 | "platform independent windowing toolkit, that is available to Python " 27 | "programmers using the :mod:`tkinter` package, and its extension, " 28 | "the :mod:`tkinter.ttk` module." 29 | msgstr "" 30 | 31 | #: library/tk.rst:17 32 | msgid "" 33 | "The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. " 34 | "To use :mod:`tkinter`, you don't need to write Tcl code, but you will need " 35 | "to consult the Tk documentation, and occasionally the Tcl " 36 | "documentation. :mod:`tkinter` is a set of wrappers that implement the Tk " 37 | "widgets as Python classes." 38 | msgstr "" 39 | 40 | #: library/tk.rst:23 41 | msgid "" 42 | ":mod:`tkinter`'s chief virtues are that it is fast, and that it usually " 43 | "comes bundled with Python. Although its standard documentation is weak, good " 44 | "material is available, which includes: references, tutorials, a book and " 45 | "others. :mod:`tkinter` is also famous for having an outdated look and feel, " 46 | "which has been vastly improved in Tk 8.5. Nevertheless, there are many other " 47 | "GUI libraries that you could be interested in. The Python wiki lists several " 48 | "alternative `GUI frameworks and tools `_." 50 | msgstr "" 51 | 52 | #: library/tk.rst:7 53 | msgid "GUI" 54 | msgstr "" 55 | 56 | #: library/tk.rst:7 57 | msgid "Graphical User Interface" 58 | msgstr "" 59 | 60 | #: library/tk.rst:7 61 | msgid "Tkinter" 62 | msgstr "" 63 | 64 | #: library/tk.rst:7 65 | msgid "Tk" 66 | msgstr "" 67 | -------------------------------------------------------------------------------- /about.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: about.rst:3 20 | msgid "About this documentation" 21 | msgstr "" 22 | 23 | #: about.rst:6 24 | msgid "" 25 | "Python's documentation is generated from `reStructuredText`_ sources using " 26 | "`Sphinx`_, a documentation generator originally created for Python and now " 27 | "maintained as an independent project." 28 | msgstr "" 29 | 30 | #: about.rst:16 31 | msgid "" 32 | "Development of the documentation and its toolchain is an entirely volunteer " 33 | "effort, just like Python itself. If you want to contribute, please take a " 34 | "look at the :ref:`reporting-bugs` page for information on how to do so. New " 35 | "volunteers are always welcome!" 36 | msgstr "" 37 | 38 | #: about.rst:21 39 | msgid "Many thanks go to:" 40 | msgstr "" 41 | 42 | #: about.rst:23 43 | msgid "" 44 | "Fred L. Drake, Jr., the creator of the original Python documentation toolset " 45 | "and author of much of the content;" 46 | msgstr "" 47 | 48 | #: about.rst:25 49 | msgid "" 50 | "the `Docutils `_ project for creating " 51 | "reStructuredText and the Docutils suite;" 52 | msgstr "" 53 | 54 | #: about.rst:27 55 | msgid "" 56 | "Fredrik Lundh for his Alternative Python Reference project from which Sphinx " 57 | "got many good ideas." 58 | msgstr "" 59 | 60 | #: about.rst:32 61 | msgid "Contributors to the Python documentation" 62 | msgstr "" 63 | 64 | #: about.rst:34 65 | msgid "" 66 | "Many people have contributed to the Python language, the Python standard " 67 | "library, and the Python documentation. See :source:`Misc/ACKS` in the " 68 | "Python source distribution for a partial list of contributors." 69 | msgstr "" 70 | 71 | #: about.rst:38 72 | msgid "" 73 | "It is only with the input and contributions of the Python community that " 74 | "Python has such wonderful documentation -- Thank You!" 75 | msgstr "" 76 | -------------------------------------------------------------------------------- /c-api/iterator.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/iterator.rst:6 20 | msgid "Iterator Objects" 21 | msgstr "" 22 | 23 | #: c-api/iterator.rst:8 24 | msgid "" 25 | "Python provides two general-purpose iterator objects. The first, a sequence " 26 | "iterator, works with an arbitrary sequence supporting " 27 | "the :meth:`~object.__getitem__` method. The second works with a callable " 28 | "object and a sentinel value, calling the callable for each item in the " 29 | "sequence, and ending the iteration when the sentinel value is returned." 30 | msgstr "" 31 | 32 | #: c-api/iterator.rst:17 33 | msgid "" 34 | "Type object for iterator objects returned by :c:func:`PySeqIter_New` and the " 35 | "one-argument form of the :func:`iter` built-in function for built-in " 36 | "sequence types." 37 | msgstr "" 38 | 39 | #: c-api/iterator.rst:24 40 | msgid "" 41 | "Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function " 42 | "always succeeds." 43 | msgstr "" 44 | 45 | #: c-api/iterator.rst:30 46 | msgid "" 47 | "Return an iterator that works with a general sequence object, *seq*. The " 48 | "iteration ends when the sequence raises :exc:`IndexError` for the " 49 | "subscripting operation." 50 | msgstr "" 51 | 52 | #: c-api/iterator.rst:37 53 | msgid "" 54 | "Type object for iterator objects returned by :c:func:`PyCallIter_New` and " 55 | "the two-argument form of the :func:`iter` built-in function." 56 | msgstr "" 57 | 58 | #: c-api/iterator.rst:43 59 | msgid "" 60 | "Return true if the type of *op* is :c:data:`PyCallIter_Type`. This function " 61 | "always succeeds." 62 | msgstr "" 63 | 64 | #: c-api/iterator.rst:49 65 | msgid "" 66 | "Return a new iterator. The first parameter, *callable*, can be any Python " 67 | "callable object that can be called with no parameters; each call to it " 68 | "should return the next item in the iteration. When *callable* returns a " 69 | "value equal to *sentinel*, the iteration will be terminated." 70 | msgstr "" 71 | -------------------------------------------------------------------------------- /c-api/typehints.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/typehints.rst:6 20 | msgid "Objects for Type Hinting" 21 | msgstr "" 22 | 23 | #: c-api/typehints.rst:8 24 | msgid "" 25 | "Various built-in types for type hinting are provided. Currently, two types " 26 | "exist -- :ref:`GenericAlias ` and :ref:`Union `. Only ``GenericAlias`` is exposed to C." 28 | msgstr "" 29 | 30 | #: c-api/typehints.rst:14 31 | msgid "" 32 | "Create a :ref:`GenericAlias ` object. Equivalent to " 33 | "calling the Python class :class:`types.GenericAlias`. The *origin* and " 34 | "*args* arguments set the ``GenericAlias``\\ 's ``__origin__`` and " 35 | "``__args__`` attributes respectively. *origin* should be " 36 | "a :c:expr:`PyTypeObject*`, and *args* can be a :c:expr:`PyTupleObject*` or " 37 | "any ``PyObject*``. If *args* passed is not a tuple, a 1-tuple is " 38 | "automatically constructed and ``__args__`` is set to ``(args,)``. Minimal " 39 | "checking is done for the arguments, so the function will succeed even if " 40 | "*origin* is not a type. The ``GenericAlias``\\ 's ``__parameters__`` " 41 | "attribute is constructed lazily from ``__args__``. On failure, an exception " 42 | "is raised and ``NULL`` is returned." 43 | msgstr "" 44 | 45 | #: c-api/typehints.rst:28 46 | msgid "Here's an example of how to make an extension type generic::" 47 | msgstr "" 48 | 49 | #: c-api/typehints.rst:30 50 | msgid "" 51 | "...\n" 52 | "static PyMethodDef my_obj_methods[] = {\n" 53 | " // Other methods.\n" 54 | " ...\n" 55 | " {\"__class_getitem__\", Py_GenericAlias, METH_O|METH_CLASS, \"See PEP " 56 | "585\"}\n" 57 | " ...\n" 58 | "}" 59 | msgstr "" 60 | 61 | #: c-api/typehints.rst:38 62 | msgid "The data model method :meth:`~object.__class_getitem__`." 63 | msgstr "" 64 | 65 | #: c-api/typehints.rst:44 66 | msgid "" 67 | "The C type of the object returned by :c:func:`Py_GenericAlias`. Equivalent " 68 | "to :class:`types.GenericAlias` in Python." 69 | msgstr "" 70 | -------------------------------------------------------------------------------- /howto/pyporting.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: howto/pyporting.rst:7 20 | msgid "How to port Python 2 Code to Python 3" 21 | msgstr "" 22 | 23 | #: howto/pyporting.rst:0 24 | msgid "author" 25 | msgstr "" 26 | 27 | #: howto/pyporting.rst:9 28 | msgid "Brett Cannon" 29 | msgstr "" 30 | 31 | #: howto/pyporting.rst:11 32 | msgid "" 33 | "Python 2 reached its official end-of-life at the start of 2020. This means " 34 | "that no new bug reports, fixes, or changes will be made to Python 2 - it's " 35 | "no longer supported: see :pep:`373` and `status of Python versions `_." 37 | msgstr "" 38 | 39 | #: howto/pyporting.rst:16 40 | msgid "" 41 | "If you are looking to port an extension module instead of pure Python code, " 42 | "please see :ref:`cporting-howto`." 43 | msgstr "" 44 | 45 | #: howto/pyporting.rst:19 46 | msgid "" 47 | "The archived python-porting_ mailing list may contain some useful guidance." 48 | msgstr "" 49 | 50 | #: howto/pyporting.rst:21 51 | msgid "" 52 | "Since Python 3.11 the original porting guide was discontinued. You can find " 53 | "the old guide in the `archive `_." 55 | msgstr "" 56 | 57 | #: howto/pyporting.rst:27 58 | msgid "Third-party guides" 59 | msgstr "" 60 | 61 | #: howto/pyporting.rst:29 62 | msgid "There are also multiple third-party guides that might be useful:" 63 | msgstr "" 64 | 65 | #: howto/pyporting.rst:31 66 | msgid "`Guide by Fedora `_" 67 | msgstr "" 68 | 69 | #: howto/pyporting.rst:32 70 | msgid "`PyCon 2020 tutorial `_" 71 | msgstr "" 72 | 73 | #: howto/pyporting.rst:33 74 | msgid "" 75 | "`Guide by DigitalOcean `_" 77 | msgstr "" 78 | 79 | #: howto/pyporting.rst:34 80 | msgid "" 81 | "`Guide by ActiveState `_" 83 | msgstr "" 84 | -------------------------------------------------------------------------------- /library/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/index.rst:5 20 | msgid "The Python Standard Library" 21 | msgstr "" 22 | 23 | #: library/index.rst:7 24 | msgid "" 25 | "While :ref:`reference-index` describes the exact syntax and semantics of the " 26 | "Python language, this library reference manual describes the standard " 27 | "library that is distributed with Python. It also describes some of the " 28 | "optional components that are commonly included in Python distributions." 29 | msgstr "" 30 | 31 | #: library/index.rst:13 32 | msgid "" 33 | "Python's standard library is very extensive, offering a wide range of " 34 | "facilities as indicated by the long table of contents listed below. The " 35 | "library contains built-in modules (written in C) that provide access to " 36 | "system functionality such as file I/O that would otherwise be inaccessible " 37 | "to Python programmers, as well as modules written in Python that provide " 38 | "standardized solutions for many problems that occur in everyday programming. " 39 | "Some of these modules are explicitly designed to encourage and enhance the " 40 | "portability of Python programs by abstracting away platform-specifics into " 41 | "platform-neutral APIs." 42 | msgstr "" 43 | 44 | #: library/index.rst:23 45 | msgid "" 46 | "The Python installers for the Windows platform usually include the entire " 47 | "standard library and often also include many additional components. For Unix-" 48 | "like operating systems Python is normally provided as a collection of " 49 | "packages, so it may be necessary to use the packaging tools provided with " 50 | "the operating system to obtain some or all of the optional components." 51 | msgstr "" 52 | 53 | #: library/index.rst:30 54 | msgid "" 55 | "In addition to the standard library, there is an active collection of " 56 | "hundreds of thousands of components (from individual programs and modules to " 57 | "packages and entire application development frameworks), available from the " 58 | "`Python Package Index `_." 59 | msgstr "" 60 | -------------------------------------------------------------------------------- /library/builtins.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/builtins.rst:2 20 | msgid ":mod:`!builtins` --- Built-in objects" 21 | msgstr "" 22 | 23 | #: library/builtins.rst:9 24 | msgid "" 25 | "This module provides direct access to all 'built-in' identifiers of Python; " 26 | "for example, ``builtins.open`` is the full name for the built-in " 27 | "function :func:`open`." 28 | msgstr "" 29 | 30 | #: library/builtins.rst:12 31 | msgid "" 32 | "This module is not normally accessed explicitly by most applications, but " 33 | "can be useful in modules that provide objects with the same name as a built-" 34 | "in value, but in which the built-in of that name is also needed. For " 35 | "example, in a module that wants to implement an :func:`open` function that " 36 | "wraps the built-in :func:`open`, this module can be used directly::" 37 | msgstr "" 38 | 39 | #: library/builtins.rst:18 40 | msgid "" 41 | "import builtins\n" 42 | "\n" 43 | "def open(path):\n" 44 | " f = builtins.open(path, 'r')\n" 45 | " return UpperCaser(f)\n" 46 | "\n" 47 | "class UpperCaser:\n" 48 | " '''Wrapper around a file that converts output to uppercase.'''\n" 49 | "\n" 50 | " def __init__(self, f):\n" 51 | " self._f = f\n" 52 | "\n" 53 | " def read(self, count=-1):\n" 54 | " return self._f.read(count).upper()\n" 55 | "\n" 56 | " # ..." 57 | msgstr "" 58 | 59 | #: library/builtins.rst:35 60 | msgid "" 61 | "As an implementation detail, most modules have the name ``__builtins__`` " 62 | "made available as part of their globals. The value of ``__builtins__`` is " 63 | "normally either this module or the value of this " 64 | "module's :attr:`~object.__dict__` attribute. Since this is an implementation " 65 | "detail, it may not be used by alternate implementations of Python." 66 | msgstr "" 67 | 68 | #: library/builtins.rst:43 69 | msgid ":ref:`built-in-consts`" 70 | msgstr "" 71 | 72 | #: library/builtins.rst:44 73 | msgid ":ref:`bltin-exceptions`" 74 | msgstr "" 75 | 76 | #: library/builtins.rst:45 77 | msgid ":ref:`built-in-funcs`" 78 | msgstr "" 79 | 80 | #: library/builtins.rst:46 81 | msgid ":ref:`bltin-types`" 82 | msgstr "" 83 | -------------------------------------------------------------------------------- /library/tabnanny.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tabnanny.rst:2 20 | msgid ":mod:`!tabnanny` --- Detection of ambiguous indentation" 21 | msgstr "" 22 | 23 | #: library/tabnanny.rst:13 24 | msgid "**Source code:** :source:`Lib/tabnanny.py`" 25 | msgstr "" 26 | 27 | #: library/tabnanny.rst:17 28 | msgid "" 29 | "For the time being this module is intended to be called as a script. However " 30 | "it is possible to import it into an IDE and use the function :func:`check` " 31 | "described below." 32 | msgstr "" 33 | 34 | #: library/tabnanny.rst:23 35 | msgid "" 36 | "The API provided by this module is likely to change in future releases; such " 37 | "changes may not be backward compatible." 38 | msgstr "" 39 | 40 | #: library/tabnanny.rst:29 41 | msgid "" 42 | "If *file_or_dir* is a directory and not a symbolic link, then recursively " 43 | "descend the directory tree named by *file_or_dir*, checking all :file:`.py` " 44 | "files along the way. If *file_or_dir* is an ordinary Python source file, it " 45 | "is checked for whitespace related problems. The diagnostic messages are " 46 | "written to standard output using the :func:`print` function." 47 | msgstr "" 48 | 49 | #: library/tabnanny.rst:38 50 | msgid "" 51 | "Flag indicating whether to print verbose messages. This is incremented by " 52 | "the ``-v`` option if called as a script." 53 | msgstr "" 54 | 55 | #: library/tabnanny.rst:44 56 | msgid "" 57 | "Flag indicating whether to print only the filenames of files containing " 58 | "whitespace related problems. This is set to true by the ``-q`` option if " 59 | "called as a script." 60 | msgstr "" 61 | 62 | #: library/tabnanny.rst:51 63 | msgid "" 64 | "Raised by :func:`process_tokens` if detecting an ambiguous indent. Captured " 65 | "and handled in :func:`check`." 66 | msgstr "" 67 | 68 | #: library/tabnanny.rst:57 69 | msgid "" 70 | "This function is used by :func:`check` to process tokens generated by " 71 | "the :mod:`tokenize` module." 72 | msgstr "" 73 | 74 | #: library/tabnanny.rst:66 75 | msgid "Module :mod:`tokenize`" 76 | msgstr "" 77 | 78 | #: library/tabnanny.rst:67 79 | msgid "Lexical scanner for Python source code." 80 | msgstr "" 81 | -------------------------------------------------------------------------------- /library/copyreg.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/copyreg.rst:2 20 | msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions" 21 | msgstr "" 22 | 23 | #: library/copyreg.rst:7 24 | msgid "**Source code:** :source:`Lib/copyreg.py`" 25 | msgstr "" 26 | 27 | #: library/copyreg.rst:15 28 | msgid "" 29 | "The :mod:`copyreg` module offers a way to define functions used while " 30 | "pickling specific objects. The :mod:`pickle` and :mod:`copy` modules use " 31 | "those functions when pickling/copying those objects. The module provides " 32 | "configuration information about object constructors which are not classes. " 33 | "Such constructors may be factory functions or class instances." 34 | msgstr "" 35 | 36 | #: library/copyreg.rst:24 37 | msgid "" 38 | "Declares *object* to be a valid constructor. If *object* is not callable " 39 | "(and hence not valid as a constructor), raises :exc:`TypeError`." 40 | msgstr "" 41 | 42 | #: library/copyreg.rst:30 43 | msgid "" 44 | "Declares that *function* should be used as a \"reduction\" function for " 45 | "objects of type *type*. *function* must return either a string or a tuple " 46 | "containing between two and six elements. See " 47 | "the :attr:`~pickle.Pickler.dispatch_table` for more details on the interface " 48 | "of *function*." 49 | msgstr "" 50 | 51 | #: library/copyreg.rst:35 52 | msgid "" 53 | "The *constructor_ob* parameter is a legacy feature and is now ignored, but " 54 | "if passed it must be a callable." 55 | msgstr "" 56 | 57 | #: library/copyreg.rst:38 58 | msgid "" 59 | "Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a pickler " 60 | "object or subclass of :class:`pickle.Pickler` can also be used for declaring " 61 | "reduction functions." 62 | msgstr "" 63 | 64 | #: library/copyreg.rst:43 65 | msgid "Example" 66 | msgstr "" 67 | 68 | #: library/copyreg.rst:45 69 | msgid "" 70 | "The example below would like to show how to register a pickle function and " 71 | "how it will be used:" 72 | msgstr "" 73 | 74 | #: library/copyreg.rst:9 75 | msgid "module" 76 | msgstr "" 77 | 78 | #: library/copyreg.rst:9 79 | msgid "pickle" 80 | msgstr "" 81 | 82 | #: library/copyreg.rst:9 83 | msgid "copy" 84 | msgstr "" 85 | -------------------------------------------------------------------------------- /c-api/concrete.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/concrete.rst:8 20 | msgid "Concrete Objects Layer" 21 | msgstr "" 22 | 23 | #: c-api/concrete.rst:10 24 | msgid "" 25 | "The functions in this chapter are specific to certain Python object types. " 26 | "Passing them an object of the wrong type is not a good idea; if you receive " 27 | "an object from a Python program and you are not sure that it has the right " 28 | "type, you must perform a type check first; for example, to check that an " 29 | "object is a dictionary, use :c:func:`PyDict_Check`. The chapter is " 30 | "structured like the \"family tree\" of Python object types." 31 | msgstr "" 32 | 33 | #: c-api/concrete.rst:19 34 | msgid "" 35 | "While the functions described in this chapter carefully check the type of " 36 | "the objects which are passed in, many of them do not check for ``NULL`` " 37 | "being passed instead of a valid object. Allowing ``NULL`` to be passed in " 38 | "can cause memory access violations and immediate termination of the " 39 | "interpreter." 40 | msgstr "" 41 | 42 | #: c-api/concrete.rst:28 43 | msgid "Fundamental Objects" 44 | msgstr "" 45 | 46 | #: c-api/concrete.rst:30 47 | msgid "" 48 | "This section describes Python type objects and the singleton object ``None``." 49 | msgstr "" 50 | 51 | #: c-api/concrete.rst:41 52 | msgid "Numeric Objects" 53 | msgstr "" 54 | 55 | #: c-api/concrete.rst:56 56 | msgid "Sequence Objects" 57 | msgstr "" 58 | 59 | #: c-api/concrete.rst:60 60 | msgid "" 61 | "Generic operations on sequence objects were discussed in the previous " 62 | "chapter; this section deals with the specific kinds of sequence objects that " 63 | "are intrinsic to the Python language." 64 | msgstr "" 65 | 66 | #: c-api/concrete.rst:78 67 | msgid "Container Objects" 68 | msgstr "" 69 | 70 | #: c-api/concrete.rst:91 71 | msgid "Function Objects" 72 | msgstr "" 73 | 74 | #: c-api/concrete.rst:102 75 | msgid "Other Objects" 76 | msgstr "" 77 | 78 | #: c-api/concrete.rst:58 79 | #: c-api/concrete.rst:80 80 | msgid "object" 81 | msgstr "" 82 | 83 | #: c-api/concrete.rst:43 84 | msgid "numeric" 85 | msgstr "" 86 | 87 | #: c-api/concrete.rst:58 88 | msgid "sequence" 89 | msgstr "" 90 | 91 | #: c-api/concrete.rst:80 92 | msgid "mapping" 93 | msgstr "" 94 | -------------------------------------------------------------------------------- /library/colorsys.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/colorsys.rst:2 20 | msgid ":mod:`!colorsys` --- Conversions between color systems" 21 | msgstr "" 22 | 23 | #: library/colorsys.rst:9 24 | msgid "**Source code:** :source:`Lib/colorsys.py`" 25 | msgstr "" 26 | 27 | #: library/colorsys.rst:13 28 | msgid "" 29 | "The :mod:`colorsys` module defines bidirectional conversions of color values " 30 | "between colors expressed in the RGB (Red Green Blue) color space used in " 31 | "computer monitors and three other coordinate systems: YIQ, HLS (Hue " 32 | "Lightness Saturation) and HSV (Hue Saturation Value). Coordinates in all of " 33 | "these color spaces are floating-point values. In the YIQ space, the Y " 34 | "coordinate is between 0 and 1, but the I and Q coordinates can be positive " 35 | "or negative. In all other spaces, the coordinates are all between 0 and 1." 36 | msgstr "" 37 | 38 | #: library/colorsys.rst:23 39 | msgid "" 40 | "More information about color spaces can be found at https://poynton.ca/" 41 | "ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-" 42 | "spaces.htm." 43 | msgstr "" 44 | 45 | #: library/colorsys.rst:27 46 | msgid "The :mod:`colorsys` module defines the following functions:" 47 | msgstr "" 48 | 49 | #: library/colorsys.rst:32 50 | msgid "Convert the color from RGB coordinates to YIQ coordinates." 51 | msgstr "" 52 | 53 | #: library/colorsys.rst:37 54 | msgid "Convert the color from YIQ coordinates to RGB coordinates." 55 | msgstr "" 56 | 57 | #: library/colorsys.rst:42 58 | msgid "Convert the color from RGB coordinates to HLS coordinates." 59 | msgstr "" 60 | 61 | #: library/colorsys.rst:47 62 | msgid "Convert the color from HLS coordinates to RGB coordinates." 63 | msgstr "" 64 | 65 | #: library/colorsys.rst:52 66 | msgid "Convert the color from RGB coordinates to HSV coordinates." 67 | msgstr "" 68 | 69 | #: library/colorsys.rst:57 70 | msgid "Convert the color from HSV coordinates to RGB coordinates." 71 | msgstr "" 72 | 73 | #: library/colorsys.rst:59 74 | msgid "Example::" 75 | msgstr "" 76 | 77 | #: library/colorsys.rst:61 78 | msgid "" 79 | ">>> import colorsys\n" 80 | ">>> colorsys.rgb_to_hsv(0.2, 0.4, 0.4)\n" 81 | "(0.5, 0.5, 0.4)\n" 82 | ">>> colorsys.hsv_to_rgb(0.5, 0.5, 0.4)\n" 83 | "(0.2, 0.4, 0.4)" 84 | msgstr "" 85 | -------------------------------------------------------------------------------- /c-api/iter.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/iter.rst:6 20 | msgid "Iterator Protocol" 21 | msgstr "" 22 | 23 | #: c-api/iter.rst:8 24 | msgid "There are two functions specifically for working with iterators." 25 | msgstr "" 26 | 27 | #: c-api/iter.rst:12 28 | msgid "" 29 | "Return non-zero if the object *o* can be safely passed " 30 | "to :c:func:`PyIter_NextItem` and ``0`` otherwise. This function always " 31 | "succeeds." 32 | msgstr "" 33 | 34 | #: c-api/iter.rst:18 35 | msgid "" 36 | "Return non-zero if the object *o* provides the :class:`AsyncIterator` " 37 | "protocol, and ``0`` otherwise. This function always succeeds." 38 | msgstr "" 39 | 40 | #: c-api/iter.rst:25 41 | msgid "" 42 | "Return ``1`` and set *item* to a :term:`strong reference` of the next value " 43 | "of the iterator *iter* on success. Return ``0`` and set *item* to ``NULL`` " 44 | "if there are no remaining values. Return ``-1``, set *item* to ``NULL`` and " 45 | "set an exception on error." 46 | msgstr "" 47 | 48 | #: c-api/iter.rst:34 49 | msgid "" 50 | "This is an older version of :c:func:`!PyIter_NextItem`, which is retained " 51 | "for backwards compatibility. Prefer :c:func:`PyIter_NextItem`." 52 | msgstr "" 53 | 54 | #: c-api/iter.rst:38 55 | msgid "" 56 | "Return the next value from the iterator *o*. The object must be an iterator " 57 | "according to :c:func:`PyIter_Check` (it is up to the caller to check this). " 58 | "If there are no remaining values, returns ``NULL`` with no exception set. If " 59 | "an error occurs while retrieving the item, returns ``NULL`` and passes along " 60 | "the exception." 61 | msgstr "" 62 | 63 | #: c-api/iter.rst:46 64 | msgid "" 65 | "The enum value used to represent different results of :c:func:`PyIter_Send`." 66 | msgstr "" 67 | 68 | #: c-api/iter.rst:53 69 | msgid "Sends the *arg* value into the iterator *iter*. Returns:" 70 | msgstr "" 71 | 72 | #: c-api/iter.rst:55 73 | msgid "" 74 | "``PYGEN_RETURN`` if iterator returns. Return value is returned via *presult*." 75 | msgstr "" 76 | 77 | #: c-api/iter.rst:56 78 | msgid "" 79 | "``PYGEN_NEXT`` if iterator yields. Yielded value is returned via *presult*." 80 | msgstr "" 81 | 82 | #: c-api/iter.rst:57 83 | msgid "" 84 | "``PYGEN_ERROR`` if iterator has raised and exception. *presult* is set to " 85 | "``NULL``." 86 | msgstr "" 87 | -------------------------------------------------------------------------------- /c-api/cell.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/cell.rst:6 20 | msgid "Cell Objects" 21 | msgstr "" 22 | 23 | #: c-api/cell.rst:8 24 | msgid "" 25 | "\"Cell\" objects are used to implement variables referenced by multiple " 26 | "scopes. For each such variable, a cell object is created to store the value; " 27 | "the local variables of each stack frame that references the value contains a " 28 | "reference to the cells from outer scopes which also use that variable. When " 29 | "the value is accessed, the value contained in the cell is used instead of " 30 | "the cell object itself. This de-referencing of the cell object requires " 31 | "support from the generated byte-code; these are not automatically de-" 32 | "referenced when accessed. Cell objects are not likely to be useful elsewhere." 33 | msgstr "" 34 | 35 | #: c-api/cell.rst:20 36 | msgid "The C structure used for cell objects." 37 | msgstr "" 38 | 39 | #: c-api/cell.rst:25 40 | msgid "The type object corresponding to cell objects." 41 | msgstr "" 42 | 43 | #: c-api/cell.rst:30 44 | msgid "" 45 | "Return true if *ob* is a cell object; *ob* must not be ``NULL``. This " 46 | "function always succeeds." 47 | msgstr "" 48 | 49 | #: c-api/cell.rst:36 50 | msgid "" 51 | "Create and return a new cell object containing the value *ob*. The parameter " 52 | "may be ``NULL``." 53 | msgstr "" 54 | 55 | #: c-api/cell.rst:42 56 | msgid "" 57 | "Return the contents of the cell *cell*, which can be ``NULL``. If *cell* is " 58 | "not a cell object, returns ``NULL`` with an exception set." 59 | msgstr "" 60 | 61 | #: c-api/cell.rst:48 62 | msgid "" 63 | "Return the contents of the cell *cell*, but without checking that *cell* is " 64 | "non-``NULL`` and a cell object." 65 | msgstr "" 66 | 67 | #: c-api/cell.rst:54 68 | msgid "" 69 | "Set the contents of the cell object *cell* to *value*. This releases the " 70 | "reference to any current content of the cell. *value* may be ``NULL``. " 71 | "*cell* must be non-``NULL``." 72 | msgstr "" 73 | 74 | #: c-api/cell.rst:58 75 | msgid "" 76 | "On success, return ``0``. If *cell* is not a cell object, set an exception " 77 | "and return ``-1``." 78 | msgstr "" 79 | 80 | #: c-api/cell.rst:64 81 | msgid "" 82 | "Sets the value of the cell object *cell* to *value*. No reference counts " 83 | "are adjusted, and no checks are made for safety; *cell* must be non-``NULL`` " 84 | "and must be a cell object." 85 | msgstr "" 86 | -------------------------------------------------------------------------------- /tutorial/interactive.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: tutorial/interactive.rst:5 20 | msgid "Interactive Input Editing and History Substitution" 21 | msgstr "" 22 | 23 | #: tutorial/interactive.rst:7 24 | msgid "" 25 | "Some versions of the Python interpreter support editing of the current input " 26 | "line and history substitution, similar to facilities found in the Korn shell " 27 | "and the GNU Bash shell. This is implemented using the `GNU Readline`_ " 28 | "library, which supports various styles of editing. This library has its own " 29 | "documentation which we won't duplicate here." 30 | msgstr "" 31 | 32 | #: tutorial/interactive.rst:17 33 | msgid "Tab Completion and History Editing" 34 | msgstr "" 35 | 36 | #: tutorial/interactive.rst:19 37 | msgid "" 38 | "Completion of variable and module names is :ref:`automatically enabled " 39 | "` at interpreter startup so that the :kbd:`Tab` key " 40 | "invokes the completion function; it looks at Python statement names, the " 41 | "current local variables, and the available module names. For dotted " 42 | "expressions such as ``string.a``, it will evaluate the expression up to the " 43 | "final ``'.'`` and then suggest completions from the attributes of the " 44 | "resulting object. Note that this may execute application-defined code if an " 45 | "object with a :meth:`~object.__getattr__` method is part of the expression. " 46 | "The default configuration also saves your history into a file " 47 | "named :file:`.python_history` in your user directory. The history will be " 48 | "available again during the next interactive interpreter session." 49 | msgstr "" 50 | 51 | #: tutorial/interactive.rst:36 52 | msgid "Alternatives to the Interactive Interpreter" 53 | msgstr "" 54 | 55 | #: tutorial/interactive.rst:38 56 | msgid "" 57 | "This facility is an enormous step forward compared to earlier versions of " 58 | "the interpreter; however, some wishes are left: It would be nice if the " 59 | "proper indentation were suggested on continuation lines (the parser knows if " 60 | "an :data:`~token.INDENT` token is required next). The completion mechanism " 61 | "might use the interpreter's symbol table. A command to check (or even " 62 | "suggest) matching parentheses, quotes, etc., would also be useful." 63 | msgstr "" 64 | 65 | #: tutorial/interactive.rst:45 66 | msgid "" 67 | "One alternative enhanced interactive interpreter that has been around for " 68 | "quite some time is IPython_, which features tab completion, object " 69 | "exploration and advanced history management. It can also be thoroughly " 70 | "customized and embedded into other applications. Another similar enhanced " 71 | "interactive environment is bpython_." 72 | msgstr "" 73 | -------------------------------------------------------------------------------- /tutorial/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: tutorial/index.rst:5 20 | msgid "The Python Tutorial" 21 | msgstr "" 22 | 23 | #: tutorial/index.rst:7 24 | msgid "" 25 | "Python is an easy to learn, powerful programming language. It has efficient " 26 | "high-level data structures and a simple but effective approach to object-" 27 | "oriented programming. Python's elegant syntax and dynamic typing, together " 28 | "with its interpreted nature, make it an ideal language for scripting and " 29 | "rapid application development in many areas on most platforms." 30 | msgstr "" 31 | 32 | #: tutorial/index.rst:13 33 | msgid "" 34 | "The Python interpreter and the extensive standard library are freely " 35 | "available in source or binary form for all major platforms from the Python " 36 | "web site, https://www.python.org/, and may be freely distributed. The same " 37 | "site also contains distributions of and pointers to many free third party " 38 | "Python modules, programs and tools, and additional documentation." 39 | msgstr "" 40 | 41 | #: tutorial/index.rst:19 42 | msgid "" 43 | "The Python interpreter is easily extended with new functions and data types " 44 | "implemented in C or C++ (or other languages callable from C). Python is also " 45 | "suitable as an extension language for customizable applications." 46 | msgstr "" 47 | 48 | #: tutorial/index.rst:23 49 | msgid "" 50 | "This tutorial introduces the reader informally to the basic concepts and " 51 | "features of the Python language and system. It helps to have a Python " 52 | "interpreter handy for hands-on experience, but all examples are self-" 53 | "contained, so the tutorial can be read off-line as well." 54 | msgstr "" 55 | 56 | #: tutorial/index.rst:28 57 | msgid "" 58 | "For a description of standard objects and modules, see :ref:`library-" 59 | "index`. :ref:`reference-index` gives a more formal definition of the " 60 | "language. To write extensions in C or C++, read :ref:`extending-index` " 61 | "and :ref:`c-api-index`. There are also several books covering Python in " 62 | "depth." 63 | msgstr "" 64 | 65 | #: tutorial/index.rst:33 66 | msgid "" 67 | "This tutorial does not attempt to be comprehensive and cover every single " 68 | "feature, or even every commonly used feature. Instead, it introduces many of " 69 | "Python's most noteworthy features, and will give you a good idea of the " 70 | "language's flavor and style. After reading it, you will be able to read and " 71 | "write Python modules and programs, and you will be ready to learn more about " 72 | "the various Python library modules described in :ref:`library-index`." 73 | msgstr "" 74 | 75 | #: tutorial/index.rst:40 76 | msgid "The :ref:`glossary` is also worth going through." 77 | msgstr "" 78 | -------------------------------------------------------------------------------- /extending/building.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: extending/building.rst:7 20 | msgid "Building C and C++ Extensions" 21 | msgstr "" 22 | 23 | #: extending/building.rst:9 24 | msgid "" 25 | "A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, " 26 | "``.pyd`` on Windows), which exports an *initialization function*." 27 | msgstr "" 28 | 29 | #: extending/building.rst:12 30 | msgid "" 31 | "To be importable, the shared library must be available " 32 | "on :envvar:`PYTHONPATH`, and must be named after the module name, with an " 33 | "appropriate extension. When using setuptools, the correct filename is " 34 | "generated automatically." 35 | msgstr "" 36 | 37 | #: extending/building.rst:16 38 | msgid "The initialization function has the signature:" 39 | msgstr "" 40 | 41 | #: extending/building.rst:20 42 | msgid "" 43 | "It returns either a fully initialized module, or a :c:type:`PyModuleDef` " 44 | "instance. See :ref:`initializing-modules` for details." 45 | msgstr "" 46 | 47 | #: extending/building.rst:25 48 | msgid "" 49 | "For modules with ASCII-only names, the function must be named " 50 | "``PyInit_``, with ```` replaced by the name of the " 51 | "module. When using :ref:`multi-phase-initialization`, non-ASCII module names " 52 | "are allowed. In this case, the initialization function name is " 53 | "``PyInitU_``, with ```` encoded using Python's " 54 | "*punycode* encoding with hyphens replaced by underscores. In Python::" 55 | msgstr "" 56 | 57 | #: extending/building.rst:32 58 | msgid "" 59 | "def initfunc_name(name):\n" 60 | " try:\n" 61 | " suffix = b'_' + name.encode('ascii')\n" 62 | " except UnicodeEncodeError:\n" 63 | " suffix = b'U_' + name.encode('punycode').replace(b'-', b'_')\n" 64 | " return b'PyInit' + suffix" 65 | msgstr "" 66 | 67 | #: extending/building.rst:39 68 | msgid "" 69 | "It is possible to export multiple modules from a single shared library by " 70 | "defining multiple initialization functions. However, importing them requires " 71 | "using symbolic links or a custom importer, because by default only the " 72 | "function corresponding to the filename is found. See the *\"Multiple modules " 73 | "in one library\"* section in :pep:`489` for details." 74 | msgstr "" 75 | 76 | #: extending/building.rst:52 77 | msgid "Building C and C++ Extensions with setuptools" 78 | msgstr "" 79 | 80 | #: extending/building.rst:54 81 | msgid "" 82 | "Python 3.12 and newer no longer come with distutils. Please refer to the " 83 | "``setuptools`` documentation at https://setuptools.readthedocs.io/en/latest/" 84 | "setuptools.html to learn more about how build and distribute C/C++ " 85 | "extensions with setuptools." 86 | msgstr "" 87 | -------------------------------------------------------------------------------- /howto/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: howto/index.rst:3 20 | msgid "Python HOWTOs" 21 | msgstr "" 22 | 23 | #: howto/index.rst:5 24 | msgid "" 25 | "Python HOWTOs are documents that cover a specific topic in-depth. Modeled on " 26 | "the Linux Documentation Project's HOWTO collection, this collection is an " 27 | "effort to foster documentation that's more detailed than the Python Library " 28 | "Reference." 29 | msgstr "" 30 | 31 | #: howto/index.rst:39 32 | msgid "General:" 33 | msgstr "" 34 | 35 | #: howto/index.rst:41 36 | msgid ":ref:`annotations-howto`" 37 | msgstr "" 38 | 39 | #: howto/index.rst:42 40 | msgid ":ref:`argparse-tutorial`" 41 | msgstr "" 42 | 43 | #: howto/index.rst:43 44 | msgid ":ref:`descriptorhowto`" 45 | msgstr "" 46 | 47 | #: howto/index.rst:44 48 | msgid ":ref:`enum-howto`" 49 | msgstr "" 50 | 51 | #: howto/index.rst:45 52 | msgid ":ref:`functional-howto`" 53 | msgstr "" 54 | 55 | #: howto/index.rst:46 56 | msgid ":ref:`ipaddress-howto`" 57 | msgstr "" 58 | 59 | #: howto/index.rst:47 60 | msgid ":ref:`logging-howto`" 61 | msgstr "" 62 | 63 | #: howto/index.rst:48 64 | msgid ":ref:`logging-cookbook`" 65 | msgstr "" 66 | 67 | #: howto/index.rst:49 68 | msgid ":ref:`regex-howto`" 69 | msgstr "" 70 | 71 | #: howto/index.rst:50 72 | msgid ":ref:`sortinghowto`" 73 | msgstr "" 74 | 75 | #: howto/index.rst:51 76 | msgid ":ref:`unicode-howto`" 77 | msgstr "" 78 | 79 | #: howto/index.rst:52 80 | msgid ":ref:`urllib-howto`" 81 | msgstr "" 82 | 83 | #: howto/index.rst:54 84 | msgid "Advanced development:" 85 | msgstr "" 86 | 87 | #: howto/index.rst:56 88 | msgid ":ref:`curses-howto`" 89 | msgstr "" 90 | 91 | #: howto/index.rst:57 92 | msgid ":ref:`freethreading-python-howto`" 93 | msgstr "" 94 | 95 | #: howto/index.rst:58 96 | msgid ":ref:`freethreading-extensions-howto`" 97 | msgstr "" 98 | 99 | #: howto/index.rst:59 100 | msgid ":ref:`isolating-extensions-howto`" 101 | msgstr "" 102 | 103 | #: howto/index.rst:60 104 | msgid ":ref:`python_2.3_mro`" 105 | msgstr "" 106 | 107 | #: howto/index.rst:61 108 | msgid ":ref:`socket-howto`" 109 | msgstr "" 110 | 111 | #: howto/index.rst:62 112 | msgid ":ref:`timerfd-howto`" 113 | msgstr "" 114 | 115 | #: howto/index.rst:63 116 | msgid ":ref:`cporting-howto`" 117 | msgstr "" 118 | 119 | #: howto/index.rst:65 120 | msgid "Debugging and profiling:" 121 | msgstr "" 122 | 123 | #: howto/index.rst:67 124 | msgid ":ref:`gdb`" 125 | msgstr "" 126 | 127 | #: howto/index.rst:68 128 | msgid ":ref:`instrumentation`" 129 | msgstr "" 130 | 131 | #: howto/index.rst:69 132 | msgid ":ref:`perf_profiling`" 133 | msgstr "" 134 | 135 | #: howto/index.rst:70 136 | msgid ":ref:`remote-debugging`" 137 | msgstr "" 138 | -------------------------------------------------------------------------------- /library/asyncio-exceptions.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/asyncio-exceptions.rst:8 20 | msgid "Exceptions" 21 | msgstr "" 22 | 23 | #: library/asyncio-exceptions.rst:10 24 | msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`" 25 | msgstr "" 26 | 27 | #: library/asyncio-exceptions.rst:16 28 | msgid "" 29 | "A deprecated alias of :exc:`TimeoutError`, raised when the operation has " 30 | "exceeded the given deadline." 31 | msgstr "" 32 | 33 | #: library/asyncio-exceptions.rst:21 34 | msgid "This class was made an alias of :exc:`TimeoutError`." 35 | msgstr "" 36 | 37 | #: library/asyncio-exceptions.rst:26 38 | msgid "The operation has been cancelled." 39 | msgstr "" 40 | 41 | #: library/asyncio-exceptions.rst:28 42 | msgid "" 43 | "This exception can be caught to perform custom operations when asyncio Tasks " 44 | "are cancelled. In almost all situations the exception must be re-raised." 45 | msgstr "" 46 | 47 | #: library/asyncio-exceptions.rst:34 48 | msgid "" 49 | ":exc:`CancelledError` is now a subclass of :class:`BaseException` rather " 50 | "than :class:`Exception`." 51 | msgstr "" 52 | 53 | #: library/asyncio-exceptions.rst:39 54 | msgid "Invalid internal state of :class:`Task` or :class:`Future`." 55 | msgstr "" 56 | 57 | #: library/asyncio-exceptions.rst:41 58 | msgid "" 59 | "Can be raised in situations like setting a result value for a *Future* " 60 | "object that already has a result value set." 61 | msgstr "" 62 | 63 | #: library/asyncio-exceptions.rst:47 64 | msgid "" 65 | "The \"sendfile\" syscall is not available for the given socket or file type." 66 | msgstr "" 67 | 68 | #: library/asyncio-exceptions.rst:50 69 | msgid "A subclass of :exc:`RuntimeError`." 70 | msgstr "" 71 | 72 | #: library/asyncio-exceptions.rst:55 73 | msgid "The requested read operation did not complete fully." 74 | msgstr "" 75 | 76 | #: library/asyncio-exceptions.rst:57 77 | msgid "Raised by the :ref:`asyncio stream APIs`." 78 | msgstr "" 79 | 80 | #: library/asyncio-exceptions.rst:59 81 | msgid "This exception is a subclass of :exc:`EOFError`." 82 | msgstr "" 83 | 84 | #: library/asyncio-exceptions.rst:63 85 | msgid "The total number (:class:`int`) of expected bytes." 86 | msgstr "" 87 | 88 | #: library/asyncio-exceptions.rst:67 89 | msgid "A string of :class:`bytes` read before the end of stream was reached." 90 | msgstr "" 91 | 92 | #: library/asyncio-exceptions.rst:72 93 | msgid "Reached the buffer size limit while looking for a separator." 94 | msgstr "" 95 | 96 | #: library/asyncio-exceptions.rst:74 97 | msgid "Raised by the :ref:`asyncio stream APIs `." 98 | msgstr "" 99 | 100 | #: library/asyncio-exceptions.rst:78 101 | msgid "The total number of to be consumed bytes." 102 | msgstr "" 103 | -------------------------------------------------------------------------------- /c-api/perfmaps.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/perfmaps.rst:6 20 | msgid "Support for Perf Maps" 21 | msgstr "" 22 | 23 | #: c-api/perfmaps.rst:8 24 | msgid "" 25 | "On supported platforms (as of this writing, only Linux), the runtime can " 26 | "take advantage of *perf map files* to make Python functions visible to an " 27 | "external profiling tool (such as `perf `_). A running process may create a file in the ``/tmp`` " 29 | "directory, which contains entries that can map a section of executable code " 30 | "to a name. This interface is described in the `documentation of the Linux " 31 | "Perf tool `_." 33 | msgstr "" 34 | 35 | #: c-api/perfmaps.rst:16 36 | msgid "" 37 | "In Python, these helper APIs can be used by libraries and features that rely " 38 | "on generating machine code on the fly." 39 | msgstr "" 40 | 41 | #: c-api/perfmaps.rst:19 42 | msgid "" 43 | "Note that holding an :term:`attached thread state` is not required for these " 44 | "APIs." 45 | msgstr "" 46 | 47 | #: c-api/perfmaps.rst:23 48 | msgid "" 49 | "Open the ``/tmp/perf-$pid.map`` file, unless it's already opened, and create " 50 | "a lock to ensure thread-safe writes to the file (provided the writes are " 51 | "done through :c:func:`PyUnstable_WritePerfMapEntry`). Normally, there's no " 52 | "need to call this explicitly; just " 53 | "use :c:func:`PyUnstable_WritePerfMapEntry` and it will initialize the state " 54 | "on first call." 55 | msgstr "" 56 | 57 | #: c-api/perfmaps.rst:29 58 | msgid "" 59 | "Returns ``0`` on success, ``-1`` on failure to create/open the perf map " 60 | "file, or ``-2`` on failure to create a lock. Check ``errno`` for more " 61 | "information about the cause of a failure." 62 | msgstr "" 63 | 64 | #: c-api/perfmaps.rst:35 65 | msgid "" 66 | "Write one single entry to the ``/tmp/perf-$pid.map`` file. This function is " 67 | "thread safe. Here is what an example entry looks like::" 68 | msgstr "" 69 | 70 | #: c-api/perfmaps.rst:38 71 | msgid "" 72 | "# address size name\n" 73 | "7f3529fcf759 b py::bar:/run/t.py" 74 | msgstr "" 75 | 76 | #: c-api/perfmaps.rst:41 77 | msgid "" 78 | "Will call :c:func:`PyUnstable_PerfMapState_Init` before writing the entry, " 79 | "if the perf map file is not already opened. Returns ``0`` on success, or the " 80 | "same error codes as :c:func:`PyUnstable_PerfMapState_Init` on failure." 81 | msgstr "" 82 | 83 | #: c-api/perfmaps.rst:47 84 | msgid "" 85 | "Close the perf map file opened by :c:func:`PyUnstable_PerfMapState_Init`. " 86 | "This is called by the runtime itself during interpreter shut-down. In " 87 | "general, there shouldn't be a reason to explicitly call this, except to " 88 | "handle specific scenarios such as forking." 89 | msgstr "" 90 | -------------------------------------------------------------------------------- /library/urllib.error.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/urllib.error.rst:2 20 | msgid ":mod:`!urllib.error` --- Exception classes raised by urllib.request" 21 | msgstr "" 22 | 23 | #: library/urllib.error.rst:10 24 | msgid "**Source code:** :source:`Lib/urllib/error.py`" 25 | msgstr "" 26 | 27 | #: library/urllib.error.rst:14 28 | msgid "" 29 | "The :mod:`urllib.error` module defines the exception classes for exceptions " 30 | "raised by :mod:`urllib.request`. The base exception class " 31 | "is :exc:`URLError`." 32 | msgstr "" 33 | 34 | #: library/urllib.error.rst:17 35 | msgid "" 36 | "The following exceptions are raised by :mod:`urllib.error` as appropriate:" 37 | msgstr "" 38 | 39 | #: library/urllib.error.rst:21 40 | msgid "" 41 | "The handlers raise this exception (or derived exceptions) when they run into " 42 | "a problem. It is a subclass of :exc:`OSError`." 43 | msgstr "" 44 | 45 | #: library/urllib.error.rst:26 46 | msgid "" 47 | "The reason for this error. It can be a message string or another exception " 48 | "instance." 49 | msgstr "" 50 | 51 | #: library/urllib.error.rst:29 52 | msgid "" 53 | ":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an " 54 | "alias of :exc:`OSError`." 55 | msgstr "" 56 | 57 | #: library/urllib.error.rst:36 58 | msgid "" 59 | "Though being an exception (a subclass of :exc:`URLError`), " 60 | "an :exc:`HTTPError` can also function as a non-exceptional file-like return " 61 | "value (the same thing that :func:`~urllib.request.urlopen` returns). This " 62 | "is useful when handling exotic HTTP errors, such as requests for " 63 | "authentication." 64 | msgstr "" 65 | 66 | #: library/urllib.error.rst:44 67 | msgid "Contains the request URL. An alias for *filename* attribute." 68 | msgstr "" 69 | 70 | #: library/urllib.error.rst:49 71 | msgid "" 72 | "An HTTP status code as defined in :rfc:`2616`. This numeric value " 73 | "corresponds to a value found in the dictionary of codes as found " 74 | "in :attr:`http.server.BaseHTTPRequestHandler.responses`." 75 | msgstr "" 76 | 77 | #: library/urllib.error.rst:55 78 | msgid "" 79 | "This is usually a string explaining the reason for this error. An alias for " 80 | "*msg* attribute." 81 | msgstr "" 82 | 83 | #: library/urllib.error.rst:60 84 | msgid "" 85 | "The HTTP response headers for the HTTP request that caused " 86 | "the :exc:`HTTPError`. An alias for *hdrs* attribute." 87 | msgstr "" 88 | 89 | #: library/urllib.error.rst:68 90 | msgid "A file-like object where the HTTP error body can be read from." 91 | msgstr "" 92 | 93 | #: library/urllib.error.rst:72 94 | msgid "" 95 | "This exception is raised when the :func:`~urllib.request.urlretrieve` " 96 | "function detects that the amount of the downloaded data is less than the " 97 | "expected amount (given by the *Content-Length* header)." 98 | msgstr "" 99 | 100 | #: library/urllib.error.rst:79 101 | msgid "The downloaded (and supposedly truncated) data." 102 | msgstr "" 103 | -------------------------------------------------------------------------------- /library/quopri.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/quopri.rst:2 20 | msgid ":mod:`!quopri` --- Encode and decode MIME quoted-printable data" 21 | msgstr "" 22 | 23 | #: library/quopri.rst:7 24 | msgid "**Source code:** :source:`Lib/quopri.py`" 25 | msgstr "" 26 | 27 | #: library/quopri.rst:15 28 | msgid "" 29 | "This module performs quoted-printable transport encoding and decoding, as " 30 | "defined in :rfc:`1521`: \"MIME (Multipurpose Internet Mail Extensions) Part " 31 | "One: Mechanisms for Specifying and Describing the Format of Internet Message " 32 | "Bodies\". The quoted-printable encoding is designed for data where there are " 33 | "relatively few nonprintable characters; the base64 encoding scheme available " 34 | "via the :mod:`base64` module is more compact if there are many such " 35 | "characters, as when sending a graphics file." 36 | msgstr "" 37 | 38 | #: library/quopri.rst:25 39 | msgid "" 40 | "Decode the contents of the *input* file and write the resulting decoded " 41 | "binary data to the *output* file. *input* and *output* must be :term:`binary " 42 | "file objects `. If the optional argument *header* is present " 43 | "and true, underscore will be decoded as space. This is used to decode \"Q\"-" 44 | "encoded headers as described in :rfc:`1522`: \"MIME (Multipurpose Internet " 45 | "Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text\"." 46 | msgstr "" 47 | 48 | #: library/quopri.rst:35 49 | msgid "" 50 | "Encode the contents of the *input* file and write the resulting quoted-" 51 | "printable data to the *output* file. *input* and *output* must " 52 | "be :term:`binary file objects `. *quotetabs*, a non-optional " 53 | "flag which controls whether to encode embedded spaces and tabs; when true it " 54 | "encodes such embedded whitespace, and when false it leaves them unencoded. " 55 | "Note that spaces and tabs appearing at the end of lines are always encoded, " 56 | "as per :rfc:`1521`. *header* is a flag which controls if spaces are encoded " 57 | "as underscores as per :rfc:`1522`." 58 | msgstr "" 59 | 60 | #: library/quopri.rst:48 61 | msgid "" 62 | "Like :func:`decode`, except that it accepts a source :class:`bytes` and " 63 | "returns the corresponding decoded :class:`bytes`." 64 | msgstr "" 65 | 66 | #: library/quopri.rst:54 67 | msgid "" 68 | "Like :func:`encode`, except that it accepts a source :class:`bytes` and " 69 | "returns the corresponding encoded :class:`bytes`. By default, it sends a " 70 | "``False`` value to *quotetabs* parameter of the :func:`encode` function." 71 | msgstr "" 72 | 73 | #: library/quopri.rst:62 74 | msgid "Module :mod:`base64`" 75 | msgstr "" 76 | 77 | #: library/quopri.rst:63 78 | msgid "Encode and decode MIME base64 data" 79 | msgstr "" 80 | 81 | #: library/quopri.rst:9 82 | msgid "quoted-printable" 83 | msgstr "" 84 | 85 | #: library/quopri.rst:9 86 | msgid "encoding" 87 | msgstr "" 88 | 89 | #: library/quopri.rst:9 90 | msgid "MIME" 91 | msgstr "" 92 | 93 | #: library/quopri.rst:9 94 | msgid "quoted-printable encoding" 95 | msgstr "" 96 | -------------------------------------------------------------------------------- /c-api/memoryview.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/memoryview.rst:9 20 | msgid "MemoryView objects" 21 | msgstr "" 22 | 23 | #: c-api/memoryview.rst:11 24 | msgid "" 25 | "A :class:`memoryview` object exposes the C level :ref:`buffer interface " 26 | "` as a Python object which can then be passed around like any " 27 | "other object." 28 | msgstr "" 29 | 30 | #: c-api/memoryview.rst:18 31 | msgid "" 32 | "Create a memoryview object from an object that provides the buffer " 33 | "interface. If *obj* supports writable buffer exports, the memoryview object " 34 | "will be read/write, otherwise it may be either read-only or read/write at " 35 | "the discretion of the exporter." 36 | msgstr "" 37 | 38 | #: c-api/memoryview.rst:26 39 | msgid "Flag to request a readonly buffer." 40 | msgstr "" 41 | 42 | #: c-api/memoryview.rst:31 43 | msgid "Flag to request a writable buffer." 44 | msgstr "" 45 | 46 | #: c-api/memoryview.rst:36 47 | msgid "" 48 | "Create a memoryview object using *mem* as the underlying buffer. *flags* can " 49 | "be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 50 | msgstr "" 51 | 52 | #: c-api/memoryview.rst:43 53 | msgid "" 54 | "Create a memoryview object wrapping the given buffer structure *view*. For " 55 | "simple byte buffers, :c:func:`PyMemoryView_FromMemory` is the preferred " 56 | "function." 57 | msgstr "" 58 | 59 | #: c-api/memoryview.rst:49 60 | msgid "" 61 | "Create a memoryview object to a :term:`contiguous` chunk of memory (in " 62 | "either 'C' or 'F'ortran *order*) from an object that defines the buffer " 63 | "interface. If memory is contiguous, the memoryview object points to the " 64 | "original memory. Otherwise, a copy is made and the memoryview points to a " 65 | "new bytes object." 66 | msgstr "" 67 | 68 | #: c-api/memoryview.rst:55 69 | msgid "" 70 | "*buffertype* can be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`." 71 | msgstr "" 72 | 73 | #: c-api/memoryview.rst:60 74 | msgid "" 75 | "Return true if the object *obj* is a memoryview object. It is not currently " 76 | "allowed to create subclasses of :class:`memoryview`. This function always " 77 | "succeeds." 78 | msgstr "" 79 | 80 | #: c-api/memoryview.rst:67 81 | msgid "" 82 | "Return a pointer to the memoryview's private copy of the exporter's buffer. " 83 | "*mview* **must** be a memoryview instance; this macro doesn't check its " 84 | "type, you must do it yourself or you will risk crashes." 85 | msgstr "" 86 | 87 | #: c-api/memoryview.rst:73 88 | msgid "" 89 | "Return either a pointer to the exporting object that the memoryview is based " 90 | "on or ``NULL`` if the memoryview has been created by one of the " 91 | "functions :c:func:`PyMemoryView_FromMemory` " 92 | "or :c:func:`PyMemoryView_FromBuffer`. *mview* **must** be a memoryview " 93 | "instance." 94 | msgstr "" 95 | 96 | #: c-api/memoryview.rst:5 97 | msgid "object" 98 | msgstr "" 99 | 100 | #: c-api/memoryview.rst:5 101 | msgid "memoryview" 102 | msgstr "" 103 | -------------------------------------------------------------------------------- /c-api/bytearray.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/bytearray.rst:6 20 | msgid "Byte Array Objects" 21 | msgstr "" 22 | 23 | #: c-api/bytearray.rst:13 24 | msgid "" 25 | "This subtype of :c:type:`PyObject` represents a Python bytearray object." 26 | msgstr "" 27 | 28 | #: c-api/bytearray.rst:18 29 | msgid "" 30 | "This instance of :c:type:`PyTypeObject` represents the Python bytearray " 31 | "type; it is the same object as :class:`bytearray` in the Python layer." 32 | msgstr "" 33 | 34 | #: c-api/bytearray.rst:23 35 | msgid "Type check macros" 36 | msgstr "" 37 | 38 | #: c-api/bytearray.rst:27 39 | msgid "" 40 | "Return true if the object *o* is a bytearray object or an instance of a " 41 | "subtype of the bytearray type. This function always succeeds." 42 | msgstr "" 43 | 44 | #: c-api/bytearray.rst:33 45 | msgid "" 46 | "Return true if the object *o* is a bytearray object, but not an instance of " 47 | "a subtype of the bytearray type. This function always succeeds." 48 | msgstr "" 49 | 50 | #: c-api/bytearray.rst:38 51 | msgid "Direct API functions" 52 | msgstr "" 53 | 54 | #: c-api/bytearray.rst:42 55 | msgid "" 56 | "Return a new bytearray object from any object, *o*, that implements " 57 | "the :ref:`buffer protocol `." 58 | msgstr "" 59 | 60 | #: c-api/bytearray.rst:52 61 | #: c-api/bytearray.rst:59 62 | msgid "On failure, return ``NULL`` with an exception set." 63 | msgstr "" 64 | 65 | #: c-api/bytearray.rst:50 66 | msgid "Create a new bytearray object from *string* and its length, *len*." 67 | msgstr "" 68 | 69 | #: c-api/bytearray.rst:57 70 | msgid "" 71 | "Concat bytearrays *a* and *b* and return a new bytearray with the result." 72 | msgstr "" 73 | 74 | #: c-api/bytearray.rst:64 75 | msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer." 76 | msgstr "" 77 | 78 | #: c-api/bytearray.rst:69 79 | msgid "" 80 | "Return the contents of *bytearray* as a char array after checking for a " 81 | "``NULL`` pointer. The returned array always has an extra null byte appended." 82 | msgstr "" 83 | 84 | #: c-api/bytearray.rst:76 85 | msgid "" 86 | "Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` " 87 | "return with an exception set." 88 | msgstr "" 89 | 90 | #: c-api/bytearray.rst:79 91 | msgid "" 92 | "A negative *len* will now result in an exception being set and -1 returned." 93 | msgstr "" 94 | 95 | #: c-api/bytearray.rst:84 96 | msgid "Macros" 97 | msgstr "" 98 | 99 | #: c-api/bytearray.rst:86 100 | msgid "These macros trade safety for speed and they don't check pointers." 101 | msgstr "" 102 | 103 | #: c-api/bytearray.rst:90 104 | msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking." 105 | msgstr "" 106 | 107 | #: c-api/bytearray.rst:95 108 | msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking." 109 | msgstr "" 110 | 111 | #: c-api/bytearray.rst:8 112 | msgid "object" 113 | msgstr "" 114 | 115 | #: c-api/bytearray.rst:8 116 | msgid "bytearray" 117 | msgstr "" 118 | -------------------------------------------------------------------------------- /library/tty.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tty.rst:2 20 | msgid ":mod:`!tty` --- Terminal control functions" 21 | msgstr "" 22 | 23 | #: library/tty.rst:11 24 | msgid "**Source code:** :source:`Lib/tty.py`" 25 | msgstr "" 26 | 27 | #: library/tty.rst:15 28 | msgid "" 29 | "The :mod:`tty` module defines functions for putting the tty into cbreak and " 30 | "raw modes." 31 | msgstr "" 32 | 33 | #: library/tty.rst:18 34 | msgid "Availability" 35 | msgstr "" 36 | 37 | #: library/tty.rst:20 38 | msgid "" 39 | "Because it requires the :mod:`termios` module, it will work only on Unix." 40 | msgstr "" 41 | 42 | #: library/tty.rst:22 43 | msgid "The :mod:`tty` module defines the following functions:" 44 | msgstr "" 45 | 46 | #: library/tty.rst:27 47 | msgid "" 48 | "Convert the tty attribute list *mode*, which is a list like the one returned " 49 | "by :func:`termios.tcgetattr`, to that of a tty in raw mode." 50 | msgstr "" 51 | 52 | #: library/tty.rst:35 53 | msgid "" 54 | "Convert the tty attribute list *mode*, which is a list like the one returned " 55 | "by :func:`termios.tcgetattr`, to that of a tty in cbreak mode." 56 | msgstr "" 57 | 58 | #: library/tty.rst:38 59 | msgid "" 60 | "This clears the ``ECHO`` and ``ICANON`` local mode flags in *mode* as well " 61 | "as setting the minimum input to 1 byte with no delay." 62 | msgstr "" 63 | 64 | #: library/tty.rst:43 65 | msgid "" 66 | "The ``ICRNL`` flag is no longer cleared. This matches Linux and macOS ``stty " 67 | "cbreak`` behavior and what :func:`setcbreak` historically did." 68 | msgstr "" 69 | 70 | #: library/tty.rst:50 71 | msgid "" 72 | "Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it " 73 | "defaults to :const:`termios.TCSAFLUSH`, and is passed " 74 | "to :func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` " 75 | "is saved before setting *fd* to raw mode; this value is returned." 76 | msgstr "" 77 | 78 | #: library/tty.rst:69 79 | msgid "" 80 | "The return value is now the original tty attributes, instead of ``None``." 81 | msgstr "" 82 | 83 | #: library/tty.rst:61 84 | msgid "" 85 | "Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it " 86 | "defaults to :const:`termios.TCSAFLUSH`, and is passed " 87 | "to :func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` " 88 | "is saved before setting *fd* to cbreak mode; this value is returned." 89 | msgstr "" 90 | 91 | #: library/tty.rst:66 92 | msgid "" 93 | "This clears the ``ECHO`` and ``ICANON`` local mode flags as well as setting " 94 | "the minimum input to 1 byte with no delay." 95 | msgstr "" 96 | 97 | #: library/tty.rst:72 98 | msgid "" 99 | "The ``ICRNL`` flag is no longer cleared. This restores the behavior of " 100 | "Python 3.11 and earlier as well as matching what Linux, macOS, & BSDs " 101 | "describe in their ``stty(1)`` man pages regarding cbreak mode." 102 | msgstr "" 103 | 104 | #: library/tty.rst:80 105 | msgid "Module :mod:`termios`" 106 | msgstr "" 107 | 108 | #: library/tty.rst:81 109 | msgid "Low-level terminal control interface." 110 | msgstr "" 111 | -------------------------------------------------------------------------------- /library/getpass.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/getpass.rst:2 20 | msgid ":mod:`!getpass` --- Portable password input" 21 | msgstr "" 22 | 23 | #: library/getpass.rst:11 24 | msgid "**Source code:** :source:`Lib/getpass.py`" 25 | msgstr "" 26 | 27 | #: includes/wasm-notavail.rst:3 28 | msgid "Availability" 29 | msgstr "" 30 | 31 | #: includes/wasm-notavail.rst:5 32 | msgid "" 33 | "This module does not work or is not available on WebAssembly. See :ref:`wasm-" 34 | "availability` for more information." 35 | msgstr "" 36 | 37 | #: library/getpass.rst:17 38 | msgid "The :mod:`getpass` module provides two functions:" 39 | msgstr "" 40 | 41 | #: library/getpass.rst:21 42 | msgid "" 43 | "Prompt the user for a password without echoing. The user is prompted using " 44 | "the string *prompt*, which defaults to ``'Password: '``. On Unix, the " 45 | "prompt is written to the file-like object *stream* using the replace error " 46 | "handler if needed. *stream* defaults to the controlling terminal (:file:`/" 47 | "dev/tty`) or if that is unavailable to ``sys.stderr`` (this argument is " 48 | "ignored on Windows)." 49 | msgstr "" 50 | 51 | #: library/getpass.rst:28 52 | msgid "" 53 | "The *echo_char* argument controls how user input is displayed while typing. " 54 | "If *echo_char* is ``None`` (default), input remains hidden. Otherwise, " 55 | "*echo_char* must be a printable ASCII string and each typed character is " 56 | "replaced by it. For example, ``echo_char='*'`` will display asterisks " 57 | "instead of the actual input." 58 | msgstr "" 59 | 60 | #: library/getpass.rst:34 61 | msgid "" 62 | "If echo free input is unavailable getpass() falls back to printing a warning " 63 | "message to *stream* and reading from ``sys.stdin`` and issuing " 64 | "a :exc:`GetPassWarning`." 65 | msgstr "" 66 | 67 | #: library/getpass.rst:39 68 | msgid "" 69 | "If you call getpass from within IDLE, the input may be done in the terminal " 70 | "you launched IDLE from rather than the idle window itself." 71 | msgstr "" 72 | 73 | #: library/getpass.rst:42 74 | msgid "Added the *echo_char* parameter for keyboard feedback." 75 | msgstr "" 76 | 77 | #: library/getpass.rst:47 78 | msgid "A :exc:`UserWarning` subclass issued when password input may be echoed." 79 | msgstr "" 80 | 81 | #: library/getpass.rst:52 82 | msgid "Return the \"login name\" of the user." 83 | msgstr "" 84 | 85 | #: library/getpass.rst:54 86 | msgid "" 87 | "This function checks the environment " 88 | "variables :envvar:`LOGNAME`, :envvar:`USER`, :envvar:`!LNAME` " 89 | "and :envvar:`USERNAME`, in order, and returns the value of the first one " 90 | "which is set to a non-empty string. If none are set, the login name from " 91 | "the password database is returned on systems which support the :mod:`pwd` " 92 | "module, otherwise, an :exc:`OSError` is raised." 93 | msgstr "" 94 | 95 | #: library/getpass.rst:61 96 | msgid "In general, this function should be preferred over :func:`os.getlogin`." 97 | msgstr "" 98 | 99 | #: library/getpass.rst:63 100 | msgid "Previously, various exceptions beyond just :exc:`OSError` were raised." 101 | msgstr "" 102 | -------------------------------------------------------------------------------- /c-api/hash.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/hash.rst:4 20 | msgid "PyHash API" 21 | msgstr "" 22 | 23 | #: c-api/hash.rst:6 24 | msgid "" 25 | "See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`." 26 | msgstr "" 27 | 28 | #: c-api/hash.rst:10 29 | msgid "Hash value type: signed integer." 30 | msgstr "" 31 | 32 | #: c-api/hash.rst:16 33 | msgid "Hash value type: unsigned integer." 34 | msgstr "" 35 | 36 | #: c-api/hash.rst:22 37 | msgid "" 38 | "The `Mersenne prime `_ ``P = " 39 | "2**n -1``, used for numeric hash scheme." 40 | msgstr "" 41 | 42 | #: c-api/hash.rst:28 43 | msgid "The exponent ``n`` of ``P`` in :c:macro:`PyHASH_MODULUS`." 44 | msgstr "" 45 | 46 | #: c-api/hash.rst:34 47 | msgid "Prime multiplier used in string and various other hashes." 48 | msgstr "" 49 | 50 | #: c-api/hash.rst:40 51 | msgid "The hash value returned for a positive infinity." 52 | msgstr "" 53 | 54 | #: c-api/hash.rst:46 55 | msgid "The multiplier used for the imaginary part of a complex number." 56 | msgstr "" 57 | 58 | #: c-api/hash.rst:52 59 | msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`." 60 | msgstr "" 61 | 62 | #: c-api/hash.rst:60 63 | msgid "Hash function name (UTF-8 encoded string)." 64 | msgstr "" 65 | 66 | #: c-api/hash.rst:64 67 | msgid "Internal size of the hash value in bits." 68 | msgstr "" 69 | 70 | #: c-api/hash.rst:68 71 | msgid "Size of seed input in bits." 72 | msgstr "" 73 | 74 | #: c-api/hash.rst:75 75 | msgid "Get the hash function definition." 76 | msgstr "" 77 | 78 | #: c-api/hash.rst:78 79 | msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"." 80 | msgstr "" 81 | 82 | #: c-api/hash.rst:85 83 | msgid "" 84 | "Hash a pointer value: process the pointer value as an integer (cast it to " 85 | "``uintptr_t`` internally). The pointer is not dereferenced." 86 | msgstr "" 87 | 88 | #: c-api/hash.rst:88 89 | msgid "The function cannot fail: it cannot return ``-1``." 90 | msgstr "" 91 | 92 | #: c-api/hash.rst:95 93 | msgid "" 94 | "Compute and return the hash value of a buffer of *len* bytes starting at " 95 | "address *ptr*. The hash is guaranteed to match that " 96 | "of :class:`bytes`, :class:`memoryview`, and other built-in objects that " 97 | "implement the :ref:`buffer protocol `." 98 | msgstr "" 99 | 100 | #: c-api/hash.rst:100 101 | msgid "" 102 | "Use this function to implement hashing for immutable objects " 103 | "whose :c:member:`~PyTypeObject.tp_richcompare` function compares to another " 104 | "object's buffer." 105 | msgstr "" 106 | 107 | #: c-api/hash.rst:104 108 | msgid "*len* must be greater than or equal to ``0``." 109 | msgstr "" 110 | 111 | #: c-api/hash.rst:106 112 | msgid "This function always succeeds." 113 | msgstr "" 114 | 115 | #: c-api/hash.rst:113 116 | msgid "" 117 | "Generic hashing function that is meant to be put into a type object's " 118 | "``tp_hash`` slot. Its result only depends on the object's identity." 119 | msgstr "" 120 | 121 | #: c-api/hash.rst:118 122 | msgid "In CPython, it is equivalent to :c:func:`Py_HashPointer`." 123 | msgstr "" 124 | -------------------------------------------------------------------------------- /library/tkinter.dnd.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/tkinter.dnd.rst:2 20 | msgid ":mod:`!tkinter.dnd` --- Drag and drop support" 21 | msgstr "" 22 | 23 | #: library/tkinter.dnd.rst:8 24 | msgid "**Source code:** :source:`Lib/tkinter/dnd.py`" 25 | msgstr "" 26 | 27 | #: library/tkinter.dnd.rst:12 28 | msgid "" 29 | "This is experimental and due to be deprecated when it is replaced with the " 30 | "Tk DND." 31 | msgstr "" 32 | 33 | #: library/tkinter.dnd.rst:15 34 | msgid "" 35 | "The :mod:`tkinter.dnd` module provides drag-and-drop support for objects " 36 | "within a single application, within the same window or between windows. To " 37 | "enable an object to be dragged, you must create an event binding for it that " 38 | "starts the drag-and-drop process. Typically, you bind a ButtonPress event to " 39 | "a callback function that you write (see :ref:`Bindings-and-Events`). The " 40 | "function should call :func:`dnd_start`, where 'source' is the object to be " 41 | "dragged, and 'event' is the event that invoked the call (the argument to " 42 | "your callback function)." 43 | msgstr "" 44 | 45 | #: library/tkinter.dnd.rst:23 46 | msgid "Selection of a target object occurs as follows:" 47 | msgstr "" 48 | 49 | #: library/tkinter.dnd.rst:25 50 | msgid "Top-down search of area under mouse for target widget" 51 | msgstr "" 52 | 53 | #: library/tkinter.dnd.rst:27 54 | msgid "Target widget should have a callable *dnd_accept* attribute" 55 | msgstr "" 56 | 57 | #: library/tkinter.dnd.rst:28 58 | msgid "" 59 | "If *dnd_accept* is not present or returns ``None``, search moves to parent " 60 | "widget" 61 | msgstr "" 62 | 63 | #: library/tkinter.dnd.rst:29 64 | msgid "If no target widget is found, then the target object is ``None``" 65 | msgstr "" 66 | 67 | #: library/tkinter.dnd.rst:31 68 | msgid "Call to *.dnd_leave(source, event)*" 69 | msgstr "" 70 | 71 | #: library/tkinter.dnd.rst:32 72 | msgid "Call to *.dnd_enter(source, event)*" 73 | msgstr "" 74 | 75 | #: library/tkinter.dnd.rst:33 76 | msgid "Call to *.dnd_commit(source, event)* to notify of drop" 77 | msgstr "" 78 | 79 | #: library/tkinter.dnd.rst:34 80 | msgid "" 81 | "Call to *.dnd_end(target, event)* to signal end of drag-and-drop" 82 | msgstr "" 83 | 84 | #: library/tkinter.dnd.rst:39 85 | msgid "" 86 | "The *DndHandler* class handles drag-and-drop events tracking Motion and " 87 | "ButtonRelease events on the root of the event widget." 88 | msgstr "" 89 | 90 | #: library/tkinter.dnd.rst:44 91 | msgid "Cancel the drag-and-drop process." 92 | msgstr "" 93 | 94 | #: library/tkinter.dnd.rst:48 95 | msgid "Execute end of drag-and-drop functions." 96 | msgstr "" 97 | 98 | #: library/tkinter.dnd.rst:52 99 | msgid "Inspect area below mouse for target objects while drag is performed." 100 | msgstr "" 101 | 102 | #: library/tkinter.dnd.rst:56 103 | msgid "Signal end of drag when the release pattern is triggered." 104 | msgstr "" 105 | 106 | #: library/tkinter.dnd.rst:60 107 | msgid "Factory function for drag-and-drop process." 108 | msgstr "" 109 | 110 | #: library/tkinter.dnd.rst:64 111 | msgid ":ref:`Bindings-and-Events`" 112 | msgstr "" 113 | -------------------------------------------------------------------------------- /library/audit_events.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/audit_events.rst:6 20 | msgid "Audit events table" 21 | msgstr "" 22 | 23 | #: library/audit_events.rst:8 24 | msgid "" 25 | "This table contains all events raised by :func:`sys.audit` " 26 | "or :c:func:`PySys_Audit` calls throughout the CPython runtime and the " 27 | "standard library. These calls were added in 3.8 or later (see :pep:`578`)." 28 | msgstr "" 29 | 30 | #: library/audit_events.rst:12 31 | msgid "" 32 | "See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for " 33 | "information on handling these events." 34 | msgstr "" 35 | 36 | #: library/audit_events.rst:17 37 | msgid "" 38 | "This table is generated from the CPython documentation, and may not " 39 | "represent events raised by other implementations. See your runtime specific " 40 | "documentation for actual events raised." 41 | msgstr "" 42 | 43 | #: library/audit_events.rst:23 44 | msgid "" 45 | "The following events are raised internally and do not correspond to any " 46 | "public API of CPython:" 47 | msgstr "" 48 | 49 | #: library/audit_events.rst:27 50 | msgid "Audit event" 51 | msgstr "" 52 | 53 | #: library/audit_events.rst:27 54 | msgid "Arguments" 55 | msgstr "" 56 | 57 | #: library/audit_events.rst:29 58 | msgid "_winapi.CreateFile" 59 | msgstr "" 60 | 61 | #: library/audit_events.rst:29 62 | msgid "" 63 | "``file_name``, ``desired_access``, ``share_mode``, ``creation_disposition``, " 64 | "``flags_and_attributes``" 65 | msgstr "" 66 | 67 | #: library/audit_events.rst:33 68 | msgid "_winapi.CreateJunction" 69 | msgstr "" 70 | 71 | #: library/audit_events.rst:33 72 | msgid "``src_path``, ``dst_path``" 73 | msgstr "" 74 | 75 | #: library/audit_events.rst:35 76 | msgid "_winapi.CreateNamedPipe" 77 | msgstr "" 78 | 79 | #: library/audit_events.rst:35 80 | msgid "``name``, ``open_mode``, ``pipe_mode``" 81 | msgstr "" 82 | 83 | #: library/audit_events.rst:37 84 | msgid "_winapi.CreatePipe" 85 | msgstr "" 86 | 87 | #: library/audit_events.rst:39 88 | msgid "_winapi.CreateProcess" 89 | msgstr "" 90 | 91 | #: library/audit_events.rst:39 92 | msgid "``application_name``, ``command_line``, ``current_directory``" 93 | msgstr "" 94 | 95 | #: library/audit_events.rst:42 96 | msgid "_winapi.OpenProcess" 97 | msgstr "" 98 | 99 | #: library/audit_events.rst:42 100 | msgid "``process_id``, ``desired_access``" 101 | msgstr "" 102 | 103 | #: library/audit_events.rst:44 104 | msgid "_winapi.TerminateProcess" 105 | msgstr "" 106 | 107 | #: library/audit_events.rst:44 108 | msgid "``handle``, ``exit_code``" 109 | msgstr "" 110 | 111 | #: library/audit_events.rst:46 112 | msgid "_posixsubprocess.fork_exec" 113 | msgstr "" 114 | 115 | #: library/audit_events.rst:46 116 | msgid "``exec_list``, ``args``, ``env``" 117 | msgstr "" 118 | 119 | #: library/audit_events.rst:48 120 | msgid "ctypes.PyObj_FromPtr" 121 | msgstr "" 122 | 123 | #: library/audit_events.rst:48 124 | msgid "``obj``" 125 | msgstr "" 126 | 127 | #: library/audit_events.rst:51 128 | msgid "The ``_posixsubprocess.fork_exec`` internal audit event." 129 | msgstr "" 130 | 131 | #: library/audit_events.rst:3 132 | msgid "audit events" 133 | msgstr "" 134 | -------------------------------------------------------------------------------- /library/security_warnings.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/security_warnings.rst:6 20 | msgid "Security Considerations" 21 | msgstr "" 22 | 23 | #: library/security_warnings.rst:8 24 | msgid "The following modules have specific security considerations:" 25 | msgstr "" 26 | 27 | #: library/security_warnings.rst:10 28 | msgid "" 29 | ":mod:`base64`: :ref:`base64 security considerations ` " 30 | "in :rfc:`4648`" 31 | msgstr "" 32 | 33 | #: library/security_warnings.rst:12 34 | msgid "" 35 | ":mod:`hashlib`: :ref:`all constructors take a \"usedforsecurity\" keyword-" 36 | "only argument disabling known insecure and blocked algorithms `" 38 | msgstr "" 39 | 40 | #: library/security_warnings.rst:15 41 | msgid "" 42 | ":mod:`http.server` is not suitable for production use, only implementing " 43 | "basic security checks. See the :ref:`security considerations `." 45 | msgstr "" 46 | 47 | #: library/security_warnings.rst:17 48 | msgid "" 49 | ":mod:`logging`: :ref:`Logging configuration uses eval() `" 51 | msgstr "" 52 | 53 | #: library/security_warnings.rst:19 54 | msgid "" 55 | ":mod:`multiprocessing`: :ref:`Connection.recv() uses pickle `" 57 | msgstr "" 58 | 59 | #: library/security_warnings.rst:21 60 | msgid ":mod:`pickle`: :ref:`Restricting globals in pickle `" 61 | msgstr "" 62 | 63 | #: library/security_warnings.rst:22 64 | msgid "" 65 | ":mod:`random` shouldn't be used for security purposes, use :mod:`secrets` " 66 | "instead" 67 | msgstr "" 68 | 69 | #: library/security_warnings.rst:24 70 | msgid "" 71 | ":mod:`shelve`: :ref:`shelve is based on pickle and thus unsuitable for " 72 | "dealing with untrusted sources `" 73 | msgstr "" 74 | 75 | #: library/security_warnings.rst:26 76 | msgid ":mod:`ssl`: :ref:`SSL/TLS security considerations `" 77 | msgstr "" 78 | 79 | #: library/security_warnings.rst:27 80 | msgid "" 81 | ":mod:`subprocess`: :ref:`Subprocess security considerations `" 83 | msgstr "" 84 | 85 | #: library/security_warnings.rst:29 86 | msgid "" 87 | ":mod:`tempfile`: :ref:`mktemp is deprecated due to vulnerability to race " 88 | "conditions `" 89 | msgstr "" 90 | 91 | #: library/security_warnings.rst:31 92 | msgid ":mod:`xml`: :ref:`XML vulnerabilities `" 93 | msgstr "" 94 | 95 | #: library/security_warnings.rst:32 96 | msgid "" 97 | ":mod:`zipfile`: :ref:`maliciously prepared .zip files can cause disk volume " 98 | "exhaustion `" 99 | msgstr "" 100 | 101 | #: library/security_warnings.rst:35 102 | msgid "" 103 | "The :option:`-I` command line option can be used to run Python in isolated " 104 | "mode. When it cannot be used, the :option:`-P` option or " 105 | "the :envvar:`PYTHONSAFEPATH` environment variable can be used to not prepend " 106 | "a potentially unsafe path to :data:`sys.path` such as the current directory, " 107 | "the script's directory or an empty string." 108 | msgstr "" 109 | 110 | #: library/security_warnings.rst:3 111 | msgid "security considerations" 112 | msgstr "" 113 | -------------------------------------------------------------------------------- /c-api/method.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: c-api/method.rst:6 20 | msgid "Instance Method Objects" 21 | msgstr "" 22 | 23 | #: c-api/method.rst:10 24 | msgid "" 25 | "An instance method is a wrapper for a :c:type:`PyCFunction` and the new way " 26 | "to bind a :c:type:`PyCFunction` to a class object. It replaces the former " 27 | "call ``PyMethod_New(func, NULL, class)``." 28 | msgstr "" 29 | 30 | #: c-api/method.rst:17 31 | msgid "" 32 | "This instance of :c:type:`PyTypeObject` represents the Python instance " 33 | "method type. It is not exposed to Python programs." 34 | msgstr "" 35 | 36 | #: c-api/method.rst:23 37 | msgid "" 38 | "Return true if *o* is an instance method object (has " 39 | "type :c:data:`PyInstanceMethod_Type`). The parameter must not be ``NULL``. " 40 | "This function always succeeds." 41 | msgstr "" 42 | 43 | #: c-api/method.rst:30 44 | msgid "" 45 | "Return a new instance method object, with *func* being any callable object. " 46 | "*func* is the function that will be called when the instance method is " 47 | "called." 48 | msgstr "" 49 | 50 | #: c-api/method.rst:37 51 | msgid "Return the function object associated with the instance method *im*." 52 | msgstr "" 53 | 54 | #: c-api/method.rst:42 55 | msgid "" 56 | "Macro version of :c:func:`PyInstanceMethod_Function` which avoids error " 57 | "checking." 58 | msgstr "" 59 | 60 | #: c-api/method.rst:48 61 | msgid "Method Objects" 62 | msgstr "" 63 | 64 | #: c-api/method.rst:52 65 | msgid "" 66 | "Methods are bound function objects. Methods are always bound to an instance " 67 | "of a user-defined class. Unbound methods (methods bound to a class object) " 68 | "are no longer available." 69 | msgstr "" 70 | 71 | #: c-api/method.rst:61 72 | msgid "" 73 | "This instance of :c:type:`PyTypeObject` represents the Python method type. " 74 | "This is exposed to Python programs as ``types.MethodType``." 75 | msgstr "" 76 | 77 | #: c-api/method.rst:67 78 | msgid "" 79 | "Return true if *o* is a method object (has type :c:data:`PyMethod_Type`). " 80 | "The parameter must not be ``NULL``. This function always succeeds." 81 | msgstr "" 82 | 83 | #: c-api/method.rst:73 84 | msgid "" 85 | "Return a new method object, with *func* being any callable object and *self* " 86 | "the instance the method should be bound. *func* is the function that will be " 87 | "called when the method is called. *self* must not be ``NULL``." 88 | msgstr "" 89 | 90 | #: c-api/method.rst:80 91 | msgid "Return the function object associated with the method *meth*." 92 | msgstr "" 93 | 94 | #: c-api/method.rst:85 95 | msgid "" 96 | "Macro version of :c:func:`PyMethod_Function` which avoids error checking." 97 | msgstr "" 98 | 99 | #: c-api/method.rst:90 100 | msgid "Return the instance associated with the method *meth*." 101 | msgstr "" 102 | 103 | #: c-api/method.rst:95 104 | msgid "Macro version of :c:func:`PyMethod_Self` which avoids error checking." 105 | msgstr "" 106 | 107 | #: c-api/method.rst:50 108 | msgid "object" 109 | msgstr "" 110 | 111 | #: c-api/method.rst:8 112 | msgid "instancemethod" 113 | msgstr "" 114 | 115 | #: c-api/method.rst:50 116 | msgid "method" 117 | msgstr "" 118 | 119 | #: c-api/method.rst:59 120 | msgid "MethodType (in module types)" 121 | msgstr "" 122 | -------------------------------------------------------------------------------- /library/grp.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: library/grp.rst:2 20 | msgid ":mod:`!grp` --- The group database" 21 | msgstr "" 22 | 23 | #: library/grp.rst:10 24 | msgid "" 25 | "This module provides access to the Unix group database. It is available on " 26 | "all Unix versions." 27 | msgstr "" 28 | 29 | #: library/grp.rst:13 30 | msgid "Availability" 31 | msgstr "" 32 | 33 | #: library/grp.rst:15 34 | msgid "" 35 | "Group database entries are reported as a tuple-like object, whose attributes " 36 | "correspond to the members of the ``group`` structure (Attribute field below, " 37 | "see ````):" 38 | msgstr "" 39 | 40 | #: library/grp.rst:20 41 | msgid "Index" 42 | msgstr "" 43 | 44 | #: library/grp.rst:20 45 | msgid "Attribute" 46 | msgstr "" 47 | 48 | #: library/grp.rst:20 49 | msgid "Meaning" 50 | msgstr "" 51 | 52 | #: library/grp.rst:22 53 | msgid "0" 54 | msgstr "" 55 | 56 | #: library/grp.rst:22 57 | msgid "gr_name" 58 | msgstr "" 59 | 60 | #: library/grp.rst:22 61 | msgid "the name of the group" 62 | msgstr "" 63 | 64 | #: library/grp.rst:24 65 | msgid "1" 66 | msgstr "" 67 | 68 | #: library/grp.rst:24 69 | msgid "gr_passwd" 70 | msgstr "" 71 | 72 | #: library/grp.rst:24 73 | msgid "the (encrypted) group password; often empty" 74 | msgstr "" 75 | 76 | #: library/grp.rst:27 77 | msgid "2" 78 | msgstr "" 79 | 80 | #: library/grp.rst:27 81 | msgid "gr_gid" 82 | msgstr "" 83 | 84 | #: library/grp.rst:27 85 | msgid "the numerical group ID" 86 | msgstr "" 87 | 88 | #: library/grp.rst:29 89 | msgid "3" 90 | msgstr "" 91 | 92 | #: library/grp.rst:29 93 | msgid "gr_mem" 94 | msgstr "" 95 | 96 | #: library/grp.rst:29 97 | msgid "all the group member's user names" 98 | msgstr "" 99 | 100 | #: library/grp.rst:33 101 | msgid "" 102 | "The gid is an integer, name and password are strings, and the member list is " 103 | "a list of strings. (Note that most users are not explicitly listed as " 104 | "members of the group they are in according to the password database. Check " 105 | "both databases to get complete membership information. Also note that a " 106 | "``gr_name`` that starts with a ``+`` or ``-`` is likely to be a YP/NIS " 107 | "reference and may not be accessible via :func:`getgrnam` " 108 | "or :func:`getgrgid`.)" 109 | msgstr "" 110 | 111 | #: library/grp.rst:40 112 | msgid "It defines the following items:" 113 | msgstr "" 114 | 115 | #: library/grp.rst:45 116 | msgid "" 117 | "Return the group database entry for the given numeric group " 118 | "ID. :exc:`KeyError` is raised if the entry asked for cannot be found." 119 | msgstr "" 120 | 121 | #: library/grp.rst:48 122 | msgid "" 123 | ":exc:`TypeError` is raised for non-integer arguments like floats or strings." 124 | msgstr "" 125 | 126 | #: library/grp.rst:53 127 | msgid "" 128 | "Return the group database entry for the given group name. :exc:`KeyError` is " 129 | "raised if the entry asked for cannot be found." 130 | msgstr "" 131 | 132 | #: library/grp.rst:59 133 | msgid "Return a list of all available group entries, in arbitrary order." 134 | msgstr "" 135 | 136 | #: library/grp.rst:64 137 | msgid "Module :mod:`pwd`" 138 | msgstr "" 139 | 140 | #: library/grp.rst:65 141 | msgid "An interface to the user database, similar to this." 142 | msgstr "" 143 | -------------------------------------------------------------------------------- /extending/index.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) 2001 Python Software Foundation 3 | # This file is distributed under the same license as the Python package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Python 3.14\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2025-05-22 14:20+0200\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: extending/index.rst:5 20 | msgid "Extending and Embedding the Python Interpreter" 21 | msgstr "" 22 | 23 | #: extending/index.rst:7 24 | msgid "" 25 | "This document describes how to write modules in C or C++ to extend the " 26 | "Python interpreter with new modules. Those modules can not only define new " 27 | "functions but also new object types and their methods. The document also " 28 | "describes how to embed the Python interpreter in another application, for " 29 | "use as an extension language. Finally, it shows how to compile and link " 30 | "extension modules so that they can be loaded dynamically (at run time) into " 31 | "the interpreter, if the underlying operating system supports this feature." 32 | msgstr "" 33 | 34 | #: extending/index.rst:15 35 | msgid "" 36 | "This document assumes basic knowledge about Python. For an informal " 37 | "introduction to the language, see :ref:`tutorial-index`. :ref:`reference-" 38 | "index` gives a more formal definition of the language. :ref:`library-index` " 39 | "documents the existing object types, functions and modules (both built-in " 40 | "and written in Python) that give the language its wide application range." 41 | msgstr "" 42 | 43 | #: extending/index.rst:21 44 | msgid "" 45 | "For a detailed description of the whole Python/C API, see the " 46 | "separate :ref:`c-api-index`." 47 | msgstr "" 48 | 49 | #: extending/index.rst:26 50 | msgid "Recommended third party tools" 51 | msgstr "" 52 | 53 | #: extending/index.rst:28 54 | msgid "" 55 | "This guide only covers the basic tools for creating extensions provided as " 56 | "part of this version of CPython. Third party tools like `Cython `_, `cffi `_, `SWIG `_ and `Numba `_ offer both simpler " 59 | "and more sophisticated approaches to creating C and C++ extensions for " 60 | "Python." 61 | msgstr "" 62 | 63 | #: extending/index.rst:37 64 | msgid "" 65 | "`Python Packaging User Guide: Binary Extensions `_" 67 | msgstr "" 68 | 69 | #: extending/index.rst:38 70 | msgid "" 71 | "The Python Packaging User Guide not only covers several available tools that " 72 | "simplify the creation of binary extensions, but also discusses the various " 73 | "reasons why creating an extension module may be desirable in the first place." 74 | msgstr "" 75 | 76 | #: extending/index.rst:45 77 | msgid "Creating extensions without third party tools" 78 | msgstr "" 79 | 80 | #: extending/index.rst:47 81 | msgid "" 82 | "This section of the guide covers creating C and C++ extensions without " 83 | "assistance from third party tools. It is intended primarily for creators of " 84 | "those tools, rather than being a recommended way to create your own C " 85 | "extensions." 86 | msgstr "" 87 | 88 | #: extending/index.rst:63 89 | msgid "Embedding the CPython runtime in a larger application" 90 | msgstr "" 91 | 92 | #: extending/index.rst:65 93 | msgid "" 94 | "Sometimes, rather than creating an extension that runs inside the Python " 95 | "interpreter as the main application, it is desirable to instead embed the " 96 | "CPython runtime inside a larger application. This section covers some of the " 97 | "details involved in doing that successfully." 98 | msgstr "" 99 | --------------------------------------------------------------------------------