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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Claude Paroz <claude@2xlibre.net>, 2017
  5. # Jannis Leidel <jannis@leidel.info>, 2011
  6. # jorgecarleitao <jorgecarleitao@gmail.com>, 2015
  7. # Nuno Mariz <nmariz@gmail.com>, 2013,2015,2017
  8. # Raúl Pedro Fernandes Santos, 2014
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-09-24 13:46+0200\n"
  14. "PO-Revision-Date: 2017-11-30 23:58+0000\n"
  15. "Last-Translator: Nuno Mariz <nmariz@gmail.com>\n"
  16. "Language-Team: Portuguese (http://www.transifex.com/django/django/language/"
  17. "pt/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: pt\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. msgid "Personal info"
  24. msgstr "Informação pessoal"
  25. msgid "Permissions"
  26. msgstr "Permissões"
  27. msgid "Important dates"
  28. msgstr "Datas importantes"
  29. #, python-format
  30. msgid "%(name)s object with primary key %(key)r does not exist."
  31. msgstr "O objecto %(name)s com a chave primária %(key)r não existe."
  32. msgid "Password changed successfully."
  33. msgstr "Palavra-passe modificada com sucesso."
  34. #, python-format
  35. msgid "Change password: %s"
  36. msgstr "Modificar a palavra-passe: %s"
  37. msgid "Authentication and Authorization"
  38. msgstr "Autenticação e Autorização"
  39. msgid "password"
  40. msgstr "palavra-passe"
  41. msgid "last login"
  42. msgstr "última entrada"
  43. msgid "No password set."
  44. msgstr "Nenhuma palavra-chave definida."
  45. msgid "Invalid password format or unknown hashing algorithm."
  46. msgstr "Formato de palavra-chave inválido ou função de mistura desconhecida."
  47. msgid "The two password fields didn't match."
  48. msgstr "Os dois campos da palavra-passe não coincidem."
  49. msgid "Password"
  50. msgstr "Palavra-passe"
  51. msgid "Password confirmation"
  52. msgstr "Confirmação da palavra-passe"
  53. msgid "Enter the same password as before, for verification."
  54. msgstr "Introduza a palavra-passe como acima, para verificação."
  55. msgid ""
  56. "Raw passwords are not stored, so there is no way to see this user's "
  57. "password, but you can change the password using <a href=\"{}\">this form</a>."
  58. msgstr ""
  59. "Não são guardadas palavras-passe sem encriptação, portanto não é possível "
  60. "visualizar a password deste utilizador, mas poderá modificar a palavra-passe "
  61. "através <a href=\"{}\">deste formulário</a>."
  62. #, python-format
  63. msgid ""
  64. "Please enter a correct %(username)s and password. Note that both fields may "
  65. "be case-sensitive."
  66. msgstr ""
  67. "Por favor introduza o %(username)s e password corretos. Tenha em atenção às "
  68. "maiúsculas e minúsculas."
  69. msgid "This account is inactive."
  70. msgstr "Esta conta não está activa."
  71. msgid "Email"
  72. msgstr "Email"
  73. msgid "New password"
  74. msgstr "Nova palavra-passe"
  75. msgid "New password confirmation"
  76. msgstr "Confirmação da nova palavra-passe"
  77. msgid "Your old password was entered incorrectly. Please enter it again."
  78. msgstr ""
  79. "A sua palavra-passe antiga foi introduzida incorretamente. Por favor tente "
  80. "novamente."
  81. msgid "Old password"
  82. msgstr "Palavra-passe antiga"
  83. msgid "Password (again)"
  84. msgstr "Palavra-passe (novamente)"
  85. msgid "algorithm"
  86. msgstr "algoritmo"
  87. msgid "iterations"
  88. msgstr "iterações"
  89. msgid "salt"
  90. msgstr "salt"
  91. msgid "hash"
  92. msgstr "hash"
  93. msgid "variety"
  94. msgstr "variedade"
  95. msgid "version"
  96. msgstr "versão"
  97. msgid "memory cost"
  98. msgstr "custo da memória"
  99. msgid "time cost"
  100. msgstr "custo de tempo"
  101. msgid "parallelism"
  102. msgstr "paralelismo"
  103. msgid "work factor"
  104. msgstr "fator trabalho"
  105. msgid "checksum"
  106. msgstr "verificação"
  107. msgid "name"
  108. msgstr "nome"
  109. msgid "content type"
  110. msgstr "tipo de conteúdo"
  111. msgid "codename"
  112. msgstr "nome de código"
  113. msgid "permission"
  114. msgstr "permissão"
  115. msgid "permissions"
  116. msgstr "permissões"
  117. msgid "group"
  118. msgstr "grupo"
  119. msgid "groups"
  120. msgstr "grupos"
  121. msgid "superuser status"
  122. msgstr "Status de superuser"
  123. msgid ""
  124. "Designates that this user has all permissions without explicitly assigning "
  125. "them."
  126. msgstr ""
  127. "Define se este utilizador tem todas as permissões sem explicitamente as "
  128. "atribuir."
  129. msgid ""
  130. "The groups this user belongs to. A user will get all permissions granted to "
  131. "each of their groups."
  132. msgstr ""
  133. "Os grupos que este utilizador pertence. Um utilizador terá todas as "
  134. "permissões concedidas a cada um dos seus grupos."
  135. msgid "user permissions"
  136. msgstr "permissões do utilizador"
  137. msgid "Specific permissions for this user."
  138. msgstr "Permissões específicas para este utilizador."
  139. msgid "username"
  140. msgstr "utilizador"
  141. msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
  142. msgstr "Obrigatório. 150 carateres ou menos. Apenas letras, dígitos @/./+/-/_."
  143. msgid "A user with that username already exists."
  144. msgstr "Já existe um utilizador com esse nome."
  145. msgid "first name"
  146. msgstr "primeiro nome"
  147. msgid "last name"
  148. msgstr "último nome"
  149. msgid "email address"
  150. msgstr "endereço de email"
  151. msgid "staff status"
  152. msgstr "status de equipa"
  153. msgid "Designates whether the user can log into this admin site."
  154. msgstr "Define se o utilizador pode usar a administração do site."
  155. msgid "active"
  156. msgstr "ativo"
  157. msgid ""
  158. "Designates whether this user should be treated as active. Unselect this "
  159. "instead of deleting accounts."
  160. msgstr ""
  161. "Defina se este utilizador deva ser tratado como ativo. Não selecione em vez "
  162. "de remover as contas."
  163. msgid "date joined"
  164. msgstr "data de registo"
  165. msgid "user"
  166. msgstr "utilizador"
  167. msgid "users"
  168. msgstr "utilizadores"
  169. #, python-format
  170. msgid ""
  171. "This password is too short. It must contain at least %(min_length)d "
  172. "character."
  173. msgid_plural ""
  174. "This password is too short. It must contain at least %(min_length)d "
  175. "characters."
  176. msgstr[0] ""
  177. "Esta palavra-passe é muito curta. Deve conter pelo menos %(min_length)d "
  178. "caractere."
  179. msgstr[1] ""
  180. "Esta palavra-passe é muito curta. Deve conter pelo menos %(min_length)d "
  181. "caracteres."
  182. #, python-format
  183. msgid "Your password must contain at least %(min_length)d character."
  184. msgid_plural "Your password must contain at least %(min_length)d characters."
  185. msgstr[0] ""
  186. "A sua palavra-passe deve conter pelo menos %(min_length)d caractere."
  187. msgstr[1] ""
  188. "A sua palavra-passe deve conter pelo menos %(min_length)d caracteres."
  189. #, python-format
  190. msgid "The password is too similar to the %(verbose_name)s."
  191. msgstr "A palavra-passe é muito semelhante ao %(verbose_name)s."
  192. msgid "Your password can't be too similar to your other personal information."
  193. msgstr ""
  194. "Sua palavra-passe não pode ser muito semelhante a outras informações "
  195. "pessoais."
  196. msgid "This password is too common."
  197. msgstr "Esta palavra-passe é muito comum."
  198. msgid "Your password can't be a commonly used password."
  199. msgstr "A sua palavra-passe não pode ser uma palavra-passe comum."
  200. msgid "This password is entirely numeric."
  201. msgstr "Esta palavra-passe é inteiramente numérica."
  202. msgid "Your password can't be entirely numeric."
  203. msgstr "Sua palavra-passe não pode ser inteiramente numérica."
  204. #, python-format
  205. msgid "Password reset on %(site_name)s"
  206. msgstr "Redefinição de palavra-passe em %(site_name)s"
  207. msgid ""
  208. "Enter a valid username. This value may contain only English letters, "
  209. "numbers, and @/./+/-/_ characters."
  210. msgstr ""
  211. "Insira um nome de utilizador válido. Este valor apenas deverá conter letras, "
  212. "números e carateres @/./+/-/_."
  213. msgid ""
  214. "Enter a valid username. This value may contain only letters, numbers, and "
  215. "@/./+/-/_ characters."
  216. msgstr ""
  217. "Insira um nome de utilizador válido. Este valor apenas deverá conter letras, "
  218. "números e carateres @/./+/-/_."
  219. msgid "Logged out"
  220. msgstr "Saiu"
  221. msgid "Password reset"
  222. msgstr "Gerar nova palavra-passe"
  223. msgid "Password reset sent"
  224. msgstr "Redefinição de palavra-passe enviada"
  225. msgid "Enter new password"
  226. msgstr "Introduza nova palavra-passe"
  227. msgid "Password reset unsuccessful"
  228. msgstr "A mudança da palavra-passe não foi bem sucedida"
  229. msgid "Password reset complete"
  230. msgstr "Geração de nova palavra-passe completa"
  231. msgid "Password change"
  232. msgstr "Mudança de palavra-passe"
  233. msgid "Password change successful"
  234. msgstr "Mudança de palavra-passe bem sucedida"