Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Bruno Miguel Custódio <bruno@brunomcustodio.com>, 2012
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # Nuno Mariz <nmariz@gmail.com>, 2011-2013,2015,2017
  7. # Raúl Pedro Fernandes Santos, 2014
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Portuguese (http://www.transifex.com/django/django/language/"
  16. "pt/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: pt\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. msgid "Administrative Documentation"
  23. msgstr "Documentação Administrativa"
  24. msgid "Home"
  25. msgstr "Início"
  26. msgid "Documentation"
  27. msgstr "Documentação"
  28. msgid "Bookmarklets"
  29. msgstr "Bookmarklets"
  30. msgid "Documentation bookmarklets"
  31. msgstr "Documentação dos bookmarklets"
  32. msgid ""
  33. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  34. "click the link and add it to your bookmarks. Now you can select the "
  35. "bookmarklet from any page in the site."
  36. msgstr ""
  37. "Para instalar bookmarklets, arraste o link da barra dos bookmarks, ou "
  38. "pressione do lado direito no link e adicione aos bookmarks.\n"
  39. "Agora poderá selecionar o bookmarklet de qualquer página do site."
  40. msgid "Documentation for this page"
  41. msgstr "Documentação desta página"
  42. msgid ""
  43. "Jumps you from any page to the documentation for the view that generates "
  44. "that page."
  45. msgstr ""
  46. "Vai de qualquer página para a documentação da view que gera essa página."
  47. msgid "Tags"
  48. msgstr "Tags"
  49. msgid "List of all the template tags and their functions."
  50. msgstr "Lista de todas as template tags e suas funções."
  51. msgid "Filters"
  52. msgstr "Filtros"
  53. msgid ""
  54. "Filters are actions which can be applied to variables in a template to alter "
  55. "the output."
  56. msgstr ""
  57. "Os filtros são as acções que podem ser aplicadas às variáveis ​​de uma "
  58. "template para alterar o output."
  59. msgid "Models"
  60. msgstr "Models"
  61. msgid ""
  62. "Models are descriptions of all the objects in the system and their "
  63. "associated fields. Each model has a list of fields which can be accessed as "
  64. "template variables"
  65. msgstr ""
  66. "Models são descrições de todos os objetos no sistema e seus campos "
  67. "associados. Cada model tem uma lista de campos que podem ser acedidos como "
  68. "variáveis ​​de template"
  69. msgid "Views"
  70. msgstr "Views"
  71. msgid ""
  72. "Each page on the public site is generated by a view. The view defines which "
  73. "template is used to generate the page and which objects are available to "
  74. "that template."
  75. msgstr ""
  76. "Cada página no site público é gerada por uma view. A view define qual "
  77. "template será usado para gerar a página e quais objetos estarão disponíveis "
  78. "para esse template."
  79. msgid "Tools for your browser to quickly access admin functionality."
  80. msgstr ""
  81. "Ferramentas para o seu navegador para aceder rapidamente a funcionalidade de "
  82. "administração."
  83. msgid "Please install docutils"
  84. msgstr "Por favor, instale o docutils"
  85. #, python-format
  86. msgid ""
  87. "The admin documentation system requires Python's <a href=\"%(link)s"
  88. "\">docutils</a> library."
  89. msgstr ""
  90. "A documentação do sistema de admin requer a biblioteca <a href=\"%(link)s"
  91. "\">docutils</a> do Python."
  92. #, python-format
  93. msgid ""
  94. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  95. msgstr ""
  96. "Por favor, peça aos seu administradores para instalar o <a href=\"%(link)s"
  97. "\">docutils</a>."
  98. #, python-format
  99. msgid "Model: %(name)s"
  100. msgstr "Model: %(name)s"
  101. msgid "Fields"
  102. msgstr "Campos"
  103. msgid "Field"
  104. msgstr "Campo"
  105. msgid "Type"
  106. msgstr "Tipo"
  107. msgid "Description"
  108. msgstr "Descrição"
  109. msgid "Methods with arguments"
  110. msgstr "Métodos com argumentos"
  111. msgid "Method"
  112. msgstr "Métodos"
  113. msgid "Arguments"
  114. msgstr "Argumentos"
  115. msgid "Back to Model documentation"
  116. msgstr "Voltar para a documentação dos Models"
  117. msgid "Model documentation"
  118. msgstr "Documentação dos Models"
  119. msgid "Model groups"
  120. msgstr "Grupos de Models"
  121. msgid "Templates"
  122. msgstr "Templates"
  123. #, python-format
  124. msgid "Template: %(name)s"
  125. msgstr "Template: %(name)s"
  126. #, python-format
  127. msgid "Template: \"%(name)s\""
  128. msgstr "Template: \"%(name)s\""
  129. #. Translators: Search is not a verb here, it qualifies path (a search path)
  130. #, python-format
  131. msgid "Search path for template \"%(name)s\":"
  132. msgstr "Caminho de pesquisa para o template \"%(name)s\":"
  133. msgid "(does not exist)"
  134. msgstr "(Não existe)"
  135. msgid "Back to Documentation"
  136. msgstr "Voltar para a Documentação"
  137. msgid "Template filters"
  138. msgstr "Filtros de template"
  139. msgid "Template filter documentation"
  140. msgstr "Documentação de filtros de template"
  141. msgid "Built-in filters"
  142. msgstr "Filtros built-in"
  143. #, python-format
  144. msgid ""
  145. "To use these filters, put <code>%(code)s</code> in your template before "
  146. "using the filter."
  147. msgstr ""
  148. "Para utilizar estes filtros, coloque <code>%(code)s</code> na sua template "
  149. "antes de utilizar o filtro."
  150. msgid "Template tags"
  151. msgstr "Tags de template"
  152. msgid "Template tag documentation"
  153. msgstr "Documentação de tags de template"
  154. msgid "Built-in tags"
  155. msgstr "Tags built-in"
  156. #, python-format
  157. msgid ""
  158. "To use these tags, put <code>%(code)s</code> in your template before using "
  159. "the tag."
  160. msgstr ""
  161. "Para utilizar estas tags, coloque <code>%(code)s</code> na sua template "
  162. "antes de usar a tag."
  163. #, python-format
  164. msgid "View: %(name)s"
  165. msgstr "View: %(name)s"
  166. msgid "Context:"
  167. msgstr "Contexto:"
  168. msgid "Templates:"
  169. msgstr "Templates:"
  170. msgid "Back to View documentation"
  171. msgstr "Voltar para a documentação das Views"
  172. msgid "View documentation"
  173. msgstr "Ver documentação"
  174. msgid "Jump to namespace"
  175. msgstr "Saltar para namespace"
  176. msgid "Empty namespace"
  177. msgstr "Namespace vazio"
  178. #, python-format
  179. msgid "Views by namespace %(name)s"
  180. msgstr "Views por namespace %(name)s"
  181. msgid "Views by empty namespace"
  182. msgstr "Views por namespace vazio"
  183. #, python-format
  184. msgid ""
  185. "\n"
  186. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  187. "code>.\n"
  188. msgstr ""
  189. "\n"
  190. " Função de view: <code>%(full_name)s</code>. Nome: <code>%(url_name)s</"
  191. "code>.\n"
  192. msgid "tag:"
  193. msgstr "tag:"
  194. msgid "filter:"
  195. msgstr "filtro:"
  196. msgid "view:"
  197. msgstr "view:"
  198. #, python-format
  199. msgid "App %(app_label)r not found"
  200. msgstr "A aplicação %(app_label)r não foi encontrada"
  201. #, python-format
  202. msgid "Model %(model_name)r not found in app %(app_label)r"
  203. msgstr "O Model %(model_name)r não foi encontrado na aplicação %(app_label)r"
  204. msgid "model:"
  205. msgstr "model:"
  206. #, python-format
  207. msgid "the related `%(app_label)s.%(data_type)s` object"
  208. msgstr "o objeto `%(app_label)s.%(data_type)s` relacionado"
  209. #, python-format
  210. msgid "related `%(app_label)s.%(object_name)s` objects"
  211. msgstr "os objetos `%(app_label)s.%(object_name)s` relacionados"
  212. #, python-format
  213. msgid "all %s"
  214. msgstr "todos %s"
  215. #, python-format
  216. msgid "number of %s"
  217. msgstr "número de %s"
  218. #, python-format
  219. msgid "%s does not appear to be a urlpattern object"
  220. msgstr "%s não parece ser um objeto urlpattern"