@@ -968,6 +968,8 @@ msgid ""
968
968
"built-in constants (``None``, ``True``, ``False``, ``Ellipsis``, and "
969
969
"``NotImplemented``);"
970
970
msgstr ""
971
+ "constantes incorporadas (``None``, ``True``, ``False``, ``Ellipsis``, y "
972
+ "``NotImplemented``);"
971
973
972
974
#: ../Doc/library/pickle.rst:500
973
975
msgid "integers, floating-point numbers, complex numbers;"
@@ -985,13 +987,12 @@ msgstr ""
985
987
"serializables con pickle;"
986
988
987
989
#: ../Doc/library/pickle.rst:506
988
- #, fuzzy
989
990
msgid ""
990
991
"functions (built-in and user-defined) accessible from the top level of a "
991
992
"module (using :keyword:`def`, not :keyword:`lambda`);"
992
993
msgstr ""
993
- "funciones definidas en el nivel superior de un módulo (usando :keyword: "
994
- "`def`, no :keyword:`lambda`)"
994
+ "funciones (incorporadas y definidas por el usuario) accesibles desde el "
995
+ "nivel superior de un módulo (usando :keyword: `def`, no :keyword:`lambda`)"
995
996
996
997
#: ../Doc/library/pickle.rst:509
997
998
msgid "classes accessible from the top level of a module;"
@@ -1958,7 +1959,7 @@ msgstr "Bases de datos indexadas de objetos; usa :mod:`pickle`."
1958
1959
1959
1960
#: ../Doc/library/pickle.rst:1200
1960
1961
msgid "Module :mod:`copy`"
1961
- msgstr "Module :mod:`copy`"
1962
+ msgstr "Módulo :mod:`copy`"
1962
1963
1963
1964
#: ../Doc/library/pickle.rst:1200
1964
1965
msgid "Shallow and deep object copying."
@@ -2019,63 +2020,63 @@ msgstr ""
2019
2020
2020
2021
#: ../Doc/library/pickle.rst:12
2021
2022
msgid "persistence"
2022
- msgstr ""
2023
+ msgstr "persistence "
2023
2024
2024
2025
#: ../Doc/library/pickle.rst:12
2025
2026
msgid "persistent"
2026
- msgstr ""
2027
+ msgstr "persistent "
2027
2028
2028
2029
#: ../Doc/library/pickle.rst:12
2029
2030
msgid "objects"
2030
- msgstr ""
2031
+ msgstr "objects "
2031
2032
2032
2033
#: ../Doc/library/pickle.rst:12
2033
2034
msgid "serializing"
2034
- msgstr ""
2035
+ msgstr "serializing "
2035
2036
2036
2037
#: ../Doc/library/pickle.rst:12
2037
2038
msgid "marshalling"
2038
- msgstr ""
2039
+ msgstr "marshalling "
2039
2040
2040
2041
#: ../Doc/library/pickle.rst:12
2041
2042
msgid "flattening"
2042
- msgstr ""
2043
+ msgstr "flattening "
2043
2044
2044
2045
#: ../Doc/library/pickle.rst:12
2045
2046
msgid "pickling"
2046
- msgstr ""
2047
+ msgstr "pickling "
2047
2048
2048
2049
#: ../Doc/library/pickle.rst:123
2049
2050
msgid "External Data Representation"
2050
- msgstr ""
2051
+ msgstr "External Data Representation "
2051
2052
2052
2053
#: ../Doc/library/pickle.rst:664
2053
2054
msgid "copy"
2054
- msgstr ""
2055
+ msgstr "copy "
2055
2056
2056
2057
#: ../Doc/library/pickle.rst:664
2057
2058
msgid "protocol"
2058
- msgstr ""
2059
+ msgstr "protocol "
2059
2060
2060
2061
#: ../Doc/library/pickle.rst:747
2061
2062
msgid "persistent_id (pickle protocol)"
2062
- msgstr ""
2063
+ msgstr "persistent_id (pickle protocol) "
2063
2064
2064
2065
#: ../Doc/library/pickle.rst:747
2065
2066
msgid "persistent_load (pickle protocol)"
2066
- msgstr ""
2067
+ msgstr "persistent_load (pickle protocol) "
2067
2068
2068
2069
#: ../Doc/library/pickle.rst:823
2069
2070
msgid "__getstate__() (copy protocol)"
2070
- msgstr ""
2071
+ msgstr "__getstate__() (copy protocol) "
2071
2072
2072
2073
#: ../Doc/library/pickle.rst:823
2073
2074
msgid "__setstate__() (copy protocol)"
2074
- msgstr ""
2075
+ msgstr "__setstate__() (copy protocol) "
2075
2076
2076
2077
#: ../Doc/library/pickle.rst:1068
2077
2078
msgid "find_class() (pickle protocol)"
2078
- msgstr ""
2079
+ msgstr "find_class() (pickle protocol) "
2079
2080
2080
2081
#~ msgid "``None``, ``True``, and ``False``;"
2081
2082
#~ msgstr "``None``, ``True``, y ``False``;"
0 commit comments