diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-07-22 09:46:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-22 09:46:17 +0200 |
| commit | 50d714d82952417f3db837a176b751d3845c0cc8 (patch) | |
| tree | b530f8f340e65f6367c59024cce2f0171bacd708 /searx/translations/hu | |
| parent | 90e483f788df1f7d97b69a7aee4b174c56f10b68 (diff) | |
| parent | 561433b12b5f34123550bbab69f3e9917c246d08 (diff) | |
Merge pull request #1535 from searxng/translations_update
Update translations
Diffstat (limited to 'searx/translations/hu')
| -rw-r--r-- | searx/translations/hu/LC_MESSAGES/messages.mo | bin | 15337 -> 16528 bytes | |||
| -rw-r--r-- | searx/translations/hu/LC_MESSAGES/messages.po | 46 |
2 files changed, 38 insertions, 8 deletions
diff --git a/searx/translations/hu/LC_MESSAGES/messages.mo b/searx/translations/hu/LC_MESSAGES/messages.mo Binary files differindex 4ff3b2f37..8987c1b09 100644 --- a/searx/translations/hu/LC_MESSAGES/messages.mo +++ b/searx/translations/hu/LC_MESSAGES/messages.mo diff --git a/searx/translations/hu/LC_MESSAGES/messages.po b/searx/translations/hu/LC_MESSAGES/messages.po index dfa293cb7..dc5e7a0be 100644 --- a/searx/translations/hu/LC_MESSAGES/messages.po +++ b/searx/translations/hu/LC_MESSAGES/messages.po @@ -11,18 +11,19 @@ # Markus Heiser <markus.heiser@darmarit.de>, 2022. msgid "" msgstr "" -"Project-Id-Version: searx\n" +"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-06 00:21+0000\n" +"POT-Creation-Date: 2022-07-19 05:45+0000\n" +"PO-Revision-Date: 2022-07-21 21:02+0000\n" "Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n" +"Language-Team: Hungarian <https://weblate.bubu1.eu/projects/searxng/searxng/" +"hu/>\n" "Language: hu\n" -"Language-Team: Hungarian " -"<https://weblate.bubu1.eu/projects/searxng/searxng/hu/>\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.13.1\n" "Generated-By: Babel 2.10.3\n" #. CONSTANT_NAMES['DEFAULT_GROUP_NAME'] @@ -320,6 +321,35 @@ msgstr "" "Saját IP cím, user agent megjelenítése az \"ip\", \"user agent\" szavakra" " keresve." +#: searx/plugins/tor_check.py:25 +msgid "Tor check plugin" +msgstr "Tor ellenőrző kiegészítő" + +#: 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 "" +"Ez a kiegeszítő ellenőrzi, hogy a kérés címe az egy TOR kilépő nodé-e, és " +"téjákoztatja erről a felhasználót. Olyan, mint a check.torproject.org, de a " +"searxng-től." + +#: searx/plugins/tor_check.py:62 +msgid "" +"The TOR exit node list (https://check.torproject.org/exit-addresses) is " +"unreachable." +msgstr "" +"A TOR kilébő node listája (https://check.torproject.org/exit-addresses) " +"elérhetetlen." + +#: searx/plugins/tor_check.py:78 +msgid "You are using TOR. Your IP address seems to be: {ip_address}." +msgstr "TOR-t használsz. Az IP címed ennek tűnik: {ip_address}." + +#: searx/plugins/tor_check.py:84 +msgid "You are not using TOR. Your IP address seems to be: {ip_address}." +msgstr "Nem használsz TOR-t. Az IP címed ennek tűnik: {ip_address}." + #: searx/plugins/tracker_url_remover.py:29 msgid "Tracker URL remover" msgstr "Tracker URL eltávolítás" @@ -431,11 +461,12 @@ msgstr "" #: searx/templates/simple/new_issue.html:69 msgid "I confirm there is no existing bug about the issue I encounter" -msgstr "" +msgstr "Megerősítem, hogy nincs már meglévő bejelentés a problémámról." #: searx/templates/simple/new_issue.html:71 msgid "If this is a public instance, please specify the URL in the bug report" msgstr "" +"Ha ez egy nyilvános példány, kérlek add meg az URL-t a hibabejelntésben." #: searx/templates/simple/new_issue.html:72 msgid "Submit a new issue on Github including the above information" @@ -1342,4 +1373,3 @@ msgstr "videó elrejtése" #~ msgid "preferences" #~ msgstr "beállítások" - |