Skip to content

Commit 7c6f9fe

Browse files
Alfareizacmaureir
andauthored
traducido archivo library/csv.po (#2195)
close #1971 Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 9688e4b commit 7c6f9fe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

library/csv.po

+8-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/csv.rst:2
2526
msgid ":mod:`csv` --- CSV File Reading and Writing"
@@ -575,7 +576,7 @@ msgstr ""
575576

576577
#: ../Doc/library/csv.rst:386
577578
msgid "An empty *escapechar* is not allowed."
578-
msgstr ""
579+
msgstr "No se permite un *quotechar* vacío."
579580

580581
#: ../Doc/library/csv.rst:391
581582
msgid ""
@@ -607,7 +608,7 @@ msgstr ""
607608

608609
#: ../Doc/library/csv.rst:407
609610
msgid "An empty *quotechar* is not allowed."
610-
msgstr ""
611+
msgstr "No se permite un *quotechar* vacío."
611612

612613
#: ../Doc/library/csv.rst:412
613614
msgid ""
@@ -621,7 +622,6 @@ msgstr ""
621622
"`QUOTE_MINIMAL`."
622623

623624
#: ../Doc/library/csv.rst:419
624-
#, fuzzy
625625
msgid ""
626626
"When :const:`True`, spaces immediately following the *delimiter* are "
627627
"ignored. The default is :const:`False`."
@@ -787,14 +787,13 @@ msgid "The corresponding simplest possible writing example is::"
787787
msgstr "El correspondiente ejemplo de escritura más simple es::"
788788

789789
#: ../Doc/library/csv.rst:543
790-
#, fuzzy
791790
msgid ""
792791
"Since :func:`open` is used to open a CSV file for reading, the file will by "
793792
"default be decoded into unicode using the system default encoding (see :func:"
794793
"`locale.getencoding`). To decode a file using a different encoding, use the "
795794
"``encoding`` argument of open::"
796795
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 "
798797
"archivo será decodificado por defecto en unicode usando la codificación por "
799798
"defecto del sistema (ver :func:`locale.getpreferredencoding`). Para "
800799
"decodificar un archivo usando una codificación diferente, usa el argumento "

0 commit comments

Comments
 (0)