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-07-02 08:59+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. #: searx/templates/simple/preferences.html:99
  289. msgid "Preferences"
  290. msgstr "Preferências"
  291. #: searx/templates/simple/base.html:62
  292. msgid "Powered by"
  293. msgstr "Produzido por"
  294. #: searx/templates/simple/base.html:62
  295. msgid "a privacy-respecting, hackable metasearch engine"
  296. msgstr "um motor de metapesquisa editável e respeitador da sua privacidade"
  297. #: searx/templates/simple/base.html:63
  298. msgid "Source code"
  299. msgstr "Código fonte"
  300. #: searx/templates/simple/base.html:64
  301. msgid "Issue tracker"
  302. msgstr "Rastreador de problemas"
  303. #: searx/templates/simple/base.html:65 searx/templates/simple/stats.html:18
  304. msgid "Engine stats"
  305. msgstr "Estatísticas de motor de pesquisa"
  306. #: searx/templates/simple/base.html:66
  307. #: searx/templates/simple/messages/no_results.html:15
  308. msgid "Public instances"
  309. msgstr "Instâncias públicas"
  310. #: searx/templates/simple/base.html:68
  311. #, fuzzy
  312. msgid "Privacy policy"
  313. msgstr "Política de Privacidade"
  314. #: searx/templates/simple/base.html:71
  315. msgid "Contact instance maintainer"
  316. msgstr "Contate o mantenedor da instância"
  317. #: searx/templates/simple/categories.html:24
  318. msgid "Click on the magnifier to perform search"
  319. msgstr "Clique na lupa para realizar a pesquisa"
  320. #: searx/templates/simple/macros.html:36
  321. msgid "Length"
  322. msgstr "Comprimento"
  323. #: searx/templates/simple/macros.html:37
  324. #: searx/templates/simple/result_templates/images.html:18
  325. msgid "Author"
  326. msgstr "Autor"
  327. #: searx/templates/simple/macros.html:45
  328. msgid "cached"
  329. msgstr "armazenados em cache"
  330. #: searx/templates/simple/macros.html:45
  331. msgid "proxied"
  332. msgstr "via proxy"
  333. #: searx/templates/simple/new_issue.html:63
  334. msgid "Submit a new issue on Github including the above information"
  335. msgstr ""
  336. #: searx/templates/simple/preferences.html:29
  337. msgid "No HTTPS"
  338. msgstr "Sem HTTPS"
  339. #: searx/templates/simple/messages/no_results.html:10
  340. #: searx/templates/simple/preferences.html:31
  341. #: searx/templates/simple/preferences.html:32
  342. #: searx/templates/simple/results.html:49
  343. msgid "View error logs and submit a bug report"
  344. msgstr "Olhar os logs de erro e submeter um relatório de bug"
  345. #: searx/templates/simple/preferences.html:53
  346. #: searx/templates/simple/stats.html:67
  347. msgid "Median"
  348. msgstr "Mediana"
  349. #: searx/templates/simple/preferences.html:54
  350. #: searx/templates/simple/stats.html:73
  351. msgid "P80"
  352. msgstr "P80"
  353. #: searx/templates/simple/preferences.html:55
  354. #: searx/templates/simple/stats.html:79
  355. msgid "P95"
  356. msgstr "P95"
  357. #: searx/templates/simple/preferences.html:83
  358. msgid "Failed checker test(s): "
  359. msgstr "Teste(s) de verificador(es) falhado(s): "
  360. #: searx/templates/simple/preferences.html:85
  361. msgid "Errors:"
  362. msgstr "Erros:"
  363. #: searx/templates/simple/preferences.html:105
  364. msgid "General"
  365. msgstr "Geral"
  366. #: searx/templates/simple/preferences.html:108
  367. msgid "Default categories"
  368. msgstr "Categorias Padrão"
  369. #: searx/templates/simple/filters/languages.html:1
  370. #: searx/templates/simple/preferences.html:115
  371. msgid "Search language"
  372. msgstr "Idioma de pesquisa"
  373. #: searx/templates/simple/filters/languages.html:2
  374. #: searx/templates/simple/preferences.html:118
  375. msgid "Default language"
  376. msgstr "Idioma padrão"
  377. #: searx/templates/simple/preferences.html:124
  378. msgid "What language do you prefer for search?"
  379. msgstr "Que idioma de pesquisa prefere?"
  380. #: searx/templates/simple/preferences.html:129
  381. msgid "Autocomplete"
  382. msgstr "Preenchimento automático"
  383. #: searx/templates/simple/preferences.html:138
  384. msgid "Find stuff as you type"
  385. msgstr "Pesquisar enquanto escreve"
  386. #: searx/templates/simple/filters/safesearch.html:1
  387. #: searx/templates/simple/filters/safesearch.html:2
  388. #: searx/templates/simple/filters/safesearch.html:3
  389. #: searx/templates/simple/filters/safesearch.html:4
  390. #: searx/templates/simple/preferences.html:143
  391. #: searx/templates/simple/preferences.html:311
  392. msgid "SafeSearch"
  393. msgstr "Pesquisa segura"
  394. #: searx/templates/simple/filters/safesearch.html:2
  395. #: searx/templates/simple/preferences.html:146
  396. msgid "Strict"
  397. msgstr "Rigoroso"
  398. #: searx/templates/simple/filters/safesearch.html:3
  399. #: searx/templates/simple/preferences.html:147
  400. msgid "Moderate"
  401. msgstr "Moderado"
  402. #: searx/templates/simple/filters/safesearch.html:4
  403. #: searx/templates/simple/preferences.html:148
  404. msgid "None"
  405. msgstr "Nenhum"
  406. #: searx/templates/simple/preferences.html:151
  407. msgid "Filter content"
  408. msgstr "Filtrar conteúdo"
  409. #: searx/templates/simple/preferences.html:157
  410. msgid "Open Access DOI resolver"
  411. msgstr "Resolvedor DOI de Acesso Aberto"
  412. #: searx/templates/simple/preferences.html:167
  413. msgid ""
  414. "Redirect to open-access versions of publications when available (plugin "
  415. "required)"
  416. msgstr ""
  417. "Redirecionar para versões de acesso aberto de publicações quando "
  418. "disponíveis (requer plug-in)"
  419. #: searx/templates/simple/preferences.html:171
  420. msgid "Engine tokens"
  421. msgstr "Engine tokens"
  422. #: searx/templates/simple/preferences.html:175
  423. msgid "Access tokens for private engines"
  424. msgstr "Access tokens para private engines"
  425. #: searx/templates/simple/preferences.html:179
  426. msgid "User interface"
  427. msgstr "Interface de usuário"
  428. #: searx/templates/simple/preferences.html:182
  429. msgid "Interface language"
  430. msgstr "Idioma de interface"
  431. #: searx/templates/simple/preferences.html:190
  432. msgid "Change the language of the layout"
  433. msgstr "Alterar o idioma do esquema"
  434. #: searx/templates/simple/preferences.html:195
  435. msgid "Theme"
  436. msgstr "Tema"
  437. #: searx/templates/simple/preferences.html:203
  438. msgid "Change SearXNG layout"
  439. msgstr "Mudar o layout do SearXNG"
  440. #: searx/templates/simple/preferences.html:206
  441. msgid "Theme style"
  442. msgstr "Estilo de tema"
  443. #: searx/templates/simple/preferences.html:214
  444. msgid "Choose auto to follow your browser settings"
  445. msgstr "Escolha auto para seguir as definições do seu navegador"
  446. #: searx/templates/simple/preferences.html:217
  447. msgid "Center Alignment"
  448. msgstr "Alinhar ao centro"
  449. #: searx/templates/simple/preferences.html:220
  450. #: searx/templates/simple/preferences.html:232
  451. #: searx/templates/simple/preferences.html:244
  452. msgid "On"
  453. msgstr "Ligado"
  454. #: searx/templates/simple/preferences.html:221
  455. #: searx/templates/simple/preferences.html:233
  456. #: searx/templates/simple/preferences.html:245
  457. msgid "Off"
  458. msgstr "Desligado"
  459. #: searx/templates/simple/preferences.html:224
  460. msgid "Displays results in the center of the page (Oscar layout)."
  461. msgstr "Exibe os resultados no centro da página (esquema do Oscar)."
  462. #: searx/templates/simple/preferences.html:229
  463. msgid "Results on new tabs"
  464. msgstr "Resultados em novos separadores"
  465. #: searx/templates/simple/preferences.html:236
  466. msgid "Open result links on new browser tabs"
  467. msgstr "Abrir resultados num novo separador"
  468. #: searx/templates/simple/preferences.html:241
  469. msgid "Infinite scroll"
  470. msgstr "Deslocação Infinita"
  471. #: searx/templates/simple/preferences.html:248
  472. msgid "Automatically load next page when scrolling to bottom of current page"
  473. msgstr ""
  474. "Carregar automaticamente a próxima página assim que se desloque para o "
  475. "fim da página atual"
  476. #: searx/templates/simple/preferences.html:254
  477. msgid "Privacy"
  478. msgstr "Privacidade"
  479. #: searx/templates/simple/preferences.html:257
  480. msgid "HTTP Method"
  481. msgstr "Método HTTP"
  482. #: searx/templates/simple/preferences.html:264
  483. msgid ""
  484. "Change how forms are submited, <a "
  485. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  486. " rel=\"external\">learn more about request methods</a>"
  487. msgstr ""
  488. "Alterar como formulários são submetidos, <a "
  489. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  490. " rel=\"external\">aprender mais sobre métodos de pedidos</a>"
  491. #: searx/templates/simple/preferences.html:269
  492. msgid "Image proxy"
  493. msgstr "Proxy de imagem"
  494. #: searx/templates/simple/preferences.html:272
  495. #: searx/templates/simple/preferences.html:284
  496. msgid "Enabled"
  497. msgstr "Ativado"
  498. #: searx/templates/simple/preferences.html:273
  499. #: searx/templates/simple/preferences.html:285
  500. msgid "Disabled"
  501. msgstr "Desativado"
  502. #: searx/templates/simple/preferences.html:276
  503. msgid "Proxying image results through SearXNG"
  504. msgstr "Procurar resultados de imagem através do SearXNG"
  505. #: searx/templates/simple/preferences.html:281
  506. msgid "Query in the page's title"
  507. msgstr "Procura no título da página"
  508. #: searx/templates/simple/preferences.html:288
  509. msgid ""
  510. "When enabled, the result page's title contains your query. Your browser "
  511. "can record this title"
  512. msgstr ""
  513. "Quando habilitado, o título da página resultante contém sua frase de "
  514. "pesquisa. O seu navegador pode gravar esse título"
  515. #: searx/templates/simple/preferences.html:294
  516. msgid "Engines"
  517. msgstr "Motores de pesquisa"
  518. #: searx/templates/simple/preferences.html:295
  519. msgid "Currently used search engines"
  520. msgstr "Motores de pesquisa utilizados"
  521. #: searx/templates/simple/preferences.html:302
  522. msgid ""
  523. "This tab does not show up for search results, but you can search the "
  524. "engines listed here via bangs."
  525. msgstr ""
  526. "Este separador não aparece para resultados de pesquisa, mas pode "
  527. "pesquisar os motores aqui listados através de bangs."
  528. #: searx/templates/simple/preferences.html:307
  529. #: searx/templates/simple/preferences.html:358
  530. msgid "Allow"
  531. msgstr "Permitir"
  532. #: searx/templates/simple/preferences.html:308
  533. #: searx/templates/simple/stats.html:25
  534. msgid "Engine name"
  535. msgstr "Nome do motor de pesquisa"
  536. #: searx/templates/simple/preferences.html:309
  537. msgid "Shortcut"
  538. msgstr "Atalho"
  539. #: searx/templates/simple/preferences.html:310
  540. msgid "Supports selected language"
  541. msgstr "Suporta idioma selecionado"
  542. #: searx/templates/simple/filters/time_range.html:1
  543. #: searx/templates/simple/preferences.html:312
  544. msgid "Time range"
  545. msgstr "Período de tempo"
  546. #: searx/templates/simple/preferences.html:313
  547. #: searx/templates/simple/stats.html:28
  548. msgid "Response time"
  549. msgstr "Tempo de resposta"
  550. #: searx/templates/simple/preferences.html:314
  551. msgid "Max time"
  552. msgstr "Tempo máximo"
  553. #: searx/templates/simple/preferences.html:315
  554. #: searx/templates/simple/stats.html:29
  555. msgid "Reliability"
  556. msgstr "Confiabilidade"
  557. #: searx/templates/simple/preferences.html:353
  558. msgid "Special Queries"
  559. msgstr "Consultas especiais"
  560. #: searx/templates/simple/preferences.html:359
  561. msgid "Keywords"
  562. msgstr "Palavras-chave"
  563. #: searx/templates/simple/preferences.html:360
  564. msgid "Name"
  565. msgstr "Nome"
  566. #: searx/templates/simple/preferences.html:361
  567. msgid "Description"
  568. msgstr "Descrição"
  569. #: searx/templates/simple/preferences.html:362
  570. msgid "Examples"
  571. msgstr "Exemplos"
  572. #: searx/templates/simple/preferences.html:365
  573. msgid "This is the list of SearXNG's instant answering modules."
  574. msgstr "Essa é a lista de módulos de resposta instântanea da SearXNG."
  575. #: searx/templates/simple/preferences.html:376
  576. msgid "This is the list of plugins."
  577. msgstr "Essa é a lista de plugins."
  578. #: searx/templates/simple/preferences.html:393
  579. msgid "Cookies"
  580. msgstr "Cookies"
  581. #: searx/templates/simple/preferences.html:395
  582. msgid ""
  583. "This is the list of cookies and their values SearXNG is storing on your "
  584. "computer."
  585. msgstr ""
  586. "Essa é a lista dos cookies e seus valores que a SearXNG está armazenando "
  587. "no seu computador."
  588. #: searx/templates/simple/preferences.html:396
  589. msgid "With that list, you can assess SearXNG transparency."
  590. msgstr "Com ela, você pode avaliar a transparência da SearXNG."
  591. #: searx/templates/simple/preferences.html:401
  592. msgid "Cookie name"
  593. msgstr "Nome de cookie"
  594. #: searx/templates/simple/preferences.html:402
  595. msgid "Value"
  596. msgstr "Valor"
  597. #: searx/templates/simple/preferences.html:414
  598. msgid "Search URL of the currently saved preferences"
  599. msgstr "URL de pesquisa das preferências salvas atualmente"
  600. #: searx/templates/simple/preferences.html:418
  601. msgid ""
  602. "Note: specifying custom settings in the search URL can reduce privacy by "
  603. "leaking data to the clicked result sites."
  604. msgstr ""
  605. "Nota: a especificação de configurações personalizadas no URL de pesquisa "
  606. "pode reduzir a privacidade ao vazar dados para os sites de resultados "
  607. "clicados."
  608. #: searx/templates/simple/preferences.html:419
  609. msgid "URL to restore your preferences in another browser"
  610. msgstr "URL para restaurar suas preferências em outro navegador"
  611. #: searx/templates/simple/preferences.html:423
  612. msgid ""
  613. "Specifying custom settings in the preferences URL can be used to sync "
  614. "preferences across devices."
  615. msgstr ""
  616. "Especificar configurações customizadas na URL de preferências pode ser "
  617. "usado para sincronizar preferências entre dispositivos."
  618. #: searx/templates/simple/preferences.html:428
  619. msgid ""
  620. "These settings are stored in your cookies, this allows us not to store "
  621. "this data about you."
  622. msgstr ""
  623. "Estas definições são guardadas nos seus cookies, isto permite-nos que não"
  624. " guardemos informação sobre si."
  625. #: searx/templates/simple/preferences.html:430
  626. msgid ""
  627. "These cookies serve your sole convenience, we don't use these cookies to "
  628. "track you."
  629. msgstr ""
  630. "Estes cookies servem somente para sua conveniência, não os utilizamos "
  631. "para o rastrear."
  632. #: searx/templates/simple/preferences.html:433
  633. msgid "Save"
  634. msgstr "Guardar"
  635. #: searx/templates/simple/preferences.html:434
  636. msgid "Reset defaults"
  637. msgstr "Repor predefinições"
  638. #: searx/templates/simple/preferences.html:435
  639. msgid "Back"
  640. msgstr "Voltar"
  641. #: searx/templates/simple/results.html:23
  642. msgid "Answers"
  643. msgstr "Respostas"
  644. #: searx/templates/simple/results.html:39
  645. msgid "Number of results"
  646. msgstr "Número de resultados"
  647. #: searx/templates/simple/messages/no_results.html:6
  648. #: searx/templates/simple/results.html:46
  649. msgid "Error!"
  650. msgstr "Erro!"
  651. #: searx/templates/simple/results.html:46
  652. msgid "Engines cannot retrieve results"
  653. msgstr "Mecanismos não podem recuperar resultados"
  654. #: searx/templates/simple/results.html:68
  655. msgid "Suggestions"
  656. msgstr "Sugestões"
  657. #: searx/templates/simple/results.html:90
  658. msgid "Search URL"
  659. msgstr "Procurar hiperligação"
  660. #: searx/templates/simple/results.html:96
  661. msgid "Download results"
  662. msgstr "Resultados de transferências"
  663. #: searx/templates/simple/results.html:120
  664. msgid "Try searching for:"
  665. msgstr "Tente pesquisar por:"
  666. #: searx/templates/simple/results.html:152
  667. msgid "Back to top"
  668. msgstr "Voltar ao topo"
  669. #: searx/templates/simple/results.html:170
  670. msgid "Previous page"
  671. msgstr "Página anterior"
  672. #: searx/templates/simple/results.html:187
  673. msgid "Next page"
  674. msgstr "Página seguinte"
  675. #: searx/templates/simple/search.html:3
  676. msgid "Display the front page"
  677. msgstr "Mostrar a primeira página"
  678. #: searx/templates/simple/search.html:9
  679. #: searx/templates/simple/simple_search.html:5
  680. msgid "Search for..."
  681. msgstr "Procurar por..."
  682. #: searx/templates/simple/search.html:10
  683. #: searx/templates/simple/simple_search.html:6
  684. msgid "clear"
  685. msgstr "limpar"
  686. #: searx/templates/simple/search.html:11
  687. #: searx/templates/simple/simple_search.html:7
  688. msgid "search"
  689. msgstr "pesquisa"
  690. #: searx/templates/simple/stats.html:21
  691. msgid "There is currently no data available. "
  692. msgstr "Não existem dados disponíveis."
  693. #: searx/templates/simple/stats.html:26
  694. msgid "Scores"
  695. msgstr "Contagens"
  696. #: searx/templates/simple/stats.html:27
  697. msgid "Result count"
  698. msgstr "Quantidade de resultados"
  699. #: searx/templates/simple/stats.html:38
  700. msgid "Scores per result"
  701. msgstr "Contagens por resultado"
  702. #: searx/templates/simple/stats.html:62
  703. msgid "Total"
  704. msgstr "Total"
  705. #: searx/templates/simple/stats.html:63
  706. msgid "HTTP"
  707. msgstr "HTTP"
  708. #: searx/templates/simple/stats.html:64
  709. msgid "Processing"
  710. msgstr "Processar"
  711. #: searx/templates/simple/stats.html:102
  712. msgid "Warnings"
  713. msgstr "Avisos"
  714. #: searx/templates/simple/stats.html:102
  715. msgid "Errors and exceptions"
  716. msgstr "Erros e excepções"
  717. #: searx/templates/simple/stats.html:108
  718. msgid "Exception"
  719. msgstr "Excepção"
  720. #: searx/templates/simple/stats.html:110
  721. msgid "Message"
  722. msgstr "Mensagem"
  723. #: searx/templates/simple/stats.html:112
  724. msgid "Percentage"
  725. msgstr "Percentagem"
  726. #: searx/templates/simple/stats.html:114
  727. msgid "Parameter"
  728. msgstr "Parâmetro"
  729. #: searx/templates/simple/stats.html:122
  730. msgid "Filename"
  731. msgstr "Nome do ficheiro"
  732. #: searx/templates/simple/stats.html:123
  733. msgid "Function"
  734. msgstr "Função"
  735. #: searx/templates/simple/stats.html:124
  736. msgid "Code"
  737. msgstr "Código"
  738. #: searx/templates/simple/stats.html:131
  739. msgid "Checker"
  740. msgstr "Checker"
  741. #: searx/templates/simple/stats.html:134
  742. msgid "Failed test"
  743. msgstr "Teste falhado"
  744. #: searx/templates/simple/stats.html:135
  745. msgid "Comment(s)"
  746. msgstr "Comentário(s)"
  747. #: searx/templates/simple/filters/time_range.html:3
  748. msgid "Anytime"
  749. msgstr "Qualquer altura"
  750. #: searx/templates/simple/filters/time_range.html:6
  751. msgid "Last day"
  752. msgstr "Ontem"
  753. #: searx/templates/simple/filters/time_range.html:9
  754. msgid "Last week"
  755. msgstr "Semana passada"
  756. #: searx/templates/simple/filters/time_range.html:12
  757. msgid "Last month"
  758. msgstr "Mês passado"
  759. #: searx/templates/simple/filters/time_range.html:15
  760. msgid "Last year"
  761. msgstr "Ano passado"
  762. #: searx/templates/simple/messages/no_cookies.html:3
  763. msgid "Information!"
  764. msgstr "Informação!"
  765. #: searx/templates/simple/messages/no_cookies.html:4
  766. msgid "currently, there are no cookies defined."
  767. msgstr "atualmente não existem cookies definidos"
  768. #: searx/templates/simple/messages/no_results.html:6
  769. msgid "Engines cannot retrieve results."
  770. msgstr "Mecanismos não podem recuperar resultados."
  771. #: searx/templates/simple/messages/no_results.html:15
  772. msgid "Please, try again later or find another SearXNG instance."
  773. msgstr "Por favor, tente novamente mais tarde ou encontre outra instância SearXNG."
  774. #: searx/templates/simple/messages/no_results.html:20
  775. msgid "Sorry!"
  776. msgstr "Desculpe!"
  777. #: searx/templates/simple/messages/no_results.html:21
  778. msgid ""
  779. "we didn't find any results. Please use another query or search in more "
  780. "categories."
  781. msgstr ""
  782. "não encontramos nenhum resultado. Por favor pesquise outra coisa ou "
  783. "utilize mais categorias na sua pesquisa."
  784. #: searx/templates/simple/result_templates/default.html:6
  785. msgid "show media"
  786. msgstr "mostrar média"
  787. #: searx/templates/simple/result_templates/default.html:6
  788. msgid "hide media"
  789. msgstr "esconder média"
  790. #: searx/templates/simple/result_templates/default.html:14
  791. #: searx/templates/simple/result_templates/videos.html:14
  792. msgid "This site did not provide any description."
  793. msgstr "Este site não forneceu qualquer descrição."
  794. #: searx/templates/simple/result_templates/images.html:19
  795. msgid "Format"
  796. msgstr "Formato"
  797. #: searx/templates/simple/result_templates/images.html:21
  798. msgid "Engine"
  799. msgstr "Engine"
  800. #: searx/templates/simple/result_templates/images.html:22
  801. msgid "View source"
  802. msgstr "Ver fonte"
  803. #: searx/templates/simple/result_templates/map.html:12
  804. msgid "address"
  805. msgstr "endereço"
  806. #: searx/templates/simple/result_templates/map.html:43
  807. msgid "show map"
  808. msgstr "mostrar mapa"
  809. #: searx/templates/simple/result_templates/map.html:43
  810. msgid "hide map"
  811. msgstr "esconder mapa"
  812. #: searx/templates/simple/result_templates/torrent.html:6
  813. msgid "magnet link"
  814. msgstr "hiperligação magnética"
  815. #: searx/templates/simple/result_templates/torrent.html:7
  816. msgid "torrent file"
  817. msgstr "ficheiro torrent"
  818. #: searx/templates/simple/result_templates/torrent.html:9
  819. msgid "Seeder"
  820. msgstr "Seeder"
  821. #: searx/templates/simple/result_templates/torrent.html:9
  822. msgid "Leecher"
  823. msgstr "Leecher"
  824. #: searx/templates/simple/result_templates/torrent.html:11
  825. msgid "Filesize"
  826. msgstr "Tamanho de ficheiro"
  827. #: searx/templates/simple/result_templates/torrent.html:12
  828. msgid "Bytes"
  829. msgstr "Bytes"
  830. #: searx/templates/simple/result_templates/torrent.html:13
  831. msgid "kiB"
  832. msgstr "kiB"
  833. #: searx/templates/simple/result_templates/torrent.html:14
  834. msgid "MiB"
  835. msgstr "MiB"
  836. #: searx/templates/simple/result_templates/torrent.html:15
  837. msgid "GiB"
  838. msgstr "GiB"
  839. #: searx/templates/simple/result_templates/torrent.html:16
  840. msgid "TiB"
  841. msgstr "TiB"
  842. #: searx/templates/simple/result_templates/torrent.html:20
  843. msgid "Number of Files"
  844. msgstr "Número de Ficheiros"
  845. #: searx/templates/simple/result_templates/videos.html:6
  846. msgid "show video"
  847. msgstr "mostrar vídeo"
  848. #: searx/templates/simple/result_templates/videos.html:6
  849. msgid "hide video"
  850. msgstr "esconder vídeo"
  851. #~ msgid "Engine time (sec)"
  852. #~ msgstr "Tempo de pesquisa (seg)"
  853. #~ msgid "Page loads (sec)"
  854. #~ msgstr "Página carregada (seg)"
  855. #~ msgid "Errors"
  856. #~ msgstr "Erros"
  857. #~ msgid "CAPTCHA required"
  858. #~ msgstr ""
  859. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  860. #~ msgstr "Reformulação de hiperligações HTTP para HTTPS se possível"
  861. #~ msgid ""
  862. #~ "Results are opened in the same "
  863. #~ "window by default. This plugin "
  864. #~ "overwrites the default behaviour to open"
  865. #~ " links on new tabs/windows. (JavaScript "
  866. #~ "required)"
  867. #~ msgstr ""
  868. #~ "Por defeito os resultados são abertos"
  869. #~ " no mesmo separador. Esta extensão "
  870. #~ "sobreguarda o comportamento padrão de "
  871. #~ "abrir hiperligações num novo separador. "
  872. #~ "(Necessário JavaScript)"
  873. #~ msgid "Color"
  874. #~ msgstr "Cor"
  875. #~ msgid "Blue (default)"
  876. #~ msgstr "Azul (padrão)"
  877. #~ msgid "Violet"
  878. #~ msgstr "Violeta"
  879. #~ msgid "Green"
  880. #~ msgstr "Verde"
  881. #~ msgid "Cyan"
  882. #~ msgstr "Ciano"
  883. #~ msgid "Orange"
  884. #~ msgstr "Laranja"
  885. #~ msgid "Red"
  886. #~ msgstr "Vermelho"
  887. #~ msgid "Category"
  888. #~ msgstr "Categoria"
  889. #~ msgid "Block"
  890. #~ msgstr "Bloquear"
  891. #~ msgid "original context"
  892. #~ msgstr "contexto original"
  893. #~ msgid "Plugins"
  894. #~ msgstr "Extensões"
  895. #~ msgid "Answerers"
  896. #~ msgstr "Remetente"
  897. #~ msgid "Avg. time"
  898. #~ msgstr "Tempo médio"
  899. #~ msgid "show details"
  900. #~ msgstr "mostrar detalhes"
  901. #~ msgid "hide details"
  902. #~ msgstr "esconder detalhes"
  903. #~ msgid "Load more..."
  904. #~ msgstr "Carregar mais..."
  905. #~ msgid "Loading..."
  906. #~ msgstr ""
  907. #~ msgid "Change searx layout"
  908. #~ msgstr "Alterar esquema do searx"
  909. #~ msgid "Proxying image results through searx"
  910. #~ msgstr "Resultados de imagens pelo proxy searx"
  911. #~ msgid "This is the list of searx's instant answering modules."
  912. #~ msgstr "Esta é a lista dos modulos instantâneos de resposta do searx"
  913. #~ msgid ""
  914. #~ "This is the list of cookies and"
  915. #~ " their values searx is storing on "
  916. #~ "your computer."
  917. #~ msgstr ""
  918. #~ "Esta é a lista de cookies e "
  919. #~ "os valores que o searx está a "
  920. #~ "guardar no seu computador."
  921. #~ msgid "With that list, you can assess searx transparency."
  922. #~ msgstr "Com essa lista pode aceder à transparência do searx."
  923. #~ msgid "It look like you are using searx first time."
  924. #~ msgstr "Parece que está a utilizar o searx pela primeira vez."
  925. #~ msgid "Please, try again later or find another searx instance."
  926. #~ msgstr ""
  927. #~ "Por favor, tente novamente mais tarde"
  928. #~ " ou encontre outra ocorrência de "
  929. #~ "searx."
  930. #~ msgid "Themes"
  931. #~ msgstr "Temas"
  932. #~ msgid "Reliablity"
  933. #~ msgstr ""
  934. #~ msgid ""
  935. #~ "When enabled, the result page's title"
  936. #~ " contains your query. Your browser "
  937. #~ "can record this title."
  938. #~ msgstr ""
  939. #~ msgid "Method"
  940. #~ msgstr "Método"
  941. #~ msgid ""
  942. #~ "This tab does not show up for "
  943. #~ "search results but you can search "
  944. #~ "the engines listed here via bangs."
  945. #~ msgstr ""
  946. #~ msgid "Advanced settings"
  947. #~ msgstr "Definições avançadas"
  948. #~ msgid "Close"
  949. #~ msgstr "Fechar"
  950. #~ msgid "Language"
  951. #~ msgstr "Linguagem"
  952. #~ msgid "broken"
  953. #~ msgstr "quebrado"
  954. #~ msgid "supported"
  955. #~ msgstr "suportado"
  956. #~ msgid "not supported"
  957. #~ msgstr "não suportado"
  958. #~ msgid "about"
  959. #~ msgstr "sobre"
  960. #~ msgid "Avg."
  961. #~ msgstr "Média"
  962. #~ msgid "User Interface"
  963. #~ msgstr "Interface de usuário"
  964. #~ msgid "Choose style for this theme"
  965. #~ msgstr "Escolher estilo para este tema"
  966. #~ msgid "Style"
  967. #~ msgstr "Estilo"
  968. #~ msgid "Show advanced settings"
  969. #~ msgstr "Mostrar as configurações avançadas"
  970. #~ msgid "Show advanced settings panel in the home page by default"
  971. #~ msgstr "Mostrar configurações de painel avançadas na página inicial por padrão"
  972. #~ msgid "Allow all"
  973. #~ msgstr "Habilitar todos"
  974. #~ msgid "Disable all"
  975. #~ msgstr "Desabilitar todos"
  976. #~ msgid "Selected language"
  977. #~ msgstr "Idioma selecionado"
  978. #~ msgid "Query"
  979. #~ msgstr "Pesquisa"
  980. #~ msgid "save"
  981. #~ msgstr "Guardar"
  982. #~ msgid "back"
  983. #~ msgstr "Atrás"
  984. #~ msgid "Links"
  985. #~ msgstr "Hiperligações"
  986. #~ msgid "RSS subscription"
  987. #~ msgstr "Inscrição RSS"
  988. #~ msgid "Search results"
  989. #~ msgstr "Resultados de pesquisa"
  990. #~ msgid "next page"
  991. #~ msgstr "página seguinte"
  992. #~ msgid "previous page"
  993. #~ msgstr "página anterior"
  994. #~ msgid "Start search"
  995. #~ msgstr "Começar pesquisa"
  996. #~ msgid "Clear search"
  997. #~ msgstr "Limpar pesquisa"
  998. #~ msgid "Clear"
  999. #~ msgstr "Limpar"
  1000. #~ msgid "stats"
  1001. #~ msgstr "estatísticas"
  1002. #~ msgid "Heads up!"
  1003. #~ msgstr "Atenção!"
  1004. #~ msgid "It look like you are using SearXNG first time."
  1005. #~ msgstr "Parece que está a usar o SearXNG pela primeira vez."
  1006. #~ msgid "Well done!"
  1007. #~ msgstr "Muito bem!"
  1008. #~ msgid "Settings saved successfully."
  1009. #~ msgstr "Definições guardadas com sucesso."
  1010. #~ msgid "Oh snap!"
  1011. #~ msgstr "Ora bolas!"
  1012. #~ msgid "Something went wrong."
  1013. #~ msgstr "Alguma coisa correu mal."
  1014. #~ msgid "Date"
  1015. #~ msgstr "Data"
  1016. #~ msgid "Type"
  1017. #~ msgstr "Tipo"
  1018. #~ msgid "Get image"
  1019. #~ msgstr "Obter imagem"
  1020. #~ msgid "Center Alignment"
  1021. #~ msgstr ""
  1022. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1023. #~ msgstr ""
  1024. #~ msgid "preferences"
  1025. #~ msgstr "preferências"