@@ -11,16 +11,17 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-08-01 17:43+0200 \n "
14
+ "PO-Revision-Date : 2021-10-30 20:53-0300 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
18
18
"python.org)\n "
19
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
19
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=utf-8\n "
22
22
"Content-Transfer-Encoding : 8bit\n "
23
23
"Generated-By : Babel 2.9.1\n "
24
+ "X-Generator : Poedit 3.0\n "
24
25
25
26
#: ../Doc/c-api/unicode.rst:6
26
27
msgid "Unicode Objects and Codecs"
@@ -1285,9 +1286,8 @@ msgstr ""
1285
1286
"configuración regional leída al iniciar Python)."
1286
1287
1287
1288
#: ../Doc/c-api/unicode.rst:789 ../Doc/c-api/unicode.rst:825
1288
- #, fuzzy
1289
1289
msgid "This function ignores the :ref:`Python UTF-8 Mode <utf8-mode>`."
1290
- msgstr "Esta función ignora el modo Python UTF-8."
1290
+ msgstr "Esta función ignora el :ref:` modo Python UTF-8 <utf8-mode>` ."
1291
1291
1292
1292
#: ../Doc/c-api/unicode.rst:793 ../Doc/c-api/unicode.rst:896
1293
1293
msgid "The :c:func:`Py_DecodeLocale` function."
@@ -1421,6 +1421,8 @@ msgstr ""
1421
1421
#: ../Doc/c-api/unicode.rst:884
1422
1422
msgid "Decode a string from the :term:`filesystem encoding and error handler`."
1423
1423
msgstr ""
1424
+ "Decodifica una cadena desde el :term:`codificador de sistema de archivos y "
1425
+ "gestor de errores <filesystem encoding and error handler>`."
1424
1426
1425
1427
#: ../Doc/c-api/unicode.rst:886 ../Doc/c-api/unicode.rst:907
1426
1428
#: ../Doc/c-api/unicode.rst:923
@@ -1450,14 +1452,13 @@ msgstr ""
1450
1452
"Utilice el controlador de errores :c:data:`Py_FileSystemDefaultEncodeErrors`."
1451
1453
1452
1454
#: ../Doc/c-api/unicode.rst:904
1453
- #, fuzzy
1454
1455
msgid ""
1455
1456
"Decode a null-terminated string from the :term:`filesystem encoding and "
1456
1457
"error handler`."
1457
1458
msgstr ""
1458
- "Decodifique una cadena terminada en nulo usando :c:data: "
1459
- "`Py_FileSystemDefaultEncoding` y el :c:data: "
1460
- "`Py_FileSystemDefaultEncodeErrors` controlador de errores ."
1459
+ "Decodifica una cadena terminada en nulo desde el :term:`codificador de "
1460
+ "sistema de archivos y gestor de errores <filesystem encoding and error "
1461
+ "handler>` ."
1461
1462
1462
1463
#: ../Doc/c-api/unicode.rst:910
1463
1464
msgid ""
@@ -1764,7 +1765,7 @@ msgstr "El tipo de retorno ahora es ``const char *`` en lugar de ``char *``."
1764
1765
1765
1766
#: ../Doc/c-api/unicode.rst:1103
1766
1767
msgid "This function is a part of the :ref:`limited API <stable>`."
1767
- msgstr ""
1768
+ msgstr "Esta función es parte de la :ref:`API limitada <stable>`. "
1768
1769
1769
1770
#: ../Doc/c-api/unicode.rst:1109
1770
1771
msgid "As :c:func:`PyUnicode_AsUTF8AndSize`, but does not store the size."
0 commit comments