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

Skip to content

Commit 456fbb9

Browse files
pomerge from 3.9 branch into 2.7
1 parent d5b24f3 commit 456fbb9

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

library/anydbm.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ msgstr ""
168168

169169
#: ../../library/anydbm.rst:118
170170
msgid "Module :mod:`shelve`"
171-
msgstr ""
171+
msgstr "Módulo :mod:`shelve`"
172172

173173
#: ../../library/anydbm.rst:118
174174
msgid ""

library/dumbdbm.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ msgstr ""
116116

117117
#: ../../library/dumbdbm.rst:73
118118
msgid "Module :mod:`shelve`"
119-
msgstr ""
119+
msgstr "Módulo :mod:`shelve`"
120120

121121
#: ../../library/dumbdbm.rst:73
122122
msgid "Persistence module which stores non-string data."

library/pickle.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -915,31 +915,31 @@ msgstr ""
915915

916916
#: ../../library/pickle.rst:803
917917
msgid "Pickle interface constructor registration for extension types."
918-
msgstr ""
918+
msgstr "Registro de construtor de interface Pickle para tipos de extensão."
919919

920920
#: ../../library/pickle.rst:806
921921
msgid "Module :mod:`shelve`"
922-
msgstr ""
922+
msgstr "Módulo :mod:`shelve`"
923923

924924
#: ../../library/pickle.rst:806
925925
msgid "Indexed databases of objects; uses :mod:`pickle`."
926-
msgstr ""
926+
msgstr "Banco de dados indexado de objetos; usa :mod:`pickle`."
927927

928928
#: ../../library/pickle.rst:809
929929
msgid "Module :mod:`copy`"
930-
msgstr ""
930+
msgstr "Módulo :mod:`copy`"
931931

932932
#: ../../library/pickle.rst:809
933933
msgid "Shallow and deep object copying."
934-
msgstr ""
934+
msgstr "Cópia rasa e cópia profunda de objeto."
935935

936936
#: ../../library/pickle.rst:811
937937
msgid "Module :mod:`marshal`"
938-
msgstr ""
938+
msgstr "Módulo :mod:`marshal`"
939939

940940
#: ../../library/pickle.rst:812
941941
msgid "High-performance serialization of built-in types."
942-
msgstr ""
942+
msgstr "Serialização de alto desempenho de tipos embutidos."
943943

944944
#: ../../library/pickle.rst:816
945945
msgid ":mod:`cPickle` --- A faster :mod:`pickle`"
@@ -985,7 +985,7 @@ msgstr "Notas de Rodapé"
985985

986986
#: ../../library/pickle.rst:849
987987
msgid "Don't confuse this with the :mod:`marshal` module"
988-
msgstr ""
988+
msgstr "Não confunda isso com o módulo :mod:`marshal`"
989989

990990
#: ../../library/pickle.rst:851
991991
msgid ""
@@ -1012,6 +1012,8 @@ msgid ""
10121012
"The exception raised will likely be an :exc:`ImportError` or an :exc:"
10131013
"`AttributeError` but it could be something else."
10141014
msgstr ""
1015+
"A exceção levantada provavelmente será uma :exc:`ImportError` ou uma :exc:"
1016+
"`AttributeError`, mas poderia ser outra coisa."
10151017

10161018
#: ../../library/pickle.rst:868
10171019
msgid "These methods can also be used to implement copying class instances."

0 commit comments

Comments
 (0)