@@ -639,15 +639,14 @@ msgstr ""
639
639
"es :const:`LC_CTYPE`."
640
640
641
641
#: ../Doc/library/locale.rst:318
642
- #, fuzzy
643
642
msgid ""
644
643
"Return the :term:`locale encoding` used for text data, according to user "
645
644
"preferences. User preferences are expressed differently on different "
646
645
"systems, and might not be available programmatically on some systems, so "
647
646
"this function only returns a guess."
648
647
msgstr ""
649
- "retorna la codificación utilizada para los datos de texto, según las "
650
- "preferencias del usuario. Las preferencias del usuario se expresan de "
648
+ "Retorna la :term:`locale encoding` utilizada para los datos de texto, según "
649
+ "las preferencias del usuario. Las preferencias del usuario se expresan de "
651
650
"manera diferente en diferentes sistemas, y puede que no estén disponibles "
652
651
"programáticamente en algunos sistemas, por lo que esta función solo retorna "
653
652
"una suposición."
@@ -664,15 +663,14 @@ msgstr ""
664
663
"*do_setlocale* se debe ajustar a ``False``."
665
664
666
665
#: ../Doc/library/locale.rst:327
667
- #, fuzzy
668
666
msgid ""
669
667
"On Android or if the :ref:`Python UTF-8 Mode <utf8-mode>` is enabled, always "
670
668
"return ``'UTF-8'``, the :term:`locale encoding` and the *do_setlocale* "
671
669
"argument are ignored."
672
670
msgstr ""
673
- "En Android o en el modo UTF-8 (:option:`-X` ``utf8`` opción), siempre "
674
- "retorna ``'UTF-8 '``, se ignoran la configuración regional y el argumento "
675
- "*do_setlocale*."
671
+ "En Android o si el :ref:` modo Python UTF-8 <utf8-mode>` esta habilitado, "
672
+ "siempre retorna ``'UTF-8 '``, se ignoran la :term:`locale encoding` y el "
673
+ "argumento *do_setlocale*."
676
674
677
675
#: ../Doc/library/locale.rst:331
678
676
msgid ""
@@ -681,13 +679,12 @@ msgid ""
681
679
msgstr ""
682
680
683
681
#: ../Doc/library/locale.rst:334
684
- #, fuzzy
685
682
msgid ""
686
683
"The function now always returns ``UTF-8`` on Android or if the :ref:`Python "
687
684
"UTF-8 Mode <utf8-mode>` is enabled."
688
685
msgstr ""
689
- "La función ahora siempre retorna ``UTF-8`` en Android o si el modo UTF-8 "
690
- "está habilitado."
686
+ "La función ahora siempre retorna ``UTF-8`` en Android o si el :ref:`Modo "
687
+ "UTF-8 Python <utf8-mode>` está habilitado."
691
688
692
689
#: ../Doc/library/locale.rst:341
693
690
msgid ""
@@ -845,13 +842,12 @@ msgstr ""
845
842
"siguiendo la configuración :const:`LC_NUMERIC`."
846
843
847
844
#: ../Doc/library/locale.rst:432
848
- #, fuzzy
849
845
msgid ""
850
846
"Converts a normalized number string into a formatted string following the :"
851
847
"const:`LC_NUMERIC` settings."
852
848
msgstr ""
853
- "Convierte una cadena de caracteres en una cadena de números normalizada, "
854
- "siguiendo la configuración :const:`LC_NUMERIC`."
849
+ "Convierte una cadena de números normalizada en una cadena de caracteres "
850
+ "formateada siguiendo la configuración :const:`LC_NUMERIC`."
855
851
856
852
#: ../Doc/library/locale.rst:440
857
853
msgid ""
@@ -963,7 +959,6 @@ msgid "Background, details, hints, tips and caveats"
963
959
msgstr "Segundo plano, detalles, indicaciones, consejos y advertencias"
964
960
965
961
#: ../Doc/library/locale.rst:522
966
- #, fuzzy
967
962
msgid ""
968
963
"The C standard defines the locale as a program-wide property that may be "
969
964
"relatively expensive to change. On top of that, some implementations are "
0 commit comments