Skip to content

Traducción 'c-api/codec.po' #1550

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 3 commits into from
Oct 22, 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
Next Next commit
traduccion completa archivo c-api/codec
  • Loading branch information
Rodrigo Poblete committed Oct 19, 2021
commit db1df3b825d019a83e2d7491ddac1784f4ee3baf
9 changes: 7 additions & 2 deletions c-api/codec.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ 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: 2020-05-16 17:27+0200\n"
"PO-Revision-Date: 2021-10-18 22:40-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/c-api/codec.rst:4
msgid "Codec registry and support functions"
Expand All @@ -44,6 +45,10 @@ msgid ""
"search function is not registered, do nothing. Return 0 on success. Raise an "
"exception and return -1 on error."
msgstr ""
"Anular el registro de una función de búsqueda de códecs y borrar la memoria "
"caché del registro. Si la función de búsqueda no está registrada, no haga "
"nada. Devuelve 0 en caso de éxito. Genere una excepción y devuelva -1 en "
"caso de error."

#: ../Doc/c-api/codec.rst:23
msgid ""
Expand Down