Skip to content

Commit 1032aaf

Browse files
pomerge from 3.9 branch into 2.7
1 parent 41ed942 commit 1032aaf

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

library/site.po

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,25 @@ msgid ""
8787
"`bar` and :file:`spam`, and two path configuration files, :file:`foo.pth` "
8888
"and :file:`bar.pth`. Assume :file:`foo.pth` contains the following::"
8989
msgstr ""
90+
"Por exemplo, suponha que ``sys.prefix`` e ``sys.exec_prefix`` sejam "
91+
"definidos com :file:`/usr/local`. A biblioteca Python X.Y é instalado em :"
92+
"file:`/usr/local/lib/python{X.Y}`. Suponha que isso tenha um subdiretório :"
93+
"file:`/usr/local/lib/python{X.Y}/site-packages` com três subsubdiretórios, :"
94+
"file:`foo`, :file:`bar` e :file:`spam`, e dois caminhos arquivos de "
95+
"configuração, :file:`foo.pth` e :file:`bar.pth`. Presuma que :file:`foo."
96+
"pth` contém o seguinte::"
9097

9198
#: ../../library/site.rst:63
9299
msgid "and :file:`bar.pth` contains::"
93-
msgstr ""
100+
msgstr "e que :file:`bar.pth` contém::"
94101

95102
#: ../../library/site.rst:69
96103
msgid ""
97104
"Then the following version-specific directories are added to ``sys.path``, "
98105
"in this order::"
99106
msgstr ""
107+
"Em seguida, os seguintes diretórios específicos da versão são adicionados a "
108+
"``sys.path``, nesta ordem::"
100109

101110
#: ../../library/site.rst:75
102111
msgid ""
@@ -105,6 +114,10 @@ msgid ""
105114
"comes alphabetically before :file:`foo.pth`; and :file:`spam` is omitted "
106115
"because it is not mentioned in either path configuration file."
107116
msgstr ""
117+
"Observe que :file:`bletch` é omitido porque não existe; o diretório :file:"
118+
"`bar` precede o diretório :file:`foo` porque :file:`bar.pth` vem em ordem "
119+
"alfabética antes de :file:`foo.pth`; e :file:`spam` é omitido porque não é "
120+
"mencionado em nenhum dos arquivos de configuração de caminho."
108121

109122
#: ../../library/site.rst:82
110123
msgid ""

using/cmdline.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,8 @@ msgid ""
920920
"If this is set, Python won't add the :data:`user site-packages directory "
921921
"<site.USER_SITE>` to :data:`sys.path`."
922922
msgstr ""
923+
"Se estiver definido, o Python não adicionará o :data:`user site-packages "
924+
"directory ` a :data:`sys.path`."
923925

924926
#: ../../using/cmdline.rst:605
925927
msgid ""
@@ -928,13 +930,20 @@ msgid ""
928930
"USER_SITE>` and :ref:`Distutils installation paths <inst-alt-install-user>` "
929931
"for ``python setup.py install --user``."
930932
msgstr ""
933+
"Define o :data:`diretório base do usuário <user base directory>`, que é "
934+
"usado para calcular o caminho do :data:`diretório site-packages do usuário "
935+
"<user site-packages directory>` e :ref:`caminhos de instalação do Distutils "
936+
"<inst-alt-install-user>` para ``python setup.py install --user``."
931937

932938
#: ../../using/cmdline.rst:619
933939
msgid ""
934940
"If this environment variable is set, ``sys.argv[0]`` will be set to its "
935941
"value instead of the value got through the C runtime. Only works on Mac OS "
936942
"X."
937943
msgstr ""
944+
"Se esta variável de ambiente for definida, ``sys.argv[0]`` será definido com "
945+
"seu valor em vez do valor obtido através do tempo de execução C. Funciona "
946+
"apenas no Mac OS X."
938947

939948
#: ../../using/cmdline.rst:625
940949
msgid ""

0 commit comments

Comments
 (0)