@@ -13,12 +13,12 @@ msgstr ""
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
1414"PO-Revision-Date : 2021-12-16 00:36-0500\n "
1515"Last-Translator : Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n "
16- "Language : es_AR\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_AR \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.10.3\n "
2323
2424#: ../Doc/library/locale.rst:2
@@ -663,15 +663,14 @@ msgstr ""
663663"*do_setlocale* se debe ajustar a ``False``."
664664
665665#: ../Doc/library/locale.rst:329
666- #, fuzzy
667666msgid ""
668667"On Android or if the :ref:`Python UTF-8 Mode <utf8-mode>` is enabled, always "
669668"return ``'utf-8'``, the :term:`locale encoding` and the *do_setlocale* "
670669"argument are ignored."
671670msgstr ""
672- "En Android o si el :ref:`modo Python UTF-8 <utf8-mode>` esta habilitado, "
673- "siempre retorna ``'UTF-8 '``, se ignoran la :term:`locale encoding` y el "
674- "argumento *do_setlocale*."
671+ "En Android o si :ref:`Python UTF-8 Mode <utf8-mode>` está habilitado, "
672+ "siempre retorna ``'utf-8 '``, el argumento :term:`locale encoding` y "
673+ "*do_setlocale* se ignoran ."
675674
676675#: ../Doc/library/locale.rst:333 ../Doc/library/locale.rst:351
677676msgid ""
@@ -684,39 +683,45 @@ msgstr ""
684683"handler>`."
685684
686685#: ../Doc/library/locale.rst:336
687- #, fuzzy
688686msgid ""
689687"The function now always returns ``\" utf-8\" `` on Android or if the :ref:"
690688"`Python UTF-8 Mode <utf8-mode>` is enabled."
691689msgstr ""
692- "La función ahora siempre retorna ``UTF-8 `` en Android o si el :ref:`Modo "
693- "UTF-8 Python <utf8-mode>` está habilitado."
690+ "La función ahora siempre retorna ``\" utf-8 \" `` en Android o si :ref:`Python "
691+ "UTF-8 Mode <utf8-mode>` está habilitado."
694692
695693#: ../Doc/library/locale.rst:343
696694msgid "Get the current :term:`locale encoding`:"
697- msgstr ""
695+ msgstr "Obtenga el :term:`locale encoding` actual: "
698696
699697#: ../Doc/library/locale.rst:345
700698msgid "On Android and VxWorks, return ``\" utf-8\" ``."
701- msgstr ""
699+ msgstr "En Android y VxWorks, retorna `` \" utf-8 \" ``. "
702700
703701#: ../Doc/library/locale.rst:346
704702msgid ""
705703"On Unix, return the encoding of the current :data:`LC_CTYPE` locale. Return "
706704"``\" utf-8\" `` if ``nl_langinfo(CODESET)`` returns an empty string: for "
707705"example, if the current LC_CTYPE locale is not supported."
708706msgstr ""
707+ "En Unix, retorna la codificación de la configuración regional :data:"
708+ "`LC_CTYPE` actual. Retorna ``\" utf-8\" `` si ``nl_langinfo(CODESET)`` retorna "
709+ "una cadena vacía: por ejemplo, si no se admite la configuración regional "
710+ "actual de LC_CTYPE."
709711
710712#: ../Doc/library/locale.rst:349
711713msgid "On Windows, return the ANSI code page."
712- msgstr ""
714+ msgstr "En Windows, retorna la página de códigos ANSI. "
713715
714716#: ../Doc/library/locale.rst:354
715717msgid ""
716718"This function is similar to :func:`getpreferredencoding(False) "
717719"<getpreferredencoding>` except this function ignores the :ref:`Python UTF-8 "
718720"Mode <utf8-mode>`."
719721msgstr ""
722+ "Esta función es similar a :func:`getpreferredencoding(False) "
723+ "<getpreferredencoding>` excepto que esta función ignora :ref:`Python UTF-8 "
724+ "Mode <utf8-mode>`."
720725
721726#: ../Doc/library/locale.rst:363
722727msgid ""
@@ -886,6 +891,9 @@ msgid ""
886891"Converts a string to a number, following the :const:`LC_NUMERIC` settings, "
887892"by calling *func* on the result of calling :func:`delocalize` on *string*."
888893msgstr ""
894+ "Convierte una cadena en un número, siguiendo la configuración de :const:"
895+ "`LC_NUMERIC`, llamando a *func* según el resultado de llamar a :func:"
896+ "`delocalize` en *string*."
889897
890898#: ../Doc/library/locale.rst:470
891899msgid ""
@@ -1151,10 +1159,3 @@ msgstr ""
11511159"`dcgettext`. Para estas aplicaciones, puede ser necesario vincular el "
11521160"dominio de texto, para que las bibliotecas puedan localizar adecuadamente "
11531161"sus catálogos de mensajes."
1154-
1155- #~ msgid ""
1156- #~ "Converts a string to a floating point number, following the :const:"
1157- #~ "`LC_NUMERIC` settings."
1158- #~ msgstr ""
1159- #~ "Convierte una cadena de caracteres a un número de punto flotante, "
1160- #~ "siguiendo la configuración :const:`LC_NUMERIC`."
0 commit comments