Skip to content

Feat/translate library csv #1639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from Dec 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: some untranslated words
  • Loading branch information
dcristobalhMad committed Nov 15, 2021
commit 47e77fcb59fdebd4e285c2bfd62aa3e999a0368c
10 changes: 5 additions & 5 deletions library/csv.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-14 07:57+0100\n"
"PO-Revision-Date: 2021-11-15 18:31+0100\n"
"Last-Translator: Diego Cristóbal Herreros <diecristher@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -348,7 +348,7 @@ msgid ""
"and they can be registered with specific :class:`reader` and :class:`writer` "
"classes through their initializer (``__init__``) functions like this::"
msgstr ""
"Todos los nombres disponibles de :class:`Dialect` son devueltos por :func:"
"Todos los nombres disponibles de :class:`Dialect` son retornados por :func:"
"`list_dialects`, y pueden ser registrados con clases específicas de :class:"
"`reader` y :class:`writer` a través de sus funciones que inician "
"(``__init__``) así::"
Expand Down Expand Up @@ -432,15 +432,15 @@ msgid ""
"rows meet the criteria, :const:`True` is returned."
msgstr ""
"Se muestran veinte filas después de la primera; si más de la mitad de las "
"columnas + filas cumplen los criterios, se devuelve :const:`True`."
"columnas + filas cumplen los criterios, se retorna :const:`True`."

#: ../Doc/library/csv.rst:296
msgid ""
"This method is a rough heuristic and may produce both false positives and "
"negatives."
msgstr ""
"This method is a rough heuristic and may produce both false positives and "
"negatives."
"Este método es una heurística aproximada y puede producir tanto falsos "
"positivos como negativos."

#: ../Doc/library/csv.rst:299
msgid "An example for :class:`Sniffer` use::"
Expand Down