diff options
| author | searxng-bot <searxng-bot@users.noreply.github.com> | 2022-07-22 07:20:00 +0000 |
|---|---|---|
| committer | searxng-bot <searxng-bot@users.noreply.github.com> | 2022-07-22 07:20:00 +0000 |
| commit | 561433b12b5f34123550bbab69f3e9917c246d08 (patch) | |
| tree | f7304ceec551ff06b5a6428dc94496c9757d4a70 /searx/translations/pt_BR | |
| parent | a983db022954b302f12640c7b3f5c3a6ce697101 (diff) | |
[translations] update from Weblate
cf6e9482 - 2022-07-19 - Linerly <linerly@protonmail.com>
918c1bfe - 2022-07-20 - Markus Heiser <markus.heiser@darmarit.de>
4e65ecf6 - 2022-07-21 - calb sepherus <calb.sepherus@protonmail.com>
a54be8fe - 2022-07-19 - Markus Heiser <markus.heiser@darmarit.de>
cad6cb2f - 2022-07-19 - Markus Heiser <markus.heiser@darmarit.de>
a6bd1170 - 2022-07-19 - Markus Heiser <markus.heiser@darmarit.de>
9d0e8754 - 2022-07-19 - Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/translations/pt_BR')
| -rw-r--r-- | searx/translations/pt_BR/LC_MESSAGES/messages.mo | bin | 15832 -> 16191 bytes | |||
| -rw-r--r-- | searx/translations/pt_BR/LC_MESSAGES/messages.po | 38 |
2 files changed, 32 insertions, 6 deletions
diff --git a/searx/translations/pt_BR/LC_MESSAGES/messages.mo b/searx/translations/pt_BR/LC_MESSAGES/messages.mo Binary files differindex 1bf8679e9..4dc5a8ef7 100644 --- a/searx/translations/pt_BR/LC_MESSAGES/messages.mo +++ b/searx/translations/pt_BR/LC_MESSAGES/messages.mo diff --git a/searx/translations/pt_BR/LC_MESSAGES/messages.po b/searx/translations/pt_BR/LC_MESSAGES/messages.po index 9effd85bd..c7c96e524 100644 --- a/searx/translations/pt_BR/LC_MESSAGES/messages.po +++ b/searx/translations/pt_BR/LC_MESSAGES/messages.po @@ -14,13 +14,14 @@ # Leonardo Colman <dev@leonardo.colman.com.br>, 2022. # Adriano Xavier <px.adriano@gmail.com>, 2022. # Markus Heiser <markus.heiser@darmarit.de>, 2022. +# calb sepherus <calb.sepherus@protonmail.com>, 2022. msgid "" msgstr "" "Project-Id-Version: searx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-07-08 18:28+0000\n" -"PO-Revision-Date: 2022-07-13 15:40+0000\n" -"Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n" +"POT-Creation-Date: 2022-07-19 05:45+0000\n" +"PO-Revision-Date: 2022-07-21 21:02+0000\n" +"Last-Translator: calb sepherus <calb.sepherus@protonmail.com>\n" "Language-Team: Portuguese (Brazil) <https://weblate.bubu1.eu/projects/" "searxng/searxng/pt_BR/>\n" "Language: pt_BR\n" @@ -324,6 +325,30 @@ msgstr "" "Exibe o seu IP se a consulta contiver \"ip\" e seu agente de usuário, se " "a consulta contiver \"user agent\"." +#: searx/plugins/tor_check.py:25 +msgid "Tor check plugin" +msgstr "Plugin de verificação Tor" + +#: searx/plugins/tor_check.py:28 +msgid "" +"This plugin checks if the address of the request is a TOR exit node, and " +"informs the user if it is, like check.torproject.org but from searxng." +msgstr "" + +#: searx/plugins/tor_check.py:62 +msgid "" +"The TOR exit node list (https://check.torproject.org/exit-addresses) is " +"unreachable." +msgstr "" + +#: searx/plugins/tor_check.py:78 +msgid "You are using TOR. Your IP address seems to be: {ip_address}." +msgstr "Você está usando TOR. Seu endereço IP deve ser: {ip_address}." + +#: searx/plugins/tor_check.py:84 +msgid "You are not using TOR. Your IP address seems to be: {ip_address}." +msgstr "Você não está usando TOR. Seu endereço IP deve ser: {ip_address}." + #: searx/plugins/tracker_url_remover.py:29 msgid "Tracker URL remover" msgstr "Remover rastreador da URL" @@ -436,13 +461,14 @@ msgstr "Por favor, cheque bugs existentes sobre essa engine no GitHub" #: searx/templates/simple/new_issue.html:69 msgid "I confirm there is no existing bug about the issue I encounter" msgstr "" -"Eu confirmo que não há nenhum bug existente sobre o problema que eu encontrei" +"Eu confirmo que não há nenhum bug existente sobre o problema que eu " +"encontrei" #: searx/templates/simple/new_issue.html:71 msgid "If this is a public instance, please specify the URL in the bug report" msgstr "" -"Se essa for uma instância pública, por favor, especifique a URL no relatório " -"do bug" +"Se essa for uma instância pública, por favor, especifique a URL no " +"relatório do bug" #: searx/templates/simple/new_issue.html:72 msgid "Submit a new issue on Github including the above information" |