[translations] update from Weblate

8ff0fa33 - 2023-02-19 - return42 <markus.heiser@darmarit.de>
This commit is contained in:
searxng-bot
2023-02-19 11:46:59 +00:00
parent 363203c579
commit 297e463e49
111 changed files with 3812 additions and 1587 deletions

View File

@@ -15,21 +15,20 @@
# No4vick <MineBor1@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: searx\n"
"Project-Id-Version: searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-12-12 07:18+0000\n"
"POT-Creation-Date: 2023-02-17 12:20+0000\n"
"PO-Revision-Date: 2022-12-18 19:54+0000\n"
"Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n"
"Language-Team: Russian <https://weblate.bubu1.eu/projects/searxng/searxng/ru/"
">\n"
"Language: ru\n"
"Language-Team: Russian "
"<https://weblate.bubu1.eu/projects/searxng/searxng/ru/>\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) "
"|| (n%100>=11 && n%100<=14)? 2 : 3);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Weblate 4.14.1\n"
"Generated-By: Babel 2.11.0\n"
#. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
@@ -209,40 +208,40 @@ msgstr "доступ запрещён"
msgid "server API error"
msgstr "ошибка API сервера"
#: searx/webapp.py:366
#: searx/webapp.py:368
msgid "No item found"
msgstr "Ничего не найдено"
#: searx/engines/qwant.py:217
#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:368
#: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:370
msgid "Source"
msgstr "Источник"
#: searx/webapp.py:370
#: searx/webapp.py:372
msgid "Error loading the next page"
msgstr "Не удалось загрузить следующую страницу"
#: searx/webapp.py:522 searx/webapp.py:954
#: searx/webapp.py:524 searx/webapp.py:956
msgid "Invalid settings, please edit your preferences"
msgstr "Неправильные параметры, пожалуйста измените ваши настройки"
#: searx/webapp.py:538
#: searx/webapp.py:540
msgid "Invalid settings"
msgstr "Неверные настройки"
#: searx/webapp.py:615 searx/webapp.py:691
#: searx/webapp.py:617 searx/webapp.py:693
msgid "search error"
msgstr "ошибка поиска"
#: searx/webapp.py:853
#: searx/webapp.py:855
msgid "Suspended"
msgstr "Приостановлено"
#: searx/webutils.py:161
#: searx/webutils.py:198
msgid "{minutes} minute(s) ago"
msgstr "{minutes} минут(а) назад"
#: searx/webutils.py:162
#: searx/webutils.py:199
msgid "{hours} hour(s), {minutes} minute(s) ago"
msgstr "{hours} час(ов), {minutes} минут(а) назад"
@@ -324,11 +323,11 @@ msgstr "Вечер"
msgid "Night"
msgstr "Ночь"
#: searx/plugins/autodetect_search_language.py:79
#: searx/plugins/autodetect_search_language.py:74
msgid "Autodetect search language"
msgstr "Автоматически определять язык поиска"
#: searx/plugins/autodetect_search_language.py:80
#: searx/plugins/autodetect_search_language.py:75
msgid "Automatically detect the query search language and switch to it."
msgstr "Автоматически определять язык поиска запроса и переключаться на него."
@@ -390,28 +389,25 @@ msgstr "Плагин проверки Tor'a"
#: 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."
"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 ""
"Этот плагин проверяет, не является ли запрошенный адрес выходным узлом "
"Tor'a, и информирует пользователя, если это так, как "
"check.torproject.org, но от searxng."
#: searx/plugins/tor_check.py:62
msgid ""
"The TOR exit node list (https://check.torproject.org/exit-addresses) is "
"unreachable."
"Could not download the list of Tor exit-nodes from: "
"https://check.torproject.org/exit-addresses"
msgstr ""
"Список выходных узлов Tor'a (https://check.torproject.org/exit-addresses)"
" недоступен."
#: searx/plugins/tor_check.py:78
msgid "You are using TOR. Your IP address seems to be: {ip_address}."
msgstr "Вы используете Tor. Ваш IP адрес может быть: {ip_address}."
msgid ""
"You are using Tor and it looks like you have this external IP address: "
"{ip_address}"
msgstr ""
#: searx/plugins/tor_check.py:84
msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
msgstr "Вы не используете Tor. Ваш IP адрес может быть: {ip_address}."
#: searx/plugins/tor_check.py:86
msgid "You are not using Tor and you have this external IP address: {ip_address}"
msgstr ""
#: searx/plugins/tracker_url_remover.py:29
msgid "Tracker URL remover"
@@ -1508,3 +1504,46 @@ msgstr "скрыть видео"
#~ "Способ отправки запросов. <a "
#~ "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
#~ "rel=\"external\">Подробнее о методах HTTP</a>"
#~ 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 ""
#~ "Этот плагин проверяет, не является ли"
#~ " запрошенный адрес выходным узлом Tor'a,"
#~ " и информирует пользователя, если это "
#~ "так, как check.torproject.org, но от "
#~ "searxng."
#~ msgid ""
#~ "The TOR exit node list "
#~ "(https://check.torproject.org/exit-addresses) is "
#~ "unreachable."
#~ msgstr ""
#~ "Список выходных узлов Tor'a "
#~ "(https://check.torproject.org/exit-addresses) недоступен."
#~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
#~ msgstr "Вы используете Tor. Ваш IP адрес может быть: {ip_address}."
#~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
#~ msgstr "Вы не используете Tor. Ваш IP адрес может быть: {ip_address}."
#~ msgid ""
#~ "The could not download the list of"
#~ " Tor exit-nodes from "
#~ "https://check.torproject.org/exit-addresses."
#~ msgstr ""
#~ msgid ""
#~ "You are using Tor. It looks like"
#~ " you have this external IP address:"
#~ " {ip_address}."
#~ msgstr ""
#~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
#~ msgstr ""