Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduce library/codecs.po#1768

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 1 commit intopython:3.10fromrtobar:traduccion-library-codecs
Dec 16, 2021
Merged
Changes fromall commits
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
23 changes: 13 additions & 10 deletionslibrary/codecs.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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: 2021-08-07 10:29+0200\n"
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date: 2021-12-16 20:20+0800\n"
"Last-Translator:Rodrigo Tobar <rtobarc@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/library/codecs.rst:2
msgid ":mod:`codecs` --- Codec registry and base classes"
Expand DownExpand Up@@ -258,7 +259,6 @@ msgstr ""
"búsqueda de códecs adecuada:"

#: ../Doc/library/codecs.rst:161
#, fuzzy
msgid ""
"Register a codec search function. Search functions are expected to take one "
"argument, being the encoding name in all lower case letters with hyphens and "
Expand All@@ -267,20 +267,22 @@ msgid ""
"``None``."
msgstr ""
"Registra una función de búsqueda de códec. Se espera que las funciones de "
"búsqueda tomen un argumento, que sea el nombre de codificación en "
"minúsculas, y retornan un objeto :class:`CodecInfo`. En caso dequeuna"
"función de búsqueda no pueda encontrar una codificación dada, debería "
"retornar ``None``."
"búsqueda tomen un argumento, que sea el nombre de codificación enminúsculas"
"con guiones y espacios convertidos a guiones bajos, yqueretorne un objeto :"
"class:`CodecInfo`. En caso de que unafunción de búsqueda no pueda encontrar "
"una codificación dada, deberíaretornar ``None``."

#: ../Doc/library/codecs.rst:167
msgid "Hyphens and spaces are converted to underscore."
msgstr ""
msgstr "Guiones y espacios se convierten a guiones bajos."

#: ../Doc/library/codecs.rst:173
msgid ""
"Unregister a codec search function and clear the registry's cache. If the "
"search function is not registered, do nothing."
msgstr ""
"Anula el registro de una función de búsqueda de códecs y elimina el caché "
"del registro. Si la función de búsqueda no está registrada, no hace nada."

#: ../Doc/library/codecs.rst:179
msgid ""
Expand DownExpand Up@@ -1656,7 +1658,6 @@ msgstr ""
"que se decodificará como cualquier otro."

#: ../Doc/library/codecs.rst:926
#, fuzzy
msgid ""
"There's another encoding that is able to encode the full range of Unicode "
"characters: UTF-8. UTF-8 is an 8-bit encoding, which means there are no "
Expand DownExpand Up@@ -3137,6 +3138,8 @@ msgid ""
"If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the "
"third-party `idna module <https://pypi.org/project/idna/>_`."
msgstr ""
"Si necesita el estándar IDNA 2008 de :rfc:`5891` y :rfc:`5895`, use el "
"`módulo idna <https://pypi.org/project/idna/>_` de terceros."

#: ../Doc/library/codecs.rst:1427
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp