Skip to content

Commit 34f0520

Browse files
committed
Traducido archivo library/winreg
1 parent 0b4f080 commit 34f0520

File tree

1 file changed

+106
-1
lines changed

1 file changed

+106
-1
lines changed

library/winreg.po

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
14-
"PO-Revision-Date: 2020-10-11 15:01-0500\n"
14+
"PO-Revision-Date: 2020-10-11 15:34-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
@@ -225,6 +225,8 @@ msgid ""
225225
"Raises an :ref:`auditing event <auditing>` ``winreg.DeleteKey`` with "
226226
"arguments ``key``, ``sub_key``, ``access``."
227227
msgstr ""
228+
"Genera un :ref:`auditing event <auditing>` ``winreg.DeleteKey`` con los "
229+
"argumentos `key``, ``sub_key``, ``access``."
228230

229231
#: ../Doc/library/winreg.rst:148
230232
msgid ""
@@ -254,6 +256,10 @@ msgid ""
254256
"desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. "
255257
"See :ref:`Access Rights <access-rights>` for other allowed values."
256258
msgstr ""
259+
"*access* es un número entero que especifica una máscara de acceso que "
260+
"describe el acceso de seguridad deseado para la clave. El valor "
261+
"predeterminado es :const:`KEY_WOW64_64KEY`. Ver :ref:`Access Rights <access-"
262+
"rights>` para otros valores permitidos."
257263

258264
#: ../Doc/library/winreg.rst:171
259265
msgid "On unsupported Windows versions, :exc:`NotImplementedError` is raised."
@@ -273,6 +279,8 @@ msgid ""
273279
"Raises an :ref:`auditing event <auditing>` ``winreg.DeleteValue`` with "
274280
"arguments ``key``, ``value``."
275281
msgstr ""
282+
"Genera un :ref:`auditing event <auditing>` ``winreg.DeleteValue`` con "
283+
"argumentos ``key``, ``value``."
276284

277285
#: ../Doc/library/winreg.rst:195
278286
msgid "Enumerates subkeys of an open registry key, returning a string."
@@ -476,17 +484,23 @@ msgid ""
476484
"If *key* is a handle returned by :func:`ConnectRegistry`, then the path "
477485
"specified in *file_name* is relative to the remote computer."
478486
msgstr ""
487+
"Si *key* es un identificador devuelto por :func:`ConnectRegistry`, entonces "
488+
"la ruta especificada en *file_name* es relativa a la computadora remota."
479489

480490
#: ../Doc/library/winreg.rst:304
481491
msgid ""
482492
"Raises an :ref:`auditing event <auditing>` ``winreg.LoadKey`` with arguments "
483493
"``key``, ``sub_key``, ``file_name``."
484494
msgstr ""
495+
"Genera un :ref:`auditing event <auditing>` ``winreg.LoadKey`` con los "
496+
"argumentos ``key``, ``sub_key``, ``file_name``."
485497

486498
#: ../Doc/library/winreg.rst:310
487499
msgid ""
488500
"Opens the specified key, returning a :ref:`handle object <handle-object>`."
489501
msgstr ""
502+
"Abre la clave especificada, devolviendo a :ref:`handle object <handle-"
503+
"object>`."
490504

491505
#: ../Doc/library/winreg.rst:315
492506
msgid "*sub_key* is a string that identifies the sub_key to open."
@@ -497,13 +511,19 @@ msgstr ""
497511
msgid ""
498512
"*reserved* is a reserved integer, and must be zero. The default is zero."
499513
msgstr ""
514+
"*reserved* es un número entero reservado y debe ser cero. El valor "
515+
"predeterminado es cero."
500516

501517
#: ../Doc/library/winreg.rst:319
502518
msgid ""
503519
"*access* is an integer that specifies an access mask that describes the "
504520
"desired security access for the key. Default is :const:`KEY_READ`. See :"
505521
"ref:`Access Rights <access-rights>` for other allowed values."
506522
msgstr ""
523+
"*access* es un número entero que especifica una máscara de acceso que "
524+
"describe el acceso de seguridad deseado para la clave. El valor "
525+
"predeterminado es :const:`KEY_READ`. Ver :ref:`Access Rights <access-"
526+
"rights>` para otros valores permitidos."
507527

508528
#: ../Doc/library/winreg.rst:323
509529
msgid "The result is a new handle to the specified key."
@@ -518,6 +538,8 @@ msgid ""
518538
"Raises an :ref:`auditing event <auditing>` ``winreg.OpenKey`` with arguments "
519539
"``key``, ``sub_key``, ``access``."
520540
msgstr ""
541+
"Genera un :ref:`auditing event <auditing>` ``winreg.OpenKey`` con los "
542+
"argumentos ``key``, ``sub_key``, ``access``."
521543

522544
#: ../Doc/library/winreg.rst:331
523545
msgid "Allow the use of named arguments."
@@ -549,10 +571,13 @@ msgid ""
549571
"Raises an :ref:`auditing event <auditing>` ``winreg.QueryInfoKey`` with "
550572
"argument ``key``."
551573
msgstr ""
574+
"Genera un :ref:`auditing event <auditing>` ``winreg.QueryInfoKey`` con el "
575+
"argumento ``key``."
552576

553577
#: ../Doc/library/winreg.rst:366
554578
msgid "Retrieves the unnamed value for a key, as a string."
555579
msgstr ""
580+
"Recupera el valor sin nombre de una clave, como una cadena de caracteres."
556581

557582
#: ../Doc/library/winreg.rst:371
558583
msgid ""
@@ -561,6 +586,10 @@ msgid ""
561586
"retrieves the value set by the :func:`SetValue` method for the key "
562587
"identified by *key*."
563588
msgstr ""
589+
"*sub_key* es una cadena de caracteres que contiene el nombre de la subclave "
590+
"con la que está asociado el valor. Si este parámetro es ``None`` o está "
591+
"vacío, la función recupera el valor establecido por el método :func:"
592+
"`SetValue` para la clave identificada por *key*."
564593

565594
#: ../Doc/library/winreg.rst:375
566595
msgid ""
@@ -569,18 +598,26 @@ msgid ""
569598
"underlying API call doesn't return the type, so always use :func:"
570599
"`QueryValueEx` if possible."
571600
msgstr ""
601+
"Los valores del registro tienen componentes de nombre, tipo y datos. Este "
602+
"método recupera los datos del primer valor de una clave que tiene un nombre "
603+
"``NULL``. Pero la llamada a la API subyacente no retorna el tipo, así que "
604+
"siempre use :func:`QueryValueEx` si es posible."
572605

573606
#: ../Doc/library/winreg.rst:380 ../Doc/library/winreg.rst:405
574607
msgid ""
575608
"Raises an :ref:`auditing event <auditing>` ``winreg.QueryValue`` with "
576609
"arguments ``key``, ``sub_key``, ``value_name``."
577610
msgstr ""
611+
"Genera un :ref:`auditing event <auditing>` ``winreg.QueryValue`` con los "
612+
"argumentos ``key``, ``sub_key``, ``value_name``."
578613

579614
#: ../Doc/library/winreg.rst:385
580615
msgid ""
581616
"Retrieves the type and data for a specified value name associated with an "
582617
"open registry key."
583618
msgstr ""
619+
"Recupera el tipo y los datos de un nombre de valor especificado asociado con "
620+
"una clave de registro abierta."
584621

585622
#: ../Doc/library/winreg.rst:391
586623
msgid "*value_name* is a string indicating the value to query."
@@ -616,6 +653,10 @@ msgid ""
616653
"used on file allocation table (FAT) file systems by the :meth:`LoadKey` "
617654
"method."
618655
msgstr ""
656+
"*file_name* es el nombre del archivo en el que se guardarán los datos del "
657+
"registro. Este archivo no puede existir ya. Si este nombre de archivo "
658+
"incluye una extensión, no se puede usar en sistemas de archivos de tabla de "
659+
"asignación de archivos (FAT) mediante el método :meth:`LoadKey`."
619660

620661
#: ../Doc/library/winreg.rst:420
621662
msgid ""
@@ -626,6 +667,13 @@ msgid ""
626667
"Rights and Permissions documentation <https://msdn.microsoft.com/en-us/"
627668
"library/ms724878%28v=VS.85%29.aspx>`__ for more details."
628669
msgstr ""
670+
"Si *key* representa una clave en una computadora remota, la ruta descrita "
671+
"por *file_name* es relativa a la computadora remota. La persona que llama a "
672+
"este método debe poseer el privilegio de seguridad :const:"
673+
"`SeBackupPrivilege`. Tenga en cuenta que los privilegios son diferentes a "
674+
"los permisos -- consulte la documentación sobre conflictos entre derechos de "
675+
"usuario y permisos <https://msdn.microsoft.com/en-us/library/"
676+
"ms724878%28v=VS.85%29.aspx>`__ para más detalles."
629677

630678
#: ../Doc/library/winreg.rst:428
631679
msgid "This function passes ``NULL`` for *security_attributes* to the API."
@@ -636,6 +684,8 @@ msgid ""
636684
"Raises an :ref:`auditing event <auditing>` ``winreg.SaveKey`` with arguments "
637685
"``key``, ``file_name``."
638686
msgstr ""
687+
"Genera un :ref:`auditing event <auditing>` ``winreg.SaveKey`` con los "
688+
"argumentos ``key``, ``file_name``."
639689

640690
#: ../Doc/library/winreg.rst:435
641691
msgid "Associates a value with a specified key."
@@ -655,6 +705,10 @@ msgid ""
655705
"must be :const:`REG_SZ`, meaning only strings are supported. Use the :func:"
656706
"`SetValueEx` function for support for other data types."
657707
msgstr ""
708+
"*type* es un número entero que especifica el tipo de datos. Actualmente debe "
709+
"ser :const:`REG_SZ`, lo que significa que solo se admiten cadenas de "
710+
"caracteres. Utilice la función: :func:`SetValueEx` para admitir otros tipos "
711+
"de datos."
658712

659713
#: ../Doc/library/winreg.rst:446 ../Doc/library/winreg.rst:476
660714
msgid "*value* is a string that specifies the new value."
@@ -665,25 +719,35 @@ msgid ""
665719
"If the key specified by the *sub_key* parameter does not exist, the SetValue "
666720
"function creates it."
667721
msgstr ""
722+
"Si la clave especificada por el parámetro *sub_key* no existe, la función "
723+
"SetValue la crea."
668724

669725
#: ../Doc/library/winreg.rst:451 ../Doc/library/winreg.rst:484
670726
msgid ""
671727
"Value lengths are limited by available memory. Long values (more than 2048 "
672728
"bytes) should be stored as files with the filenames stored in the "
673729
"configuration registry. This helps the registry perform efficiently."
674730
msgstr ""
731+
"Las longitudes de los valores están limitadas por la memoria disponible. Los "
732+
"valores largos (más de 2048 bytes) deben almacenarse como archivos con los "
733+
"nombres de archivo almacenados en el registro de configuración. Esto ayuda a "
734+
"que el registro funcione de manera eficiente."
675735

676736
#: ../Doc/library/winreg.rst:455
677737
msgid ""
678738
"The key identified by the *key* parameter must have been opened with :const:"
679739
"`KEY_SET_VALUE` access."
680740
msgstr ""
741+
"La clave identificada por el parámetro *key* debe haber sido abierta con "
742+
"acceso :const:`KEY_SET_VALUE`."
681743

682744
#: ../Doc/library/winreg.rst:458 ../Doc/library/winreg.rst:488
683745
msgid ""
684746
"Raises an :ref:`auditing event <auditing>` ``winreg.SetValue`` with "
685747
"arguments ``key``, ``sub_key``, ``type``, ``value``."
686748
msgstr ""
749+
"Genera un :ref:`auditing event <auditing>` ``winreg.SetValue`` con "
750+
"argumentos ``key``, ``sub_key``, ``type``, ``value``."
687751

688752
#: ../Doc/library/winreg.rst:463
689753
msgid "Stores data in the value field of an open registry key."
@@ -706,58 +770,78 @@ msgid ""
706770
"*type* is an integer that specifies the type of the data. See :ref:`Value "
707771
"Types <value-types>` for the available types."
708772
msgstr ""
773+
"*type* es un número entero que especifica el tipo de datos. Consulte :ref:"
774+
"`Value Types <value-types>` para los tipos disponibles."
709775

710776
#: ../Doc/library/winreg.rst:478
711777
msgid ""
712778
"This method can also set additional value and type information for the "
713779
"specified key. The key identified by the key parameter must have been "
714780
"opened with :const:`KEY_SET_VALUE` access."
715781
msgstr ""
782+
"Este método también puede establecer un valor adicional e información de "
783+
"tipo para la clave especificada. La clave identificada por el parámetro "
784+
"clave debe haber sido abierta con acceso :const:`KEY_SET_VALUE`."
716785

717786
#: ../Doc/library/winreg.rst:482
718787
msgid "To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods."
719788
msgstr ""
789+
"Para abrir la clave, use los métodos :func:`CreateKey` o :func:`OpenKey`."
720790

721791
#: ../Doc/library/winreg.rst:493
722792
msgid ""
723793
"Disables registry reflection for 32-bit processes running on a 64-bit "
724794
"operating system."
725795
msgstr ""
796+
"Desactiva la reflexión del registro para los procesos de 32 bits que se "
797+
"ejecutan en un sistema operativo de 64 bits."
726798

727799
#: ../Doc/library/winreg.rst:499 ../Doc/library/winreg.rst:516
728800
#: ../Doc/library/winreg.rst:533
729801
msgid ""
730802
"Will generally raise :exc:`NotImplementedError` if executed on a 32-bit "
731803
"operating system."
732804
msgstr ""
805+
"Generalmente generará :exc:`NotImplementedError` si se ejecuta en un sistema "
806+
"operativo de 32 bits."
733807

734808
#: ../Doc/library/winreg.rst:502
735809
msgid ""
736810
"If the key is not on the reflection list, the function succeeds but has no "
737811
"effect. Disabling reflection for a key does not affect reflection of any "
738812
"subkeys."
739813
msgstr ""
814+
"Si la clave no está en la lista de reflexión, la función tiene éxito pero no "
815+
"tiene ningún efecto. La desactivación de la reflexión de una clave no afecta "
816+
"la reflexión de ninguna subclave."
740817

741818
#: ../Doc/library/winreg.rst:506
742819
msgid ""
743820
"Raises an :ref:`auditing event <auditing>` ``winreg.DisableReflectionKey`` "
744821
"with argument ``key``."
745822
msgstr ""
823+
"Genera un :ref:`auditing event <auditing>` ``winreg.DisableReflectionKey`` "
824+
"con el argumento ``key``."
746825

747826
#: ../Doc/library/winreg.rst:511
748827
msgid "Restores registry reflection for the specified disabled key."
749828
msgstr ""
829+
"Restaura la reflexión del registro para la clave deshabilitada especificada."
750830

751831
#: ../Doc/library/winreg.rst:519
752832
msgid ""
753833
"Restoring reflection for a key does not affect reflection of any subkeys."
754834
msgstr ""
835+
"La restauración de la reflexión de una clave no afecta la reflexión de "
836+
"ninguna subclave."
755837

756838
#: ../Doc/library/winreg.rst:521
757839
msgid ""
758840
"Raises an :ref:`auditing event <auditing>` ``winreg.EnableReflectionKey`` "
759841
"with argument ``key``."
760842
msgstr ""
843+
"Genera un :ref:`auditing event <auditing>` ``winreg.EnableReflectionKey`` "
844+
"con el argumento ``key``."
761845

762846
#: ../Doc/library/winreg.rst:526
763847
msgid "Determines the reflection state for the specified key."
@@ -772,6 +856,8 @@ msgid ""
772856
"Raises an :ref:`auditing event <auditing>` ``winreg.QueryReflectionKey`` "
773857
"with argument ``key``."
774858
msgstr ""
859+
"Genera un :ref:`auditing event <auditing>` ``winreg.QueryReflectionKey`` con "
860+
"el argumento ``key``."
775861

776862
#: ../Doc/library/winreg.rst:542
777863
msgid "Constants"
@@ -781,6 +867,8 @@ msgstr "Constantes"
781867
msgid ""
782868
"The following constants are defined for use in many :mod:`_winreg` functions."
783869
msgstr ""
870+
"Las siguientes constantes están definidas para su uso en muchas funciones :"
871+
"mod:`_winreg`."
784872

785873
#: ../Doc/library/winreg.rst:549
786874
msgid "HKEY_* Constants"
@@ -792,6 +880,9 @@ msgid ""
792880
"documents and the properties associated with those types. Shell and COM "
793881
"applications use the information stored under this key."
794882
msgstr ""
883+
"Las entradas de registro subordinadas a esta clave definen tipos (o clases) "
884+
"de documentos y las propiedades asociadas con esos tipos. Las aplicaciones "
885+
"Shell y COM utilizan la información almacenada en esta clave."
795886

796887
#: ../Doc/library/winreg.rst:560
797888
msgid ""
@@ -800,27 +891,41 @@ msgid ""
800891
"variables, data about program groups, colors, printers, network connections, "
801892
"and application preferences."
802893
msgstr ""
894+
"Las entradas de registro subordinadas a esta clave definen las preferencias "
895+
"del usuario actual. Estas preferencias incluyen la configuración de "
896+
"variables de entorno, datos sobre grupos de programas, colores, impresoras, "
897+
"conexiones de red y preferencias de la aplicación."
803898

804899
#: ../Doc/library/winreg.rst:567
805900
msgid ""
806901
"Registry entries subordinate to this key define the physical state of the "
807902
"computer, including data about the bus type, system memory, and installed "
808903
"hardware and software."
809904
msgstr ""
905+
"Las entradas de registro subordinadas a esta clave definen el estado físico "
906+
"de la computadora, incluidos los datos sobre el tipo de bus, la memoria del "
907+
"sistema y el hardware y software instalados."
810908

811909
#: ../Doc/library/winreg.rst:573
812910
msgid ""
813911
"Registry entries subordinate to this key define the default user "
814912
"configuration for new users on the local computer and the user configuration "
815913
"for the current user."
816914
msgstr ""
915+
"Las entradas de registro subordinadas a esta clave definen la configuración "
916+
"de usuario predeterminada para nuevos usuarios en la computadora local y la "
917+
"configuración de usuario para el usuario actual."
817918

818919
#: ../Doc/library/winreg.rst:579
819920
msgid ""
820921
"Registry entries subordinate to this key allow you to access performance "
821922
"data. The data is not actually stored in the registry; the registry "
822923
"functions cause the system to collect the data from its source."
823924
msgstr ""
925+
"Las entradas de registro subordinadas a esta clave le permiten acceder a los "
926+
"datos de rendimiento. Los datos no se almacenan realmente en el registro; "
927+
"las funciones de registro hacen que el sistema recopile los datos de su "
928+
"fuente."
824929

825930
#: ../Doc/library/winreg.rst:587
826931
msgid ""

0 commit comments

Comments
 (0)