Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1fceff

Browse files
authored
finalizado library/locale.po (#1706)
1 parent 3a4ad82 commit a1fceff

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

library/locale.po

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -639,15 +639,14 @@ msgstr ""
639639
"es :const:`LC_CTYPE`."
640640

641641
#: ../Doc/library/locale.rst:318
642-
#, fuzzy
643642
msgid ""
644643
"Return the :term:`locale encoding` used for text data, according to user "
645644
"preferences. User preferences are expressed differently on different "
646645
"systems, and might not be available programmatically on some systems, so "
647646
"this function only returns a guess."
648647
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 "
651650
"manera diferente en diferentes sistemas, y puede que no estén disponibles "
652651
"programáticamente en algunos sistemas, por lo que esta función solo retorna "
653652
"una suposición."
@@ -664,15 +663,14 @@ msgstr ""
664663
"*do_setlocale* se debe ajustar a ``False``."
665664

666665
#: ../Doc/library/locale.rst:327
667-
#, fuzzy
668666
msgid ""
669667
"On Android or if the :ref:`Python UTF-8 Mode <utf8-mode>` is enabled, always "
670668
"return ``'UTF-8'``, the :term:`locale encoding` and the *do_setlocale* "
671669
"argument are ignored."
672670
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*."
676674

677675
#: ../Doc/library/locale.rst:331
678676
msgid ""
@@ -681,13 +679,12 @@ msgid ""
681679
msgstr ""
682680

683681
#: ../Doc/library/locale.rst:334
684-
#, fuzzy
685682
msgid ""
686683
"The function now always returns ``UTF-8`` on Android or if the :ref:`Python "
687684
"UTF-8 Mode <utf8-mode>` is enabled."
688685
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."
691688

692689
#: ../Doc/library/locale.rst:341
693690
msgid ""
@@ -845,13 +842,12 @@ msgstr ""
845842
"siguiendo la configuración :const:`LC_NUMERIC`."
846843

847844
#: ../Doc/library/locale.rst:432
848-
#, fuzzy
849845
msgid ""
850846
"Converts a normalized number string into a formatted string following the :"
851847
"const:`LC_NUMERIC` settings."
852848
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`."
855851

856852
#: ../Doc/library/locale.rst:440
857853
msgid ""
@@ -963,7 +959,6 @@ msgid "Background, details, hints, tips and caveats"
963959
msgstr "Segundo plano, detalles, indicaciones, consejos y advertencias"
964960

965961
#: ../Doc/library/locale.rst:522
966-
#, fuzzy
967962
msgid ""
968963
"The C standard defines the locale as a program-wide property that may be "
969964
"relatively expensive to change. On top of that, some implementations are "

0 commit comments

Comments
 (0)