6
6
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
+ "PO-Revision-Date : 2021-04-05 21:00-0300\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : \n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.4.2\n "
22
24
23
25
#: ../Doc/whatsnew/2.6.rst:5
24
26
msgid "What's New in Python 2.6"
25
- msgstr ""
27
+ msgstr "Qué hay de nuevo en Python 2.6 "
26
28
27
29
#: ../Doc/whatsnew/2.6.rst
28
30
msgid "Author"
29
- msgstr ""
31
+ msgstr "Autor "
30
32
31
33
#: ../Doc/whatsnew/2.6.rst:9
32
34
msgid "A.M. Kuchling (amk at amk.ca)"
33
- msgstr ""
35
+ msgstr "A.M. Kuchling (amk arroba amk.ca) "
34
36
35
37
#: ../Doc/whatsnew/2.6.rst:52
36
38
msgid ""
37
39
"This article explains the new features in Python 2.6, released on October 1 "
38
40
"2008. The release schedule is described in :pep:`361`."
39
41
msgstr ""
42
+ "Este articulo explica las nuevas características en Python 2.6, publicado el "
43
+ "1 de Octubre de 2008. El calendario de publicación se describe en :pep:`361`."
40
44
41
45
#: ../Doc/whatsnew/2.6.rst:55
42
46
msgid ""
@@ -48,13 +52,25 @@ msgid ""
48
52
"compatibility functions in a :mod:`future_builtins` module and a :option:"
49
53
"`!-3` switch to warn about usages that will become unsupported in 3.0."
50
54
msgstr ""
55
+ "El tema principal de Python 2.6 es preparar el camino de migración a Python "
56
+ "3.0, un importante rediseño del lenguaje. Siempre que sea posible, Python "
57
+ "2.6 incorpora nuevas características y sintaxis de 3.0 mientras sigue siendo "
58
+ "compatible con el código existente al no eliminar características o sintaxis "
59
+ "más antiguas. Cuando no es posible hacer eso, Python 2.6 intenta hacer lo "
60
+ "que puede, agregando funciones de compatibilidad en el módulo :mod:"
61
+ "`future_builtins` y un interruptor :option:`!-3` para advertir sobre usos "
62
+ "que dejarán de ser compatibles en 3.0 ."
51
63
52
64
#: ../Doc/whatsnew/2.6.rst:64
53
65
msgid ""
54
66
"Some significant new packages have been added to the standard library, such "
55
67
"as the :mod:`multiprocessing` and :mod:`json` modules, but there aren't many "
56
68
"new features that aren't related to Python 3.0 in some way."
57
69
msgstr ""
70
+ "Se han agregado algunos paquetes nuevos importantes a la biblioteca "
71
+ "estándar, como los módulos :mod:`multiprocessing` y :mod:` json`, pero no "
72
+ "hay muchas características nuevas que no estén relacionadas con Python 3.0 "
73
+ "de alguna manera."
58
74
59
75
#: ../Doc/whatsnew/2.6.rst:69
60
76
msgid ""
@@ -63,6 +79,10 @@ msgid ""
63
79
"applied and 612 bugs fixed between Python 2.5 and 2.6. Both figures are "
64
80
"likely to be underestimates."
65
81
msgstr ""
82
+ "Python 2.6 también incluye una serie de mejoras y correcciones de errores en "
83
+ "el código fuente. Una búsqueda en los registros de cambios encuentra que se "
84
+ "aplicaron 259 parches y se corrigieron 612 errores entre Python 2.5 y 2.6. "
85
+ "Es probable que ambas cifras estén subestimadas."
66
86
67
87
#: ../Doc/whatsnew/2.6.rst:74
68
88
msgid ""
@@ -73,10 +93,17 @@ msgid ""
73
93
"particular new feature. Whenever possible, \" What's New in Python\" links to "
74
94
"the bug/patch item for each change."
75
95
msgstr ""
96
+ "Este artículo no intenta proporcionar una especificación completa de las "
97
+ "nuevas características, sino que proporciona una conveniente descripción "
98
+ "general. Para obtener detalles completos, debe consultar la documentación de "
99
+ "Python 2.6. Si desea comprender la justificación del diseño y la "
100
+ "implementación, consulte el PEP de una característica nueva en particular. "
101
+ "Siempre que sea posible, \" Qué hay de nuevo en Python\" enlaza con el "
102
+ "elemento de error / parche para cada cambio."
76
103
77
104
#: ../Doc/whatsnew/2.6.rst:90
78
105
msgid "Python 3.0"
79
- msgstr ""
106
+ msgstr "Python 3.0 "
80
107
81
108
#: ../Doc/whatsnew/2.6.rst:92
82
109
msgid ""
@@ -198,31 +225,31 @@ msgstr ""
198
225
199
226
#: ../Doc/whatsnew/2.6.rst:185
200
227
msgid "https://bugs.python.org"
201
- msgstr ""
228
+ msgstr "https://bugs.python.org "
202
229
203
230
#: ../Doc/whatsnew/2.6.rst:185
204
231
msgid "The Python bug tracker."
205
232
msgstr ""
206
233
207
234
#: ../Doc/whatsnew/2.6.rst:188
208
235
msgid "http://bugs.jython.org:"
209
- msgstr ""
236
+ msgstr "http://bugs.jython.org: "
210
237
211
238
#: ../Doc/whatsnew/2.6.rst:188
212
239
msgid "The Jython bug tracker."
213
240
msgstr ""
214
241
215
242
#: ../Doc/whatsnew/2.6.rst:191
216
243
msgid "http://roundup.sourceforge.net/"
217
- msgstr ""
244
+ msgstr "http://roundup.sourceforge.net/ "
218
245
219
246
#: ../Doc/whatsnew/2.6.rst:191
220
247
msgid "Roundup downloads and documentation."
221
248
msgstr ""
222
249
223
250
#: ../Doc/whatsnew/2.6.rst:193
224
251
msgid "http://svn.python.org/view/tracker/importer/"
225
- msgstr ""
252
+ msgstr "http://svn.python.org/view/tracker/importer/ "
226
253
227
254
#: ../Doc/whatsnew/2.6.rst:194
228
255
msgid "Martin von Löwis's conversion scripts."
@@ -287,15 +314,15 @@ msgstr ""
287
314
288
315
#: ../Doc/whatsnew/2.6.rst:239
289
316
msgid "`Sphinx <http://sphinx-doc.org/>`__"
290
- msgstr ""
317
+ msgstr "`Sphinx <http://sphinx-doc.org/>`__ "
291
318
292
319
#: ../Doc/whatsnew/2.6.rst:239
293
320
msgid "Documentation and code for the Sphinx toolchain."
294
321
msgstr ""
295
322
296
323
#: ../Doc/whatsnew/2.6.rst:241
297
324
msgid "`Docutils <http://docutils.sourceforge.net>`__"
298
- msgstr ""
325
+ msgstr "`Docutils <http://docutils.sourceforge.net>`__ "
299
326
300
327
#: ../Doc/whatsnew/2.6.rst:242
301
328
msgid "The underlying reStructuredText parser and toolset."
@@ -610,7 +637,7 @@ msgstr ""
610
637
611
638
#: ../Doc/whatsnew/2.6.rst:533
612
639
msgid "Windows: :file:`%APPDATA%/Python`"
613
- msgstr ""
640
+ msgstr "Windows: :file:`%APPDATA%/Python` "
614
641
615
642
#: ../Doc/whatsnew/2.6.rst:535
616
643
msgid ""
@@ -794,31 +821,31 @@ msgstr ""
794
821
795
822
#: ../Doc/whatsnew/2.6.rst:791
796
823
msgid "< (default)"
797
- msgstr ""
824
+ msgstr "< (default) "
798
825
799
826
#: ../Doc/whatsnew/2.6.rst:791
800
827
msgid "Left-align"
801
828
msgstr ""
802
829
803
830
#: ../Doc/whatsnew/2.6.rst:792
804
831
msgid ">"
805
- msgstr ""
832
+ msgstr "> "
806
833
807
834
#: ../Doc/whatsnew/2.6.rst:792
808
835
msgid "Right-align"
809
836
msgstr ""
810
837
811
838
#: ../Doc/whatsnew/2.6.rst:793
812
839
msgid "^"
813
- msgstr ""
840
+ msgstr "^ "
814
841
815
842
#: ../Doc/whatsnew/2.6.rst:793
816
843
msgid "Center"
817
844
msgstr ""
818
845
819
846
#: ../Doc/whatsnew/2.6.rst:794
820
847
msgid "="
821
- msgstr ""
848
+ msgstr "= "
822
849
823
850
#: ../Doc/whatsnew/2.6.rst:794
824
851
msgid "(For numeric types only) Pad after the sign."
@@ -839,15 +866,15 @@ msgstr ""
839
866
840
867
#: ../Doc/whatsnew/2.6.rst:810
841
868
msgid "``b``"
842
- msgstr ""
869
+ msgstr "``b`` "
843
870
844
871
#: ../Doc/whatsnew/2.6.rst:810
845
872
msgid "Binary. Outputs the number in base 2."
846
873
msgstr ""
847
874
848
875
#: ../Doc/whatsnew/2.6.rst:811
849
876
msgid "``c``"
850
- msgstr ""
877
+ msgstr "``c`` "
851
878
852
879
#: ../Doc/whatsnew/2.6.rst:811
853
880
msgid ""
@@ -857,23 +884,23 @@ msgstr ""
857
884
858
885
#: ../Doc/whatsnew/2.6.rst:813
859
886
msgid "``d``"
860
- msgstr ""
887
+ msgstr "``d`` "
861
888
862
889
#: ../Doc/whatsnew/2.6.rst:813
863
890
msgid "Decimal Integer. Outputs the number in base 10."
864
891
msgstr ""
865
892
866
893
#: ../Doc/whatsnew/2.6.rst:814
867
894
msgid "``o``"
868
- msgstr ""
895
+ msgstr "``o`` "
869
896
870
897
#: ../Doc/whatsnew/2.6.rst:814
871
898
msgid "Octal format. Outputs the number in base 8."
872
899
msgstr ""
873
900
874
901
#: ../Doc/whatsnew/2.6.rst:815
875
902
msgid "``x``"
876
- msgstr ""
903
+ msgstr "``x`` "
877
904
878
905
#: ../Doc/whatsnew/2.6.rst:815
879
906
msgid ""
@@ -883,7 +910,7 @@ msgstr ""
883
910
884
911
#: ../Doc/whatsnew/2.6.rst:817
885
912
msgid "``e``"
886
- msgstr ""
913
+ msgstr "``e`` "
887
914
888
915
#: ../Doc/whatsnew/2.6.rst:817
889
916
msgid ""
@@ -893,7 +920,7 @@ msgstr ""
893
920
894
921
#: ../Doc/whatsnew/2.6.rst:819
895
922
msgid "``g``"
896
- msgstr ""
923
+ msgstr "``g`` "
897
924
898
925
#: ../Doc/whatsnew/2.6.rst:819
899
926
msgid ""
@@ -903,7 +930,7 @@ msgstr ""
903
930
904
931
#: ../Doc/whatsnew/2.6.rst:822
905
932
msgid "``n``"
906
- msgstr ""
933
+ msgstr "``n`` "
907
934
908
935
#: ../Doc/whatsnew/2.6.rst:822
909
936
msgid ""
@@ -914,7 +941,7 @@ msgstr ""
914
941
915
942
#: ../Doc/whatsnew/2.6.rst:825
916
943
msgid "``%``"
917
- msgstr ""
944
+ msgstr "``%`` "
918
945
919
946
#: ../Doc/whatsnew/2.6.rst:825
920
947
msgid ""
@@ -936,7 +963,7 @@ msgstr ""
936
963
937
964
#: ../Doc/whatsnew/2.6.rst:849
938
965
msgid ":ref:`formatstrings`"
939
- msgstr ""
966
+ msgstr ":ref:`formatstrings` "
940
967
941
968
#: ../Doc/whatsnew/2.6.rst:849
942
969
msgid "The reference documentation for format fields."
@@ -1481,15 +1508,15 @@ msgstr ""
1481
1508
1482
1509
#: ../Doc/whatsnew/2.6.rst:1373
1483
1510
msgid "This is equivalent to::"
1484
- msgstr ""
1511
+ msgstr "Esto es equivalente a:: "
1485
1512
1486
1513
#: ../Doc/whatsnew/2.6.rst:1382
1487
1514
msgid ":pep:`3129` - Class Decorators"
1488
1515
msgstr ""
1489
1516
1490
1517
#: ../Doc/whatsnew/2.6.rst:1383
1491
1518
msgid "PEP written by Collin Winter."
1492
- msgstr ""
1519
+ msgstr "PEP escrita por Collin Winter. "
1493
1520
1494
1521
#: ../Doc/whatsnew/2.6.rst:1390
1495
1522
msgid "PEP 3141: A Type Hierarchy for Numbers"
@@ -1557,7 +1584,7 @@ msgstr ""
1557
1584
1558
1585
#: ../Doc/whatsnew/2.6.rst:1432
1559
1586
msgid "PEP written by Jeffrey Yasskin."
1560
- msgstr ""
1587
+ msgstr "PEP escrita por Jeffrey Yasskin. "
1561
1588
1562
1589
#: ../Doc/whatsnew/2.6.rst:1434
1563
1590
msgid ""
@@ -2929,7 +2956,7 @@ msgstr ""
2929
2956
2930
2957
#: ../Doc/whatsnew/2.6.rst:2582
2931
2958
msgid "(:issue:`1513695`)"
2932
- msgstr ""
2959
+ msgstr "(:issue:`1513695`) "
2933
2960
2934
2961
#: ../Doc/whatsnew/2.6.rst:2584
2935
2962
msgid ""
@@ -3685,7 +3712,7 @@ msgstr ""
3685
3712
3686
3713
#: ../Doc/whatsnew/2.6.rst:3308
3687
3714
msgid "Acknowledgements"
3688
- msgstr ""
3715
+ msgstr "Agradecimientos "
3689
3716
3690
3717
#: ../Doc/whatsnew/2.6.rst:3310
3691
3718
msgid ""
0 commit comments