messages.po 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. # Portuguese translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Dickprince, 2017
  7. # C. E., 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: searx\n"
  11. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  12. "POT-Creation-Date: 2022-06-28 18:34+0000\n"
  13. "PO-Revision-Date: 2022-06-24 07:18+0000\n"
  14. "Last-Translator: Vander <vander.azevedo88@gmail.com>\n"
  15. "Language: pt\n"
  16. "Language-Team: Portuguese "
  17. "<https://weblate.bubu1.eu/projects/searxng/searxng/pt/>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.10.3\n"
  23. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  24. #: searx/searxng.msg
  25. msgid "others"
  26. msgstr "outros"
  27. #. CONSTANT_NAMES['OTHER_CATEGORY']
  28. #: searx/searxng.msg
  29. msgid "other"
  30. msgstr "outro"
  31. #. CATEGORY_NAMES['FILES']
  32. #: searx/searxng.msg
  33. msgid "files"
  34. msgstr "ficheiros"
  35. #. CATEGORY_NAMES['GENERAL']
  36. #: searx/searxng.msg
  37. msgid "general"
  38. msgstr "geral"
  39. #. CATEGORY_NAMES['MUSIC']
  40. #: searx/searxng.msg
  41. msgid "music"
  42. msgstr "música"
  43. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  44. #: searx/searxng.msg
  45. msgid "social media"
  46. msgstr "redes sociais"
  47. #. CATEGORY_NAMES['IMAGES']
  48. #: searx/searxng.msg
  49. msgid "images"
  50. msgstr "imagens"
  51. #. CATEGORY_NAMES['VIDEOS']
  52. #: searx/searxng.msg
  53. msgid "videos"
  54. msgstr "vídeos"
  55. #. CATEGORY_NAMES['IT']
  56. #: searx/searxng.msg
  57. msgid "it"
  58. msgstr "ti"
  59. #. CATEGORY_NAMES['NEWS']
  60. #: searx/searxng.msg
  61. msgid "news"
  62. msgstr "notícias"
  63. #. CATEGORY_NAMES['MAP']
  64. #: searx/searxng.msg
  65. msgid "map"
  66. msgstr "mapa"
  67. #. CATEGORY_NAMES['ONIONS']
  68. #: searx/searxng.msg
  69. msgid "onions"
  70. msgstr "onion"
  71. #. CATEGORY_NAMES['SCIENCE']
  72. #: searx/searxng.msg
  73. msgid "science"
  74. msgstr "ciência"
  75. #. CATEGORY_GROUPS['APPS']
  76. #: searx/searxng.msg
  77. msgid "apps"
  78. msgstr "aplicativos"
  79. #. CATEGORY_GROUPS['DICTIONARIES']
  80. #: searx/searxng.msg
  81. msgid "dictionaries"
  82. msgstr "dicionários"
  83. #. CATEGORY_GROUPS['LYRICS']
  84. #: searx/searxng.msg
  85. msgid "lyrics"
  86. msgstr "letras"
  87. #. CATEGORY_GROUPS['PACKAGES']
  88. #: searx/searxng.msg
  89. msgid "packages"
  90. msgstr "pacotes"
  91. #. CATEGORY_GROUPS['Q_A']
  92. #: searx/searxng.msg
  93. msgid "q&a"
  94. msgstr "perguntas e respostas"
  95. #. CATEGORY_GROUPS['REPOS']
  96. #: searx/searxng.msg
  97. msgid "repos"
  98. msgstr "repositórios"
  99. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  100. #: searx/searxng.msg
  101. msgid "software wikis"
  102. msgstr "software wikis"
  103. #. CATEGORY_GROUPS['WEB']
  104. #: searx/searxng.msg
  105. msgid "web"
  106. msgstr "rede"
  107. #. STYLE_NAMES['AUTO']
  108. #: searx/searxng.msg
  109. msgid "auto"
  110. msgstr "automático"
  111. #. STYLE_NAMES['LIGHT']
  112. #: searx/searxng.msg
  113. msgid "light"
  114. msgstr "claro"
  115. #. STYLE_NAMES['DARK']
  116. #: searx/searxng.msg
  117. msgid "dark"
  118. msgstr "escuro"
  119. #: searx/webapp.py:165
  120. msgid "timeout"
  121. msgstr "tempo esgotado"
  122. #: searx/webapp.py:166
  123. msgid "parsing error"
  124. msgstr "erro de análise"
  125. #: searx/webapp.py:167
  126. msgid "HTTP protocol error"
  127. msgstr "Erro de protocolo HTTP"
  128. #: searx/webapp.py:168
  129. msgid "network error"
  130. msgstr "erro de rede"
  131. #: searx/webapp.py:170
  132. msgid "unexpected crash"
  133. msgstr "acidente inesperado"
  134. #: searx/webapp.py:177
  135. msgid "HTTP error"
  136. msgstr "Erro HTTP"
  137. #: searx/webapp.py:178
  138. msgid "HTTP connection error"
  139. msgstr "Erro de conexão HTTP"
  140. #: searx/webapp.py:184
  141. msgid "proxy error"
  142. msgstr "erro de proxy"
  143. #: searx/webapp.py:185
  144. msgid "CAPTCHA"
  145. msgstr "CAPTCHA"
  146. #: searx/webapp.py:186
  147. msgid "too many requests"
  148. msgstr "muitos pedidos"
  149. #: searx/webapp.py:187
  150. msgid "access denied"
  151. msgstr "acesso negado"
  152. #: searx/webapp.py:188
  153. msgid "server API error"
  154. msgstr "erro de API do servidor"
  155. #: searx/webapp.py:363
  156. msgid "No item found"
  157. msgstr "Nenhum item encontrado"
  158. #: searx/engines/qwant.py:212
  159. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  160. msgid "Source"
  161. msgstr "Fonte"
  162. #: searx/webapp.py:367
  163. msgid "Error loading the next page"
  164. msgstr "Erro ao carregar a próxima página"
  165. #: searx/webapp.py:510 searx/webapp.py:954
  166. msgid "Invalid settings, please edit your preferences"
  167. msgstr "Definições inválidas, por favor edite as suas preferências"
  168. #: searx/webapp.py:526
  169. msgid "Invalid settings"
  170. msgstr "Configurações inválidas"
  171. #: searx/webapp.py:603 searx/webapp.py:679
  172. msgid "search error"
  173. msgstr "erro de procura"
  174. #: searx/webapp.py:725
  175. msgid "{minutes} minute(s) ago"
  176. msgstr "{minutes} minuto(s) atrás"
  177. #: searx/webapp.py:727
  178. msgid "{hours} hour(s), {minutes} minute(s) ago"
  179. msgstr "{hours} hora(s), {minutes} minuto(s) atrás"
  180. #: searx/webapp.py:853
  181. msgid "Suspended"
  182. msgstr "Suspenso"
  183. #: searx/answerers/random/answerer.py:67
  184. msgid "Random value generator"
  185. msgstr "Gerador de valores aleatórios"
  186. #: searx/answerers/random/answerer.py:68
  187. msgid "Generate different random values"
  188. msgstr "Gerar valores aleatórios diferentes"
  189. #: searx/answerers/statistics/answerer.py:47
  190. msgid "Statistics functions"
  191. msgstr "Funções de estatística"
  192. #: searx/answerers/statistics/answerer.py:48
  193. msgid "Compute {functions} of the arguments"
  194. msgstr "Calcular {functions} dos argumentos"
  195. #: searx/engines/openstreetmap.py:156
  196. msgid "Get directions"
  197. msgstr "Obter direções"
  198. #: searx/engines/pdbe.py:96
  199. msgid "{title} (OBSOLETE)"
  200. msgstr "{título} (OBSOLETO)"
  201. #: searx/engines/pdbe.py:103
  202. msgid "This entry has been superseded by"
  203. msgstr "Esta entrada foi substituída por"
  204. #: searx/engines/pubmed.py:78
  205. msgid "No abstract is available for this publication."
  206. msgstr "Nenhum resumo está disponível para esta publicação."
  207. #: searx/engines/qwant.py:214
  208. msgid "Channel"
  209. msgstr "Canal"
  210. #: searx/plugins/hash_plugin.py:24
  211. msgid "Converts strings to different hash digests."
  212. msgstr "Converte strings em diferentes resumos de hash."
  213. #: searx/plugins/hash_plugin.py:52
  214. msgid "hash digest"
  215. msgstr "hash digest"
  216. #: searx/plugins/hostname_replace.py:9
  217. msgid "Hostname replace"
  218. msgstr "Substituição do nome do host"
  219. #: searx/plugins/hostname_replace.py:10
  220. msgid "Rewrite result hostnames or remove results based on the hostname"
  221. msgstr ""
  222. "Reescrever os nomes de host dos resultados ou remover os resultados com "
  223. "base no nome do host"
  224. #: searx/plugins/oa_doi_rewrite.py:9
  225. msgid "Open Access DOI rewrite"
  226. msgstr "Reescrita DOI de acesso aberto"
  227. #: searx/plugins/oa_doi_rewrite.py:10
  228. msgid ""
  229. "Avoid paywalls by redirecting to open-access versions of publications "
  230. "when available"
  231. msgstr ""
  232. "Evite acessos pagos acedendo a versões de livre acesso sempre que "
  233. "disponível"
  234. #: searx/plugins/search_on_category_select.py:19
  235. msgid "Search on category select"
  236. msgstr "Pesquisar na seleção de categoria"
  237. #: searx/plugins/search_on_category_select.py:20
  238. msgid ""
  239. "Perform search immediately if a category selected. Disable to select "
  240. "multiple categories. (JavaScript required)"
  241. msgstr ""
  242. "Realizar imediatamente uma pesquisa após selecionar uma categoria. "
  243. "Desative esta opção para selecionar várias categorias. (Necessário "
  244. "JavaScript)"
  245. #: searx/plugins/self_info.py:20
  246. msgid "Self Informations"
  247. msgstr "Auto-informações"
  248. #: searx/plugins/self_info.py:21
  249. msgid ""
  250. "Displays your IP if the query is \"ip\" and your user agent if the query "
  251. "contains \"user agent\"."
  252. msgstr ""
  253. "Mostrar IP se a pesquisar por \"IP\" e mostrar o user agent se pesquisar "
  254. "por \"user agent\"."
  255. #: searx/plugins/tracker_url_remover.py:29
  256. msgid "Tracker URL remover"
  257. msgstr "Remover rastreio de hiperligação"
  258. #: searx/plugins/tracker_url_remover.py:30
  259. msgid "Remove trackers arguments from the returned URL"
  260. msgstr "Remover argumentos de rastreio da hiperligação devolvida"
  261. #: searx/plugins/vim_hotkeys.py:3
  262. msgid "Vim-like hotkeys"
  263. msgstr "Atalhos Vim"
  264. #: searx/plugins/vim_hotkeys.py:4
  265. msgid ""
  266. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  267. "Press \"h\" key on main or result page to get help."
  268. msgstr ""
  269. "Navegar resultados de pesquisa com atalhos semelhantes ao Vim (Necessário"
  270. " JavaScript). Pressione a tecla \"h\" para obter ajuda."
  271. #: searx/templates/simple/404.html:4
  272. msgid "Page not found"
  273. msgstr "Página não encontrada"
  274. #: searx/templates/simple/404.html:6
  275. #, python-format
  276. msgid "Go to %(search_page)s."
  277. msgstr "Ir para %(search_page)s."
  278. #: searx/templates/simple/404.html:6
  279. msgid "search page"
  280. msgstr "pesquisar página"
  281. #: searx/templates/simple/base.html:46
  282. msgid "About"
  283. msgstr ""
  284. #: searx/templates/simple/base.html:49
  285. msgid "Donate"
  286. msgstr ""
  287. #: searx/templates/simple/base.html:52
  288. msgid "preferences"
  289. msgstr "preferências"
  290. #: searx/templates/simple/base.html:62
  291. msgid "Powered by"
  292. msgstr "Produzido por"
  293. #: searx/templates/simple/base.html:62
  294. msgid "a privacy-respecting, hackable metasearch engine"
  295. msgstr "um motor de metapesquisa editável e respeitador da sua privacidade"
  296. #: searx/templates/simple/base.html:63
  297. msgid "Source code"
  298. msgstr "Código fonte"
  299. #: searx/templates/simple/base.html:64
  300. msgid "Issue tracker"
  301. msgstr "Rastreador de problemas"
  302. #: searx/templates/simple/base.html:65 searx/templates/simple/stats.html:18
  303. msgid "Engine stats"
  304. msgstr "Estatísticas de motor de pesquisa"
  305. #: searx/templates/simple/base.html:66
  306. #: searx/templates/simple/messages/no_results.html:15
  307. msgid "Public instances"
  308. msgstr "Instâncias públicas"
  309. #: searx/templates/simple/base.html:68
  310. #, fuzzy
  311. msgid "Privacy policy"
  312. msgstr "Política de Privacidade"
  313. #: searx/templates/simple/base.html:71
  314. msgid "Contact instance maintainer"
  315. msgstr "Contate o mantenedor da instância"
  316. #: searx/templates/simple/categories.html:24
  317. msgid "Click on the magnifier to perform search"
  318. msgstr "Clique na lupa para realizar a pesquisa"
  319. #: searx/templates/simple/macros.html:36
  320. msgid "Length"
  321. msgstr "Comprimento"
  322. #: searx/templates/simple/macros.html:37
  323. #: searx/templates/simple/result_templates/images.html:18
  324. msgid "Author"
  325. msgstr "Autor"
  326. #: searx/templates/simple/macros.html:45
  327. msgid "cached"
  328. msgstr "armazenados em cache"
  329. #: searx/templates/simple/macros.html:45
  330. msgid "proxied"
  331. msgstr "via proxy"
  332. #: searx/templates/simple/new_issue.html:63
  333. msgid "Submit a new issue on Github including the above information"
  334. msgstr ""
  335. #: searx/templates/simple/preferences.html:29
  336. msgid "No HTTPS"
  337. msgstr "Sem HTTPS"
  338. #: searx/templates/simple/messages/no_results.html:10
  339. #: searx/templates/simple/preferences.html:31
  340. #: searx/templates/simple/preferences.html:32
  341. #: searx/templates/simple/results.html:49
  342. msgid "View error logs and submit a bug report"
  343. msgstr "Olhar os logs de erro e submeter um relatório de bug"
  344. #: searx/templates/simple/preferences.html:53
  345. #: searx/templates/simple/stats.html:67
  346. msgid "Median"
  347. msgstr "Mediana"
  348. #: searx/templates/simple/preferences.html:54
  349. #: searx/templates/simple/stats.html:73
  350. msgid "P80"
  351. msgstr "P80"
  352. #: searx/templates/simple/preferences.html:55
  353. #: searx/templates/simple/stats.html:79
  354. msgid "P95"
  355. msgstr "P95"
  356. #: searx/templates/simple/preferences.html:83
  357. msgid "Failed checker test(s): "
  358. msgstr "Teste(s) de verificador(es) falhado(s): "
  359. #: searx/templates/simple/preferences.html:85
  360. msgid "Errors:"
  361. msgstr "Erros:"
  362. #: searx/templates/simple/preferences.html:99
  363. msgid "Preferences"
  364. msgstr "Preferências"
  365. #: searx/templates/simple/preferences.html:105
  366. msgid "General"
  367. msgstr "Geral"
  368. #: searx/templates/simple/preferences.html:108
  369. msgid "Default categories"
  370. msgstr "Categorias Padrão"
  371. #: searx/templates/simple/filters/languages.html:1
  372. #: searx/templates/simple/preferences.html:115
  373. msgid "Search language"
  374. msgstr "Idioma de pesquisa"
  375. #: searx/templates/simple/filters/languages.html:2
  376. #: searx/templates/simple/preferences.html:118
  377. msgid "Default language"
  378. msgstr "Idioma padrão"
  379. #: searx/templates/simple/preferences.html:124
  380. msgid "What language do you prefer for search?"
  381. msgstr "Que idioma de pesquisa prefere?"
  382. #: searx/templates/simple/preferences.html:129
  383. msgid "Autocomplete"
  384. msgstr "Preenchimento automático"
  385. #: searx/templates/simple/preferences.html:138
  386. msgid "Find stuff as you type"
  387. msgstr "Pesquisar enquanto escreve"
  388. #: searx/templates/simple/filters/safesearch.html:1
  389. #: searx/templates/simple/filters/safesearch.html:2
  390. #: searx/templates/simple/filters/safesearch.html:3
  391. #: searx/templates/simple/filters/safesearch.html:4
  392. #: searx/templates/simple/preferences.html:143
  393. #: searx/templates/simple/preferences.html:311
  394. msgid "SafeSearch"
  395. msgstr "Pesquisa segura"
  396. #: searx/templates/simple/filters/safesearch.html:2
  397. #: searx/templates/simple/preferences.html:146
  398. msgid "Strict"
  399. msgstr "Rigoroso"
  400. #: searx/templates/simple/filters/safesearch.html:3
  401. #: searx/templates/simple/preferences.html:147
  402. msgid "Moderate"
  403. msgstr "Moderado"
  404. #: searx/templates/simple/filters/safesearch.html:4
  405. #: searx/templates/simple/preferences.html:148
  406. msgid "None"
  407. msgstr "Nenhum"
  408. #: searx/templates/simple/preferences.html:151
  409. msgid "Filter content"
  410. msgstr "Filtrar conteúdo"
  411. #: searx/templates/simple/preferences.html:157
  412. msgid "Open Access DOI resolver"
  413. msgstr "Resolvedor DOI de Acesso Aberto"
  414. #: searx/templates/simple/preferences.html:167
  415. msgid ""
  416. "Redirect to open-access versions of publications when available (plugin "
  417. "required)"
  418. msgstr ""
  419. "Redirecionar para versões de acesso aberto de publicações quando "
  420. "disponíveis (requer plug-in)"
  421. #: searx/templates/simple/preferences.html:171
  422. msgid "Engine tokens"
  423. msgstr "Engine tokens"
  424. #: searx/templates/simple/preferences.html:175
  425. msgid "Access tokens for private engines"
  426. msgstr "Access tokens para private engines"
  427. #: searx/templates/simple/preferences.html:179
  428. msgid "User interface"
  429. msgstr "Interface de usuário"
  430. #: searx/templates/simple/preferences.html:182
  431. msgid "Interface language"
  432. msgstr "Idioma de interface"
  433. #: searx/templates/simple/preferences.html:190
  434. msgid "Change the language of the layout"
  435. msgstr "Alterar o idioma do esquema"
  436. #: searx/templates/simple/preferences.html:195
  437. msgid "Theme"
  438. msgstr "Tema"
  439. #: searx/templates/simple/preferences.html:203
  440. msgid "Change SearXNG layout"
  441. msgstr "Mudar o layout do SearXNG"
  442. #: searx/templates/simple/preferences.html:206
  443. msgid "Theme style"
  444. msgstr "Estilo de tema"
  445. #: searx/templates/simple/preferences.html:214
  446. msgid "Choose auto to follow your browser settings"
  447. msgstr "Escolha auto para seguir as definições do seu navegador"
  448. #: searx/templates/simple/preferences.html:217
  449. msgid "Center Alignment"
  450. msgstr "Alinhar ao centro"
  451. #: searx/templates/simple/preferences.html:220
  452. #: searx/templates/simple/preferences.html:232
  453. #: searx/templates/simple/preferences.html:244
  454. msgid "On"
  455. msgstr "Ligado"
  456. #: searx/templates/simple/preferences.html:221
  457. #: searx/templates/simple/preferences.html:233
  458. #: searx/templates/simple/preferences.html:245
  459. msgid "Off"
  460. msgstr "Desligado"
  461. #: searx/templates/simple/preferences.html:224
  462. msgid "Displays results in the center of the page (Oscar layout)."
  463. msgstr "Exibe os resultados no centro da página (esquema do Oscar)."
  464. #: searx/templates/simple/preferences.html:229
  465. msgid "Results on new tabs"
  466. msgstr "Resultados em novos separadores"
  467. #: searx/templates/simple/preferences.html:236
  468. msgid "Open result links on new browser tabs"
  469. msgstr "Abrir resultados num novo separador"
  470. #: searx/templates/simple/preferences.html:241
  471. msgid "Infinite scroll"
  472. msgstr "Deslocação Infinita"
  473. #: searx/templates/simple/preferences.html:248
  474. msgid "Automatically load next page when scrolling to bottom of current page"
  475. msgstr ""
  476. "Carregar automaticamente a próxima página assim que se desloque para o "
  477. "fim da página atual"
  478. #: searx/templates/simple/preferences.html:254
  479. msgid "Privacy"
  480. msgstr "Privacidade"
  481. #: searx/templates/simple/preferences.html:257
  482. msgid "HTTP Method"
  483. msgstr "Método HTTP"
  484. #: searx/templates/simple/preferences.html:264
  485. msgid ""
  486. "Change how forms are submited, <a "
  487. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  488. " rel=\"external\">learn more about request methods</a>"
  489. msgstr ""
  490. "Alterar como formulários são submetidos, <a "
  491. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  492. " rel=\"external\">aprender mais sobre métodos de pedidos</a>"
  493. #: searx/templates/simple/preferences.html:269
  494. msgid "Image proxy"
  495. msgstr "Proxy de imagem"
  496. #: searx/templates/simple/preferences.html:272
  497. #: searx/templates/simple/preferences.html:284
  498. msgid "Enabled"
  499. msgstr "Ativado"
  500. #: searx/templates/simple/preferences.html:273
  501. #: searx/templates/simple/preferences.html:285
  502. msgid "Disabled"
  503. msgstr "Desativado"
  504. #: searx/templates/simple/preferences.html:276
  505. msgid "Proxying image results through SearXNG"
  506. msgstr "Procurar resultados de imagem através do SearXNG"
  507. #: searx/templates/simple/preferences.html:281
  508. msgid "Query in the page's title"
  509. msgstr "Procura no título da página"
  510. #: searx/templates/simple/preferences.html:288
  511. msgid ""
  512. "When enabled, the result page's title contains your query. Your browser "
  513. "can record this title"
  514. msgstr ""
  515. "Quando habilitado, o título da página resultante contém sua frase de "
  516. "pesquisa. O seu navegador pode gravar esse título"
  517. #: searx/templates/simple/preferences.html:294
  518. msgid "Engines"
  519. msgstr "Motores de pesquisa"
  520. #: searx/templates/simple/preferences.html:295
  521. msgid "Currently used search engines"
  522. msgstr "Motores de pesquisa utilizados"
  523. #: searx/templates/simple/preferences.html:302
  524. msgid ""
  525. "This tab does not show up for search results, but you can search the "
  526. "engines listed here via bangs."
  527. msgstr ""
  528. "Este separador não aparece para resultados de pesquisa, mas pode "
  529. "pesquisar os motores aqui listados através de bangs."
  530. #: searx/templates/simple/preferences.html:307
  531. #: searx/templates/simple/preferences.html:358
  532. msgid "Allow"
  533. msgstr "Permitir"
  534. #: searx/templates/simple/preferences.html:308
  535. #: searx/templates/simple/stats.html:25
  536. msgid "Engine name"
  537. msgstr "Nome do motor de pesquisa"
  538. #: searx/templates/simple/preferences.html:309
  539. msgid "Shortcut"
  540. msgstr "Atalho"
  541. #: searx/templates/simple/preferences.html:310
  542. msgid "Supports selected language"
  543. msgstr "Suporta idioma selecionado"
  544. #: searx/templates/simple/filters/time_range.html:1
  545. #: searx/templates/simple/preferences.html:312
  546. msgid "Time range"
  547. msgstr "Período de tempo"
  548. #: searx/templates/simple/preferences.html:313
  549. #: searx/templates/simple/stats.html:28
  550. msgid "Response time"
  551. msgstr "Tempo de resposta"
  552. #: searx/templates/simple/preferences.html:314
  553. msgid "Max time"
  554. msgstr "Tempo máximo"
  555. #: searx/templates/simple/preferences.html:315
  556. #: searx/templates/simple/stats.html:29
  557. msgid "Reliability"
  558. msgstr "Confiabilidade"
  559. #: searx/templates/simple/preferences.html:353
  560. msgid "Special Queries"
  561. msgstr "Consultas especiais"
  562. #: searx/templates/simple/preferences.html:359
  563. msgid "Keywords"
  564. msgstr "Palavras-chave"
  565. #: searx/templates/simple/preferences.html:360
  566. msgid "Name"
  567. msgstr "Nome"
  568. #: searx/templates/simple/preferences.html:361
  569. msgid "Description"
  570. msgstr "Descrição"
  571. #: searx/templates/simple/preferences.html:362
  572. msgid "Examples"
  573. msgstr "Exemplos"
  574. #: searx/templates/simple/preferences.html:365
  575. msgid "This is the list of SearXNG's instant answering modules."
  576. msgstr "Essa é a lista de módulos de resposta instântanea da SearXNG."
  577. #: searx/templates/simple/preferences.html:376
  578. msgid "This is the list of plugins."
  579. msgstr "Essa é a lista de plugins."
  580. #: searx/templates/simple/preferences.html:393
  581. msgid "Cookies"
  582. msgstr "Cookies"
  583. #: searx/templates/simple/preferences.html:395
  584. msgid ""
  585. "This is the list of cookies and their values SearXNG is storing on your "
  586. "computer."
  587. msgstr ""
  588. "Essa é a lista dos cookies e seus valores que a SearXNG está armazenando "
  589. "no seu computador."
  590. #: searx/templates/simple/preferences.html:396
  591. msgid "With that list, you can assess SearXNG transparency."
  592. msgstr "Com ela, você pode avaliar a transparência da SearXNG."
  593. #: searx/templates/simple/preferences.html:401
  594. msgid "Cookie name"
  595. msgstr "Nome de cookie"
  596. #: searx/templates/simple/preferences.html:402
  597. msgid "Value"
  598. msgstr "Valor"
  599. #: searx/templates/simple/preferences.html:414
  600. msgid "Search URL of the currently saved preferences"
  601. msgstr "URL de pesquisa das preferências salvas atualmente"
  602. #: searx/templates/simple/preferences.html:418
  603. msgid ""
  604. "Note: specifying custom settings in the search URL can reduce privacy by "
  605. "leaking data to the clicked result sites."
  606. msgstr ""
  607. "Nota: a especificação de configurações personalizadas no URL de pesquisa "
  608. "pode reduzir a privacidade ao vazar dados para os sites de resultados "
  609. "clicados."
  610. #: searx/templates/simple/preferences.html:419
  611. msgid "URL to restore your preferences in another browser"
  612. msgstr "URL para restaurar suas preferências em outro navegador"
  613. #: searx/templates/simple/preferences.html:423
  614. msgid ""
  615. "Specifying custom settings in the preferences URL can be used to sync "
  616. "preferences across devices."
  617. msgstr ""
  618. "Especificar configurações customizadas na URL de preferências pode ser "
  619. "usado para sincronizar preferências entre dispositivos."
  620. #: searx/templates/simple/preferences.html:428
  621. msgid ""
  622. "These settings are stored in your cookies, this allows us not to store "
  623. "this data about you."
  624. msgstr ""
  625. "Estas definições são guardadas nos seus cookies, isto permite-nos que não"
  626. " guardemos informação sobre si."
  627. #: searx/templates/simple/preferences.html:430
  628. msgid ""
  629. "These cookies serve your sole convenience, we don't use these cookies to "
  630. "track you."
  631. msgstr ""
  632. "Estes cookies servem somente para sua conveniência, não os utilizamos "
  633. "para o rastrear."
  634. #: searx/templates/simple/preferences.html:433
  635. msgid "Save"
  636. msgstr "Guardar"
  637. #: searx/templates/simple/preferences.html:434
  638. msgid "Reset defaults"
  639. msgstr "Repor predefinições"
  640. #: searx/templates/simple/preferences.html:435
  641. msgid "Back"
  642. msgstr "Voltar"
  643. #: searx/templates/simple/results.html:23
  644. msgid "Answers"
  645. msgstr "Respostas"
  646. #: searx/templates/simple/results.html:39
  647. msgid "Number of results"
  648. msgstr "Número de resultados"
  649. #: searx/templates/simple/messages/no_results.html:6
  650. #: searx/templates/simple/results.html:46
  651. msgid "Error!"
  652. msgstr "Erro!"
  653. #: searx/templates/simple/results.html:46
  654. msgid "Engines cannot retrieve results"
  655. msgstr "Mecanismos não podem recuperar resultados"
  656. #: searx/templates/simple/results.html:68
  657. msgid "Suggestions"
  658. msgstr "Sugestões"
  659. #: searx/templates/simple/results.html:90
  660. msgid "Search URL"
  661. msgstr "Procurar hiperligação"
  662. #: searx/templates/simple/results.html:96
  663. msgid "Download results"
  664. msgstr "Resultados de transferências"
  665. #: searx/templates/simple/results.html:120
  666. msgid "Try searching for:"
  667. msgstr "Tente pesquisar por:"
  668. #: searx/templates/simple/results.html:152
  669. msgid "Back to top"
  670. msgstr "Voltar ao topo"
  671. #: searx/templates/simple/results.html:170
  672. msgid "Previous page"
  673. msgstr "Página anterior"
  674. #: searx/templates/simple/results.html:187
  675. msgid "Next page"
  676. msgstr "Página seguinte"
  677. #: searx/templates/simple/search.html:3
  678. msgid "Display the front page"
  679. msgstr "Mostrar a primeira página"
  680. #: searx/templates/simple/search.html:9
  681. #: searx/templates/simple/simple_search.html:5
  682. msgid "Search for..."
  683. msgstr "Procurar por..."
  684. #: searx/templates/simple/search.html:10
  685. #: searx/templates/simple/simple_search.html:6
  686. msgid "clear"
  687. msgstr "limpar"
  688. #: searx/templates/simple/search.html:11
  689. #: searx/templates/simple/simple_search.html:7
  690. msgid "search"
  691. msgstr "pesquisa"
  692. #: searx/templates/simple/stats.html:21
  693. msgid "There is currently no data available. "
  694. msgstr "Não existem dados disponíveis."
  695. #: searx/templates/simple/stats.html:26
  696. msgid "Scores"
  697. msgstr "Contagens"
  698. #: searx/templates/simple/stats.html:27
  699. msgid "Result count"
  700. msgstr "Quantidade de resultados"
  701. #: searx/templates/simple/stats.html:38
  702. msgid "Scores per result"
  703. msgstr "Contagens por resultado"
  704. #: searx/templates/simple/stats.html:62
  705. msgid "Total"
  706. msgstr "Total"
  707. #: searx/templates/simple/stats.html:63
  708. msgid "HTTP"
  709. msgstr "HTTP"
  710. #: searx/templates/simple/stats.html:64
  711. msgid "Processing"
  712. msgstr "Processar"
  713. #: searx/templates/simple/stats.html:102
  714. msgid "Warnings"
  715. msgstr "Avisos"
  716. #: searx/templates/simple/stats.html:102
  717. msgid "Errors and exceptions"
  718. msgstr "Erros e excepções"
  719. #: searx/templates/simple/stats.html:108
  720. msgid "Exception"
  721. msgstr "Excepção"
  722. #: searx/templates/simple/stats.html:110
  723. msgid "Message"
  724. msgstr "Mensagem"
  725. #: searx/templates/simple/stats.html:112
  726. msgid "Percentage"
  727. msgstr "Percentagem"
  728. #: searx/templates/simple/stats.html:114
  729. msgid "Parameter"
  730. msgstr "Parâmetro"
  731. #: searx/templates/simple/stats.html:122
  732. msgid "Filename"
  733. msgstr "Nome do ficheiro"
  734. #: searx/templates/simple/stats.html:123
  735. msgid "Function"
  736. msgstr "Função"
  737. #: searx/templates/simple/stats.html:124
  738. msgid "Code"
  739. msgstr "Código"
  740. #: searx/templates/simple/stats.html:131
  741. msgid "Checker"
  742. msgstr "Checker"
  743. #: searx/templates/simple/stats.html:134
  744. msgid "Failed test"
  745. msgstr "Teste falhado"
  746. #: searx/templates/simple/stats.html:135
  747. msgid "Comment(s)"
  748. msgstr "Comentário(s)"
  749. #: searx/templates/simple/filters/time_range.html:3
  750. msgid "Anytime"
  751. msgstr "Qualquer altura"
  752. #: searx/templates/simple/filters/time_range.html:6
  753. msgid "Last day"
  754. msgstr "Ontem"
  755. #: searx/templates/simple/filters/time_range.html:9
  756. msgid "Last week"
  757. msgstr "Semana passada"
  758. #: searx/templates/simple/filters/time_range.html:12
  759. msgid "Last month"
  760. msgstr "Mês passado"
  761. #: searx/templates/simple/filters/time_range.html:15
  762. msgid "Last year"
  763. msgstr "Ano passado"
  764. #: searx/templates/simple/messages/no_cookies.html:3
  765. msgid "Information!"
  766. msgstr "Informação!"
  767. #: searx/templates/simple/messages/no_cookies.html:4
  768. msgid "currently, there are no cookies defined."
  769. msgstr "atualmente não existem cookies definidos"
  770. #: searx/templates/simple/messages/no_results.html:6
  771. msgid "Engines cannot retrieve results."
  772. msgstr "Mecanismos não podem recuperar resultados."
  773. #: searx/templates/simple/messages/no_results.html:15
  774. msgid "Please, try again later or find another SearXNG instance."
  775. msgstr "Por favor, tente novamente mais tarde ou encontre outra instância SearXNG."
  776. #: searx/templates/simple/messages/no_results.html:20
  777. msgid "Sorry!"
  778. msgstr "Desculpe!"
  779. #: searx/templates/simple/messages/no_results.html:21
  780. msgid ""
  781. "we didn't find any results. Please use another query or search in more "
  782. "categories."
  783. msgstr ""
  784. "não encontramos nenhum resultado. Por favor pesquise outra coisa ou "
  785. "utilize mais categorias na sua pesquisa."
  786. #: searx/templates/simple/result_templates/default.html:6
  787. msgid "show media"
  788. msgstr "mostrar média"
  789. #: searx/templates/simple/result_templates/default.html:6
  790. msgid "hide media"
  791. msgstr "esconder média"
  792. #: searx/templates/simple/result_templates/default.html:14
  793. #: searx/templates/simple/result_templates/videos.html:14
  794. msgid "This site did not provide any description."
  795. msgstr "Este site não forneceu qualquer descrição."
  796. #: searx/templates/simple/result_templates/images.html:19
  797. msgid "Format"
  798. msgstr "Formato"
  799. #: searx/templates/simple/result_templates/images.html:21
  800. msgid "Engine"
  801. msgstr "Engine"
  802. #: searx/templates/simple/result_templates/images.html:22
  803. msgid "View source"
  804. msgstr "Ver fonte"
  805. #: searx/templates/simple/result_templates/map.html:12
  806. msgid "address"
  807. msgstr "endereço"
  808. #: searx/templates/simple/result_templates/map.html:43
  809. msgid "show map"
  810. msgstr "mostrar mapa"
  811. #: searx/templates/simple/result_templates/map.html:43
  812. msgid "hide map"
  813. msgstr "esconder mapa"
  814. #: searx/templates/simple/result_templates/torrent.html:6
  815. msgid "magnet link"
  816. msgstr "hiperligação magnética"
  817. #: searx/templates/simple/result_templates/torrent.html:7
  818. msgid "torrent file"
  819. msgstr "ficheiro torrent"
  820. #: searx/templates/simple/result_templates/torrent.html:9
  821. msgid "Seeder"
  822. msgstr "Seeder"
  823. #: searx/templates/simple/result_templates/torrent.html:9
  824. msgid "Leecher"
  825. msgstr "Leecher"
  826. #: searx/templates/simple/result_templates/torrent.html:11
  827. msgid "Filesize"
  828. msgstr "Tamanho de ficheiro"
  829. #: searx/templates/simple/result_templates/torrent.html:12
  830. msgid "Bytes"
  831. msgstr "Bytes"
  832. #: searx/templates/simple/result_templates/torrent.html:13
  833. msgid "kiB"
  834. msgstr "kiB"
  835. #: searx/templates/simple/result_templates/torrent.html:14
  836. msgid "MiB"
  837. msgstr "MiB"
  838. #: searx/templates/simple/result_templates/torrent.html:15
  839. msgid "GiB"
  840. msgstr "GiB"
  841. #: searx/templates/simple/result_templates/torrent.html:16
  842. msgid "TiB"
  843. msgstr "TiB"
  844. #: searx/templates/simple/result_templates/torrent.html:20
  845. msgid "Number of Files"
  846. msgstr "Número de Ficheiros"
  847. #: searx/templates/simple/result_templates/videos.html:6
  848. msgid "show video"
  849. msgstr "mostrar vídeo"
  850. #: searx/templates/simple/result_templates/videos.html:6
  851. msgid "hide video"
  852. msgstr "esconder vídeo"
  853. #~ msgid "Engine time (sec)"
  854. #~ msgstr "Tempo de pesquisa (seg)"
  855. #~ msgid "Page loads (sec)"
  856. #~ msgstr "Página carregada (seg)"
  857. #~ msgid "Errors"
  858. #~ msgstr "Erros"
  859. #~ msgid "CAPTCHA required"
  860. #~ msgstr ""
  861. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  862. #~ msgstr "Reformulação de hiperligações HTTP para HTTPS se possível"
  863. #~ msgid ""
  864. #~ "Results are opened in the same "
  865. #~ "window by default. This plugin "
  866. #~ "overwrites the default behaviour to open"
  867. #~ " links on new tabs/windows. (JavaScript "
  868. #~ "required)"
  869. #~ msgstr ""
  870. #~ "Por defeito os resultados são abertos"
  871. #~ " no mesmo separador. Esta extensão "
  872. #~ "sobreguarda o comportamento padrão de "
  873. #~ "abrir hiperligações num novo separador. "
  874. #~ "(Necessário JavaScript)"
  875. #~ msgid "Color"
  876. #~ msgstr "Cor"
  877. #~ msgid "Blue (default)"
  878. #~ msgstr "Azul (padrão)"
  879. #~ msgid "Violet"
  880. #~ msgstr "Violeta"
  881. #~ msgid "Green"
  882. #~ msgstr "Verde"
  883. #~ msgid "Cyan"
  884. #~ msgstr "Ciano"
  885. #~ msgid "Orange"
  886. #~ msgstr "Laranja"
  887. #~ msgid "Red"
  888. #~ msgstr "Vermelho"
  889. #~ msgid "Category"
  890. #~ msgstr "Categoria"
  891. #~ msgid "Block"
  892. #~ msgstr "Bloquear"
  893. #~ msgid "original context"
  894. #~ msgstr "contexto original"
  895. #~ msgid "Plugins"
  896. #~ msgstr "Extensões"
  897. #~ msgid "Answerers"
  898. #~ msgstr "Remetente"
  899. #~ msgid "Avg. time"
  900. #~ msgstr "Tempo médio"
  901. #~ msgid "show details"
  902. #~ msgstr "mostrar detalhes"
  903. #~ msgid "hide details"
  904. #~ msgstr "esconder detalhes"
  905. #~ msgid "Load more..."
  906. #~ msgstr "Carregar mais..."
  907. #~ msgid "Loading..."
  908. #~ msgstr ""
  909. #~ msgid "Change searx layout"
  910. #~ msgstr "Alterar esquema do searx"
  911. #~ msgid "Proxying image results through searx"
  912. #~ msgstr "Resultados de imagens pelo proxy searx"
  913. #~ msgid "This is the list of searx's instant answering modules."
  914. #~ msgstr "Esta é a lista dos modulos instantâneos de resposta do searx"
  915. #~ msgid ""
  916. #~ "This is the list of cookies and"
  917. #~ " their values searx is storing on "
  918. #~ "your computer."
  919. #~ msgstr ""
  920. #~ "Esta é a lista de cookies e "
  921. #~ "os valores que o searx está a "
  922. #~ "guardar no seu computador."
  923. #~ msgid "With that list, you can assess searx transparency."
  924. #~ msgstr "Com essa lista pode aceder à transparência do searx."
  925. #~ msgid "It look like you are using searx first time."
  926. #~ msgstr "Parece que está a utilizar o searx pela primeira vez."
  927. #~ msgid "Please, try again later or find another searx instance."
  928. #~ msgstr ""
  929. #~ "Por favor, tente novamente mais tarde"
  930. #~ " ou encontre outra ocorrência de "
  931. #~ "searx."
  932. #~ msgid "Themes"
  933. #~ msgstr "Temas"
  934. #~ msgid "Reliablity"
  935. #~ msgstr ""
  936. #~ msgid ""
  937. #~ "When enabled, the result page's title"
  938. #~ " contains your query. Your browser "
  939. #~ "can record this title."
  940. #~ msgstr ""
  941. #~ msgid "Method"
  942. #~ msgstr "Método"
  943. #~ msgid ""
  944. #~ "This tab does not show up for "
  945. #~ "search results but you can search "
  946. #~ "the engines listed here via bangs."
  947. #~ msgstr ""
  948. #~ msgid "Advanced settings"
  949. #~ msgstr "Definições avançadas"
  950. #~ msgid "Close"
  951. #~ msgstr "Fechar"
  952. #~ msgid "Language"
  953. #~ msgstr "Linguagem"
  954. #~ msgid "broken"
  955. #~ msgstr "quebrado"
  956. #~ msgid "supported"
  957. #~ msgstr "suportado"
  958. #~ msgid "not supported"
  959. #~ msgstr "não suportado"
  960. #~ msgid "about"
  961. #~ msgstr "sobre"
  962. #~ msgid "Avg."
  963. #~ msgstr "Média"
  964. #~ msgid "User Interface"
  965. #~ msgstr "Interface de usuário"
  966. #~ msgid "Choose style for this theme"
  967. #~ msgstr "Escolher estilo para este tema"
  968. #~ msgid "Style"
  969. #~ msgstr "Estilo"
  970. #~ msgid "Show advanced settings"
  971. #~ msgstr "Mostrar as configurações avançadas"
  972. #~ msgid "Show advanced settings panel in the home page by default"
  973. #~ msgstr "Mostrar configurações de painel avançadas na página inicial por padrão"
  974. #~ msgid "Allow all"
  975. #~ msgstr "Habilitar todos"
  976. #~ msgid "Disable all"
  977. #~ msgstr "Desabilitar todos"
  978. #~ msgid "Selected language"
  979. #~ msgstr "Idioma selecionado"
  980. #~ msgid "Query"
  981. #~ msgstr "Pesquisa"
  982. #~ msgid "save"
  983. #~ msgstr "Guardar"
  984. #~ msgid "back"
  985. #~ msgstr "Atrás"
  986. #~ msgid "Links"
  987. #~ msgstr "Hiperligações"
  988. #~ msgid "RSS subscription"
  989. #~ msgstr "Inscrição RSS"
  990. #~ msgid "Search results"
  991. #~ msgstr "Resultados de pesquisa"
  992. #~ msgid "next page"
  993. #~ msgstr "página seguinte"
  994. #~ msgid "previous page"
  995. #~ msgstr "página anterior"
  996. #~ msgid "Start search"
  997. #~ msgstr "Começar pesquisa"
  998. #~ msgid "Clear search"
  999. #~ msgstr "Limpar pesquisa"
  1000. #~ msgid "Clear"
  1001. #~ msgstr "Limpar"
  1002. #~ msgid "stats"
  1003. #~ msgstr "estatísticas"
  1004. #~ msgid "Heads up!"
  1005. #~ msgstr "Atenção!"
  1006. #~ msgid "It look like you are using SearXNG first time."
  1007. #~ msgstr "Parece que está a usar o SearXNG pela primeira vez."
  1008. #~ msgid "Well done!"
  1009. #~ msgstr "Muito bem!"
  1010. #~ msgid "Settings saved successfully."
  1011. #~ msgstr "Definições guardadas com sucesso."
  1012. #~ msgid "Oh snap!"
  1013. #~ msgstr "Ora bolas!"
  1014. #~ msgid "Something went wrong."
  1015. #~ msgstr "Alguma coisa correu mal."
  1016. #~ msgid "Date"
  1017. #~ msgstr "Data"
  1018. #~ msgid "Type"
  1019. #~ msgstr "Tipo"
  1020. #~ msgid "Get image"
  1021. #~ msgstr "Obter imagem"
  1022. #~ msgid "Center Alignment"
  1023. #~ msgstr ""
  1024. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1025. #~ msgstr ""