- Notifications
You must be signed in to change notification settings - Fork395
Traducido archivo library/winreg#1063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
d743bd4
065bf4e
12b4f15
0b4f080
34f0520
3f81917
9f795c4
bb95f88
3ef94f1
e30cd6a
5111cfa
f3ebf4b
97d65a5
d8af024
231b5c0
7e8e4a7
ca61a18
10b2827
7f0452a
e93478d
7533169
0633795
3543b92
807159d
aac60f0
ecd3e84
9b37f48
10bf82a
44ee1dc
7f42441
dde2b8f
67f2042
b246d1e
c0ffb57
7526691
64682d2
429a3ab
f401de5
93cf120
e9a965c
f69fd8c
077e945
e0a769d
66b0131
97b9960
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,18 +11,17 @@ msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-06 11:59-0400\n" | ||
"PO-Revision-Date: 2020-10-11 14:34-0500\n" | ||
"Language-Team: python-doc-es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Language-Team: \n" | ||
"Language: es_CO\n" | ||
"X-Generator: Poedit 2.4.1\n" | ||
"Generated-By: Babel 2.8.0\n" | ||
"Last-Translator: Juan Alegría <juanszalegria@gmail.com>\n" | ||
#: ../Doc/library/winreg.rst:2 | ||
msgid ":mod:`winreg` --- Windows registry access" | ||
@@ -86,23 +85,29 @@ msgid "" | ||
"*computer_name* is the name of the remote computer, of the form ``r\"\\" | ||
"\\computername\"``. If ``None``, the local computer is used." | ||
msgstr "" | ||
"*computer_name* es el nombre de la computadora remota, de la forma ``r”\\" | ||
"\\computername”``. Si es ``None``, se utiliza la computadora local." | ||
#: ../Doc/library/winreg.rst:51 | ||
msgid "*key* is the predefined handle to connect to." | ||
msgstr "*key* es el identificador predefinido al que conectarse." | ||
#: ../Doc/library/winreg.rst:53 ../Doc/library/winreg.rst:77 | ||
#: ../Doc/library/winreg.rst:109 | ||
msgid "" | ||
"The return value is the handle of the opened key. If the function fails, an :" | ||
"exc:`OSError` exception is raised." | ||
msgstr "" | ||
"El valor de retorno es el identificador de la llave abierta. Si la función " | ||
"falla, se genera una excepción :exc:`OSError`." | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/winreg.rst:57 | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``winreg.ConnectRegistry`` with " | ||
"arguments ``computer_name``, ``key``." | ||
msgstr "" | ||
"Genera un :ref:`auditing event <auditing>` ``winreg.ConnectRegistry`` con " | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"argumentos ``computer_name``, ``key``." | ||
#: ../Doc/library/winreg.rst:58 ../Doc/library/winreg.rst:84 | ||
#: ../Doc/library/winreg.rst:118 ../Doc/library/winreg.rst:139 | ||
@@ -146,6 +151,9 @@ msgid "" | ||
"If *key* is one of the predefined keys, *sub_key* may be ``None``. In that " | ||
"case, the handle returned is the same key handle passed in to the function." | ||
msgstr "" | ||
"Si *key* es una de las claves predefinidas, *sub_key* puede ser ``None``. En " | ||
"ese caso, el identificador retornado es el mismo identificador de clave que " | ||
"se pasó a la función." | ||
#: ../Doc/library/winreg.rst:75 ../Doc/library/winreg.rst:107 | ||
msgid "If the key already exists, this function opens the existing key." | ||
@@ -156,13 +164,17 @@ msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``winreg.CreateKey`` with " | ||
"arguments ``key``, ``sub_key``, ``access``." | ||
msgstr "" | ||
"Genera un :ref:`auditing event <auditing>` ``winreg.CreateKey`` con los " | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"argumentos ``key``, ``sub_key``, ``access``." | ||
#: ../Doc/library/winreg.rst:83 ../Doc/library/winreg.rst:115 | ||
#: ../Doc/library/winreg.rst:330 | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``winreg.OpenKey/result`` with " | ||
"argument ``key``." | ||
msgstr "" | ||
"Genera un :ref:`auditing event <auditing>` ``winreg.OpenKey/result`` con el " | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"argumento ``key``." | ||
#: ../Doc/library/winreg.rst:98 ../Doc/library/winreg.rst:160 | ||
msgid "" | ||
@@ -276,13 +288,17 @@ msgstr "" | ||
msgid "" | ||
"*index* is an integer that identifies the index of the value to retrieve." | ||
msgstr "" | ||
"*index* es un número entero que identifica el índice del valor a recuperar." | ||
#: ../Doc/library/winreg.rst:221 | ||
msgid "" | ||
"The function retrieves the name of one subkey each time it is called. It is " | ||
"typically called repeatedly, until an :exc:`OSError` exception is raised, " | ||
"indicating no more values." | ||
msgstr "" | ||
"La función recupera el nombre de una subclave cada vez que se llama. " | ||
"Normalmente se llama repetidamente, hasta que se genera una excepción :exc:" | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"`OSError`, lo que indica que no hay más valores." | ||
#: ../Doc/library/winreg.rst:225 ../Doc/library/winreg.rst:345 | ||
msgid "The result is a tuple of 3 items:" | ||
@@ -305,7 +321,7 @@ msgstr "``0``" | ||
#: ../Doc/library/winreg.rst:230 | ||
msgid "A string that identifies the value name" | ||
msgstr "Una cadena de caracteres que identifica el nombre del valor" | ||
#: ../Doc/library/winreg.rst:232 ../Doc/library/winreg.rst:353 | ||
#: ../Doc/library/winreg.rst:400 | ||
@@ -329,6 +345,8 @@ msgid "" | ||
"An integer that identifies the type of the value data (see table in docs " | ||
"for :meth:`SetValueEx`)" | ||
msgstr "" | ||
"Un número entero que identifica el tipo de datos de valor (consulte la tabla " | ||
"en los documentos para :meth:`SetValueEx`)" | ||
#: ../Doc/library/winreg.rst:242 | ||
msgid "" | ||
@@ -350,7 +368,7 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:263 | ||
msgid "Writes all the attributes of a key to the registry." | ||
msgstr "Escribe todos los atributos de una clave en el registro." | ||
#: ../Doc/library/winreg.rst:268 | ||
msgid "" | ||
@@ -368,22 +386,29 @@ msgid "" | ||
"If you don't know whether a :func:`FlushKey` call is required, it probably " | ||
"isn't." | ||
msgstr "" | ||
"Si no sabe si se requiere una llamada :func:`FlushKey`, probablemente no lo " | ||
"sea." | ||
#: ../Doc/library/winreg.rst:283 | ||
msgid "" | ||
"Creates a subkey under the specified key and stores registration information " | ||
"from a specified file into that subkey." | ||
msgstr "" | ||
"Crea una subclave bajo la clave especificada y almacena la información de " | ||
"registro de un archivo especificado en esa subclave." | ||
#: ../Doc/library/winreg.rst:286 | ||
msgid "" | ||
"*key* is a handle returned by :func:`ConnectRegistry` or one of the " | ||
"constants :const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`." | ||
msgstr "" | ||
"*key* es un identificador devuelto por :func:`ConnectRegistry` o una de las " | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"constantes :const:`HKEY_USERS` o :const:`HKEY_LOCAL_MACHINE`." | ||
#: ../Doc/library/winreg.rst:289 | ||
msgid "*sub_key* is a string that identifies the subkey to load." | ||
msgstr "" | ||
"*sub_key* es una cadena de caracteres que identifica la subclave a cargar." | ||
#: ../Doc/library/winreg.rst:291 | ||
msgid "" | ||
@@ -420,6 +445,7 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:315 | ||
msgid "*sub_key* is a string that identifies the sub_key to open." | ||
msgstr "" | ||
"*sub_key* es una cadena de caracteres que identifica la sub_key para abrir." | ||
#: ../Doc/library/winreg.rst:317 | ||
msgid "" | ||
@@ -435,11 +461,11 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:323 | ||
msgid "The result is a new handle to the specified key." | ||
msgstr "El resultado es un nuevo identificador para la clave especificada." | ||
#: ../Doc/library/winreg.rst:325 | ||
msgid "If the function fails, :exc:`OSError` is raised." | ||
msgstr "Si la función falla, se genera :exc:`OSError`." | ||
zejiran marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/winreg.rst:328 | ||
msgid "" | ||
@@ -449,25 +475,28 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:331 | ||
msgid "Allow the use of named arguments." | ||
msgstr "Permite el uso de argumentos con nombre." | ||
#: ../Doc/library/winreg.rst:340 | ||
msgid "Returns information about a key, as a tuple." | ||
msgstr "Retorna información sobre una clave, como una tupla." | ||
#: ../Doc/library/winreg.rst:350 | ||
msgid "An integer giving the number of sub keys this key has." | ||
msgstr "" | ||
"Un número entero que indica el número de subclaves que tiene esta clave." | ||
#: ../Doc/library/winreg.rst:353 | ||
msgid "An integer giving the number of values this key has." | ||
msgstr "Un número entero que da el número de valores que tiene esta clave." | ||
#: ../Doc/library/winreg.rst:356 | ||
msgid "" | ||
"An integer giving when the key was last modified (if available) as 100's of " | ||
"nanoseconds since Jan 1, 1601." | ||
msgstr "" | ||
"Un número entero que indica la última vez que se modificó la clave (si está " | ||
"disponible) como cientos de nanosegundos desde el 1 de enero de 1601." | ||
#: ../Doc/library/winreg.rst:361 | ||
msgid "" | ||
@@ -746,7 +775,7 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:592 | ||
msgid "This key is not used in versions of Windows after 98." | ||
msgstr "Esta clave no se usa en versiones de Windows posteriores a la 98." | ||
#: ../Doc/library/winreg.rst:598 | ||
msgid "Access Rights" | ||
@@ -825,12 +854,16 @@ msgid "" | ||
"Indicates that an application on 64-bit Windows should operate on the 64-bit " | ||
"registry view." | ||
msgstr "" | ||
"Indica que una aplicación en Windows de 64 bits debería funcionar en la " | ||
"vista de registro de 64 bits." | ||
#: ../Doc/library/winreg.rst:665 | ||
msgid "" | ||
"Indicates that an application on 64-bit Windows should operate on the 32-bit " | ||
"registry view." | ||
msgstr "" | ||
"Indica que una aplicación en Windows de 64 bits debería funcionar en la " | ||
"vista de registro de 32 bits." | ||
#: ../Doc/library/winreg.rst:672 | ||
msgid "Value Types" | ||
@@ -841,6 +874,8 @@ msgid "" | ||
"For more information, see `Registry Value Types <https://msdn.microsoft.com/" | ||
"en-us/library/ms724884%28v=VS.85%29.aspx>`__." | ||
msgstr "" | ||
"Para más información, ver `Registry Value Types <https://msdn.microsoft.com/" | ||
"en-us/library/ms724884%28v=VS.85%29.aspx>`__." | ||
#: ../Doc/library/winreg.rst:679 | ||
msgid "Binary data in any form." | ||
@@ -864,10 +899,12 @@ msgid "" | ||
"Null-terminated string containing references to environment variables (``" | ||
"%PATH%``)." | ||
msgstr "" | ||
"Cadena de caracteres terminada en nulo que contiene referencias a variables " | ||
"de entorno (``%PATH%``)." | ||
#: ../Doc/library/winreg.rst:700 | ||
msgid "A Unicode symbolic link." | ||
msgstr "Un enlace simbólico Unicode." | ||
#: ../Doc/library/winreg.rst:704 | ||
msgid "" | ||
@@ -955,7 +992,7 @@ msgstr "" | ||
#: ../Doc/library/winreg.rst:773 | ||
msgid "Closes the underlying Windows handle." | ||
msgstr "Cierra el identificador de Windows subyacente." | ||
#: ../Doc/library/winreg.rst:775 | ||
msgid "If the handle is already closed, no error is raised." | ||
@@ -999,3 +1036,5 @@ msgstr "" | ||
msgid "" | ||
"will automatically close *key* when control leaves the :keyword:`with` block." | ||
msgstr "" | ||
"cerrará automáticamente *key* cuando el control abandone el bloque :keyword:" | ||
"`with`." |