@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022-11-12 21:27-0300 \n "
14
+ "PO-Revision-Date : 2024-01-28 19:15+0000 \n "
15
15
"Last-Translator : Alfonso Areiza Guerra <alfareiza@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.4.1\n "
23
24
24
25
#: ../Doc/library/csv.rst:2
25
26
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -284,6 +285,8 @@ msgid ""
284
285
"If the argument passed to *fieldnames* is an iterator, it will be coerced to "
285
286
"a :class:`list`."
286
287
msgstr ""
288
+ "Si el argumento pasado a *fieldnames* es un iterador, sera forzado a una :"
289
+ "class:`list`."
287
290
288
291
#: ../Doc/library/csv.rst:172
289
292
msgid "Returned rows are now of type :class:`OrderedDict`."
@@ -473,12 +476,12 @@ msgstr ""
473
476
"Ordena a los objetos :class:`writer` citar todos los campos no numéricos."
474
477
475
478
#: ../Doc/library/csv.rst:330
476
- #, fuzzy
477
479
msgid ""
478
480
"Instructs :class:`reader` objects to convert all non-quoted fields to type "
479
481
"*float*."
480
482
msgstr ""
481
- "Ordena al *reader* a convertir todos los campos no citados al tipo *float*."
483
+ "Ordena a los objetos :class:`reader` convertir todos los campos no entre "
484
+ "comillas al tipo *float*."
482
485
483
486
#: ../Doc/library/csv.rst:335
484
487
msgid ""
@@ -494,39 +497,51 @@ msgstr ""
494
497
"encontrado."
495
498
496
499
#: ../Doc/library/csv.rst:340
497
- #, fuzzy
498
500
msgid ""
499
501
"Instructs :class:`reader` objects to perform no special processing of quote "
500
502
"characters."
501
503
msgstr ""
502
- "Ordena a :class:`reader` no ejecutar un procesamiento especial de caracteres "
503
- "citados ."
504
+ "Ordena a los objetos :class:`reader` no ejecutar un procesamiento especial "
505
+ "de caracteres comillas ."
504
506
505
507
#: ../Doc/library/csv.rst:344
506
508
msgid ""
507
509
"Instructs :class:`writer` objects to quote all fields which are not "
508
510
"``None``. This is similar to :data:`QUOTE_ALL`, except that if a field "
509
511
"value is ``None`` an empty (unquoted) string is written."
510
512
msgstr ""
513
+ "Ordena a los objetos :class:`writer` poner entre comillas todos los campos "
514
+ "que no sean ``None``. Esto es similar a :data:`QUOTE_ALL`, con la excepción "
515
+ "que si un campo es ``None`` se escribe una cadena de caracteres vacía (sin "
516
+ "comillas)."
511
517
512
518
#: ../Doc/library/csv.rst:348
513
519
msgid ""
514
520
"Instructs :class:`reader` objects to interpret an empty (unquoted) field as "
515
521
"None and to otherwise behave as :data:`QUOTE_ALL`."
516
522
msgstr ""
523
+ "Ordena a los objetos :class:`reader` interpretar un campo vacío (sin "
524
+ "comillas) como None y en caso contrario comportarse como :data:`QUOTE_ALL`."
517
525
518
526
#: ../Doc/library/csv.rst:353
519
527
msgid ""
520
528
"Instructs :class:`writer` objects to always place quotes around fields which "
521
529
"are strings. This is similar to :data:`QUOTE_NONNUMERIC`, except that if a "
522
530
"field value is ``None`` an empty (unquoted) string is written."
523
531
msgstr ""
532
+ "Ordena a los objetos :class:`writer` siempre poner comillas alrededor de "
533
+ "campos que sean cadenas de caracteres. Esto es similar a :data:"
534
+ "`QUOTE_NONNUMERIC`, con la excepción que si el valor de un campo es ``None`` "
535
+ "se escribe una cadena de caracteres vacía (sin comillas)."
524
536
525
537
#: ../Doc/library/csv.rst:357
526
538
msgid ""
527
539
"Instructs :class:`reader` objects to interpret an empty (unquoted) string as "
528
540
"``None`` and to otherwise behave as :data:`QUOTE_NONNUMERIC`."
529
541
msgstr ""
542
+ "Ordena a los objetos :class:`reader` interpretar una cadena de caracteres "
543
+ "vacía (sin comillas) como ``None`` y en caso contrario comportarse como :"
544
+ "data:`QUOTE_NONNUMERIC`."
530
545
531
546
#: ../Doc/library/csv.rst:360
532
547
msgid "The :mod:`csv` module defines the following exception:"
@@ -884,20 +899,20 @@ msgstr ""
884
899
885
900
#: ../Doc/library/csv.rst:11
886
901
msgid "csv"
887
- msgstr ""
902
+ msgstr "csv "
888
903
889
904
#: ../Doc/library/csv.rst:11
890
905
msgid "data"
891
- msgstr ""
906
+ msgstr "data "
892
907
893
908
#: ../Doc/library/csv.rst:11
894
909
msgid "tabular"
895
- msgstr ""
910
+ msgstr "tabular "
896
911
897
912
#: ../Doc/library/csv.rst:53
898
913
msgid "universal newlines"
899
- msgstr ""
914
+ msgstr "universal newlines "
900
915
901
916
#: ../Doc/library/csv.rst:53
902
917
msgid "csv.reader function"
903
- msgstr ""
918
+ msgstr "csv.reader function "
0 commit comments