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

Commitbcc67d6

Browse files
Traduccion codec (#3384)
Closes#3240
1 parentfde3851 commitbcc67d6

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

‎c-api/codec.po

Lines changed: 21 additions & 21 deletions
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:2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date:2021-10-18 22:40-0300\n"
15-
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language:es\n"
14+
"PO-Revision-Date:2025-04-12 00:04+0100\n"
15+
"Last-Translator:David Spindola\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.13.0\n"
23+
"X-Generator:Poedit 3.6\n"
2324

2425
#:../Doc/c-api/codec.rst:4
2526
msgid"Codec registry and support functions"
@@ -30,13 +31,12 @@ msgid "Register a new codec search function."
3031
msgstr"Registra una nueva función de búsqueda de códec."
3132

3233
#:../Doc/c-api/codec.rst:10
33-
#,fuzzy
3434
msgid""
3535
"As side effect, this tries to load the :mod:`!encodings` package, if not yet "
3636
"done, to make sure that it is always first in the list of search functions."
3737
msgstr""
38-
"Como efecto secundario, intenta cargar el paquete :mod:`encodings`, si aún "
39-
"nolo ha hecho, para asegurarse de que siempre esté primero en la lista de "
38+
"Como efecto secundario, intenta cargar el paquete :mod:`!encodings`, si aún "
39+
"nose ha hecho, para asegurarse de que siempre esté primero en la lista de "
4040
"funciones de búsqueda."
4141

4242
#:../Doc/c-api/codec.rst:15
@@ -66,8 +66,8 @@ msgstr "API de codificación genérica basada en códec."
6666
msgid""
6767
"*object* is passed through the encoder function found for the given "
6868
"*encoding* using the error handling method defined by *errors*. *errors* "
69-
"may be ``NULL`` to use the default method defined for the codec. Raisesa :"
70-
"exc:`LookupError` if no encoder can be found."
69+
"may be ``NULL`` to use the default method defined for the codec. Raises "
70+
"a :exc:`LookupError` if no encoder can be found."
7171
msgstr""
7272
"*object* se pasa a través de la función de codificador encontrada por el "
7373
"*encoding* dado usando el método de manejo de errores definido por *errors*. "
@@ -83,8 +83,8 @@ msgstr "API de decodificación basada en códec genérico."
8383
msgid""
8484
"*object* is passed through the decoder function found for the given "
8585
"*encoding* using the error handling method defined by *errors*. *errors* "
86-
"may be ``NULL`` to use the default method defined for the codec. Raisesa :"
87-
"exc:`LookupError` if no encoder can be found."
86+
"may be ``NULL`` to use the default method defined for the codec. Raises "
87+
"a :exc:`LookupError` if no encoder can be found."
8888
msgstr""
8989
"*object* se pasa a través de la función de decodificador encontrada por el "
9090
"*encoding* dado usando el método de manejo de errores definido por *errors*. "
@@ -100,14 +100,14 @@ msgstr "API de búsqueda de códec"
100100
msgid""
101101
"In the following functions, the *encoding* string is looked up converted to "
102102
"all lower-case characters, which makes encodings looked up through this "
103-
"mechanism effectively case-insensitive. If no codec is found,a :exc:"
104-
"`KeyError` is set and ``NULL`` returned."
103+
"mechanism effectively case-insensitive. If no codec is found, "
104+
"a :exc:`KeyError` is set and ``NULL`` returned."
105105
msgstr""
106106
"En las siguientes funciones, la cadena de caracteres *encoding* se busca "
107107
"convertida a todos los caracteres en minúscula, lo que hace que las "
108108
"codificaciones se busquen a través de este mecanismo sin distinción entre "
109-
"mayúsculas y minúsculas. Si no se encuentra ningún códec, se estableceun :"
110-
"exc:`KeyError` y se retorna ``NULL``."
109+
"mayúsculas y minúsculas. Si no se encuentra ningún códec, se establece "
110+
"un :exc:`KeyError` y se retorna ``NULL``."
111111

112112
#:../Doc/c-api/codec.rst:55
113113
msgid"Get an encoder function for the given *encoding*."
@@ -166,19 +166,19 @@ msgstr ""
166166

167167
#:../Doc/c-api/codec.rst:88
168168
msgid""
169-
"The callback gets a single argument, an instanceof :exc:"
170-
"`UnicodeEncodeError`, :exc:`UnicodeDecodeError`or :exc:"
171-
"`UnicodeTranslateError` that holds information about the problematic "
169+
"The callback gets a single argument, an instance "
170+
"of :exc:`UnicodeEncodeError`, :exc:`UnicodeDecodeError` "
171+
"or :exc:`UnicodeTranslateError` that holds information about the problematic "
172172
"sequence of characters or bytes and their offset in the original string "
173173
"(see :ref:`unicodeexceptions` for functions to extract this information). "
174174
"The callback must either raise the given exception, or return a two-item "
175175
"tuple containing the replacement for the problematic sequence, and an "
176176
"integer giving the offset in the original string at which encoding/decoding "
177177
"should be resumed."
178178
msgstr""
179-
"La devolución de llamada obtiene un único argumento, una instanciade :exc:"
180-
"`UnicodeEncodeError`, :exc:`UnicodeDecodeError`o :exc:"
181-
"`UnicodeTranslateError` que contiene información sobre la secuencia "
179+
"La devolución de llamada obtiene un único argumento, una instancia "
180+
"de :exc:`UnicodeEncodeError`, :exc:`UnicodeDecodeError` "
181+
"o :exc:`UnicodeTranslateError` que contiene información sobre la secuencia "
182182
"problemática de caracteres o bytes y su desplazamiento en la cadena original "
183183
"(consulte :ref:`unicodeexceptions` para funciones para extraer esta "
184184
"información). La devolución de llamada debe lanzar la excepción dada o "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp