Skip to content

Commit 03d6e11

Browse files
sofidesofidenner
authored andcommitted
update translations for c-api/unicode.po (#1599)
Co-authored-by: Sofía Denner <sofia.denner@mercadolibre.com>
1 parent 2a758bc commit 03d6e11

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

c-api/unicode.po

+10-9
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
1818
"python.org)\n"
19-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=utf-8\n"
2222
"Content-Transfer-Encoding: 8bit\n"
2323
"Generated-By: Babel 2.9.1\n"
24+
"X-Generator: Poedit 3.0\n"
2425

2526
#: ../Doc/c-api/unicode.rst:6
2627
msgid "Unicode Objects and Codecs"
@@ -1285,9 +1286,8 @@ msgstr ""
12851286
"configuración regional leída al iniciar Python)."
12861287

12871288
#: ../Doc/c-api/unicode.rst:789 ../Doc/c-api/unicode.rst:825
1288-
#, fuzzy
12891289
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>`."
12911291

12921292
#: ../Doc/c-api/unicode.rst:793 ../Doc/c-api/unicode.rst:896
12931293
msgid "The :c:func:`Py_DecodeLocale` function."
@@ -1421,6 +1421,8 @@ msgstr ""
14211421
#: ../Doc/c-api/unicode.rst:884
14221422
msgid "Decode a string from the :term:`filesystem encoding and error handler`."
14231423
msgstr ""
1424+
"Decodifica una cadena desde el :term:`codificador de sistema de archivos y "
1425+
"gestor de errores <filesystem encoding and error handler>`."
14241426

14251427
#: ../Doc/c-api/unicode.rst:886 ../Doc/c-api/unicode.rst:907
14261428
#: ../Doc/c-api/unicode.rst:923
@@ -1450,14 +1452,13 @@ msgstr ""
14501452
"Utilice el controlador de errores :c:data:`Py_FileSystemDefaultEncodeErrors`."
14511453

14521454
#: ../Doc/c-api/unicode.rst:904
1453-
#, fuzzy
14541455
msgid ""
14551456
"Decode a null-terminated string from the :term:`filesystem encoding and "
14561457
"error handler`."
14571458
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>`."
14611462

14621463
#: ../Doc/c-api/unicode.rst:910
14631464
msgid ""
@@ -1764,7 +1765,7 @@ msgstr "El tipo de retorno ahora es ``const char *`` en lugar de ``char *``."
17641765

17651766
#: ../Doc/c-api/unicode.rst:1103
17661767
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>`."
17681769

17691770
#: ../Doc/c-api/unicode.rst:1109
17701771
msgid "As :c:func:`PyUnicode_AsUTF8AndSize`, but does not store the size."

0 commit comments

Comments
 (0)