2011-03-01 16:54:19 +08:00
|
|
|
|
# This file is distributed under the same license as the Django package.
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#
|
2012-03-14 16:55:00 +08:00
|
|
|
|
# Translators:
|
2013-11-06 03:08:35 +08:00
|
|
|
|
# Bruno Miguel Custódio <bruno@brunomcustodio.com>, 2012
|
|
|
|
|
# Jannis Leidel <jannis@leidel.info>, 2011
|
|
|
|
|
# Nuno Mariz <nmariz@gmail.com>, 2011-2013
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2013-11-06 03:08:35 +08:00
|
|
|
|
"Project-Id-Version: django-core\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2013-11-06 03:08:35 +08:00
|
|
|
|
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
|
|
|
|
|
"PO-Revision-Date: 2013-10-31 16:32+0000\n"
|
|
|
|
|
"Last-Translator: Nuno Mariz <nmariz@gmail.com>\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
"language/pt/)\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
"Language: pt\n"
|
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:59 views.py:61 views.py:63
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "tag:"
|
|
|
|
|
msgstr "tag:"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:94 views.py:96 views.py:98
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "filter:"
|
|
|
|
|
msgstr "filtro:"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:157 views.py:159 views.py:161
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "view:"
|
|
|
|
|
msgstr "view:"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:189
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "App %r not found"
|
|
|
|
|
msgstr "A aplicação %r não encontrada"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:196
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Model %(model_name)r not found in app %(app_label)r"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "O Model %(model_name)r não foi encontrado na aplicação %(app_label)r"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:208
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "the related `%(app_label)s.%(data_type)s` object"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
|
|
|
|
|
#: views.py:265
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "model:"
|
|
|
|
|
msgstr "model:"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:223 views.py:255
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "related `%(app_label)s.%(object_name)s` objects"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "os objetos `%(app_label)s.%(object_name)s` relacionados"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:227 views.py:260
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "all %s"
|
|
|
|
|
msgstr "todos %s"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:232 views.py:265
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "number of %s"
|
|
|
|
|
msgstr "número de %s"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#. Translators: %s is an object type name
|
|
|
|
|
#: views.py:271
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
2013-11-06 03:08:35 +08:00
|
|
|
|
msgid "Attributes on %s objects"
|
|
|
|
|
msgstr "Atributos em %s objetos"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: views.py:363
|
2011-01-22 01:50:35 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "%s does not appear to be a urlpattern object"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "%s não parece ser um objeto urlpattern"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:6
|
|
|
|
|
#: templates/admin_doc/model_detail.html:14
|
|
|
|
|
#: templates/admin_doc/model_index.html:8
|
|
|
|
|
#: templates/admin_doc/template_detail.html:6
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:7
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:7
|
|
|
|
|
#: templates/admin_doc/view_detail.html:6
|
|
|
|
|
#: templates/admin_doc/view_index.html:7
|
|
|
|
|
msgid "Home"
|
|
|
|
|
msgstr "Início"
|
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/missing_docutils.html:7
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/missing_docutils.html:14
|
2012-03-14 16:55:00 +08:00
|
|
|
|
#: templates/admin_doc/model_detail.html:15
|
|
|
|
|
#: templates/admin_doc/model_index.html:9
|
|
|
|
|
#: templates/admin_doc/template_detail.html:7
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:8
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:8
|
|
|
|
|
#: templates/admin_doc/view_detail.html:7
|
|
|
|
|
#: templates/admin_doc/view_index.html:8
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation"
|
|
|
|
|
msgstr "Documentação"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Bookmarklets"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "Bookmarklets"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:11
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation bookmarklets"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "Documentação dos bookmarklets"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:15
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
|
|
|
|
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
|
|
|
|
"select the bookmarklet from any page in the site. Note that some of these\n"
|
|
|
|
|
"bookmarklets require you to be viewing the site from a computer designated\n"
|
|
|
|
|
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
|
|
|
|
"your computer is \"internal\").</p>\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"\n"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"<p class=\"help\">Para instalar bookmarklets, arraste o link para sua "
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"barra \n"
|
|
|
|
|
"de bookmarks, ou clique com o lado direito do rato no link e adicione ao "
|
|
|
|
|
"seus bookmarks. Agora pode \n"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"seleccionar o bookmarklet de qualquer página no site. Note que alguns "
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"destes \n"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"bookmarklets requerem que visualize o site de um computador designado \n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
"por \"internal\" (entre em contacto com o seu administrador de sistema se \n"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"não tiver a certeza se o seu computador é \"internal\").</p>\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:25
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Documentation for this page"
|
|
|
|
|
msgstr "Documentação desta página"
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:26
|
2011-01-22 01:50:35 +08:00
|
|
|
|
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."
|
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:28
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Show object ID"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "Mostrar o ID do objeto"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:29
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid ""
|
|
|
|
|
"Shows the content-type and unique ID for pages that represent a single "
|
|
|
|
|
"object."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Mostra o tipo de conteúdo e o ID único para as páginas que representam um "
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"único objeto."
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:31
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Edit this object (current window)"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "Editar este objeto (janela actual)"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:32
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Jumps to the admin page for pages that represent a single object."
|
|
|
|
|
msgstr ""
|
2011-03-16 04:06:26 +08:00
|
|
|
|
"Vai para a página de admin para as páginas que representam um único objeto."
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:34
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "Edit this object (new window)"
|
2011-03-16 04:06:26 +08:00
|
|
|
|
msgstr "Editar este objeto (nova janela)"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/bookmarklets.html:35
|
2011-01-22 01:50:35 +08:00
|
|
|
|
msgid "As above, but opens the admin page in a new window."
|
|
|
|
|
msgstr "Tal como acima, mas abre a página de admin numa nova janela."
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:17
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:9
|
|
|
|
|
msgid "Tags"
|
|
|
|
|
msgstr "Tags"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:18
|
|
|
|
|
msgid "List of all the template tags and their functions."
|
|
|
|
|
msgstr "Lista de todas as template tags e suas funções."
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:20
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/template_filter_index.html:9
|
2012-03-14 16:55:00 +08:00
|
|
|
|
msgid "Filters"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
msgstr "Filtros"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:21
|
|
|
|
|
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."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16
|
|
|
|
|
#: templates/admin_doc/model_index.html:10
|
|
|
|
|
#: templates/admin_doc/model_index.html:14
|
|
|
|
|
msgid "Models"
|
|
|
|
|
msgstr "Models"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/index.html:24
|
|
|
|
|
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"
|
2012-03-14 16:55:00 +08:00
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#: templates/admin_doc/view_index.html:9
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/view_index.html:12
|
2012-03-14 16:55:00 +08:00
|
|
|
|
msgid "Views"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
msgstr "Views"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: templates/admin_doc/index.html:27
|
|
|
|
|
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."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/index.html:30
|
|
|
|
|
msgid "Tools for your browser to quickly access admin functionality."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"Ferramentas para o seu navegador para aceder rapidamente a funcionalidade de "
|
|
|
|
|
"administração."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:10
|
|
|
|
|
msgid "Please install docutils"
|
|
|
|
|
msgstr "Por favor, instale o docutils"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:17
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"The admin documentation system requires Python's <a href=\"%(link)s"
|
|
|
|
|
"\">docutils</a> library."
|
|
|
|
|
msgstr ""
|
|
|
|
|
"A documentação do sistema de admin requer a biblioteca <a href=\"%(link)s"
|
|
|
|
|
"\">docutils</a> do Python."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/missing_docutils.html:19
|
|
|
|
|
#, 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>."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:21
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Model: %(name)s"
|
|
|
|
|
msgstr "Model: %(name)s"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:35
|
|
|
|
|
msgid "Field"
|
|
|
|
|
msgstr "Campo"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:36
|
|
|
|
|
msgid "Type"
|
|
|
|
|
msgstr "Tipo"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:37
|
|
|
|
|
msgid "Description"
|
|
|
|
|
msgstr "Descrição"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_detail.html:52
|
|
|
|
|
msgid "Back to Models Documentation"
|
|
|
|
|
msgstr "Voltar para a Documentação dos Models"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_index.html:18
|
|
|
|
|
msgid "Model documentation"
|
|
|
|
|
msgstr "Documentação dos Models"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/model_index.html:43
|
|
|
|
|
msgid "Model groups"
|
|
|
|
|
msgstr "Grupos de Models"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:8
|
|
|
|
|
msgid "Templates"
|
|
|
|
|
msgstr "Templates"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:13
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Template: %(name)s"
|
|
|
|
|
msgstr "Template: %(name)s"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:16
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Template: \"%(name)s\""
|
|
|
|
|
msgstr "Template: \"%(name)s\""
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:20
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
|
|
|
|
|
msgstr "Caminho de pesquisa para a template \"%(name)s\" em %(grouper)s:"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:23
|
|
|
|
|
msgid "(does not exist)"
|
|
|
|
|
msgstr "(Não existe)"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_detail.html:28
|
|
|
|
|
msgid "Back to Documentation"
|
|
|
|
|
msgstr "Voltar para a Documentação"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:12
|
|
|
|
|
msgid "Template filters"
|
|
|
|
|
msgstr "Filtros de template"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:16
|
|
|
|
|
msgid "Template filter documentation"
|
|
|
|
|
msgstr "Documentação de filtros de template"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:22
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:43
|
|
|
|
|
msgid "Built-in filters"
|
|
|
|
|
msgstr "Filtros built-in"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_filter_index.html:23
|
|
|
|
|
#, 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."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:12
|
|
|
|
|
msgid "Template tags"
|
|
|
|
|
msgstr "Tags de template"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:16
|
|
|
|
|
msgid "Template tag documentation"
|
|
|
|
|
msgstr "Documentação de tags de template"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:22
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:43
|
|
|
|
|
msgid "Built-in tags"
|
|
|
|
|
msgstr "Tags built-in"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/template_tag_index.html:23
|
|
|
|
|
#, 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."
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_detail.html:12
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "View: %(name)s"
|
|
|
|
|
msgstr "View: %(name)s"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_detail.html:23
|
|
|
|
|
msgid "Context:"
|
|
|
|
|
msgstr "Contexto:"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_detail.html:28
|
|
|
|
|
msgid "Templates:"
|
|
|
|
|
msgstr "Templates:"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_detail.html:32
|
|
|
|
|
msgid "Back to Views Documentation"
|
|
|
|
|
msgstr "Voltar para a documentação das Views"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_index.html:16
|
|
|
|
|
msgid "View documentation"
|
|
|
|
|
msgstr "Ver documentação"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_index.html:22
|
|
|
|
|
msgid "Jump to site"
|
|
|
|
|
msgstr "Ir para o site"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_index.html:35
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Views by URL on %(name)s"
|
|
|
|
|
msgstr "Views por URL em %(name)s"
|
|
|
|
|
|
|
|
|
|
#: templates/admin_doc/view_index.html:40
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid "View function: %(name)s"
|
|
|
|
|
msgstr "Função da view: %(name)s"
|
|
|
|
|
|
|
|
|
|
#: tests/test_fields.py:29
|
2013-02-26 06:02:09 +08:00
|
|
|
|
msgid "Boolean (Either True or False)"
|
|
|
|
|
msgstr "Boolean (Pode ser True ou False)"
|
|
|
|
|
|
2013-11-06 03:08:35 +08:00
|
|
|
|
#: tests/test_fields.py:39
|
2013-02-26 06:02:09 +08:00
|
|
|
|
#, python-format
|
|
|
|
|
msgid "Field of type: %(field_type)s"
|
|
|
|
|
msgstr "Campo do tipo: %(field_type)s"
|