Skip to content

Commit a6b075c

Browse files
pomerge from 3.9 branch into 3.6
1 parent d0abb8a commit a6b075c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

using/cmdline.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,19 +948,27 @@ msgid ""
948948
"fixed seed for generating the hash() of the types covered by the hash "
949949
"randomization."
950950
msgstr ""
951+
"Se :envvar:`PYTHONHASHSEED` for definido como um valor inteiro, ele é usado "
952+
"como uma semente fixa para gerar o hash() dos tipos cobertos pela "
953+
"aleatorização do hash."
951954

952955
#: ../../using/cmdline.rst:564
953956
msgid ""
954957
"Its purpose is to allow repeatable hashing, such as for selftests for the "
955958
"interpreter itself, or to allow a cluster of python processes to share hash "
956959
"values."
957960
msgstr ""
961+
"Sua finalidade é permitir hash repetível, como autotestes do próprio "
962+
"interpretador, ou permitir que um cluster de processos Python compartilhe "
963+
"valores de hash."
958964

959965
#: ../../using/cmdline.rst:568
960966
msgid ""
961967
"The integer must be a decimal number in the range [0,4294967295]. "
962968
"Specifying the value 0 will disable hash randomization."
963969
msgstr ""
970+
"O número inteiro deve ser um número decimal no intervalo [0,4294967295]. "
971+
"Especificar o valor 0 desabilitará a aleatorização de hash."
964972

965973
#: ../../using/cmdline.rst:576
966974
msgid ""
@@ -969,6 +977,10 @@ msgid ""
969977
"Both the ``encodingname`` and the ``:errorhandler`` parts are optional and "
970978
"have the same meaning as in :func:`str.encode`."
971979
msgstr ""
980+
"Se for definido antes de executar o interpretador, ele substitui a "
981+
"codificação usada para stdin/stdout/stderr, na sintaxe ``encodingname:"
982+
"errorhandler``. Ambas as partes ``encodingname`` e ``:errorhandler`` são "
983+
"opcionais e têm o mesmo significado que em :func:`str.encode`."
972984

973985
#: ../../using/cmdline.rst:581
974986
msgid ""

0 commit comments

Comments
 (0)