@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2021-12-16 00:36-0500\n "
15
15
"
Last-Translator :
Adolfo Hristo David Roque Gámez <[email protected] >\n "
16
- "Language : es_AR\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_AR \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/library/locale.rst:2
@@ -663,15 +663,14 @@ msgstr ""
663
663
"*do_setlocale* se debe ajustar a ``False``."
664
664
665
665
#: ../Doc/library/locale.rst:329
666
- #, fuzzy
667
666
msgid ""
668
667
"On Android or if the :ref:`Python UTF-8 Mode <utf8-mode>` is enabled, always "
669
668
"return ``'utf-8'``, the :term:`locale encoding` and the *do_setlocale* "
670
669
"argument are ignored."
671
670
msgstr ""
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 ."
675
674
676
675
#: ../Doc/library/locale.rst:333 ../Doc/library/locale.rst:351
677
676
msgid ""
@@ -684,39 +683,45 @@ msgstr ""
684
683
"handler>`."
685
684
686
685
#: ../Doc/library/locale.rst:336
687
- #, fuzzy
688
686
msgid ""
689
687
"The function now always returns ``\" utf-8\" `` on Android or if the :ref:"
690
688
"`Python UTF-8 Mode <utf8-mode>` is enabled."
691
689
msgstr ""
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."
694
692
695
693
#: ../Doc/library/locale.rst:343
696
694
msgid "Get the current :term:`locale encoding`:"
697
- msgstr ""
695
+ msgstr "Obtenga el :term:`locale encoding` actual: "
698
696
699
697
#: ../Doc/library/locale.rst:345
700
698
msgid "On Android and VxWorks, return ``\" utf-8\" ``."
701
- msgstr ""
699
+ msgstr "En Android y VxWorks, retorna `` \" utf-8 \" ``. "
702
700
703
701
#: ../Doc/library/locale.rst:346
704
702
msgid ""
705
703
"On Unix, return the encoding of the current :data:`LC_CTYPE` locale. Return "
706
704
"``\" utf-8\" `` if ``nl_langinfo(CODESET)`` returns an empty string: for "
707
705
"example, if the current LC_CTYPE locale is not supported."
708
706
msgstr ""
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."
709
711
710
712
#: ../Doc/library/locale.rst:349
711
713
msgid "On Windows, return the ANSI code page."
712
- msgstr ""
714
+ msgstr "En Windows, retorna la página de códigos ANSI. "
713
715
714
716
#: ../Doc/library/locale.rst:354
715
717
msgid ""
716
718
"This function is similar to :func:`getpreferredencoding(False) "
717
719
"<getpreferredencoding>` except this function ignores the :ref:`Python UTF-8 "
718
720
"Mode <utf8-mode>`."
719
721
msgstr ""
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>`."
720
725
721
726
#: ../Doc/library/locale.rst:363
722
727
msgid ""
@@ -886,6 +891,9 @@ msgid ""
886
891
"Converts a string to a number, following the :const:`LC_NUMERIC` settings, "
887
892
"by calling *func* on the result of calling :func:`delocalize` on *string*."
888
893
msgstr ""
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*."
889
897
890
898
#: ../Doc/library/locale.rst:470
891
899
msgid ""
@@ -1151,10 +1159,3 @@ msgstr ""
1151
1159
"`dcgettext`. Para estas aplicaciones, puede ser necesario vincular el "
1152
1160
"dominio de texto, para que las bibliotecas puedan localizar adecuadamente "
1153
1161
"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