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

Skip to content

Commit fbb6c31

Browse files
committed
Traducir pickle.po
1 parent 91f4ccc commit fbb6c31

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

library/pickle.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ msgid ""
990990
"functions (built-in and user-defined) accessible from the top level of a "
991991
"module (using :keyword:`def`, not :keyword:`lambda`);"
992992
msgstr ""
993-
"funciones definidas en el nivel superior de un módulo (usando :keyword:"
994-
"`def`, no :keyword:`lambda`)"
993+
"funciones (incorporados y definidos por el usuario) accesibles desde el nivel "
994+
"superior de un módulo (usando :keyword:`def`, no :keyword:`lambda`)"
995995

996996
#: ../Doc/library/pickle.rst:509
997997
msgid "classes accessible from the top level of a module;"
@@ -2019,63 +2019,63 @@ msgstr ""
20192019

20202020
#: ../Doc/library/pickle.rst:12
20212021
msgid "persistence"
2022-
msgstr ""
2022+
msgstr "persistence"
20232023

20242024
#: ../Doc/library/pickle.rst:12
20252025
msgid "persistent"
2026-
msgstr ""
2026+
msgstr "persistente"
20272027

20282028
#: ../Doc/library/pickle.rst:12
20292029
msgid "objects"
2030-
msgstr ""
2030+
msgstr "objectos"
20312031

20322032
#: ../Doc/library/pickle.rst:12
20332033
msgid "serializing"
2034-
msgstr ""
2034+
msgstr "serializing"
20352035

20362036
#: ../Doc/library/pickle.rst:12
20372037
msgid "marshalling"
2038-
msgstr ""
2038+
msgstr "marshalling"
20392039

20402040
#: ../Doc/library/pickle.rst:12
20412041
msgid "flattening"
2042-
msgstr ""
2042+
msgstr "flattening"
20432043

20442044
#: ../Doc/library/pickle.rst:12
20452045
msgid "pickling"
2046-
msgstr ""
2046+
msgstr "decapado"
20472047

20482048
#: ../Doc/library/pickle.rst:123
20492049
msgid "External Data Representation"
2050-
msgstr ""
2050+
msgstr "External Data Representation"
20512051

20522052
#: ../Doc/library/pickle.rst:664
20532053
msgid "copy"
2054-
msgstr ""
2054+
msgstr "copy"
20552055

20562056
#: ../Doc/library/pickle.rst:664
20572057
msgid "protocol"
2058-
msgstr ""
2058+
msgstr "protocol"
20592059

20602060
#: ../Doc/library/pickle.rst:747
20612061
msgid "persistent_id (pickle protocol)"
2062-
msgstr ""
2062+
msgstr "persistent_id (pickle protocol)"
20632063

20642064
#: ../Doc/library/pickle.rst:747
20652065
msgid "persistent_load (pickle protocol)"
2066-
msgstr ""
2066+
msgstr "persistent_load (pickle protocol)"
20672067

20682068
#: ../Doc/library/pickle.rst:823
20692069
msgid "__getstate__() (copy protocol)"
2070-
msgstr ""
2070+
msgstr "__getstate__() (copy protocol)"
20712071

20722072
#: ../Doc/library/pickle.rst:823
20732073
msgid "__setstate__() (copy protocol)"
2074-
msgstr ""
2074+
msgstr "__setstate__() (copy protocol)"
20752075

20762076
#: ../Doc/library/pickle.rst:1068
20772077
msgid "find_class() (pickle protocol)"
2078-
msgstr ""
2078+
msgstr "find_class() (pickle protocol)"
20792079

20802080
#~ msgid "``None``, ``True``, and ``False``;"
20812081
#~ msgstr "``None``, ``True``, y ``False``;"

0 commit comments

Comments
 (0)