-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathcommandref.po
More file actions
174 lines (146 loc) · 8.43 KB
/
commandref.po
File metadata and controls
174 lines (146 loc) · 8.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2023, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2019
# Marco Rougeth <marco@rougeth.com>, 2020
# Rafael Fontenelle <rffontenelle@gmail.com>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-23 16:56+0000\n"
"PO-Revision-Date: 2019-09-01 02:40+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2020\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
"teams/5390/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
"1000000 == 0 ? 1 : 2;\n"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:5
msgid "Command Reference"
msgstr "Referência de Comando"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:22
msgid "Installing modules: the :command:`install` command family"
msgstr "Instalando módulos modules: a família de comandos :command:`install`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:24
msgid ""
"The install command ensures that the build commands have been run and then "
"runs the subcommands :command:`install_lib`, :command:`install_data` and :"
"command:`install_scripts`."
msgstr ""
"O comando de instalação garante que os comandos de compilação tenha sido "
"executado e, então, executa os subcomandos :command:`install_lib`, :command:"
"`install_data` e :command:`install_scripts`."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:35
msgid ":command:`install_data`"
msgstr ":command:`install_data`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:37
msgid "This command installs all data files provided with the distribution."
msgstr ""
"Este comando instala todos os arquivos de dados fornecidos com a "
"distribuição."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:43
msgid ":command:`install_scripts`"
msgstr ":command:`install_scripts`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:45
msgid "This command installs all (Python) scripts in the distribution."
msgstr "Este comando instala todos os scripts (Python) na distribuição."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:54
msgid "Creating a source distribution: the :command:`sdist` command"
msgstr "Criando uma distribuição de fontes: o comando :command:`sdist`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:58
msgid "The manifest template commands are:"
msgstr "Os comandos do modelo de manifesto são:"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:61
msgid "Command"
msgstr "Comando"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:61
msgid "Description"
msgstr "Description (descrição)"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:63
msgid ":command:`include pat1 pat2 ...`"
msgstr ":command:`include pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:63
msgid "include all files matching any of the listed patterns"
msgstr ""
"inclui todos os arquivos que correspondem a qualquer um dos padrões listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:66
msgid ":command:`exclude pat1 pat2 ...`"
msgstr ":command:`exclude pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:66
msgid "exclude all files matching any of the listed patterns"
msgstr ""
"exclui todos os arquivos que correspondem a qualquer um dos padrões listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:69
msgid ":command:`recursive-include dir pat1 pat2 ...`"
msgstr ":command:`recursive-include dir pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:69
msgid "include all files under *dir* matching any of the listed patterns"
msgstr ""
"inclui todos os arquivos em *dir* que correspondam a qualquer um dos padrões "
"listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:72
msgid ":command:`recursive-exclude dir pat1 pat2 ...`"
msgstr ":command:`recursive-exclude dir pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:72
msgid "exclude all files under *dir* matching any of the listed patterns"
msgstr ""
"exclui todos os arquivos em *dir* que correspondam a qualquer um dos padrões "
"listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:75
msgid ":command:`global-include pat1 pat2 ...`"
msgstr ":command:`global-include pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:75
msgid ""
"include all files anywhere in the source tree matching --- & any of the "
"listed patterns"
msgstr ""
"inclui todos os arquivos em qualquer lugar na árvore de fontes "
"correspondente --- e qualquer um dos padrões listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:78
msgid ":command:`global-exclude pat1 pat2 ...`"
msgstr ":command:`global-exclude pat1 pat2 ...`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:78
msgid ""
"exclude all files anywhere in the source tree matching --- & any of the "
"listed patterns"
msgstr ""
"exclui todos os arquivos em qualquer lugar na árvore de fontes "
"correspondente --- e qualquer um dos padrões listados"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:81
msgid ":command:`prune dir`"
msgstr ":command:`prune dir`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:81
msgid "exclude all files under *dir*"
msgstr "exclui todos os arquivos em *dir*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:83
msgid ":command:`graft dir`"
msgstr ":command:`graft dir`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:83
msgid "include all files under *dir*"
msgstr "inclui todos os arquivos em *dir*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/distutils/commandref.rst:86
msgid ""
"The patterns here are Unix-style \"glob\" patterns: ``*`` matches any "
"sequence of regular filename characters, ``?`` matches any single regular "
"filename character, and ``[range]`` matches any of the characters in *range* "
"(e.g., ``a-z``, ``a-zA-Z``, ``a-f0-9_.``). The definition of \"regular "
"filename character\" is platform-specific: on Unix it is anything except "
"slash; on Windows anything except backslash or colon."
msgstr ""
"Os padrões aqui são padrões \"glob\" no estilo Unix: ``*`` corresponde a "
"qualquer sequência de caracteres regulares de nome de arquivo, ``?`` "
"corresponde a qualquer caractere comum de nome de arquivo regular e "
"``[intervalo]`` corresponde a qualquer um dos caracteres em *intervalo* (por "
"exemplo, ``az``, ``a-zA-Z``, ``a-f0-9_.``). A definição de \"caractere de "
"nome de arquivo comum\" é específica da plataforma: no Unix, é qualquer "
"coisa, exceto barra; no Windows qualquer coisa, exceto barra invertida ou "
"dois pontos."