@@ -11,18 +11,17 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
14
- "PO-Revision-Date : 2020-10-11 13:31-0500\n "
15
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2020-10-11 14:34-0500\n "
16
15
"Language-Team : python-doc-es\n "
17
16
"MIME-Version : 1.0\n "
18
17
"Content-Type : text/plain; charset=utf-8\n "
19
18
"Content-Transfer-Encoding : 8bit\n "
20
19
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
- "Last-Translator : Juan Alegría <juanszalegria@gmail.com>\n "
22
20
"Language-Team : \n "
23
21
"Language : es_CO\n "
24
22
"X-Generator : Poedit 2.4.1\n "
25
23
"Generated-By : Babel 2.8.0\n "
24
+ "Last-Translator : Juan Alegría <juanszalegria@gmail.com>\n "
26
25
27
26
#: ../Doc/library/winreg.rst:2
28
27
msgid ":mod:`winreg` --- Windows registry access"
@@ -86,23 +85,29 @@ msgid ""
86
85
"*computer_name* is the name of the remote computer, of the form ``r\"\\ "
87
86
"\\ computername\" ``. If ``None``, the local computer is used."
88
87
msgstr ""
88
+ "*computer_name* es el nombre de la computadora remota, de la forma ``r”\\ "
89
+ "\\ computername”``. Si es ``None``, se utiliza la computadora local."
89
90
90
91
#: ../Doc/library/winreg.rst:51
91
92
msgid "*key* is the predefined handle to connect to."
92
- msgstr ""
93
+ msgstr "*key* es el identificador predefinido al que conectarse. "
93
94
94
95
#: ../Doc/library/winreg.rst:53 ../Doc/library/winreg.rst:77
95
96
#: ../Doc/library/winreg.rst:109
96
97
msgid ""
97
98
"The return value is the handle of the opened key. If the function fails, an :"
98
99
"exc:`OSError` exception is raised."
99
100
msgstr ""
101
+ "El valor de retorno es el identificador de la llave abierta. Si la función "
102
+ "falla, se genera una excepción :exc:`OSError`."
100
103
101
104
#: ../Doc/library/winreg.rst:57
102
105
msgid ""
103
106
"Raises an :ref:`auditing event <auditing>` ``winreg.ConnectRegistry`` with "
104
107
"arguments ``computer_name``, ``key``."
105
108
msgstr ""
109
+ "Genera un :ref:`auditing event <auditing>` ``winreg.ConnectRegistry`` con "
110
+ "argumentos ``computer_name``, ``key``."
106
111
107
112
#: ../Doc/library/winreg.rst:58 ../Doc/library/winreg.rst:84
108
113
#: ../Doc/library/winreg.rst:118 ../Doc/library/winreg.rst:139
@@ -146,6 +151,9 @@ msgid ""
146
151
"If *key* is one of the predefined keys, *sub_key* may be ``None``. In that "
147
152
"case, the handle returned is the same key handle passed in to the function."
148
153
msgstr ""
154
+ "Si *key* es una de las claves predefinidas, *sub_key* puede ser ``None``. En "
155
+ "ese caso, el identificador retornado es el mismo identificador de clave que "
156
+ "se pasó a la función."
149
157
150
158
#: ../Doc/library/winreg.rst:75 ../Doc/library/winreg.rst:107
151
159
msgid "If the key already exists, this function opens the existing key."
@@ -156,13 +164,17 @@ msgid ""
156
164
"Raises an :ref:`auditing event <auditing>` ``winreg.CreateKey`` with "
157
165
"arguments ``key``, ``sub_key``, ``access``."
158
166
msgstr ""
167
+ "Genera un :ref:`auditing event <auditing>` ``winreg.CreateKey`` con los "
168
+ "argumentos ``key``, ``sub_key``, ``access``."
159
169
160
170
#: ../Doc/library/winreg.rst:83 ../Doc/library/winreg.rst:115
161
171
#: ../Doc/library/winreg.rst:330
162
172
msgid ""
163
173
"Raises an :ref:`auditing event <auditing>` ``winreg.OpenKey/result`` with "
164
174
"argument ``key``."
165
175
msgstr ""
176
+ "Genera un :ref:`auditing event <auditing>` ``winreg.OpenKey/result`` con el "
177
+ "argumento ``key``."
166
178
167
179
#: ../Doc/library/winreg.rst:98 ../Doc/library/winreg.rst:160
168
180
msgid ""
@@ -276,13 +288,17 @@ msgstr ""
276
288
msgid ""
277
289
"*index* is an integer that identifies the index of the value to retrieve."
278
290
msgstr ""
291
+ "*index* es un número entero que identifica el índice del valor a recuperar."
279
292
280
293
#: ../Doc/library/winreg.rst:221
281
294
msgid ""
282
295
"The function retrieves the name of one subkey each time it is called. It is "
283
296
"typically called repeatedly, until an :exc:`OSError` exception is raised, "
284
297
"indicating no more values."
285
298
msgstr ""
299
+ "La función recupera el nombre de una subclave cada vez que se llama. "
300
+ "Normalmente se llama repetidamente, hasta que se genera una excepción :exc:"
301
+ "`OSError`, lo que indica que no hay más valores."
286
302
287
303
#: ../Doc/library/winreg.rst:225 ../Doc/library/winreg.rst:345
288
304
msgid "The result is a tuple of 3 items:"
@@ -305,7 +321,7 @@ msgstr "``0``"
305
321
306
322
#: ../Doc/library/winreg.rst:230
307
323
msgid "A string that identifies the value name"
308
- msgstr "Una cadena de caracteres que identifica el nombre del valor. "
324
+ msgstr "Una cadena de caracteres que identifica el nombre del valor"
309
325
310
326
#: ../Doc/library/winreg.rst:232 ../Doc/library/winreg.rst:353
311
327
#: ../Doc/library/winreg.rst:400
@@ -329,6 +345,8 @@ msgid ""
329
345
"An integer that identifies the type of the value data (see table in docs "
330
346
"for :meth:`SetValueEx`)"
331
347
msgstr ""
348
+ "Un número entero que identifica el tipo de datos de valor (consulte la tabla "
349
+ "en los documentos para :meth:`SetValueEx`)"
332
350
333
351
#: ../Doc/library/winreg.rst:242
334
352
msgid ""
@@ -350,7 +368,7 @@ msgstr ""
350
368
351
369
#: ../Doc/library/winreg.rst:263
352
370
msgid "Writes all the attributes of a key to the registry."
353
- msgstr ""
371
+ msgstr "Escribe todos los atributos de una clave en el registro. "
354
372
355
373
#: ../Doc/library/winreg.rst:268
356
374
msgid ""
@@ -368,22 +386,29 @@ msgid ""
368
386
"If you don't know whether a :func:`FlushKey` call is required, it probably "
369
387
"isn't."
370
388
msgstr ""
389
+ "Si no sabe si se requiere una llamada :func:`FlushKey`, probablemente no lo "
390
+ "sea."
371
391
372
392
#: ../Doc/library/winreg.rst:283
373
393
msgid ""
374
394
"Creates a subkey under the specified key and stores registration information "
375
395
"from a specified file into that subkey."
376
396
msgstr ""
397
+ "Crea una subclave bajo la clave especificada y almacena la información de "
398
+ "registro de un archivo especificado en esa subclave."
377
399
378
400
#: ../Doc/library/winreg.rst:286
379
401
msgid ""
380
402
"*key* is a handle returned by :func:`ConnectRegistry` or one of the "
381
403
"constants :const:`HKEY_USERS` or :const:`HKEY_LOCAL_MACHINE`."
382
404
msgstr ""
405
+ "*key* es un identificador devuelto por :func:`ConnectRegistry` o una de las "
406
+ "constantes :const:`HKEY_USERS` o :const:`HKEY_LOCAL_MACHINE`."
383
407
384
408
#: ../Doc/library/winreg.rst:289
385
409
msgid "*sub_key* is a string that identifies the subkey to load."
386
410
msgstr ""
411
+ "*sub_key* es una cadena de caracteres que identifica la subclave a cargar."
387
412
388
413
#: ../Doc/library/winreg.rst:291
389
414
msgid ""
@@ -420,6 +445,7 @@ msgstr ""
420
445
#: ../Doc/library/winreg.rst:315
421
446
msgid "*sub_key* is a string that identifies the sub_key to open."
422
447
msgstr ""
448
+ "*sub_key* es una cadena de caracteres que identifica la sub_key para abrir."
423
449
424
450
#: ../Doc/library/winreg.rst:317
425
451
msgid ""
@@ -435,11 +461,11 @@ msgstr ""
435
461
436
462
#: ../Doc/library/winreg.rst:323
437
463
msgid "The result is a new handle to the specified key."
438
- msgstr ""
464
+ msgstr "El resultado es un nuevo identificador para la clave especificada. "
439
465
440
466
#: ../Doc/library/winreg.rst:325
441
467
msgid "If the function fails, :exc:`OSError` is raised."
442
- msgstr ""
468
+ msgstr "Si la función falla, se genera :exc:`OSError`. "
443
469
444
470
#: ../Doc/library/winreg.rst:328
445
471
msgid ""
@@ -449,25 +475,28 @@ msgstr ""
449
475
450
476
#: ../Doc/library/winreg.rst:331
451
477
msgid "Allow the use of named arguments."
452
- msgstr ""
478
+ msgstr "Permite el uso de argumentos con nombre. "
453
479
454
480
#: ../Doc/library/winreg.rst:340
455
481
msgid "Returns information about a key, as a tuple."
456
- msgstr ""
482
+ msgstr "Retorna información sobre una clave, como una tupla. "
457
483
458
484
#: ../Doc/library/winreg.rst:350
459
485
msgid "An integer giving the number of sub keys this key has."
460
486
msgstr ""
487
+ "Un número entero que indica el número de subclaves que tiene esta clave."
461
488
462
489
#: ../Doc/library/winreg.rst:353
463
490
msgid "An integer giving the number of values this key has."
464
- msgstr ""
491
+ msgstr "Un número entero que da el número de valores que tiene esta clave. "
465
492
466
493
#: ../Doc/library/winreg.rst:356
467
494
msgid ""
468
495
"An integer giving when the key was last modified (if available) as 100's of "
469
496
"nanoseconds since Jan 1, 1601."
470
497
msgstr ""
498
+ "Un número entero que indica la última vez que se modificó la clave (si está "
499
+ "disponible) como cientos de nanosegundos desde el 1 de enero de 1601."
471
500
472
501
#: ../Doc/library/winreg.rst:361
473
502
msgid ""
@@ -746,7 +775,7 @@ msgstr ""
746
775
747
776
#: ../Doc/library/winreg.rst:592
748
777
msgid "This key is not used in versions of Windows after 98."
749
- msgstr ""
778
+ msgstr "Esta clave no se usa en versiones de Windows posteriores a la 98. "
750
779
751
780
#: ../Doc/library/winreg.rst:598
752
781
msgid "Access Rights"
@@ -825,12 +854,16 @@ msgid ""
825
854
"Indicates that an application on 64-bit Windows should operate on the 64-bit "
826
855
"registry view."
827
856
msgstr ""
857
+ "Indica que una aplicación en Windows de 64 bits debería funcionar en la "
858
+ "vista de registro de 64 bits."
828
859
829
860
#: ../Doc/library/winreg.rst:665
830
861
msgid ""
831
862
"Indicates that an application on 64-bit Windows should operate on the 32-bit "
832
863
"registry view."
833
864
msgstr ""
865
+ "Indica que una aplicación en Windows de 64 bits debería funcionar en la "
866
+ "vista de registro de 32 bits."
834
867
835
868
#: ../Doc/library/winreg.rst:672
836
869
msgid "Value Types"
@@ -841,6 +874,8 @@ msgid ""
841
874
"For more information, see `Registry Value Types <https://msdn.microsoft.com/"
842
875
"en-us/library/ms724884%28v=VS.85%29.aspx>`__."
843
876
msgstr ""
877
+ "Para más información, ver `Registry Value Types <https://msdn.microsoft.com/"
878
+ "en-us/library/ms724884%28v=VS.85%29.aspx>`__."
844
879
845
880
#: ../Doc/library/winreg.rst:679
846
881
msgid "Binary data in any form."
@@ -864,10 +899,12 @@ msgid ""
864
899
"Null-terminated string containing references to environment variables (``"
865
900
"%PATH%``)."
866
901
msgstr ""
902
+ "Cadena de caracteres terminada en nulo que contiene referencias a variables "
903
+ "de entorno (``%PATH%``)."
867
904
868
905
#: ../Doc/library/winreg.rst:700
869
906
msgid "A Unicode symbolic link."
870
- msgstr ""
907
+ msgstr "Un enlace simbólico Unicode. "
871
908
872
909
#: ../Doc/library/winreg.rst:704
873
910
msgid ""
@@ -955,7 +992,7 @@ msgstr ""
955
992
956
993
#: ../Doc/library/winreg.rst:773
957
994
msgid "Closes the underlying Windows handle."
958
- msgstr ""
995
+ msgstr "Cierra el identificador de Windows subyacente. "
959
996
960
997
#: ../Doc/library/winreg.rst:775
961
998
msgid "If the handle is already closed, no error is raised."
@@ -999,3 +1036,5 @@ msgstr ""
999
1036
msgid ""
1000
1037
"will automatically close *key* when control leaves the :keyword:`with` block."
1001
1038
msgstr ""
1039
+ "cerrará automáticamente *key* cuando el control abandone el bloque :keyword:"
1040
+ "`with`."
0 commit comments