@@ -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 : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-11-15 18:31+0100\n "
15
- "Last-Translator : Diego Cristóbal Herreros <diecristher@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-11-12 21:27-0300\n "
15
+ "Last-Translator : Alfonso Areiza Guerra <alfareiza@gmail.com>\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.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/csv.rst:2
25
26
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -575,7 +576,7 @@ msgstr ""
575
576
576
577
#: ../Doc/library/csv.rst:386
577
578
msgid "An empty *escapechar* is not allowed."
578
- msgstr ""
579
+ msgstr "No se permite un *quotechar* vacío. "
579
580
580
581
#: ../Doc/library/csv.rst:391
581
582
msgid ""
@@ -607,7 +608,7 @@ msgstr ""
607
608
608
609
#: ../Doc/library/csv.rst:407
609
610
msgid "An empty *quotechar* is not allowed."
610
- msgstr ""
611
+ msgstr "No se permite un *quotechar* vacío. "
611
612
612
613
#: ../Doc/library/csv.rst:412
613
614
msgid ""
@@ -621,7 +622,6 @@ msgstr ""
621
622
"`QUOTE_MINIMAL`."
622
623
623
624
#: ../Doc/library/csv.rst:419
624
- #, fuzzy
625
625
msgid ""
626
626
"When :const:`True`, spaces immediately following the *delimiter* are "
627
627
"ignored. The default is :const:`False`."
@@ -787,14 +787,13 @@ msgid "The corresponding simplest possible writing example is::"
787
787
msgstr "El correspondiente ejemplo de escritura más simple es::"
788
788
789
789
#: ../Doc/library/csv.rst:543
790
- #, fuzzy
791
790
msgid ""
792
791
"Since :func:`open` is used to open a CSV file for reading, the file will by "
793
792
"default be decoded into unicode using the system default encoding (see :func:"
794
793
"`locale.getencoding`). To decode a file using a different encoding, use the "
795
794
"``encoding`` argument of open::"
796
795
msgstr ""
797
- "Ya que :func:`open` es usado para abrir un archivo CSV para lectura, el "
796
+ "Cuando se usa :func:`open` para abrir un archivo CSV en modo lectura, el "
798
797
"archivo será decodificado por defecto en unicode usando la codificación por "
799
798
"defecto del sistema (ver :func:`locale.getpreferredencoding`). Para "
800
799
"decodificar un archivo usando una codificación diferente, usa el argumento "
0 commit comments