Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
python-docs-es/library/atexit.po at pythonversion-sphinx-variable · python/python-docs-es · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
python-docs-es
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
412
Star
368
Code
Issues
423
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Files
Expand file tree
pythonversion-sphinx-variable
Breadcrumbs
python-docs-es
/
library
/
atexit.po
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
171 lines (155 loc) · 7.57 KB
pythonversion-sphinx-variable
Breadcrumbs
python-docs-es
/
library
/
atexit.po
Copy path
Top
File metadata and controls
Code
Blame
171 lines (155 loc) · 7.57 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#
Copyright (C) 2001-2020, Python Software Foundation
#
This file is distributed under the same license as the Python package.
#
Maintained by the python-doc-es workteam.
#
docs-es@python.org /
#
https://mail.python.org/mailman3/lists/docs-es.python.org/
#
Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get
#
the list of volunteers
#
msgid ""
msgstr ""
"
Project-Id-Version
:
Python 3.8\n
"
"
Report-Msgid-Bugs-To
:
\n
"
"
POT-Creation-Date
:
2021-10-16 21:42+0200\n
"
"
PO-Revision-Date
:
2021-12-31 09:29-0300\n
"
"
Last-Translator
:
\n
"
"
Language
:
es_AR\n
"
"
Language-Team
:
python-doc-es\n
"
"
Plural-Forms
:
nplurals=2; plural=(n != 1);\n
"
"
MIME-Version
:
1.0\n
"
"
Content-Type
:
text/plain; charset=utf-8\n
"
"
Content-Transfer-Encoding
:
8bit\n
"
"
Generated-By
:
Babel 2.9.1\n
"
"
X-Generator
:
Poedit 3.0\n
"
#:
../Doc/library/atexit.rst:2
msgid
":mod:`atexit` --- Exit handlers"
msgstr
":mod:`atexit` --- Gestores de Salida"
#:
../Doc/library/atexit.rst:12
msgid
""
"The :mod:`atexit` module defines functions to register and unregister "
"cleanup functions. Functions thus registered are automatically executed "
"upon normal interpreter termination. :mod:`atexit` runs these functions in "
"the *reverse* order in which they were registered; if you register ``A``, "
"``B``, and ``C``, at interpreter termination time they will be run in the "
"order ``C``, ``B``, ``A``."
msgstr
""
"El módulo :mod:`atexit` define funciones para registrar y cancelar el "
"registro de las funciones de limpieza. Las funciones así registradas se "
"ejecutan automáticamente cuando el intérprete se detiene normalmente. El "
"módulo :mod:`atexit` realiza estas funciones en el orden inverso en el que "
"se registraron; si ingresa ``A``, ``B``, y ``C``, cuando el intérprete se "
"detenga, se ejecutarán en el orden ``C``, ``B``, ``A``."
#:
../Doc/library/atexit.rst:19
msgid
""
"**Note:** The functions registered via this module are not called when the "
"program is killed by a signal not handled by Python, when a Python fatal "
"internal error is detected, or when :func:`os._exit` is called."
msgstr
""
"**Nota:** Las funciones registradas a través de este módulo no se invocan "
"cuando el programa es eliminado por una señal no gestionada por Python, "
"cuando se detecta un error fatal interno en Python o cuando se llama a la "
"función :func:`os._exit`."
#:
../Doc/library/atexit.rst:23
msgid
""
"When used with C-API subinterpreters, registered functions are local to the "
"interpreter they were registered in."
msgstr
""
"Cuando se usan con sub-intérpretes API C, las funciones registradas son "
"locales para el intérprete en el que se registraron."
#:
../Doc/library/atexit.rst:29
msgid
""
"Register *func* as a function to be executed at termination. Any optional "
"arguments that are to be passed to *func* must be passed as arguments to :"
"func:`register`. It is possible to register the same function and arguments "
"more than once."
msgstr
""
"Registra *func* como una función que se ejecutará cuando el intérprete se "
"detenga. Cualquier argumento opcional que deba pasarse a *func* debe pasarse "
"como un argumento para la función :func:`register`. Es posible registrar las "
"mismas funciones y argumentos más de una vez."
#:
../Doc/library/atexit.rst:34
msgid
""
"At normal program termination (for instance, if :func:`sys.exit` is called "
"or the main module's execution completes), all functions registered are "
"called in last in, first out order. The assumption is that lower level "
"modules will normally be imported before higher level modules and thus must "
"be cleaned up later."
msgstr
""
"En la finalización normal del programa (por ejemplo, si se llama a la "
"función :func:`sys.exit` o finaliza la ejecución del módulo principal), "
"todas las funciones registradas se invocan en el orden último en entrar, "
"primero en salir. Se supone que los módulos de nivel más bajo normalmente se "
"importarán antes que los módulos de nivel alto y, por lo tanto, se limpiarán "
"al final."
#:
../Doc/library/atexit.rst:40
msgid
""
"If an exception is raised during execution of the exit handlers, a traceback "
"is printed (unless :exc:`SystemExit` is raised) and the exception "
"information is saved. After all exit handlers have had a chance to run, the "
"last exception to be raised is re-raised."
msgstr
""
"Si se lanza una excepción durante la ejecución de los gestores de salida, se "
"muestra un traceback (a menos que se haya lanzado :exc:`SystemExit`) y se "
"guarda la información de la excepción. Después de que todos los gestores de "
"salida hayan tenido la oportunidad de ejecutarse, la última excepción a ser "
"lanzada se vuelve a lanzar."
#:
../Doc/library/atexit.rst:45
msgid
""
"This function returns *func*, which makes it possible to use it as a "
"decorator."
msgstr
""
"Esta función retorna *func*, lo que hace posible usarlo como decorador."
#:
../Doc/library/atexit.rst:51
msgid
""
"Remove *func* from the list of functions to be run at interpreter shutdown. :"
"func:`unregister` silently does nothing if *func* was not previously "
"registered. If *func* has been registered more than once, every occurrence "
"of that function in the :mod:`atexit` call stack will be removed. Equality "
"comparisons (``==``) are used internally during unregistration, so function "
"references do not need to have matching identities."
msgstr
""
"Elimina *func* de la lista de funciones que se ejecutarán en el apagado del "
"intérprete. :func:`unregister` silenciosamente no hace nada si *func* no se "
"registró previamente. Si *func* se ha registrado más de una vez, se "
"eliminarán todas las apariciones de esa función en la pila de llamadas de :"
"mod:`atexit`. Se utilizan comparaciones de igualdad (''=='') internamente "
"durante la cancelación del registro, por lo que las referencias de funciones "
"no necesitan tener identidades coincidentes."
#:
../Doc/library/atexit.rst:62
msgid
"Module :mod:`readline`"
msgstr
"Módulo :mod:`readline`"
#:
../Doc/library/atexit.rst:62
msgid
""
"Useful example of :mod:`atexit` to read and write :mod:`readline` history "
"files."
msgstr
""
"Un ejemplo útil del uso de :mod:`atexit` para leer y escribir archivos de "
"historial :mod:`readline`."
#:
../Doc/library/atexit.rst:69
msgid
":mod:`atexit` Example"
msgstr
"Ejemplo con :mod:`atexit`"
#:
../Doc/library/atexit.rst:71
msgid
""
"The following simple example demonstrates how a module can initialize a "
"counter from a file when it is imported and save the counter's updated value "
"automatically when the program terminates without relying on the application "
"making an explicit call into this module at termination. ::"
msgstr
""
"El siguiente ejemplo simple muestra cómo un módulo puede inicializar un "
"contador desde un archivo cuando se importa, y guardar el valor del contador "
"actualizado automáticamente cuando finaliza el programa, sin necesidad de "
"que la aplicación realice una llamada explícita en este módulo cuando el "
"intérprete se detiene. ::"
#:
../Doc/library/atexit.rst:94
msgid
""
"Positional and keyword arguments may also be passed to :func:`register` to "
"be passed along to the registered function when it is called::"
msgstr
""
"Los argumentos posicionales y de palabras clave también se pueden pasar a :"
"func:`register` para volver a pasar a la función registrada cuando se llama::"
#:
../Doc/library/atexit.rst:106
msgid
"Usage as a :term:`decorator`::"
msgstr
"Usar como un :term:`decorator`::"
#:
../Doc/library/atexit.rst:114
msgid
"This only works with functions that can be called without arguments."
msgstr
"Esto solo funciona con funciones que se pueden invocar sin argumentos."
You can’t perform that action at this time.