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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  2. # This file is distributed under the same license as the PACKAGE package.
  3. #
  4. #
  5. # Translators:
  6. # joseduraes <jdmduraes@gmail.com>, 2014
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Django Debug Toolbar\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2014-04-25 21:52+0200\n"
  12. "PO-Revision-Date: 2014-04-25 19:53+0000\n"
  13. "Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
  14. "Language-Team: Portuguese (http://www.transifex.com/projects/p/django-debug-toolbar/language/pt/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: pt\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #: apps.py:11
  21. msgid "Debug Toolbar"
  22. msgstr ""
  23. #: views.py:14
  24. msgid ""
  25. "Data for this panel isn't available anymore. Please reload the page and "
  26. "retry."
  27. msgstr ""
  28. #: panels/cache.py:191
  29. msgid "Cache"
  30. msgstr ""
  31. #: panels/cache.py:196
  32. #, python-format
  33. msgid "%(cache_calls)d call in %(time).2fms"
  34. msgid_plural "%(cache_calls)d calls in %(time).2fms"
  35. msgstr[0] ""
  36. msgstr[1] ""
  37. #: panels/cache.py:204
  38. #, python-format
  39. msgid "Cache calls from %(count)d backend"
  40. msgid_plural "Cache calls from %(count)d backends"
  41. msgstr[0] ""
  42. msgstr[1] ""
  43. #: panels/headers.py:35
  44. msgid "Headers"
  45. msgstr ""
  46. #: panels/logging.py:64
  47. msgid "Logging"
  48. msgstr "Registo"
  49. #: panels/logging.py:70
  50. #, python-format
  51. msgid "%(count)s message"
  52. msgid_plural "%(count)s messages"
  53. msgstr[0] ""
  54. msgstr[1] ""
  55. #: panels/logging.py:73
  56. msgid "Log messages"
  57. msgstr ""
  58. #: panels/profiling.py:127
  59. msgid "Profiling"
  60. msgstr ""
  61. #: panels/redirects.py:17
  62. msgid "Intercept redirects"
  63. msgstr "Intercetar redirecionamentos"
  64. #: panels/request.py:18
  65. msgid "Request"
  66. msgstr "Pedido"
  67. #: panels/request.py:35
  68. msgid "<no view>"
  69. msgstr ""
  70. #: panels/request.py:47
  71. msgid "<unavailable>"
  72. msgstr "<indisponível>"
  73. #: panels/settings.py:20
  74. msgid "Settings"
  75. msgstr "Configurações"
  76. #: panels/settings.py:23
  77. #, python-format
  78. msgid "Settings from <code>%s</code>"
  79. msgstr ""
  80. #: panels/signals.py:45
  81. #, python-format
  82. msgid "%(num_receivers)d receiver of 1 signal"
  83. msgid_plural "%(num_receivers)d receivers of 1 signal"
  84. msgstr[0] ""
  85. msgstr[1] ""
  86. #: panels/signals.py:48
  87. #, python-format
  88. msgid "%(num_receivers)d receiver of %(num_signals)d signals"
  89. msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
  90. msgstr[0] ""
  91. msgstr[1] ""
  92. #: panels/signals.py:53
  93. msgid "Signals"
  94. msgstr "Sinais"
  95. #: panels/staticfiles.py:89
  96. #, python-format
  97. msgid "Static files (%(num_found)s found, %(num_used)s used)"
  98. msgstr ""
  99. #: panels/staticfiles.py:107
  100. msgid "Static files"
  101. msgstr "Ficheiros estáticos"
  102. #: panels/staticfiles.py:112
  103. #, python-format
  104. msgid "%(num_used)s file used"
  105. msgid_plural "%(num_used)s files used"
  106. msgstr[0] ""
  107. msgstr[1] ""
  108. #: panels/timer.py:23
  109. #, python-format
  110. msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
  111. msgstr ""
  112. #: panels/timer.py:28
  113. #, python-format
  114. msgid "Total: %0.2fms"
  115. msgstr "Total: %0.2fms"
  116. #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
  117. #: templates/debug_toolbar/panels/sql_explain.html:11
  118. #: templates/debug_toolbar/panels/sql_profile.html:12
  119. #: templates/debug_toolbar/panels/sql_select.html:11
  120. msgid "Time"
  121. msgstr "Tempo"
  122. #: panels/timer.py:42
  123. msgid "User CPU time"
  124. msgstr ""
  125. #: panels/timer.py:42
  126. #, python-format
  127. msgid "%(utime)0.3f msec"
  128. msgstr ""
  129. #: panels/timer.py:43
  130. msgid "System CPU time"
  131. msgstr ""
  132. #: panels/timer.py:43
  133. #, python-format
  134. msgid "%(stime)0.3f msec"
  135. msgstr ""
  136. #: panels/timer.py:44
  137. msgid "Total CPU time"
  138. msgstr ""
  139. #: panels/timer.py:44
  140. #, python-format
  141. msgid "%(total)0.3f msec"
  142. msgstr ""
  143. #: panels/timer.py:45
  144. msgid "Elapsed time"
  145. msgstr ""
  146. #: panels/timer.py:45
  147. #, python-format
  148. msgid "%(total_time)0.3f msec"
  149. msgstr ""
  150. #: panels/timer.py:46
  151. msgid "Context switches"
  152. msgstr ""
  153. #: panels/timer.py:46
  154. #, python-format
  155. msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
  156. msgstr ""
  157. #: panels/versions.py:25
  158. msgid "Versions"
  159. msgstr "Versões"
  160. #: panels/sql/panel.py:22
  161. msgid "Autocommit"
  162. msgstr ""
  163. #: panels/sql/panel.py:23
  164. msgid "Read uncommitted"
  165. msgstr ""
  166. #: panels/sql/panel.py:24
  167. msgid "Read committed"
  168. msgstr ""
  169. #: panels/sql/panel.py:25
  170. msgid "Repeatable read"
  171. msgstr ""
  172. #: panels/sql/panel.py:26
  173. msgid "Serializable"
  174. msgstr "Variável"
  175. #: panels/sql/panel.py:37
  176. msgid "Idle"
  177. msgstr ""
  178. #: panels/sql/panel.py:38
  179. msgid "Active"
  180. msgstr "Acção"
  181. #: panels/sql/panel.py:39
  182. msgid "In transaction"
  183. msgstr ""
  184. #: panels/sql/panel.py:40
  185. msgid "In error"
  186. msgstr "Erro"
  187. #: panels/sql/panel.py:41
  188. msgid "Unknown"
  189. msgstr "Desconhecido"
  190. #: panels/sql/panel.py:105
  191. msgid "SQL"
  192. msgstr ""
  193. #: panels/templates/panel.py:141
  194. msgid "Templates"
  195. msgstr "Templates"
  196. #: panels/templates/panel.py:146
  197. #, python-format
  198. msgid "Templates (%(num_templates)s rendered)"
  199. msgstr "Templates (%(num_templates)s renderizados)"
  200. #: templates/debug_toolbar/base.html:19
  201. msgid "Hide toolbar"
  202. msgstr "Ocultar barra"
  203. #: templates/debug_toolbar/base.html:19
  204. msgid "Hide"
  205. msgstr "Ocultar"
  206. #: templates/debug_toolbar/base.html:25
  207. msgid "Disable for next and successive requests"
  208. msgstr "Desactivar para o seguinte e sucessivos pedidos"
  209. #: templates/debug_toolbar/base.html:25
  210. msgid "Enable for next and successive requests"
  211. msgstr "Activar para o próximo e sucessivos pedidos"
  212. #: templates/debug_toolbar/base.html:47
  213. msgid "Show toolbar"
  214. msgstr "Mostrar barra"
  215. #: templates/debug_toolbar/base.html:53
  216. msgid "Close"
  217. msgstr "Fechar"
  218. #: templates/debug_toolbar/redirect.html:8
  219. msgid "Location:"
  220. msgstr "Localização"
  221. #: templates/debug_toolbar/redirect.html:10
  222. msgid ""
  223. "The Django Debug Toolbar has intercepted a redirect to the above URL for "
  224. "debug viewing purposes. You can click the above link to continue with the "
  225. "redirect as normal."
  226. msgstr ""
  227. #: templates/debug_toolbar/panels/cache.html:2
  228. msgid "Summary"
  229. msgstr "Resumo"
  230. #: templates/debug_toolbar/panels/cache.html:6
  231. msgid "Total calls"
  232. msgstr ""
  233. #: templates/debug_toolbar/panels/cache.html:7
  234. msgid "Total time"
  235. msgstr ""
  236. #: templates/debug_toolbar/panels/cache.html:8
  237. msgid "Cache hits"
  238. msgstr ""
  239. #: templates/debug_toolbar/panels/cache.html:9
  240. msgid "Cache misses"
  241. msgstr ""
  242. #: templates/debug_toolbar/panels/cache.html:21
  243. msgid "Commands"
  244. msgstr "Comandos"
  245. #: templates/debug_toolbar/panels/cache.html:39
  246. msgid "Calls"
  247. msgstr ""
  248. #: templates/debug_toolbar/panels/cache.html:43
  249. #: templates/debug_toolbar/panels/sql.html:20
  250. msgid "Time (ms)"
  251. msgstr ""
  252. #: templates/debug_toolbar/panels/cache.html:44
  253. msgid "Type"
  254. msgstr "Tipo"
  255. #: templates/debug_toolbar/panels/cache.html:45
  256. #: templates/debug_toolbar/panels/request.html:8
  257. msgid "Arguments"
  258. msgstr ""
  259. #: templates/debug_toolbar/panels/cache.html:46
  260. #: templates/debug_toolbar/panels/request.html:9
  261. msgid "Keyword arguments"
  262. msgstr ""
  263. #: templates/debug_toolbar/panels/cache.html:47
  264. msgid "Backend"
  265. msgstr ""
  266. #: templates/debug_toolbar/panels/headers.html:3
  267. msgid "Request headers"
  268. msgstr ""
  269. #: templates/debug_toolbar/panels/headers.html:8
  270. #: templates/debug_toolbar/panels/headers.html:27
  271. #: templates/debug_toolbar/panels/headers.html:48
  272. msgid "Key"
  273. msgstr "Chave"
  274. #: templates/debug_toolbar/panels/headers.html:9
  275. #: templates/debug_toolbar/panels/headers.html:28
  276. #: templates/debug_toolbar/panels/headers.html:49
  277. #: templates/debug_toolbar/panels/request.html:33
  278. #: templates/debug_toolbar/panels/request.html:59
  279. #: templates/debug_toolbar/panels/request.html:85
  280. #: templates/debug_toolbar/panels/request.html:110
  281. #: templates/debug_toolbar/panels/settings.html:6
  282. #: templates/debug_toolbar/panels/timer.html:11
  283. msgid "Value"
  284. msgstr "Valor"
  285. #: templates/debug_toolbar/panels/headers.html:22
  286. msgid "Response headers"
  287. msgstr ""
  288. #: templates/debug_toolbar/panels/headers.html:41
  289. msgid "WSGI environ"
  290. msgstr ""
  291. #: templates/debug_toolbar/panels/headers.html:43
  292. msgid ""
  293. "Since the WSGI environ inherits the environment of the server, only a "
  294. "significant subset is shown below."
  295. msgstr ""
  296. #: templates/debug_toolbar/panels/logging.html:6
  297. msgid "Level"
  298. msgstr "Nível"
  299. #: templates/debug_toolbar/panels/logging.html:8
  300. msgid "Channel"
  301. msgstr ""
  302. #: templates/debug_toolbar/panels/logging.html:9
  303. msgid "Message"
  304. msgstr "Mensagem"
  305. #: templates/debug_toolbar/panels/logging.html:10
  306. #: templates/debug_toolbar/panels/staticfiles.html:45
  307. msgid "Location"
  308. msgstr "Localização"
  309. #: templates/debug_toolbar/panels/logging.html:26
  310. msgid "No messages logged"
  311. msgstr "Nenhuma mensagem registada"
  312. #: templates/debug_toolbar/panels/profiling.html:5
  313. msgid "Call"
  314. msgstr ""
  315. #: templates/debug_toolbar/panels/profiling.html:6
  316. msgid "CumTime"
  317. msgstr ""
  318. #: templates/debug_toolbar/panels/profiling.html:7
  319. #: templates/debug_toolbar/panels/profiling.html:9
  320. msgid "Per"
  321. msgstr ""
  322. #: templates/debug_toolbar/panels/profiling.html:8
  323. msgid "TotTime"
  324. msgstr ""
  325. #: templates/debug_toolbar/panels/profiling.html:10
  326. msgid "Count"
  327. msgstr ""
  328. #: templates/debug_toolbar/panels/request.html:3
  329. msgid "View information"
  330. msgstr ""
  331. #: templates/debug_toolbar/panels/request.html:7
  332. msgid "View function"
  333. msgstr ""
  334. #: templates/debug_toolbar/panels/request.html:10
  335. msgid "URL name"
  336. msgstr ""
  337. #: templates/debug_toolbar/panels/request.html:24
  338. msgid "Cookies"
  339. msgstr ""
  340. #: templates/debug_toolbar/panels/request.html:32
  341. #: templates/debug_toolbar/panels/request.html:58
  342. #: templates/debug_toolbar/panels/request.html:84
  343. #: templates/debug_toolbar/panels/request.html:109
  344. msgid "Variable"
  345. msgstr "Variável"
  346. #: templates/debug_toolbar/panels/request.html:46
  347. msgid "No cookies"
  348. msgstr ""
  349. #: templates/debug_toolbar/panels/request.html:50
  350. msgid "Session data"
  351. msgstr ""
  352. #: templates/debug_toolbar/panels/request.html:72
  353. msgid "No session data"
  354. msgstr ""
  355. #: templates/debug_toolbar/panels/request.html:76
  356. msgid "GET data"
  357. msgstr ""
  358. #: templates/debug_toolbar/panels/request.html:98
  359. msgid "No GET data"
  360. msgstr "Sem dados GET"
  361. #: templates/debug_toolbar/panels/request.html:102
  362. msgid "POST data"
  363. msgstr "dados POST"
  364. #: templates/debug_toolbar/panels/request.html:123
  365. msgid "No POST data"
  366. msgstr "Sem variáveis POST"
  367. #: templates/debug_toolbar/panels/settings.html:5
  368. msgid "Setting"
  369. msgstr "Configurações"
  370. #: templates/debug_toolbar/panels/signals.html:5
  371. msgid "Signal"
  372. msgstr "Sinal"
  373. #: templates/debug_toolbar/panels/signals.html:6
  374. msgid "Providing"
  375. msgstr ""
  376. #: templates/debug_toolbar/panels/signals.html:7
  377. msgid "Receivers"
  378. msgstr "Receptores"
  379. #: templates/debug_toolbar/panels/sql.html:7
  380. #, python-format
  381. msgid "%(num)s query"
  382. msgid_plural "%(num)s queries"
  383. msgstr[0] ""
  384. msgstr[1] ""
  385. #: templates/debug_toolbar/panels/sql.html:18
  386. msgid "Query"
  387. msgstr ""
  388. #: templates/debug_toolbar/panels/sql.html:19
  389. #: templates/debug_toolbar/panels/timer.html:36
  390. msgid "Timeline"
  391. msgstr ""
  392. #: templates/debug_toolbar/panels/sql.html:21
  393. msgid "Action"
  394. msgstr "Acção"
  395. #: templates/debug_toolbar/panels/sql.html:64
  396. msgid "Connection:"
  397. msgstr ""
  398. #: templates/debug_toolbar/panels/sql.html:66
  399. msgid "Isolation level:"
  400. msgstr ""
  401. #: templates/debug_toolbar/panels/sql.html:69
  402. msgid "Transaction status:"
  403. msgstr "Estado da transacção:"
  404. #: templates/debug_toolbar/panels/sql.html:83
  405. msgid "(unknown)"
  406. msgstr "(desconhecido)"
  407. #: templates/debug_toolbar/panels/sql.html:92
  408. msgid "No SQL queries were recorded during this request."
  409. msgstr "Nenhuma query SQL foi registada durante este pedido."
  410. #: templates/debug_toolbar/panels/sql_explain.html:3
  411. #: templates/debug_toolbar/panels/sql_profile.html:3
  412. #: templates/debug_toolbar/panels/sql_select.html:3
  413. #: templates/debug_toolbar/panels/template_source.html:3
  414. msgid "Back"
  415. msgstr "Voltar"
  416. #: templates/debug_toolbar/panels/sql_explain.html:4
  417. msgid "SQL explained"
  418. msgstr ""
  419. #: templates/debug_toolbar/panels/sql_explain.html:9
  420. #: templates/debug_toolbar/panels/sql_profile.html:10
  421. #: templates/debug_toolbar/panels/sql_select.html:9
  422. msgid "Executed SQL"
  423. msgstr "SQL Executado"
  424. #: templates/debug_toolbar/panels/sql_explain.html:13
  425. #: templates/debug_toolbar/panels/sql_profile.html:14
  426. #: templates/debug_toolbar/panels/sql_select.html:13
  427. msgid "Database"
  428. msgstr ""
  429. #: templates/debug_toolbar/panels/sql_profile.html:4
  430. msgid "SQL profiled"
  431. msgstr ""
  432. #: templates/debug_toolbar/panels/sql_profile.html:37
  433. msgid "Error"
  434. msgstr "Erro"
  435. #: templates/debug_toolbar/panels/sql_select.html:4
  436. msgid "SQL selected"
  437. msgstr ""
  438. #: templates/debug_toolbar/panels/sql_select.html:36
  439. msgid "Empty set"
  440. msgstr "Set vazio"
  441. #: templates/debug_toolbar/panels/staticfiles.html:4
  442. msgid "Static file path"
  443. msgid_plural "Static file paths"
  444. msgstr[0] ""
  445. msgstr[1] ""
  446. #: templates/debug_toolbar/panels/staticfiles.html:8
  447. #, python-format
  448. msgid "(prefix %(prefix)s)"
  449. msgstr "(prefixo %(prefix)s)"
  450. #: templates/debug_toolbar/panels/staticfiles.html:12
  451. #: templates/debug_toolbar/panels/staticfiles.html:23
  452. #: templates/debug_toolbar/panels/staticfiles.html:35
  453. #: templates/debug_toolbar/panels/templates.html:10
  454. #: templates/debug_toolbar/panels/templates.html:28
  455. #: templates/debug_toolbar/panels/templates.html:43
  456. msgid "None"
  457. msgstr "Nenhum"
  458. #: templates/debug_toolbar/panels/staticfiles.html:15
  459. msgid "Static file app"
  460. msgid_plural "Static file apps"
  461. msgstr[0] ""
  462. msgstr[1] ""
  463. #: templates/debug_toolbar/panels/staticfiles.html:26
  464. msgid "Static file"
  465. msgid_plural "Static files"
  466. msgstr[0] "Ficheiro estático"
  467. msgstr[1] "Ficheiros estáticos"
  468. #: templates/debug_toolbar/panels/staticfiles.html:40
  469. #, python-format
  470. msgid "%(payload_count)s file"
  471. msgid_plural "%(payload_count)s files"
  472. msgstr[0] ""
  473. msgstr[1] ""
  474. #: templates/debug_toolbar/panels/staticfiles.html:44
  475. msgid "Path"
  476. msgstr ""
  477. #: templates/debug_toolbar/panels/template_source.html:4
  478. msgid "Template source:"
  479. msgstr ""
  480. #: templates/debug_toolbar/panels/templates.html:2
  481. msgid "Template path"
  482. msgid_plural "Template paths"
  483. msgstr[0] ""
  484. msgstr[1] "Caminho da Template"
  485. #: templates/debug_toolbar/panels/templates.html:13
  486. msgid "Template"
  487. msgid_plural "Templates"
  488. msgstr[0] ""
  489. msgstr[1] ""
  490. #: templates/debug_toolbar/panels/templates.html:21
  491. #: templates/debug_toolbar/panels/templates.html:37
  492. msgid "Toggle context"
  493. msgstr ""
  494. #: templates/debug_toolbar/panels/templates.html:31
  495. msgid "Context processor"
  496. msgid_plural "Context processors"
  497. msgstr[0] ""
  498. msgstr[1] "Processador de Contexto"
  499. #: templates/debug_toolbar/panels/timer.html:2
  500. msgid "Resource usage"
  501. msgstr ""
  502. #: templates/debug_toolbar/panels/timer.html:10
  503. msgid "Resource"
  504. msgstr "Recurso"
  505. #: templates/debug_toolbar/panels/timer.html:26
  506. msgid "Browser timing"
  507. msgstr ""
  508. #: templates/debug_toolbar/panels/timer.html:35
  509. msgid "Timing attribute"
  510. msgstr ""
  511. #: templates/debug_toolbar/panels/timer.html:37
  512. msgid "Milliseconds since navigation start (+length)"
  513. msgstr ""
  514. #: templates/debug_toolbar/panels/versions.html:5
  515. msgid "Name"
  516. msgstr "Nome"
  517. #: templates/debug_toolbar/panels/versions.html:6
  518. msgid "Version"
  519. msgstr "Versão"