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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
|
# This file is distributed under the same license as the Django package.
#
# Translators:
# Bruno Miguel Custódio <bruno@brunomcustodio.com>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Manuela Silva <mmsrs@sky.com>, 2025
# Nuno Mariz <nmariz@gmail.com>, 2011-2013,2015,2017
# Raúl Pedro Fernandes Santos, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-15 09:00+0100\n"
"PO-Revision-Date: 2025-04-01 15:04-0500\n"
"Last-Translator: Manuela Silva <mmsrs@sky.com>, 2025\n"
"Language-Team: Portuguese (http://app.transifex.com/django/django/language/"
"pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Administrative Documentation"
msgstr "Documentação Administrativa"
msgid "Home"
msgstr "Início"
msgid "Documentation"
msgstr "Documentação"
msgid "Bookmarklets"
msgstr "Bookmarklets"
msgid "Documentation bookmarklets"
msgstr "Documentação dos bookmarklets"
msgid ""
"To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
"click the link and add it to your bookmarks. Now you can select the "
"bookmarklet from any page in the site."
msgstr ""
"Para instalar bookmarklets, arraste o link da barra dos bookmarks, ou "
"pressione do lado direito no link e adicione aos bookmarks.\n"
"Agora poderá selecionar o bookmarklet de qualquer página do site."
msgid "Documentation for this page"
msgstr "Documentação desta página"
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Vai de qualquer página para a documentação da view que gera essa página."
msgid "Tags"
msgstr "Tags"
msgid "List of all the template tags and their functions."
msgstr "Lista de todas as template tags e suas funções."
msgid "Filters"
msgstr "Filtros"
msgid ""
"Filters are actions which can be applied to variables in a template to alter "
"the output."
msgstr ""
"Os filtros são as acções que podem ser aplicadas às variáveis de uma "
"template para alterar o output."
msgid "Models"
msgstr "Models"
msgid ""
"Models are descriptions of all the objects in the system and their "
"associated fields. Each model has a list of fields which can be accessed as "
"template variables"
msgstr ""
"Models são descrições de todos os objetos no sistema e seus campos "
"associados. Cada model tem uma lista de campos que podem ser acedidos como "
"variáveis de template"
msgid "Views"
msgstr "Views"
msgid ""
"Each page on the public site is generated by a view. The view defines which "
"template is used to generate the page and which objects are available to "
"that template."
msgstr ""
"Cada página no site público é gerada por uma view. A view define qual "
"template será usado para gerar a página e quais objetos estarão disponíveis "
"para esse template."
msgid "Tools for your browser to quickly access admin functionality."
msgstr ""
"Ferramentas para o seu navegador para aceder rapidamente a funcionalidade de "
"administração."
msgid "Please install docutils"
msgstr "Por favor, instale o docutils"
#, python-format
msgid ""
"The admin documentation system requires Python’s <a "
"href=\"%(link)s\">docutils</a> library."
msgstr ""
"O sistema de documentação de administração requer a biblioteca <a "
"href=\"%(link)s\">docutils</a> do Python."
#, python-format
msgid ""
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
msgstr ""
"Por favor, peça aos seu administradores para instalar o <a "
"href=\"%(link)s\">docutils</a>."
#, python-format
msgid "Model: %(name)s"
msgstr "Model: %(name)s"
msgid "Fields"
msgstr "Campos"
msgid "Field"
msgstr "Campo"
msgid "Type"
msgstr "Tipo"
msgid "Description"
msgstr "Descrição"
msgid "Methods with arguments"
msgstr "Métodos com argumentos"
msgid "Method"
msgstr "Métodos"
msgid "Arguments"
msgstr "Argumentos"
msgid "Back to Model documentation"
msgstr "Voltar para a documentação dos Models"
msgid "Model documentation"
msgstr "Documentação dos Models"
msgid "Model groups"
msgstr "Grupos de Models"
msgid "Templates"
msgstr "Templates"
#, python-format
msgid "Template: %(name)s"
msgstr "Template: %(name)s"
#, python-format
msgid "Template: <q>%(name)s</q>"
msgstr "Modelo: <q>%(name)s</q>"
#. Translators: Search is not a verb here, it qualifies path (a search path)
#, python-format
msgid "Search path for template <q>%(name)s</q>:"
msgstr "Caminho de pesquisa para o modelo <q>%(name)s</q>:"
msgid "(does not exist)"
msgstr "(Não existe)"
msgid "Back to Documentation"
msgstr "Voltar para a Documentação"
msgid "Template filters"
msgstr "Filtros de template"
msgid "Template filter documentation"
msgstr "Documentação de filtros de template"
msgid "Built-in filters"
msgstr "Filtros built-in"
#, python-format
msgid ""
"To use these filters, put <code>%(code)s</code> in your template before "
"using the filter."
msgstr ""
"Para utilizar estes filtros, coloque <code>%(code)s</code> na sua template "
"antes de utilizar o filtro."
msgid "Template tags"
msgstr "Tags de template"
msgid "Template tag documentation"
msgstr "Documentação de tags de template"
msgid "Built-in tags"
msgstr "Tags built-in"
#, python-format
msgid ""
"To use these tags, put <code>%(code)s</code> in your template before using "
"the tag."
msgstr ""
"Para utilizar estas tags, coloque <code>%(code)s</code> na sua template "
"antes de usar a tag."
#, python-format
msgid "View: %(name)s"
msgstr "View: %(name)s"
msgid "Context:"
msgstr "Contexto:"
msgid "Templates:"
msgstr "Templates:"
msgid "Back to View documentation"
msgstr "Voltar para a documentação das Views"
msgid "View documentation"
msgstr "Ver documentação"
msgid "Jump to namespace"
msgstr "Saltar para namespace"
msgid "Empty namespace"
msgstr "Namespace vazio"
#, python-format
msgid "Views by namespace %(name)s"
msgstr "Views por namespace %(name)s"
msgid "Views by empty namespace"
msgstr "Views por namespace vazio"
#, python-format
msgid ""
"\n"
" View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
"code>.\n"
msgstr ""
"\n"
" Função de view: <code>%(full_name)s</code>. Nome: <code>%(url_name)s</"
"code>.\n"
msgid "tag:"
msgstr "tag:"
msgid "filter:"
msgstr "filtro:"
msgid "view:"
msgstr "view:"
#, python-format
msgid "App %(app_label)r not found"
msgstr "A aplicação %(app_label)r não foi encontrada"
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "O Model %(model_name)r não foi encontrado na aplicação %(app_label)r"
msgid "model:"
msgstr "model:"
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado"
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "os objetos `%(app_label)s.%(object_name)s` relacionados"
#, python-format
msgid "all %s"
msgstr "todos %s"
#, python-format
msgid "number of %s"
msgstr "número de %s"
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s não parece ser um objeto urlpattern"
|