@@ -948,19 +948,27 @@ msgid ""
948948"fixed seed for generating the hash() of the types covered by the hash "
949949"randomization."
950950msgstr ""
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
953956msgid ""
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."
957960msgstr ""
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
960966msgid ""
961967"The integer must be a decimal number in the range [0,4294967295]. "
962968"Specifying the value 0 will disable hash randomization."
963969msgstr ""
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
966974msgid ""
@@ -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`."
971979msgstr ""
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
974986msgid ""
0 commit comments