-
-
Notifications
You must be signed in to change notification settings - Fork 404
Expand file tree
/
Copy pathinit_config.po
More file actions
1650 lines (1376 loc) · 60.5 KB
/
init_config.po
File metadata and controls
1650 lines (1376 loc) · 60.5 KB
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python en Español
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: Python en Español 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-06-23 12:35+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language-Team: \n"
"Language: es\n"
"X-Generator: Poedit 2.3\n"
#: ../Doc/c-api/init_config.rst:7
msgid "Python Initialization Configuration"
msgstr "Configuración de inicialización de Python"
#: ../Doc/c-api/init_config.rst:11
msgid "Structures:"
msgstr "Estructuras:"
#: ../Doc/c-api/init_config.rst:13
msgid ":c:type:`PyConfig`"
msgstr ":c:type:`PyConfig`"
#: ../Doc/c-api/init_config.rst:14
msgid ":c:type:`PyPreConfig`"
msgstr ":c:type:`PyPreConfig`"
#: ../Doc/c-api/init_config.rst:15
msgid ":c:type:`PyStatus`"
msgstr ":c:type:`PyStatus`"
#: ../Doc/c-api/init_config.rst:16
msgid ":c:type:`PyWideStringList`"
msgstr ":c:type:`PyWideStringList`"
#: ../Doc/c-api/init_config.rst:18
msgid "Functions:"
msgstr "Funciones:"
#: ../Doc/c-api/init_config.rst:20
msgid ":c:func:`PyConfig_Clear`"
msgstr ":c:func:`PyConfig_Clear`"
#: ../Doc/c-api/init_config.rst:21
msgid ":c:func:`PyConfig_InitIsolatedConfig`"
msgstr ":c:func:`PyConfig_InitIsolatedConfig`"
#: ../Doc/c-api/init_config.rst:22
msgid ":c:func:`PyConfig_InitPythonConfig`"
msgstr ":c:func:`PyConfig_InitPythonConfig`"
#: ../Doc/c-api/init_config.rst:23
msgid ":c:func:`PyConfig_Read`"
msgstr ":c:func:`PyConfig_Read`"
#: ../Doc/c-api/init_config.rst:24
msgid ":c:func:`PyConfig_SetArgv`"
msgstr ":c:func:`PyConfig_SetArgv`"
#: ../Doc/c-api/init_config.rst:25
msgid ":c:func:`PyConfig_SetBytesArgv`"
msgstr ":c:func:`PyConfig_SetBytesArgv`"
#: ../Doc/c-api/init_config.rst:26
msgid ":c:func:`PyConfig_SetBytesString`"
msgstr ":c:func:`PyConfig_SetBytesString`"
#: ../Doc/c-api/init_config.rst:27
msgid ":c:func:`PyConfig_SetString`"
msgstr ":c:func:`PyConfig_SetString`"
#: ../Doc/c-api/init_config.rst:28
msgid ":c:func:`PyConfig_SetWideStringList`"
msgstr ":c:func:`PyConfig_SetWideStringList`"
#: ../Doc/c-api/init_config.rst:29
msgid ":c:func:`PyPreConfig_InitIsolatedConfig`"
msgstr ":c:func:`PyPreConfig_InitIsolatedConfig`"
#: ../Doc/c-api/init_config.rst:30
msgid ":c:func:`PyPreConfig_InitPythonConfig`"
msgstr ":c:func:`PyPreConfig_InitPythonConfig`"
#: ../Doc/c-api/init_config.rst:31
msgid ":c:func:`PyStatus_Error`"
msgstr ":c:func:`PyStatus_Error`"
#: ../Doc/c-api/init_config.rst:32
msgid ":c:func:`PyStatus_Exception`"
msgstr ":c:func:`PyStatus_Error`"
#: ../Doc/c-api/init_config.rst:33
msgid ":c:func:`PyStatus_Exit`"
msgstr ":c:func:`PyStatus_Error`"
#: ../Doc/c-api/init_config.rst:34
msgid ":c:func:`PyStatus_IsError`"
msgstr ":c:func:`PyStatus_IsError`"
#: ../Doc/c-api/init_config.rst:35
msgid ":c:func:`PyStatus_IsExit`"
msgstr ":c:func:`PyStatus_IsExit`"
#: ../Doc/c-api/init_config.rst:36
msgid ":c:func:`PyStatus_NoMemory`"
msgstr ":c:func:`PyStatus_NoMemory`"
#: ../Doc/c-api/init_config.rst:37
msgid ":c:func:`PyStatus_Ok`"
msgstr ":c:func:`PyStatus_Ok`"
#: ../Doc/c-api/init_config.rst:38
msgid ":c:func:`PyWideStringList_Append`"
msgstr ":c:func:`PyWideStringList_Append`"
#: ../Doc/c-api/init_config.rst:39
msgid ":c:func:`PyWideStringList_Insert`"
msgstr ":c:func:`PyWideStringList_Insert`"
#: ../Doc/c-api/init_config.rst:40
msgid ":c:func:`Py_ExitStatusException`"
msgstr ":c:func:`Py_ExitStatusException`"
#: ../Doc/c-api/init_config.rst:41
msgid ":c:func:`Py_InitializeFromConfig`"
msgstr ":c:func:`Py_InitializeFromConfig`"
#: ../Doc/c-api/init_config.rst:42
msgid ":c:func:`Py_PreInitialize`"
msgstr ":c:func:`Py_PreInitialize`"
#: ../Doc/c-api/init_config.rst:43
msgid ":c:func:`Py_PreInitializeFromArgs`"
msgstr ":c:func:`Py_PreInitializeFromArgs`"
#: ../Doc/c-api/init_config.rst:44
msgid ":c:func:`Py_PreInitializeFromBytesArgs`"
msgstr ":c:func:`Py_PreInitializeFromBytesArgs`"
#: ../Doc/c-api/init_config.rst:45
msgid ":c:func:`Py_RunMain`"
msgstr ":c:func:`Py_RunMain`"
#: ../Doc/c-api/init_config.rst:47
msgid ""
"The preconfiguration (``PyPreConfig`` type) is stored in ``_PyRuntime."
"preconfig`` and the configuration (``PyConfig`` type) is stored in "
"``PyInterpreterState.config``."
msgstr ""
"La preconfiguración (tipo ``PyPreConfig``) se almacena en ``_PyRuntime."
"preconfig`` y la configuración (tipo ``PyConfig``) se almacena en "
"``PyInterpreterState.config``."
#: ../Doc/c-api/init_config.rst:51
msgid ""
"See also :ref:`Initialization, Finalization, and Threads <initialization>`."
msgstr ""
"Consulte también :ref:`Inicialización, finalización y subprocesos "
"<initialization>`."
#: ../Doc/c-api/init_config.rst:54
msgid ":pep:`587` \"Python Initialization Configuration\"."
msgstr ":pep:`587` \"Configuración de inicialización de Python\"."
#: ../Doc/c-api/init_config.rst:58
msgid "PyWideStringList"
msgstr "PyWideStringList"
#: ../Doc/c-api/init_config.rst:62
msgid "List of ``wchar_t*`` strings."
msgstr "Lista de cadenas de caracteres ``wchar_t*``."
#: ../Doc/c-api/init_config.rst:64
msgid ""
"If *length* is non-zero, *items* must be non-``NULL`` and all strings must "
"be non-``NULL``."
msgstr ""
"Si *length* no es cero, *items* no deben ser ``NULL`` y todas las cadenas de "
"caracteres deben ser no ``NULL``."
#: ../Doc/c-api/init_config.rst:67
msgid "Methods:"
msgstr "Métodos:"
#: ../Doc/c-api/init_config.rst:71
msgid "Append *item* to *list*."
msgstr "Agregar *item* a *list*."
#: ../Doc/c-api/init_config.rst:73 ../Doc/c-api/init_config.rst:84
msgid "Python must be preinitialized to call this function."
msgstr "Python debe estar preinicializado para llamar a esta función."
#: ../Doc/c-api/init_config.rst:77
msgid "Insert *item* into *list* at *index*."
msgstr "Inserta *item* en *list* en *index*."
#: ../Doc/c-api/init_config.rst:79
msgid ""
"If *index* is greater than or equal to *list* length, append *item* to "
"*list*."
msgstr ""
"Si *index* es mayor o igual que el largo de *list*, agrega *item* a *list*."
#: ../Doc/c-api/init_config.rst:82
msgid "*index* must be greater than or equal to 0."
msgstr "*index* debe ser mayor o igual que 0."
#: ../Doc/c-api/init_config.rst:86 ../Doc/c-api/init_config.rst:106
#: ../Doc/c-api/init_config.rst:209 ../Doc/c-api/init_config.rst:416
msgid "Structure fields:"
msgstr "Campos de estructura:"
#: ../Doc/c-api/init_config.rst:90
msgid "List length."
msgstr "Longitud de la lista."
#: ../Doc/c-api/init_config.rst:94
msgid "List items."
msgstr "Elementos de la lista."
#: ../Doc/c-api/init_config.rst:97
msgid "PyStatus"
msgstr "PyStatus"
#: ../Doc/c-api/init_config.rst:101
msgid ""
"Structure to store an initialization function status: success, error or exit."
msgstr ""
"Estructura para almacenar el estado de una función de inicialización: éxito, "
"error o salida."
#: ../Doc/c-api/init_config.rst:104
msgid "For an error, it can store the C function name which created the error."
msgstr ""
"Para un error, puede almacenar el nombre de la función C que creó el error."
#: ../Doc/c-api/init_config.rst:110
msgid "Exit code. Argument passed to ``exit()``."
msgstr "Código de salida El argumento pasó a ``exit()``."
#: ../Doc/c-api/init_config.rst:114
msgid "Error message."
msgstr "Mensaje de error."
#: ../Doc/c-api/init_config.rst:118
msgid "Name of the function which created an error, can be ``NULL``."
msgstr "El nombre de la función que creó un error puede ser ``NULL``."
#: ../Doc/c-api/init_config.rst:120
msgid "Functions to create a status:"
msgstr "Funciones para crear un estado:"
#: ../Doc/c-api/init_config.rst:124
msgid "Success."
msgstr "Éxito."
#: ../Doc/c-api/init_config.rst:128
msgid "Initialization error with a message."
msgstr "Error de inicialización con un mensaje."
#: ../Doc/c-api/init_config.rst:132
msgid "Memory allocation failure (out of memory)."
msgstr "Error de asignación de memoria (sin memoria)."
#: ../Doc/c-api/init_config.rst:136
msgid "Exit Python with the specified exit code."
msgstr "Sale de Python con el código de salida especificado."
#: ../Doc/c-api/init_config.rst:138
msgid "Functions to handle a status:"
msgstr "Funciones para manejar un estado:"
#: ../Doc/c-api/init_config.rst:142
msgid ""
"Is the status an error or an exit? If true, the exception must be handled; "
"by calling :c:func:`Py_ExitStatusException` for example."
msgstr ""
"¿Es el estado un error o una salida? Si es verdadero, la excepción debe ser "
"manejada; por ejemplo llamando a :c:func:`Py_ExitStatusException`."
#: ../Doc/c-api/init_config.rst:147
msgid "Is the result an error?"
msgstr "¿Es el resultado un error?"
#: ../Doc/c-api/init_config.rst:151
msgid "Is the result an exit?"
msgstr "¿El resultado es una salida?"
#: ../Doc/c-api/init_config.rst:155
msgid ""
"Call ``exit(exitcode)`` if *status* is an exit. Print the error message and "
"exit with a non-zero exit code if *status* is an error. Must only be called "
"if ``PyStatus_Exception(status)`` is non-zero."
msgstr ""
"Llama a ``exit(exitcode)`` si *status* es una salida. Imprime el mensaje de "
"error y sale con un código de salida distinto de cero si *status* es un "
"error. Solo se debe llamar si ``PyStatus_Exception(status)`` no es cero."
#: ../Doc/c-api/init_config.rst:160
msgid ""
"Internally, Python uses macros which set ``PyStatus.func``, whereas "
"functions to create a status set ``func`` to ``NULL``."
msgstr ""
"Internamente, Python usa macros que establecen ``PyStatus.func``, mientras "
"que las funciones para crear un estado establecen ``func`` en ``NULL``."
#: ../Doc/c-api/init_config.rst:163
msgid "Example::"
msgstr "Ejemplo::"
#: ../Doc/c-api/init_config.rst:187
msgid "PyPreConfig"
msgstr "PyPreConfig"
#: ../Doc/c-api/init_config.rst:191
msgid "Structure used to preinitialize Python:"
msgstr "Estructura utilizada para preinicializar Python:"
#: ../Doc/c-api/init_config.rst:193
msgid "Set the Python memory allocator"
msgstr "Establece el asignador de memoria de Python"
#: ../Doc/c-api/init_config.rst:194
msgid "Configure the LC_CTYPE locale"
msgstr "Configure el entorno local LC_CTYPE"
#: ../Doc/c-api/init_config.rst:195
msgid "Set the UTF-8 mode"
msgstr "Establece el modo UTF-8"
#: ../Doc/c-api/init_config.rst:197
msgid "Function to initialize a preconfiguration:"
msgstr "Función para inicializar una preconfiguración:"
#: ../Doc/c-api/init_config.rst:201
msgid ""
"Initialize the preconfiguration with :ref:`Python Configuration <init-python-"
"config>`."
msgstr ""
"Inicializa la preconfiguración con :ref:`Configuración de Python <init-"
"python-config>`."
#: ../Doc/c-api/init_config.rst:206
msgid ""
"Initialize the preconfiguration with :ref:`Isolated Configuration <init-"
"isolated-conf>`."
msgstr ""
"Inicializa la preconfiguración con :ref:`Configuración aislada <init-"
"isolated-conf>`."
#: ../Doc/c-api/init_config.rst:213
msgid "Name of the memory allocator:"
msgstr "Nombre del asignador de memoria:"
#: ../Doc/c-api/init_config.rst:215
msgid ""
"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): don't change memory allocators (use "
"defaults)"
msgstr ""
"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): no cambie los asignadores de memoria "
"(use los valores predeterminados)"
#: ../Doc/c-api/init_config.rst:217
msgid "``PYMEM_ALLOCATOR_DEFAULT`` (``1``): default memory allocators"
msgstr ""
"``PYMEM_ALLOCATOR_DEFAULT`` (``1``): asignadores de memoria predeterminados"
#: ../Doc/c-api/init_config.rst:218
msgid ""
"``PYMEM_ALLOCATOR_DEBUG`` (``2``): default memory allocators with debug hooks"
msgstr ""
"``PYMEM_ALLOCATOR_DEBUG`` (``2``): asignadores de memoria predeterminados "
"con ganchos de depuración"
#: ../Doc/c-api/init_config.rst:220
msgid "``PYMEM_ALLOCATOR_MALLOC`` (``3``): force usage of ``malloc()``"
msgstr "``PYMEM_ALLOCATOR_MALLOC`` (``3``): fuerza el uso de ``malloc()``"
#: ../Doc/c-api/init_config.rst:221
msgid ""
"``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): force usage of ``malloc()`` with "
"debug hooks"
msgstr ""
"``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): fuerza el uso de ``malloc()`` con "
"ganchos de depuración"
#: ../Doc/c-api/init_config.rst:223
msgid ""
"``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Python pymalloc memory allocator "
"<pymalloc>`"
msgstr ""
"``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Python pymalloc memory allocator "
"<pymalloc>`"
#: ../Doc/c-api/init_config.rst:225
msgid ""
"``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`Python pymalloc memory "
"allocator <pymalloc>` with debug hooks"
msgstr ""
"``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`Python pymalloc memory "
"allocator <pymalloc>` con ganchos de depuración"
#: ../Doc/c-api/init_config.rst:228
msgid ""
"``PYMEM_ALLOCATOR_PYMALLOC`` and ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` are not "
"supported if Python is configured using ``--without-pymalloc``"
msgstr ""
"``PYMEM_ALLOCATOR_PYMALLOC`` y ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` no son "
"compatibles si Python está configurado con ``--with-pymalloc``"
#: ../Doc/c-api/init_config.rst:231
msgid "See :ref:`Memory Management <memory>`."
msgstr "Ver :ref:`Administración de memorias <memory>`."
#: ../Doc/c-api/init_config.rst:235
msgid ""
"Set the LC_CTYPE locale to the user preferred locale? If equals to 0, set :c:"
"member:`coerce_c_locale` and :c:member:`coerce_c_locale_warn` to 0."
msgstr ""
"¿Establece la configuración regional LC_CTYPE en la configuración regional "
"preferida por el usuario? Si es igual a 0, establece :c:member:"
"`coerce_c_locale` y :c:member:`coerce_c_locale_warn` en 0."
#: ../Doc/c-api/init_config.rst:240
msgid ""
"If equals to 2, coerce the C locale; if equals to 1, read the LC_CTYPE "
"locale to decide if it should be coerced."
msgstr ""
"Si es igual a 2, coaccione la configuración regional C; si es igual a 1, lea "
"la configuración regional LC_CTYPE para decidir si debe ser forzado."
#: ../Doc/c-api/init_config.rst:245
msgid "If non-zero, emit a warning if the C locale is coerced."
msgstr ""
"Si no es cero, emita una advertencia si la configuración regional C está "
"coaccionada."
#: ../Doc/c-api/init_config.rst:249
msgid "See :c:member:`PyConfig.dev_mode`."
msgstr "Ver :c:member:`PyConfig.dev_mode`."
#: ../Doc/c-api/init_config.rst:253
msgid "See :c:member:`PyConfig.isolated`."
msgstr "Ver :c:member:`PyConfig.isolated`."
#: ../Doc/c-api/init_config.rst:257
msgid ""
"If non-zero, disable UTF-8 Mode, set the Python filesystem encoding to "
"``mbcs``, set the filesystem error handler to ``replace``."
msgstr ""
"Si no es cero, desactive el modo UTF-8, configure la codificación del "
"sistema de archivos Python en ``mbcs``, configure el controlador de errores "
"del sistema de archivos en ``replace``."
#: ../Doc/c-api/init_config.rst:260 ../Doc/c-api/init_config.rst:546
msgid ""
"Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for "
"Windows specific code."
msgstr ""
"Solo disponible en Windows. La macro ``#ifdef MS_WINDOWS`` se puede usar "
"para el código específico de Windows."
#: ../Doc/c-api/init_config.rst:265
msgid ""
"If non-zero, :c:func:`Py_PreInitializeFromArgs` and :c:func:"
"`Py_PreInitializeFromBytesArgs` parse their ``argv`` argument the same way "
"the regular Python parses command line arguments: see :ref:`Command Line "
"Arguments <using-on-cmdline>`."
msgstr ""
"Si no es cero, :c:func:`Py_PreInitializeFromArgs` y :c:func:"
"`Py_PreInitializeFromBytesArgs` analizan su argumento ``argv`` de la misma "
"manera que Python analiza los argumentos de la línea de comandos: ver :ref:"
"`Argumentos de línea de comandos <using-on-cmdline>`."
#: ../Doc/c-api/init_config.rst:272
msgid "See :c:member:`PyConfig.use_environment`."
msgstr "Ver :c:member:`PyConfig.use_environment`."
#: ../Doc/c-api/init_config.rst:276
msgid "If non-zero, enable the UTF-8 mode."
msgstr "Si no es cero, habilita el modo UTF-8."
#: ../Doc/c-api/init_config.rst:279
msgid "Preinitialization with PyPreConfig"
msgstr "Preinicialización con PyPreConfig"
#: ../Doc/c-api/init_config.rst:281
msgid "Functions to preinitialize Python:"
msgstr "Funciones para preinicializar Python:"
#: ../Doc/c-api/init_config.rst:285
msgid "Preinitialize Python from *preconfig* preconfiguration."
msgstr "Preinicializa Python desde la preconfiguración *preconfig*."
#: ../Doc/c-api/init_config.rst:289
msgid ""
"Preinitialize Python from *preconfig* preconfiguration and command line "
"arguments (bytes strings)."
msgstr ""
"Preinicializa Python desde la preconfiguración *preconfig* y argumentos de "
"línea de comando (cadenas de caracteres de bytes)."
#: ../Doc/c-api/init_config.rst:294
msgid ""
"Preinitialize Python from *preconfig* preconfiguration and command line "
"arguments (wide strings)."
msgstr ""
"Preinicializa Python desde la preconfiguración *preconfig* y argumentos de "
"línea de comando (cadenas de caracteres anchas)."
#: ../Doc/c-api/init_config.rst:297 ../Doc/c-api/init_config.rst:715
msgid ""
"The caller is responsible to handle exceptions (error or exit) using :c:func:"
"`PyStatus_Exception` and :c:func:`Py_ExitStatusException`."
msgstr ""
"La persona que llama es responsable de manejar las excepciones (error o "
"salida) usando :c:func:`PyStatus_Exception` y :c:func:"
"`Py_ExitStatusException`."
#: ../Doc/c-api/init_config.rst:300
msgid ""
"For :ref:`Python Configuration <init-python-config>` (:c:func:"
"`PyPreConfig_InitPythonConfig`), if Python is initialized with command line "
"arguments, the command line arguments must also be passed to preinitialize "
"Python, since they have an effect on the pre-configuration like encodings. "
"For example, the :option:`-X utf8 <-X>` command line option enables the "
"UTF-8 Mode."
msgstr ""
"Para :ref:`Configuración de Python <init-python-config>` (:c:func:"
"`PyPreConfig_InitPythonConfig`), si Python se inicializa con argumentos de "
"línea de comando, los argumentos de línea de comando también deben pasarse "
"para preinicializar Python, ya que tienen un efecto en la preconfiguración "
"como codificaciones. Por ejemplo, la opción de línea de comando :option:`-X "
"utf8 <-X>` habilita el modo UTF-8."
#: ../Doc/c-api/init_config.rst:307
msgid ""
"``PyMem_SetAllocator()`` can be called after :c:func:`Py_PreInitialize` and "
"before :c:func:`Py_InitializeFromConfig` to install a custom memory "
"allocator. It can be called before :c:func:`Py_PreInitialize` if :c:member:"
"`PyPreConfig.allocator` is set to ``PYMEM_ALLOCATOR_NOT_SET``."
msgstr ""
"``PyMem_SetAllocator()`` se puede llamar después de :c:func:"
"`Py_PreInitialize` y antes :c:func:`Py_InitializeFromConfig` para instalar "
"un asignador de memoria personalizado. Se puede llamar antes :c:func:"
"`Py_PreInitialize` si :c:member:`PyPreConfig.allocator` está configurado en "
"``PYMEM_ALLOCATOR_NOT_SET``."
#: ../Doc/c-api/init_config.rst:312
msgid ""
"Python memory allocation functions like :c:func:`PyMem_RawMalloc` must not "
"be used before Python preinitialization, whereas calling directly "
"``malloc()`` and ``free()`` is always safe. :c:func:`Py_DecodeLocale` must "
"not be called before the preinitialization."
msgstr ""
"Las funciones de asignación de memoria de Python como :c:func:"
"`PyMem_RawMalloc` no deben usarse antes de la preinicialización de Python, "
"mientras que llamar directamente a ``malloc()`` y ``free()`` siempre es "
"seguro. :c:func:`Py_DecodeLocale` no debe llamarse antes de la "
"preinicialización."
#: ../Doc/c-api/init_config.rst:317
msgid "Example using the preinitialization to enable the UTF-8 Mode::"
msgstr "Ejemplo usando la preinicialización para habilitar el modo UTF-8::"
#: ../Doc/c-api/init_config.rst:338
msgid "PyConfig"
msgstr "PyConfig"
#: ../Doc/c-api/init_config.rst:342
msgid "Structure containing most parameters to configure Python."
msgstr ""
"Estructura que contiene la mayoría de los parámetros para configurar Python."
#: ../Doc/c-api/init_config.rst:344
msgid "Structure methods:"
msgstr "Métodos de estructura:"
#: ../Doc/c-api/init_config.rst:348
msgid ""
"Initialize configuration with :ref:`Python Configuration <init-python-"
"config>`."
msgstr ""
"Inicializa la configuración con :ref:`Configuración de Python <init-python-"
"config>`."
#: ../Doc/c-api/init_config.rst:353
msgid ""
"Initialize configuration with :ref:`Isolated Configuration <init-isolated-"
"conf>`."
msgstr ""
"Inicializa la configuración con :ref:`Configuración aislada <init-isolated-"
"conf>`."
#: ../Doc/c-api/init_config.rst:358
msgid "Copy the wide character string *str* into ``*config_str``."
msgstr "Copia la cadena de caracteres anchos *str* en ``*config_str``."
#: ../Doc/c-api/init_config.rst:360 ../Doc/c-api/init_config.rst:366
#: ../Doc/c-api/init_config.rst:372 ../Doc/c-api/init_config.rst:378
#: ../Doc/c-api/init_config.rst:384 ../Doc/c-api/init_config.rst:392
msgid "Preinitialize Python if needed."
msgstr "Preinicializa Python si es necesario."
#: ../Doc/c-api/init_config.rst:364
msgid ""
"Decode *str* using ``Py_DecodeLocale()`` and set the result into "
"``*config_str``."
msgstr ""
"Decodifica *str* usando ``Py_DecodeLocale()`` y configure el resultado en "
"``*config_str``."
#: ../Doc/c-api/init_config.rst:370
msgid "Set command line arguments from wide character strings."
msgstr ""
"Establezca argumentos de línea de comando a partir de cadenas de caracteres "
"anchas."
#: ../Doc/c-api/init_config.rst:376
msgid ""
"Set command line arguments: decode bytes using :c:func:`Py_DecodeLocale`."
msgstr ""
"Establezca argumentos de línea de comando: decodifique bytes usando :c:func:"
"`Py_DecodeLocale`."
#: ../Doc/c-api/init_config.rst:382
msgid "Set the list of wide strings *list* to *length* and *items*."
msgstr ""
"Establece la lista de cadenas de caracteres anchas *list* a *length* y "
"*items*."
#: ../Doc/c-api/init_config.rst:388
msgid "Read all Python configuration."
msgstr "Lee toda la configuración de Python."
#: ../Doc/c-api/init_config.rst:390
msgid "Fields which are already initialized are left unchanged."
msgstr "Los campos que ya están inicializados no se modifican."
#: ../Doc/c-api/init_config.rst:396
msgid "Release configuration memory."
msgstr "Libera memoria de configuración."
#: ../Doc/c-api/init_config.rst:398
msgid ""
"Most ``PyConfig`` methods preinitialize Python if needed. In that case, the "
"Python preinitialization configuration in based on the :c:type:`PyConfig`. "
"If configuration fields which are in common with :c:type:`PyPreConfig` are "
"tuned, they must be set before calling a :c:type:`PyConfig` method:"
msgstr ""
"La mayoría de los métodos ``PyConfig`` preinicializan Python si es "
"necesario. En ese caso, la configuración de preinicialización de Python se "
"basa en :c:type:`PyConfig`. Si los campos de configuración que son comunes "
"con :c:type:`PyPreConfig` están ajustados, deben configurarse antes de "
"llamar al método :c:type:`PyConfig`:"
#: ../Doc/c-api/init_config.rst:403
msgid ":c:member:`~PyConfig.dev_mode`"
msgstr ":c:member:`~PyConfig.dev_mode`"
#: ../Doc/c-api/init_config.rst:404
msgid ":c:member:`~PyConfig.isolated`"
msgstr ":c:member:`~PyConfig.isolated`"
#: ../Doc/c-api/init_config.rst:405
msgid ":c:member:`~PyConfig.parse_argv`"
msgstr ":c:member:`~PyConfig.parse_argv`"
#: ../Doc/c-api/init_config.rst:406
msgid ":c:member:`~PyConfig.use_environment`"
msgstr ":c:member:`~PyConfig.use_environment`"
#: ../Doc/c-api/init_config.rst:408
msgid ""
"Moreover, if :c:func:`PyConfig_SetArgv` or :c:func:`PyConfig_SetBytesArgv` "
"is used, this method must be called first, before other methods, since the "
"preinitialization configuration depends on command line arguments (if :c:"
"member:`parse_argv` is non-zero)."
msgstr ""
"Además, si se utiliza :c:func:`PyConfig_SetArgv` o :c:func:"
"`PyConfig_SetBytesArgv`, este método debe llamarse primero, antes que otros "
"métodos, ya que la configuración de preinicialización depende de los "
"argumentos de la línea de comandos (si :c:member:`parse_argv` no es cero)."
#: ../Doc/c-api/init_config.rst:413
msgid ""
"The caller of these methods is responsible to handle exceptions (error or "
"exit) using ``PyStatus_Exception()`` and ``Py_ExitStatusException()``."
msgstr ""
"Quien llama de estos métodos es responsable de manejar las excepciones "
"(error o salida) usando ``PyStatus_Exception()`` y "
"``Py_ExitStatusException()``."
#: ../Doc/c-api/init_config.rst:420
msgid ""
"Command line arguments, :data:`sys.argv`. See :c:member:`~PyConfig."
"parse_argv` to parse :c:member:`~PyConfig.argv` the same way the regular "
"Python parses Python command line arguments. If :c:member:`~PyConfig.argv` "
"is empty, an empty string is added to ensure that :data:`sys.argv` always "
"exists and is never empty."
msgstr ""
"Argumentos de línea de comando, :data:`sys.argv`. Consulta :c:member:"
"`~PyConfig.parse_argv` para analizar :c:member:`~PyConfig.argv` de la misma "
"manera que Python normal analiza los argumentos de la línea de comandos de "
"Python. Si :c:member:`~PyConfig.argv` está vacío, se agrega una cadena de "
"caracteres vacía para garantizar que :data:`sys.argv` siempre exista y nunca "
"esté vacío."
#: ../Doc/c-api/init_config.rst:428
msgid ":data:`sys.base_exec_prefix`."
msgstr ":data:`sys.base_exec_prefix`."
#: ../Doc/c-api/init_config.rst:432
msgid ""
":data:`sys._base_executable`: ``__PYVENV_LAUNCHER__`` environment variable "
"value, or copy of :c:member:`PyConfig.executable`."
msgstr ""
":data:`sys._base_executable`: ``__PYVENV_LAUNCHER__`` valor de la variable "
"de entorno, o copia de :c:member:`PyConfig.executable`."
#: ../Doc/c-api/init_config.rst:437
msgid ":data:`sys.base_prefix`."
msgstr ":data:`sys.base_prefix`."
#: ../Doc/c-api/init_config.rst:441
msgid ""
"If equals to 0, enable unbuffered mode, making the stdout and stderr streams "
"unbuffered."
msgstr ""
"Si es igual a 0, habilite el modo sin búfer, haciendo que las secuencias "
"stdout y stderr no tengan búfer."
#: ../Doc/c-api/init_config.rst:444
msgid "stdin is always opened in buffered mode."
msgstr "stdin siempre se abre en modo de búfer."
#: ../Doc/c-api/init_config.rst:448
msgid ""
"If equals to 1, issue a warning when comparing :class:`bytes` or :class:"
"`bytearray` with :class:`str`, or comparing :class:`bytes` with :class:"
"`int`. If equal or greater to 2, raise a :exc:`BytesWarning` exception."
msgstr ""
"Si es igual a 1, emita una advertencia cuando compare :class:`bytes` o :"
"class:`bytearray` con :class:`str`, o compare :class:`bytes` con :class:"
"`int`. Si es igual o mayor a 2, lanza una excepción :exc:`BytesWarning`."
#: ../Doc/c-api/init_config.rst:455
msgid ""
"Control the validation behavior of hash-based ``.pyc`` files (see :pep:"
"`552`): :option:`--check-hash-based-pycs` command line option value."
msgstr ""
"Controla el comportamiento de validación de los archivos ``.pyc`` basados en "
"hash (consulte :pep:`552`): con el valor de la opción de línea de comando :"
"option:`--check-hash-based-pycs`."
#: ../Doc/c-api/init_config.rst:458
msgid "Valid values: ``always``, ``never`` and ``default``."
msgstr "Valores válidos: ``always``, ``never`` y ``default``."
#: ../Doc/c-api/init_config.rst:460
msgid "The default value is: ``default``."
msgstr "El valor predeterminado es: ``default``."
#: ../Doc/c-api/init_config.rst:464
msgid ""
"If non-zero, configure C standard streams (``stdio``, ``stdout``, "
"``stdout``). For example, set their mode to ``O_BINARY`` on Windows."
msgstr ""
"Si no es cero, configure las secuencias estándar C (``stdio``, ``stdout``, "
"``stdout``). Por ejemplo, configure su modo en ``O_BINARY`` en Windows."
#: ../Doc/c-api/init_config.rst:469
msgid "Development mode: see :option:`-X dev <-X>`."
msgstr "Modo de desarrollo: ver :option:`-X dev <-X>`."
#: ../Doc/c-api/init_config.rst:473
msgid "If non-zero, dump all objects which are still alive at exit."
msgstr ""
"Si no es cero, volcar todos los objetos que aún están vivos en la salida."
#: ../Doc/c-api/init_config.rst:475
msgid ""
"Require a debug build of Python (``Py_REF_DEBUG`` macro must be defined)."
msgstr ""
"Requerir una compilación de depuración de Python (la macro ``Py_REF_DEBUG`` "
"debe estar definida)."
#: ../Doc/c-api/init_config.rst:479
msgid ":data:`sys.exec_prefix`."
msgstr ":data:`sys.exec_prefix`."
#: ../Doc/c-api/init_config.rst:483
msgid ":data:`sys.executable`."
msgstr ":data:`sys.executable`."
#: ../Doc/c-api/init_config.rst:487
msgid "If non-zero, call :func:`faulthandler.enable` at startup."
msgstr "Si no es cero, llama a :func:`faulthandler.enable` al inicio."
#: ../Doc/c-api/init_config.rst:491
msgid "Filesystem encoding, :func:`sys.getfilesystemencoding`."
msgstr ""
"Codificación del sistema de archivos, :func:`sys.getfilesystemencoding`."
#: ../Doc/c-api/init_config.rst:495
msgid "Filesystem encoding errors, :func:`sys.getfilesystemencodeerrors`."
msgstr ""
"Errores de codificación del sistema de archivos, :func:`sys."
"getfilesystemencodeerrors`."
#: ../Doc/c-api/init_config.rst:500
msgid "Randomized hash function seed."
msgstr "Funciones de semillas aleatorias hash."
#: ../Doc/c-api/init_config.rst:502
msgid ""
"If :c:member:`~PyConfig.use_hash_seed` is zero, a seed is chosen randomly at "
"Pythonstartup, and :c:member:`~PyConfig.hash_seed` is ignored."
msgstr ""
"Si :c:member:`~PyConfig.use_hash_seed` es cero, se elige una semilla "
"aleatoriamente en Pythonstartup, y :c:member:`~PyConfig.hash_seed` se ignora."
#: ../Doc/c-api/init_config.rst:507
msgid "Python home directory."
msgstr "Directorio de inicio de Python."
#: ../Doc/c-api/init_config.rst:509
msgid ""
"Initialized from :envvar:`PYTHONHOME` environment variable value by default."
msgstr ""
"Inicializado desde valor de variable de entorno :envvar:`PYTHONHOME` por "
"defecto."
#: ../Doc/c-api/init_config.rst:514
msgid "If non-zero, profile import time."
msgstr "Si no es cero, el tiempo de importación del perfil."
#: ../Doc/c-api/init_config.rst:518
msgid "Enter interactive mode after executing a script or a command."
msgstr ""
"Ingresa al modo interactivo después de ejecutar un script o un comando."
#: ../Doc/c-api/init_config.rst:522
msgid "Install signal handlers?"
msgstr "¿Instala manejadores de señal?"
#: ../Doc/c-api/init_config.rst:526
msgid "Interactive mode."
msgstr "Modo interactivo."
#: ../Doc/c-api/init_config.rst:530
msgid "If greater than 0, enable isolated mode:"
msgstr "Si es mayor que 0, habilite el modo aislado:"
#: ../Doc/c-api/init_config.rst:532
msgid ""
":data:`sys.path` contains neither the script's directory (computed from "
"``argv[0]`` or the current directory) nor the user's site-packages directory."
msgstr ""
":data:`sys.path` no contiene ni el directorio del script (calculado a partir "
"de ``argv[0]`` o el directorio actual) ni el directorio de paquetes del "
"sitio del usuario."
#: ../Doc/c-api/init_config.rst:535
msgid ""
"Python REPL doesn't import :mod:`readline` nor enable default readline "
"configuration on interactive prompts."
msgstr ""
"Python REPL no importa :mod:`readline` ni habilita la configuración "
"predeterminada de readline en mensajes interactivos."
#: ../Doc/c-api/init_config.rst:537
msgid ""
"Set :c:member:`~PyConfig.use_environment` and :c:member:`~PyConfig."
"user_site_directory` to 0."
msgstr ""
"Establece :c:member:`~PyConfig.use_environment` y :c:member:`~PyConfig."
"user_site_directory` en 0."
#: ../Doc/c-api/init_config.rst:542
msgid ""
"If non-zero, use :class:`io.FileIO` instead of :class:`io.WindowsConsoleIO` "
"for :data:`sys.stdin`, :data:`sys.stdout` and :data:`sys.stderr`."
msgstr ""
"Si no es cero, usa :class:`io.FileIO` en lugar de :class:`io."
"WindowsConsoleIO` para :data:`sys.stdin`, :data:`sys.stdout` y :data:`sys."
"stderr`."
#: ../Doc/c-api/init_config.rst:551
msgid ""
"If non-zero, dump statistics on :ref:`Python pymalloc memory allocator "
"<pymalloc>` at exit."
msgstr ""
"Si no es cero, volcar las estadísticas en :ref:`Asignador de memoria Python "
"pymalloc <pymalloc>` en la salida."
#: ../Doc/c-api/init_config.rst:554
msgid "The option is ignored if Python is built using ``--without-pymalloc``."
msgstr ""
"La opción se ignora si Python se construye usando ``--without-pymalloc``."
#: ../Doc/c-api/init_config.rst:558
msgid ""
"Module search paths as a string separated by ``DELIM`` (:data:`os.path."
"pathsep`)."
msgstr ""
"Módulo de rutas de búsqueda como una cadena separada por ``DELIM`` (:data:"
"`os.path.pathsep`)."
#: ../Doc/c-api/init_config.rst:561
msgid ""
"Initialized from :envvar:`PYTHONPATH` environment variable value by default."
msgstr ""
"Inicializado desde valor de variable de entorno :envvar:`PYTHONPATH` por "
"defecto."
#: ../Doc/c-api/init_config.rst:567
msgid ""
":data:`sys.path`. If :c:member:`~PyConfig.module_search_paths_set` is equal "
"to 0, the :c:member:`~PyConfig.module_search_paths` is overridden by the "
"function calculating the :ref:`Path Configuration <init-path-config>`."
msgstr ""
":data:`sys.path`. Si :c:member:`~PyConfig.module_search_paths_set` es igual "
"a 0, el :c:member:`~PyConfig.module_search_paths` es anulado por la función "
"que calcula :ref:`Configuración de ruta <init-path-config>` ."
#: ../Doc/c-api/init_config.rst:574
msgid "Compilation optimization level:"
msgstr "Nivel de optimización de compilación:"
#: ../Doc/c-api/init_config.rst:576
msgid "0: Peephole optimizer (and ``__debug__`` is set to ``True``)"
msgstr ""
"0: Optimizador de mirilla (y ``__debug__`` está configurado como ``True``)"
#: ../Doc/c-api/init_config.rst:577
msgid "1: Remove assertions, set ``__debug__`` to ``False``"
msgstr "1: Elimina las aserciones, establece ``__debug__`` en ``False``"
#: ../Doc/c-api/init_config.rst:578
msgid "2: Strip docstrings"
msgstr "2: *Strip* docstrings"
#: ../Doc/c-api/init_config.rst:582
msgid ""
"If non-zero, parse :c:member:`~PyConfig.argv` the same way the regular "
"Python command line arguments, and strip Python arguments from :c:member:"
"`~PyConfig.argv`: see :ref:`Command Line Arguments <using-on-cmdline>`."
msgstr ""
"Si no es cero, analiza :c:member:`~PyConfig.argv` de la misma manera que los "
"argumentos regulares de la línea de comandos de Python, y elimine los "
"argumentos de Python de :c:member:`~PyConfig.argv`: vea :ref:`Argumentos de "
"línea de comando <using-on-cmdline>`."
#: ../Doc/c-api/init_config.rst:589
msgid ""
"If non-zero, turn on parser debugging output (for expert only, depending on "
"compilation options)."
msgstr ""
"Si no es cero, activa la salida de depuración del analizador (solo para "
"expertos, dependiendo de las opciones de compilación)."
#: ../Doc/c-api/init_config.rst:594
msgid ""
"If equal to 0, suppress warnings when calculating the :ref:`Path "
"Configuration <init-path-config>` (Unix only, Windows does not log any "
"warning). Otherwise, warnings are written into ``stderr``."
msgstr ""
"Si es igual a 0, suprime las advertencias al calcular :ref:`Configuración de "
"ruta <init-path-config>` (solo Unix, Windows no registra ninguna "
"advertencia). De lo contrario, las advertencias se escriben en ``stderr``."
#: ../Doc/c-api/init_config.rst:600
msgid ":data:`sys.prefix`."
msgstr ":data:`sys.prefix`."
#: ../Doc/c-api/init_config.rst:604
msgid ""
"Program name. Used to initialize :c:member:`~PyConfig.executable`, and in "
"early error messages."
msgstr ""
"Nombre del programa Se usa para inicializar :c:member:`~PyConfig."
"executable`, y en los primeros mensajes de error."
#: ../Doc/c-api/init_config.rst:609
msgid ":data:`sys.pycache_prefix`: ``.pyc`` cache prefix."
msgstr ":data:`sys.pycache_prefix`: prefijo de caché ``.pyc``."
#: ../Doc/c-api/init_config.rst:611