messages.po 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704
  1. # Russian translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # Andrey, 2017-2020
  7. # Dima Ivchenko <kvdbve34@gmail.com>, 2020
  8. # dimqua <dimqua@riseup.net>, 2015
  9. # dimqua <dimqua@riseup.net>, 2015,2017
  10. # dimqua <dimqua@riseup.net>, 2017
  11. # John DOe <is-kir@ya.ru>, 2018
  12. # Дмитрий Михирев, 2016-2017
  13. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  14. # Surepusofu Arutemu <crexlight@gmail.com>, 2022.
  15. # No4vick <MineBor1@yandex.ru>, 2022.
  16. # BalkanMadman <zurabid2016@gmail.com>, 2023.
  17. # AHOHNMYC <lqwh2h2cwa@protonmail.com>, 2023.
  18. # return42 <markus.heiser@darmarit.de>, 2023.
  19. # 0que <0que@users.noreply.translate.codeberg.org>, 2023.
  20. msgid ""
  21. msgstr ""
  22. "Project-Id-Version: searx\n"
  23. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  24. "POT-Creation-Date: 2023-11-11 15:25+0000\n"
  25. "PO-Revision-Date: 2023-11-23 06:13+0000\n"
  26. "Last-Translator: 0que <0que@users.noreply.translate.codeberg.org>\n"
  27. "Language-Team: Russian <https://translate.codeberg.org/projects/searxng/"
  28. "searxng/ru/>\n"
  29. "Language: ru\n"
  30. "MIME-Version: 1.0\n"
  31. "Content-Type: text/plain; charset=utf-8\n"
  32. "Content-Transfer-Encoding: 8bit\n"
  33. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
  34. "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || ("
  35. "n%100>=11 && n%100<=14)? 2 : 3);\n"
  36. "X-Generator: Weblate 5.1\n"
  37. "Generated-By: Babel 2.13.1\n"
  38. #. CONSTANT_NAMES['NO_SUBGROUPING']
  39. #: searx/searxng.msg
  40. msgid "without further subgrouping"
  41. msgstr "без последующей подгруппы"
  42. #. CONSTANT_NAMES['DEFAULT_CATEGORY']
  43. #: searx/searxng.msg
  44. msgid "other"
  45. msgstr "Другое"
  46. #. CATEGORY_NAMES['FILES']
  47. #: searx/searxng.msg
  48. msgid "files"
  49. msgstr "Файлы"
  50. #. CATEGORY_NAMES['GENERAL']
  51. #: searx/searxng.msg
  52. msgid "general"
  53. msgstr "Общие"
  54. #. CATEGORY_NAMES['MUSIC']
  55. #: searx/searxng.msg
  56. msgid "music"
  57. msgstr "Музыка"
  58. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  59. #: searx/searxng.msg
  60. msgid "social media"
  61. msgstr "Соцсети"
  62. #. CATEGORY_NAMES['IMAGES']
  63. #: searx/searxng.msg
  64. msgid "images"
  65. msgstr "Картинки"
  66. #. CATEGORY_NAMES['VIDEOS']
  67. #: searx/searxng.msg
  68. msgid "videos"
  69. msgstr "Видео"
  70. #. CATEGORY_NAMES['IT']
  71. #: searx/searxng.msg
  72. msgid "it"
  73. msgstr "IT"
  74. #. CATEGORY_NAMES['NEWS']
  75. #: searx/searxng.msg
  76. msgid "news"
  77. msgstr "Новости"
  78. #. CATEGORY_NAMES['MAP']
  79. #: searx/searxng.msg
  80. msgid "map"
  81. msgstr "Карты"
  82. #. CATEGORY_NAMES['ONIONS']
  83. #: searx/searxng.msg
  84. msgid "onions"
  85. msgstr ".onion"
  86. #. CATEGORY_NAMES['SCIENCE']
  87. #: searx/searxng.msg
  88. msgid "science"
  89. msgstr "Наука"
  90. #. CATEGORY_GROUPS['APPS']
  91. #: searx/searxng.msg
  92. msgid "apps"
  93. msgstr "Приложения"
  94. #. CATEGORY_GROUPS['DICTIONARIES']
  95. #: searx/searxng.msg
  96. msgid "dictionaries"
  97. msgstr "Словари"
  98. #. CATEGORY_GROUPS['LYRICS']
  99. #: searx/searxng.msg
  100. msgid "lyrics"
  101. msgstr "Текст песни"
  102. #. CATEGORY_GROUPS['PACKAGES']
  103. #: searx/searxng.msg
  104. msgid "packages"
  105. msgstr "Пакеты"
  106. #. CATEGORY_GROUPS['Q_A']
  107. #: searx/searxng.msg
  108. msgid "q&a"
  109. msgstr "Вопросы-ответы"
  110. #. CATEGORY_GROUPS['REPOS']
  111. #: searx/searxng.msg
  112. msgid "repos"
  113. msgstr "Репозитории"
  114. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  115. #: searx/searxng.msg
  116. msgid "software wikis"
  117. msgstr "Программная документация"
  118. #. CATEGORY_GROUPS['WEB']
  119. #: searx/searxng.msg
  120. msgid "web"
  121. msgstr "Веб"
  122. #. CATEGORY_GROUPS['SCIENTIFIC PUBLICATIONS']
  123. #: searx/searxng.msg
  124. msgid "scientific publications"
  125. msgstr "научные публикации"
  126. #. STYLE_NAMES['AUTO']
  127. #: searx/searxng.msg
  128. msgid "auto"
  129. msgstr "автоматически"
  130. #. STYLE_NAMES['LIGHT']
  131. #: searx/searxng.msg
  132. msgid "light"
  133. msgstr "Светлая"
  134. #. STYLE_NAMES['DARK']
  135. #: searx/searxng.msg
  136. msgid "dark"
  137. msgstr "Тёмная"
  138. #: searx/webapp.py:332
  139. msgid "No item found"
  140. msgstr "Ничего не найдено"
  141. #: searx/engines/qwant.py:280
  142. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:334
  143. msgid "Source"
  144. msgstr "Источник"
  145. #: searx/webapp.py:336
  146. msgid "Error loading the next page"
  147. msgstr "Не удалось загрузить следующую страницу"
  148. #: searx/webapp.py:493 searx/webapp.py:889
  149. msgid "Invalid settings, please edit your preferences"
  150. msgstr "Неправильные параметры, пожалуйста измените ваши настройки"
  151. #: searx/webapp.py:509
  152. msgid "Invalid settings"
  153. msgstr "Неверные настройки"
  154. #: searx/webapp.py:586 searx/webapp.py:668
  155. msgid "search error"
  156. msgstr "ошибка поиска"
  157. #: searx/webutils.py:34
  158. msgid "timeout"
  159. msgstr "истекло время ожидания"
  160. #: searx/webutils.py:35
  161. msgid "parsing error"
  162. msgstr "ошибка разбора"
  163. #: searx/webutils.py:36
  164. msgid "HTTP protocol error"
  165. msgstr "ошибка протокола HTTP"
  166. #: searx/webutils.py:37
  167. msgid "network error"
  168. msgstr "ошибка сети"
  169. #: searx/webutils.py:38
  170. msgid "SSL error: certificate validation has failed"
  171. msgstr "ошибка SSL: проверка сертификата провалена"
  172. #: searx/webutils.py:40
  173. msgid "unexpected crash"
  174. msgstr "непредвиденная ошибка"
  175. #: searx/webutils.py:47
  176. msgid "HTTP error"
  177. msgstr "ошибка HTTP"
  178. #: searx/webutils.py:48
  179. msgid "HTTP connection error"
  180. msgstr "ошибка HTTP-соединения"
  181. #: searx/webutils.py:54
  182. msgid "proxy error"
  183. msgstr "ошибка прокси"
  184. #: searx/webutils.py:55
  185. msgid "CAPTCHA"
  186. msgstr "КАПЧА"
  187. #: searx/webutils.py:56
  188. msgid "too many requests"
  189. msgstr "слишком много запросов"
  190. #: searx/webutils.py:57
  191. msgid "access denied"
  192. msgstr "доступ запрещён"
  193. #: searx/webutils.py:58
  194. msgid "server API error"
  195. msgstr "ошибка API сервера"
  196. #: searx/webutils.py:77
  197. msgid "Suspended"
  198. msgstr "Приостановлено"
  199. #: searx/webutils.py:317
  200. msgid "{minutes} minute(s) ago"
  201. msgstr "{minutes} минут(-у) назад"
  202. #: searx/webutils.py:318
  203. msgid "{hours} hour(s), {minutes} minute(s) ago"
  204. msgstr "{hours} час(ов), {minutes} минут(а) назад"
  205. #: searx/answerers/random/answerer.py:73
  206. msgid "Random value generator"
  207. msgstr "Генератор случайных значений"
  208. #: searx/answerers/random/answerer.py:74
  209. msgid "Generate different random values"
  210. msgstr "Генерирует разные случайные значения"
  211. #: searx/answerers/statistics/answerer.py:47
  212. msgid "Statistics functions"
  213. msgstr "Статистические функции"
  214. #: searx/answerers/statistics/answerer.py:48
  215. msgid "Compute {functions} of the arguments"
  216. msgstr "Применяет функции {functions} к аргументам"
  217. #: searx/engines/openstreetmap.py:160
  218. msgid "Get directions"
  219. msgstr "Запрашивать маршруты"
  220. #: searx/engines/pdbe.py:96
  221. msgid "{title} (OBSOLETE)"
  222. msgstr "{title} (УСТАРЕЛО)"
  223. #: searx/engines/pdbe.py:103
  224. msgid "This entry has been superseded by"
  225. msgstr "Эта запись была заменена на"
  226. #: searx/engines/qwant.py:282
  227. msgid "Channel"
  228. msgstr "Канал"
  229. #: searx/engines/radio_browser.py:104
  230. msgid "radio"
  231. msgstr "радио"
  232. #: searx/engines/radio_browser.py:106
  233. msgid "bitrate"
  234. msgstr "битрейт"
  235. #: searx/engines/radio_browser.py:107
  236. msgid "votes"
  237. msgstr "голоса"
  238. #: searx/engines/radio_browser.py:108
  239. msgid "clicks"
  240. msgstr "нажатия"
  241. #: searx/engines/seekr.py:194 searx/engines/zlibrary.py:129
  242. msgid "Language"
  243. msgstr "Язык"
  244. #: searx/engines/semantic_scholar.py:81
  245. msgid ""
  246. "{numCitations} citations from the year {firstCitationVelocityYear} to "
  247. "{lastCitationVelocityYear}"
  248. msgstr ""
  249. "{numCitations} цитирований с {firstCitationVelocityYear} года по "
  250. "{lastCitationVelocityYear}"
  251. #: searx/engines/tineye.py:40
  252. msgid ""
  253. "Could not read that image url. This may be due to an unsupported file "
  254. "format. TinEye only supports images that are JPEG, PNG, GIF, BMP, TIFF or"
  255. " WebP."
  256. msgstr ""
  257. "Не удалось прочитать изображение по ссылки. Возможно это вызвано "
  258. "неподдерживаемым форматом файла. TinEye поддерживает только следующие "
  259. "форматы: JPEG, PNG, GIF, BMP, TIFF or WebP."
  260. #: searx/engines/tineye.py:46
  261. msgid ""
  262. "The image is too simple to find matches. TinEye requires a basic level of"
  263. " visual detail to successfully identify matches."
  264. msgstr ""
  265. "Изображение слишком простое для нахождения похожих. TinEye требует "
  266. "базовый уровень визуальных деталей для успешного определения совпадений."
  267. #: searx/engines/tineye.py:52
  268. msgid "The image could not be downloaded."
  269. msgstr "Не удалось загрузить изображение."
  270. #: searx/engines/wttr.py:101
  271. msgid "Morning"
  272. msgstr "Утро"
  273. #: searx/engines/wttr.py:101
  274. msgid "Noon"
  275. msgstr "Полдень"
  276. #: searx/engines/wttr.py:101
  277. msgid "Evening"
  278. msgstr "Вечер"
  279. #: searx/engines/wttr.py:101
  280. msgid "Night"
  281. msgstr "Ночь"
  282. #: searx/engines/zlibrary.py:130
  283. msgid "Book rating"
  284. msgstr "Рейтинг книги"
  285. #: searx/engines/zlibrary.py:131
  286. msgid "File quality"
  287. msgstr "Качество файла"
  288. #: searx/plugins/hash_plugin.py:24
  289. msgid "Converts strings to different hash digests."
  290. msgstr "Рассчитывает контрольные суммы от строки."
  291. #: searx/plugins/hash_plugin.py:52
  292. msgid "hash digest"
  293. msgstr "контрольная сумма"
  294. #: searx/plugins/hostname_replace.py:9
  295. msgid "Hostname replace"
  296. msgstr "Замена имени сайта"
  297. #: searx/plugins/hostname_replace.py:10
  298. msgid "Rewrite result hostnames or remove results based on the hostname"
  299. msgstr "Заменить имя хоста или удалить результаты на основе имени хоста"
  300. #: searx/plugins/oa_doi_rewrite.py:9
  301. msgid "Open Access DOI rewrite"
  302. msgstr "Искать Open Access DOI"
  303. #: searx/plugins/oa_doi_rewrite.py:10
  304. msgid ""
  305. "Avoid paywalls by redirecting to open-access versions of publications "
  306. "when available"
  307. msgstr ""
  308. "Пробовать избегать платного доступа путём перенаправления на открытые "
  309. "версии публикаций"
  310. #: searx/plugins/self_info.py:10
  311. msgid "Self Information"
  312. msgstr "Информация о себе"
  313. #: searx/plugins/self_info.py:11
  314. msgid ""
  315. "Displays your IP if the query is \"ip\" and your user agent if the query "
  316. "contains \"user agent\"."
  317. msgstr ""
  318. "Показывать ваш IP-адрес по запросу \"ip\" и информацию о браузере по запросу "
  319. "\"user agent\"."
  320. #: searx/plugins/tor_check.py:25
  321. msgid "Tor check plugin"
  322. msgstr "Плагин проверки Tor'a"
  323. #: searx/plugins/tor_check.py:28
  324. msgid ""
  325. "This plugin checks if the address of the request is a Tor exit-node, and "
  326. "informs the user if it is; like check.torproject.org, but from SearXNG."
  327. msgstr ""
  328. "Этот плагин проверяет, принадлежит ли адрес запроса выходному узлу Tor и "
  329. "информирует пользователя если это так; как check.torproject.org, но от "
  330. "SearXNG."
  331. #: searx/plugins/tor_check.py:62
  332. msgid ""
  333. "Could not download the list of Tor exit-nodes from: "
  334. "https://check.torproject.org/exit-addresses"
  335. msgstr ""
  336. "Не удалось загрузить список выходных узлов Tor с адреса "
  337. "https://check.torproject.org/exit-addresses"
  338. #: searx/plugins/tor_check.py:78
  339. msgid ""
  340. "You are using Tor and it looks like you have this external IP address: "
  341. "{ip_address}"
  342. msgstr "Вы не используете Tor. Ваш публичный IP-адрес: {ip_address}"
  343. #: searx/plugins/tor_check.py:86
  344. msgid "You are not using Tor and you have this external IP address: {ip_address}"
  345. msgstr "Вы не используете Tor, и у вас следующий публичный IP адрес: {ip_address}"
  346. #: searx/plugins/tracker_url_remover.py:29
  347. msgid "Tracker URL remover"
  348. msgstr "Убрать отслеживание URL"
  349. #: searx/plugins/tracker_url_remover.py:30
  350. msgid "Remove trackers arguments from the returned URL"
  351. msgstr "Удаление параметров для отслеживания пользователя из URL-адреса"
  352. #: searx/templates/simple/404.html:4
  353. msgid "Page not found"
  354. msgstr "Страница не найдена"
  355. #: searx/templates/simple/404.html:6
  356. #, python-format
  357. msgid "Go to %(search_page)s."
  358. msgstr "Перейти к %(search_page)s."
  359. #: searx/templates/simple/404.html:6
  360. msgid "search page"
  361. msgstr "страница поиска"
  362. #: searx/templates/simple/base.html:49
  363. msgid "About"
  364. msgstr "О программе"
  365. #: searx/templates/simple/base.html:53
  366. msgid "Donate"
  367. msgstr "Пожертвовать"
  368. #: searx/templates/simple/base.html:57
  369. #: searx/templates/simple/preferences.html:156
  370. msgid "Preferences"
  371. msgstr "Настройки"
  372. #: searx/templates/simple/base.html:67
  373. msgid "Powered by"
  374. msgstr "Работает на"
  375. #: searx/templates/simple/base.html:67
  376. msgid "a privacy-respecting, open metasearch engine"
  377. msgstr "открытая метапоисковая система, соблюдающая конфиденциальность"
  378. #: searx/templates/simple/base.html:68
  379. msgid "Source code"
  380. msgstr "Исходный код"
  381. #: searx/templates/simple/base.html:69
  382. msgid "Issue tracker"
  383. msgstr "Сообщить о проблеме"
  384. #: searx/templates/simple/base.html:70 searx/templates/simple/stats.html:18
  385. msgid "Engine stats"
  386. msgstr "Статистика по поисковым системам"
  387. #: searx/templates/simple/base.html:72
  388. msgid "Public instances"
  389. msgstr "Публичные зеркала"
  390. #: searx/templates/simple/base.html:75
  391. msgid "Privacy policy"
  392. msgstr "Политика конфиденциальности"
  393. #: searx/templates/simple/base.html:78
  394. msgid "Contact instance maintainer"
  395. msgstr "Сопровождающий текущего зеркала"
  396. #: searx/templates/simple/categories.html:26
  397. msgid "Click on the magnifier to perform search"
  398. msgstr "Нажмите на лупу, чтобы выполнить поиск"
  399. #: searx/templates/simple/macros.html:36
  400. msgid "Length"
  401. msgstr "Длительность"
  402. #: searx/templates/simple/macros.html:37
  403. #: searx/templates/simple/result_templates/images.html:18
  404. #: searx/templates/simple/result_templates/paper.html:6
  405. msgid "Author"
  406. msgstr "Автор"
  407. #: searx/templates/simple/macros.html:45
  408. msgid "cached"
  409. msgstr "веб-архив"
  410. #: searx/templates/simple/macros.html:45
  411. msgid "proxied"
  412. msgstr "через прокси"
  413. #: searx/templates/simple/new_issue.html:64
  414. msgid "Start submiting a new issue on GitHub"
  415. msgstr "Откройте issue на GitHub"
  416. #: searx/templates/simple/new_issue.html:66
  417. msgid "Please check for existing bugs about this engine on GitHub"
  418. msgstr "Пожалуйста проверьте ныне существующие ошибки этого движка на GitHub"
  419. #: searx/templates/simple/new_issue.html:69
  420. msgid "I confirm there is no existing bug about the issue I encounter"
  421. msgstr ""
  422. "Я подтверждаю, что не существует ошибки, связанной со встретившейся мне "
  423. "проблемой"
  424. #: searx/templates/simple/new_issue.html:71
  425. msgid "If this is a public instance, please specify the URL in the bug report"
  426. msgstr "Если это публичное зеркало, пожалуйста, укажите ссылку в баг-репорте"
  427. #: searx/templates/simple/new_issue.html:72
  428. msgid "Submit a new issue on Github including the above information"
  429. msgstr ""
  430. "Отправить новое сообщение о проблеме на Github, включая вышеуказанную "
  431. "информацию"
  432. #: searx/templates/simple/preferences.html:65
  433. msgid "No HTTPS"
  434. msgstr "Без HTTPS"
  435. #: searx/templates/simple/elements/engines_msg.html:18
  436. #: searx/templates/simple/preferences.html:69
  437. #: searx/templates/simple/preferences.html:70
  438. msgid "View error logs and submit a bug report"
  439. msgstr "Просмотр журнала ошибок и отправка отчета об ошибках"
  440. #: searx/templates/simple/preferences.html:74
  441. msgid "!bang for this engine"
  442. msgstr "!bang для этого движка"
  443. #: searx/templates/simple/preferences.html:80
  444. msgid "!bang for its categories"
  445. msgstr "!bang для его категорий"
  446. #: searx/templates/simple/preferences.html:102
  447. #: searx/templates/simple/stats.html:64
  448. msgid "Median"
  449. msgstr "Медиана"
  450. #: searx/templates/simple/preferences.html:103
  451. #: searx/templates/simple/stats.html:70
  452. msgid "P80"
  453. msgstr "P80"
  454. #: searx/templates/simple/preferences.html:104
  455. #: searx/templates/simple/stats.html:76
  456. msgid "P95"
  457. msgstr "P95"
  458. #: searx/templates/simple/preferences.html:136
  459. msgid "Failed checker test(s): "
  460. msgstr "Проваленные проверки: "
  461. #: searx/templates/simple/preferences.html:138
  462. msgid "Errors:"
  463. msgstr "Ошибки:"
  464. #: searx/templates/simple/preferences.html:162
  465. msgid "General"
  466. msgstr "Общие"
  467. #: searx/templates/simple/preferences.html:165
  468. msgid "Default categories"
  469. msgstr "Категории по умолчанию"
  470. #: searx/templates/simple/preferences.html:187
  471. msgid "User interface"
  472. msgstr "Внешний вид"
  473. #: searx/templates/simple/preferences.html:208
  474. msgid "Privacy"
  475. msgstr "Конфиденциальность"
  476. #: searx/templates/simple/preferences.html:221
  477. msgid "Engines"
  478. msgstr "Поисковые системы"
  479. #: searx/templates/simple/preferences.html:223
  480. msgid "Currently used search engines"
  481. msgstr "Используемые поисковые системы"
  482. #: searx/templates/simple/preferences.html:231
  483. msgid "Special Queries"
  484. msgstr "Особые запросы"
  485. #: searx/templates/simple/preferences.html:237
  486. msgid "Cookies"
  487. msgstr "Cookies"
  488. #: searx/templates/simple/results.html:23
  489. msgid "Answers"
  490. msgstr "Ответы"
  491. #: searx/templates/simple/results.html:38
  492. msgid "Number of results"
  493. msgstr "Количество результатов"
  494. #: searx/templates/simple/results.html:44
  495. msgid "Info"
  496. msgstr "Информация"
  497. #: searx/templates/simple/results.html:73
  498. msgid "Try searching for:"
  499. msgstr "Попробуйте поискать:"
  500. #: searx/templates/simple/results.html:105
  501. msgid "Back to top"
  502. msgstr "Наверх"
  503. #: searx/templates/simple/results.html:123
  504. msgid "Previous page"
  505. msgstr "Предыдущая страница"
  506. #: searx/templates/simple/results.html:140
  507. msgid "Next page"
  508. msgstr "Следующая страница"
  509. #: searx/templates/simple/search.html:3
  510. msgid "Display the front page"
  511. msgstr "Показать главную страницу"
  512. #: searx/templates/simple/search.html:9
  513. #: searx/templates/simple/simple_search.html:5
  514. msgid "Search for..."
  515. msgstr "Искать..."
  516. #: searx/templates/simple/search.html:10
  517. #: searx/templates/simple/simple_search.html:6
  518. msgid "clear"
  519. msgstr "очистить"
  520. #: searx/templates/simple/search.html:11
  521. #: searx/templates/simple/simple_search.html:7
  522. msgid "search"
  523. msgstr "поиск"
  524. #: searx/templates/simple/stats.html:21
  525. msgid "There is currently no data available. "
  526. msgstr "На данный момент данные недоступны. "
  527. #: searx/templates/simple/preferences/engines.html:18
  528. #: searx/templates/simple/stats.html:25
  529. msgid "Engine name"
  530. msgstr "Поисковая система"
  531. #: searx/templates/simple/stats.html:26
  532. msgid "Scores"
  533. msgstr "Попаданий"
  534. #: searx/templates/simple/stats.html:27
  535. msgid "Result count"
  536. msgstr "Число результатов"
  537. #: searx/templates/simple/preferences/engines.html:25
  538. #: searx/templates/simple/stats.html:28
  539. msgid "Response time"
  540. msgstr "Время отклика"
  541. #: searx/templates/simple/preferences/engines.html:29
  542. #: searx/templates/simple/stats.html:29
  543. msgid "Reliability"
  544. msgstr "Надёжность"
  545. #: searx/templates/simple/stats.html:59
  546. msgid "Total"
  547. msgstr "Всего"
  548. #: searx/templates/simple/stats.html:60
  549. msgid "HTTP"
  550. msgstr "HTTP"
  551. #: searx/templates/simple/stats.html:61
  552. msgid "Processing"
  553. msgstr "Обработка"
  554. #: searx/templates/simple/stats.html:99
  555. msgid "Warnings"
  556. msgstr "Предупреждения"
  557. #: searx/templates/simple/stats.html:99
  558. msgid "Errors and exceptions"
  559. msgstr "Ошибки и исключения"
  560. #: searx/templates/simple/stats.html:105
  561. msgid "Exception"
  562. msgstr "Исключение"
  563. #: searx/templates/simple/stats.html:107
  564. msgid "Message"
  565. msgstr "Сообщение"
  566. #: searx/templates/simple/stats.html:109
  567. msgid "Percentage"
  568. msgstr "Процент"
  569. #: searx/templates/simple/stats.html:111
  570. msgid "Parameter"
  571. msgstr "Параметр"
  572. #: searx/templates/simple/stats.html:119
  573. msgid "Filename"
  574. msgstr "Имя файла"
  575. #: searx/templates/simple/stats.html:120
  576. msgid "Function"
  577. msgstr "Функция"
  578. #: searx/templates/simple/stats.html:121
  579. msgid "Code"
  580. msgstr "Код"
  581. #: searx/templates/simple/stats.html:128
  582. msgid "Checker"
  583. msgstr "Проверщик"
  584. #: searx/templates/simple/stats.html:131
  585. msgid "Failed test"
  586. msgstr "Неудачный тест"
  587. #: searx/templates/simple/stats.html:132
  588. msgid "Comment(s)"
  589. msgstr "Комментарии"
  590. #: searx/templates/simple/elements/apis.html:3
  591. msgid "Download results"
  592. msgstr "Скачать результаты"
  593. #: searx/templates/simple/elements/engines_msg.html:7
  594. msgid "Messages from the search engines"
  595. msgstr "Сообщения от поисковых систем"
  596. #: searx/templates/simple/elements/engines_msg.html:12
  597. msgid "Error!"
  598. msgstr "Ошибка!"
  599. #: searx/templates/simple/elements/engines_msg.html:13
  600. msgid "Engines cannot retrieve results"
  601. msgstr "Поисковые системы не могут получить результат"
  602. #: searx/templates/simple/elements/search_url.html:3
  603. msgid "Search URL"
  604. msgstr "Ссылка поиска"
  605. #: searx/templates/simple/elements/search_url.html:4
  606. msgid "Copied"
  607. msgstr "Скопировано"
  608. #: searx/templates/simple/elements/search_url.html:4
  609. msgid "Copy"
  610. msgstr "Копировать"
  611. #: searx/templates/simple/elements/suggestions.html:3
  612. msgid "Suggestions"
  613. msgstr "Предложения"
  614. #: searx/templates/simple/filters/languages.html:1
  615. #: searx/templates/simple/preferences/language.html:2
  616. msgid "Search language"
  617. msgstr "Язык поиска"
  618. #: searx/templates/simple/filters/languages.html:2
  619. #: searx/templates/simple/preferences/language.html:7
  620. msgid "Default language"
  621. msgstr "Язык по умолчанию"
  622. #: searx/templates/simple/filters/languages.html:4
  623. #: searx/templates/simple/preferences/language.html:11
  624. msgid "Auto-detect"
  625. msgstr "Авто-определение"
  626. #: searx/templates/simple/filters/safesearch.html:1
  627. #: searx/templates/simple/filters/safesearch.html:2
  628. #: searx/templates/simple/filters/safesearch.html:3
  629. #: searx/templates/simple/filters/safesearch.html:4
  630. #: searx/templates/simple/preferences/engines.html:21
  631. #: searx/templates/simple/preferences/safesearch.html:2
  632. msgid "SafeSearch"
  633. msgstr "Безопасный поиск"
  634. #: searx/templates/simple/filters/safesearch.html:2
  635. #: searx/templates/simple/preferences/safesearch.html:7
  636. msgid "Strict"
  637. msgstr "Строгий"
  638. #: searx/templates/simple/filters/safesearch.html:3
  639. #: searx/templates/simple/preferences/safesearch.html:11
  640. msgid "Moderate"
  641. msgstr "Умеренный"
  642. #: searx/templates/simple/filters/safesearch.html:4
  643. #: searx/templates/simple/preferences/safesearch.html:15
  644. msgid "None"
  645. msgstr "Отключен"
  646. #: searx/templates/simple/filters/time_range.html:1
  647. #: searx/templates/simple/preferences/engines.html:22
  648. msgid "Time range"
  649. msgstr "Временной диапазон"
  650. #: searx/templates/simple/filters/time_range.html:3
  651. msgid "Anytime"
  652. msgstr "Когда угодно"
  653. #: searx/templates/simple/filters/time_range.html:6
  654. msgid "Last day"
  655. msgstr "Последние сутки"
  656. #: searx/templates/simple/filters/time_range.html:9
  657. msgid "Last week"
  658. msgstr "Последняя неделя"
  659. #: searx/templates/simple/filters/time_range.html:12
  660. msgid "Last month"
  661. msgstr "Последний месяц"
  662. #: searx/templates/simple/filters/time_range.html:15
  663. msgid "Last year"
  664. msgstr "Последний год"
  665. #: searx/templates/simple/messages/no_cookies.html:3
  666. msgid "Information!"
  667. msgstr "Информация!"
  668. #: searx/templates/simple/messages/no_cookies.html:4
  669. msgid "currently, there are no cookies defined."
  670. msgstr "в данный момент cookie-файлы не определены."
  671. #: searx/templates/simple/messages/no_results.html:3
  672. msgid "Sorry!"
  673. msgstr "Извините!"
  674. #: searx/templates/simple/messages/no_results.html:4
  675. msgid "No results were found. You can try to:"
  676. msgstr "Не было найдено никаких результатов. Вы можете попробовать:"
  677. #: searx/templates/simple/messages/no_results.html:6
  678. msgid "Refresh the page."
  679. msgstr "Обновите страницу."
  680. #: searx/templates/simple/messages/no_results.html:7
  681. msgid "Search for another query or select another category (above)."
  682. msgstr "Выполните поиск с другим запросом или выберите другую категорию (выше)."
  683. #: searx/templates/simple/messages/no_results.html:8
  684. msgid "Change the search engine used in the preferences:"
  685. msgstr "Измените поисковую систему, указанную в настройках:"
  686. #: searx/templates/simple/messages/no_results.html:9
  687. msgid "Switch to another instance:"
  688. msgstr "Поменяйте инстанцию на другую:"
  689. #: searx/templates/simple/preferences/answerers.html:4
  690. #: searx/templates/simple/preferences/engines.html:17
  691. msgid "Allow"
  692. msgstr "Использовать"
  693. #: searx/templates/simple/preferences/answerers.html:5
  694. msgid "Keywords"
  695. msgstr "Ключевые слова"
  696. #: searx/templates/simple/preferences/answerers.html:6
  697. msgid "Name"
  698. msgstr "Название"
  699. #: searx/templates/simple/preferences/answerers.html:7
  700. msgid "Description"
  701. msgstr "Описание"
  702. #: searx/templates/simple/preferences/answerers.html:8
  703. msgid "Examples"
  704. msgstr "Пример"
  705. #: searx/templates/simple/preferences/answerers.html:13
  706. msgid "This is the list of SearXNG's instant answering modules."
  707. msgstr "Модули SearXNG с мгновенным ответом."
  708. #: searx/templates/simple/preferences/answerers.html:29
  709. msgid "This is the list of plugins."
  710. msgstr "Список плагинов."
  711. #: searx/templates/simple/preferences/autocomplete.html:2
  712. msgid "Autocomplete"
  713. msgstr "Автодополнение"
  714. #: searx/templates/simple/preferences/autocomplete.html:15
  715. msgid "Find stuff as you type"
  716. msgstr "Показывать предложения по мере ввода запроса"
  717. #: searx/templates/simple/preferences/center_alignment.html:2
  718. msgid "Center Alignment"
  719. msgstr "Выравнивание по центру"
  720. #: searx/templates/simple/preferences/center_alignment.html:14
  721. msgid "Displays results in the center of the page (Oscar layout)."
  722. msgstr "Отображать результаты по центру страницы (макет Oscar)."
  723. #: searx/templates/simple/preferences/cookies.html:2
  724. msgid ""
  725. "This is the list of cookies and their values SearXNG is storing on your "
  726. "computer."
  727. msgstr "Список cookies и их значений, которые SearXNG хранит в вашем браузере."
  728. #: searx/templates/simple/preferences/cookies.html:3
  729. msgid "With that list, you can assess SearXNG transparency."
  730. msgstr "SearXNG ничего от вас не скрывает."
  731. #: searx/templates/simple/preferences/cookies.html:9
  732. msgid "Cookie name"
  733. msgstr "Cookie"
  734. #: searx/templates/simple/preferences/cookies.html:10
  735. msgid "Value"
  736. msgstr "Значение"
  737. #: searx/templates/simple/preferences/cookies.html:23
  738. msgid "Search URL of the currently saved preferences"
  739. msgstr "URL с сохраненными настройками"
  740. #: searx/templates/simple/preferences/cookies.html:32
  741. msgid ""
  742. "Note: specifying custom settings in the search URL can reduce privacy by "
  743. "leaking data to the clicked result sites."
  744. msgstr ""
  745. "Внимание: использование URL с параметрами может привести к утечке данных "
  746. "на сайты, открытые из результатов поиска."
  747. #: searx/templates/simple/preferences/cookies.html:35
  748. msgid "URL to restore your preferences in another browser"
  749. msgstr "URL-адрес для восстановления ваших настроек в другом браузере"
  750. #: searx/templates/simple/preferences/cookies.html:44
  751. msgid ""
  752. "Specifying custom settings in the preferences URL can be used to sync "
  753. "preferences across devices."
  754. msgstr ""
  755. "URL-адреса с пользовательскими настройками можно использовать для "
  756. "синхронизации настроек между устройствами."
  757. #: searx/templates/simple/preferences/doi_resolver.html:2
  758. msgid "Open Access DOI resolver"
  759. msgstr "Источник Open Access DOI"
  760. #: searx/templates/simple/preferences/doi_resolver.html:14
  761. msgid "Select service used by DOI rewrite"
  762. msgstr ""
  763. "Выберите службу, используемую переписыванием «Цифрового идентификатора "
  764. "объекта»"
  765. #: searx/templates/simple/preferences/engines.html:9
  766. msgid ""
  767. "This tab does not exists in the user interface, but you can search in "
  768. "these engines by its !bangs."
  769. msgstr ""
  770. "Эта вкладка не существует в пользовательском интерфейсе, но вы можете "
  771. "искать в этих системах по ее !bangs."
  772. #: searx/templates/simple/preferences/engines.html:19
  773. msgid "!bang"
  774. msgstr "!bang"
  775. #: searx/templates/simple/preferences/engines.html:20
  776. msgid "Supports selected language"
  777. msgstr "Поддерживает выбранный язык"
  778. #: searx/templates/simple/preferences/engines.html:23
  779. msgid "Weight"
  780. msgstr "Вес"
  781. #: searx/templates/simple/preferences/engines.html:27
  782. msgid "Max time"
  783. msgstr "Максимальное время"
  784. #: searx/templates/simple/preferences/footer.html:2
  785. msgid ""
  786. "These settings are stored in your cookies, this allows us not to store "
  787. "this data about you."
  788. msgstr ""
  789. "Все настройки сохраняются в cookie вашего браузера. Это позволяет нам не "
  790. "хранить о вас никаких данных на серверах."
  791. #: searx/templates/simple/preferences/footer.html:3
  792. msgid ""
  793. "These cookies serve your sole convenience, we don't use these cookies to "
  794. "track you."
  795. msgstr ""
  796. "Cookie нужны исключительно для вашего удобства, мы не используем cookie "
  797. "для слежки."
  798. #: searx/templates/simple/preferences/footer.html:6
  799. msgid "Save"
  800. msgstr "Сохранить"
  801. #: searx/templates/simple/preferences/footer.html:9
  802. msgid "Reset defaults"
  803. msgstr "Восстановить настройки по умолчанию"
  804. #: searx/templates/simple/preferences/footer.html:13
  805. msgid "Back"
  806. msgstr "Назад"
  807. #: searx/templates/simple/preferences/hotkeys.html:2
  808. msgid "Hotkeys"
  809. msgstr "Горячие клавиши"
  810. #: searx/templates/simple/preferences/hotkeys.html:13
  811. msgid "Vim-like"
  812. msgstr "Наподобие Vim"
  813. #: searx/templates/simple/preferences/hotkeys.html:18
  814. msgid ""
  815. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  816. "key on main or result page to get help."
  817. msgstr ""
  818. "Перемещаться по результатам поиска при помощи горячих клавиш (необходим "
  819. "JavaScript). Нажмите клавишу \"h\" на главной странице или странице "
  820. "результатов поиска для получения помощи."
  821. #: searx/templates/simple/preferences/image_proxy.html:2
  822. msgid "Image proxy"
  823. msgstr "Прокси для картинок"
  824. #: searx/templates/simple/preferences/image_proxy.html:14
  825. msgid "Proxying image results through SearXNG"
  826. msgstr "Проксировать изображения в результатах методами SearXNG"
  827. #: searx/templates/simple/preferences/infinite_scroll.html:2
  828. msgid "Infinite scroll"
  829. msgstr "Бесконечная прокрутка"
  830. #: searx/templates/simple/preferences/infinite_scroll.html:14
  831. msgid "Automatically load next page when scrolling to bottom of current page"
  832. msgstr "Автоматически загружать следующую страницу при прокрутке до конца страницы"
  833. #: searx/templates/simple/preferences/language.html:24
  834. msgid "What language do you prefer for search?"
  835. msgstr "Какой язык предпочтителен для поиска?"
  836. #: searx/templates/simple/preferences/language.html:25
  837. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  838. msgstr ""
  839. "Выберите Авто-определение, чтобы SearXNG сам определял язык вашего "
  840. "запроса."
  841. #: searx/templates/simple/preferences/method.html:2
  842. msgid "HTTP Method"
  843. msgstr "Метод HTTP"
  844. #: searx/templates/simple/preferences/method.html:14
  845. msgid "Change how forms are submitted"
  846. msgstr "Изменить содержание форм"
  847. #: searx/templates/simple/preferences/query_in_title.html:2
  848. msgid "Query in the page's title"
  849. msgstr "Поисковый запрос в заголовке страницы"
  850. #: searx/templates/simple/preferences/query_in_title.html:14
  851. msgid ""
  852. "When enabled, the result page's title contains your query. Your browser "
  853. "can record this title"
  854. msgstr ""
  855. "Добавить поисковый запрос в заголовок страницы с результатами. Браузер "
  856. "может сохранять этот заголовок"
  857. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  858. msgid "Results on new tabs"
  859. msgstr "Результаты в новых вкладках"
  860. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  861. msgid "Open result links on new browser tabs"
  862. msgstr "Открывать результаты поиска в новых вкладках"
  863. #: searx/templates/simple/preferences/safesearch.html:20
  864. msgid "Filter content"
  865. msgstr "Отбирает только пристойные результаты"
  866. #: searx/templates/simple/preferences/search_on_category_select.html:2
  867. msgid "Search on category select"
  868. msgstr "Поиск по выбранной категории"
  869. #: searx/templates/simple/preferences/search_on_category_select.html:14
  870. msgid ""
  871. "Perform search immediately if a category selected. Disable to select "
  872. "multiple categories"
  873. msgstr ""
  874. "Выполняйте мгновенный поиск при выборе категории. Выключите для выбора "
  875. "нескольких категорий сразу"
  876. #: searx/templates/simple/preferences/theme.html:2
  877. msgid "Theme"
  878. msgstr "Тема"
  879. #: searx/templates/simple/preferences/theme.html:14
  880. msgid "Change SearXNG layout"
  881. msgstr "Изменить расположение элементов SearXNG"
  882. #: searx/templates/simple/preferences/theme.html:19
  883. msgid "Theme style"
  884. msgstr "Стиль темы"
  885. #: searx/templates/simple/preferences/theme.html:31
  886. msgid "Choose auto to follow your browser settings"
  887. msgstr "Выберите \"автоматически\" для использования настроек вашего браузера"
  888. #: searx/templates/simple/preferences/tokens.html:2
  889. msgid "Engine tokens"
  890. msgstr "Токены движка"
  891. #: searx/templates/simple/preferences/tokens.html:9
  892. msgid "Access tokens for private engines"
  893. msgstr "Доступные токены для частных движков"
  894. #: searx/templates/simple/preferences/ui_locale.html:2
  895. msgid "Interface language"
  896. msgstr "Язык интерфейса"
  897. #: searx/templates/simple/preferences/ui_locale.html:14
  898. msgid "Change the language of the layout"
  899. msgstr "Изменить язык интерфейса"
  900. #: searx/templates/simple/result_templates/code.html:13
  901. msgid "repo"
  902. msgstr "Репозиторий"
  903. #: searx/templates/simple/result_templates/default.html:6
  904. msgid "show media"
  905. msgstr "показать медиа"
  906. #: searx/templates/simple/result_templates/default.html:6
  907. msgid "hide media"
  908. msgstr "скрыть медиа"
  909. #: searx/templates/simple/result_templates/default.html:14
  910. #: searx/templates/simple/result_templates/videos.html:14
  911. msgid "This site did not provide any description."
  912. msgstr "Этот сайт не предоставил описания."
  913. #: searx/templates/simple/result_templates/images.html:19
  914. msgid "Format"
  915. msgstr "Формат"
  916. #: searx/templates/simple/result_templates/images.html:21
  917. msgid "Engine"
  918. msgstr "Движок"
  919. #: searx/templates/simple/result_templates/images.html:22
  920. msgid "View source"
  921. msgstr "Перейти к источнику"
  922. #: searx/templates/simple/result_templates/map.html:12
  923. msgid "address"
  924. msgstr "адрес"
  925. #: searx/templates/simple/result_templates/map.html:43
  926. msgid "show map"
  927. msgstr "показать карту"
  928. #: searx/templates/simple/result_templates/map.html:43
  929. msgid "hide map"
  930. msgstr "скрыть карту"
  931. #: searx/templates/simple/result_templates/paper.html:5
  932. msgid "Published date"
  933. msgstr "Дата публикации"
  934. #: searx/templates/simple/result_templates/paper.html:9
  935. msgid "Journal"
  936. msgstr "Журнал"
  937. #: searx/templates/simple/result_templates/paper.html:22
  938. msgid "Editor"
  939. msgstr "Редактор"
  940. #: searx/templates/simple/result_templates/paper.html:23
  941. msgid "Publisher"
  942. msgstr "Издатель"
  943. #: searx/templates/simple/result_templates/paper.html:24
  944. msgid "Type"
  945. msgstr "Тип"
  946. #: searx/templates/simple/result_templates/paper.html:25
  947. msgid "Tags"
  948. msgstr "Теги"
  949. #: searx/templates/simple/result_templates/paper.html:26
  950. msgid "DOI"
  951. msgstr "DOI"
  952. #: searx/templates/simple/result_templates/paper.html:27
  953. msgid "ISSN"
  954. msgstr "ISSN"
  955. #: searx/templates/simple/result_templates/paper.html:28
  956. msgid "ISBN"
  957. msgstr "ISBN"
  958. #: searx/templates/simple/result_templates/paper.html:33
  959. msgid "PDF"
  960. msgstr "PDF"
  961. #: searx/templates/simple/result_templates/paper.html:34
  962. msgid "HTML"
  963. msgstr "HTML"
  964. #: searx/templates/simple/result_templates/torrent.html:6
  965. msgid "magnet link"
  966. msgstr "magnet-ссылка"
  967. #: searx/templates/simple/result_templates/torrent.html:7
  968. msgid "torrent file"
  969. msgstr "торрент-файл"
  970. #: searx/templates/simple/result_templates/torrent.html:9
  971. msgid "Seeder"
  972. msgstr "Сиды"
  973. #: searx/templates/simple/result_templates/torrent.html:9
  974. msgid "Leecher"
  975. msgstr "Личи"
  976. #: searx/templates/simple/result_templates/torrent.html:11
  977. msgid "Filesize"
  978. msgstr "Размер файла"
  979. #: searx/templates/simple/result_templates/torrent.html:12
  980. msgid "Bytes"
  981. msgstr "Байт"
  982. #: searx/templates/simple/result_templates/torrent.html:13
  983. msgid "kiB"
  984. msgstr "КиБ"
  985. #: searx/templates/simple/result_templates/torrent.html:14
  986. msgid "MiB"
  987. msgstr "МиБ"
  988. #: searx/templates/simple/result_templates/torrent.html:15
  989. msgid "GiB"
  990. msgstr "ГиБ"
  991. #: searx/templates/simple/result_templates/torrent.html:16
  992. msgid "TiB"
  993. msgstr "ТиБ"
  994. #: searx/templates/simple/result_templates/torrent.html:20
  995. msgid "Number of Files"
  996. msgstr "Количество файлов"
  997. #: searx/templates/simple/result_templates/videos.html:6
  998. msgid "show video"
  999. msgstr "показать видео"
  1000. #: searx/templates/simple/result_templates/videos.html:6
  1001. msgid "hide video"
  1002. msgstr "скрыть видео"
  1003. #~ msgid "Engine time (sec)"
  1004. #~ msgstr "Время поиска (сек)"
  1005. #~ msgid "Page loads (sec)"
  1006. #~ msgstr "Загрузка страниц (сек)"
  1007. #~ msgid "Errors"
  1008. #~ msgstr "Ошибки"
  1009. #~ msgid "CAPTCHA required"
  1010. #~ msgstr "Требуется капча"
  1011. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  1012. #~ msgstr "Заменять в ссылках HTTP на HTTPS если это возможно"
  1013. #~ msgid ""
  1014. #~ "Results are opened in the same "
  1015. #~ "window by default. This plugin "
  1016. #~ "overwrites the default behaviour to open"
  1017. #~ " links on new tabs/windows. (JavaScript "
  1018. #~ "required)"
  1019. #~ msgstr ""
  1020. #~ "По умолчанию результаты открываются в "
  1021. #~ "том же окне. Этот плагин переопределяет"
  1022. #~ " поведение по умолчанию для открытия "
  1023. #~ "ссылок в новых вкладках/окнах. (Требуется "
  1024. #~ "JavaScript)"
  1025. #~ msgid "Color"
  1026. #~ msgstr "Цвет"
  1027. #~ msgid "Blue (default)"
  1028. #~ msgstr "Синий (по умолчанию)"
  1029. #~ msgid "Violet"
  1030. #~ msgstr "Фиолетовый"
  1031. #~ msgid "Green"
  1032. #~ msgstr "Зеленый"
  1033. #~ msgid "Cyan"
  1034. #~ msgstr "Бирюзовый"
  1035. #~ msgid "Orange"
  1036. #~ msgstr "Оранжевый"
  1037. #~ msgid "Red"
  1038. #~ msgstr "Красный"
  1039. #~ msgid "Category"
  1040. #~ msgstr "Категория"
  1041. #~ msgid "Block"
  1042. #~ msgstr "Блокировать"
  1043. #~ msgid "original context"
  1044. #~ msgstr "исходный контекст"
  1045. #~ msgid "Plugins"
  1046. #~ msgstr "Плагины"
  1047. #~ msgid "Answerers"
  1048. #~ msgstr "Ответчики"
  1049. #~ msgid "Avg. time"
  1050. #~ msgstr "Среднее время"
  1051. #~ msgid "show details"
  1052. #~ msgstr "показать подробности"
  1053. #~ msgid "hide details"
  1054. #~ msgstr "скрыть подробности"
  1055. #~ msgid "Load more..."
  1056. #~ msgstr "Загрузить еще…"
  1057. #~ msgid "Loading..."
  1058. #~ msgstr "Загрузка..."
  1059. #~ msgid "Change searx layout"
  1060. #~ msgstr "Изменить вид сайта"
  1061. #~ msgid "Proxying image results through searx"
  1062. #~ msgstr "Проксировать найденные изображения с помощью searx"
  1063. #~ msgid "This is the list of searx's instant answering modules."
  1064. #~ msgstr "Это список модулей мгновенного ответа searx."
  1065. #~ msgid ""
  1066. #~ "This is the list of cookies and"
  1067. #~ " their values searx is storing on "
  1068. #~ "your computer."
  1069. #~ msgstr ""
  1070. #~ "Это список cookie-файлов и их значения,"
  1071. #~ " которые searx хранит на Вашем "
  1072. #~ "компьютере."
  1073. #~ msgid "With that list, you can assess searx transparency."
  1074. #~ msgstr "С помощью этого списка можно изменить прозрачность searx."
  1075. #~ msgid "It look like you are using searx first time."
  1076. #~ msgstr "Похоже, вы используете searx впервые."
  1077. #~ msgid "Please, try again later or find another searx instance."
  1078. #~ msgstr "Пожалуйста, попробуйте позже или воспользуйтесь другим сервером searx."
  1079. #~ msgid "Themes"
  1080. #~ msgstr "Темы"
  1081. #~ msgid "Reliablity"
  1082. #~ msgstr "Надежность"
  1083. #~ msgid ""
  1084. #~ "When enabled, the result page's title"
  1085. #~ " contains your query. Your browser "
  1086. #~ "can record this title."
  1087. #~ msgstr ""
  1088. #~ msgid "Method"
  1089. #~ msgstr "Cпособ"
  1090. #~ msgid ""
  1091. #~ "This tab does not show up for "
  1092. #~ "search results but you can search "
  1093. #~ "the engines listed here via bangs."
  1094. #~ msgstr ""
  1095. #~ "На этой вкладке отсутсвуют результаты, "
  1096. #~ "но вы можете использовать поисковики "
  1097. #~ "перечисленные ниже."
  1098. #~ msgid "Advanced settings"
  1099. #~ msgstr "Дополнительные настройки"
  1100. #~ msgid "Close"
  1101. #~ msgstr "Закрыть"
  1102. #~ msgid "Language"
  1103. #~ msgstr "Язык"
  1104. #~ msgid "broken"
  1105. #~ msgstr "сломанный"
  1106. #~ msgid "supported"
  1107. #~ msgstr "поддерживается"
  1108. #~ msgid "not supported"
  1109. #~ msgstr "не поддерживается"
  1110. #~ msgid "about"
  1111. #~ msgstr "О сайте"
  1112. #~ msgid "Avg."
  1113. #~ msgstr "примерно"
  1114. #~ msgid "User Interface"
  1115. #~ msgstr "Внешний вид"
  1116. #~ msgid "Choose style for this theme"
  1117. #~ msgstr "Цветовое решение для выбранной темы"
  1118. #~ msgid "Style"
  1119. #~ msgstr "Стиль"
  1120. #~ msgid "Show advanced settings"
  1121. #~ msgstr "Дополнительные настройки"
  1122. #~ msgid "Show advanced settings panel in the home page by default"
  1123. #~ msgstr "Развернуть дополнительные настройки на главной странице"
  1124. #~ msgid "Allow all"
  1125. #~ msgstr "Выбрать все"
  1126. #~ msgid "Disable all"
  1127. #~ msgstr "Выключить все"
  1128. #~ msgid "Selected language"
  1129. #~ msgstr "Выбранный язык"
  1130. #~ msgid "Query"
  1131. #~ msgstr "Запрос"
  1132. #~ msgid "save"
  1133. #~ msgstr "Сохранить"
  1134. #~ msgid "back"
  1135. #~ msgstr "Назад"
  1136. #~ msgid "Links"
  1137. #~ msgstr "Ссылки"
  1138. #~ msgid "RSS subscription"
  1139. #~ msgstr "RSS-подписка"
  1140. #~ msgid "Search results"
  1141. #~ msgstr "Результаты поиска"
  1142. #~ msgid "next page"
  1143. #~ msgstr "следующая страница"
  1144. #~ msgid "previous page"
  1145. #~ msgstr "предыдущая страница"
  1146. #~ msgid "Start search"
  1147. #~ msgstr "Начать поиск"
  1148. #~ msgid "Clear search"
  1149. #~ msgstr "Очистить запрос"
  1150. #~ msgid "Clear"
  1151. #~ msgstr "Очистить"
  1152. #~ msgid "stats"
  1153. #~ msgstr "статистика"
  1154. #~ msgid "Heads up!"
  1155. #~ msgstr "Вот чёрт!"
  1156. #~ msgid "It look like you are using SearXNG first time."
  1157. #~ msgstr "Похоже, вы используете SearXNG впервые."
  1158. #~ msgid "Well done!"
  1159. #~ msgstr "Отлично!"
  1160. #~ msgid "Settings saved successfully."
  1161. #~ msgstr "Настройки успешно сохранены."
  1162. #~ msgid "Oh snap!"
  1163. #~ msgstr "Вот черт!"
  1164. #~ msgid "Something went wrong."
  1165. #~ msgstr "Что-то пошло не так."
  1166. #~ msgid "Date"
  1167. #~ msgstr "Дата"
  1168. #~ msgid "Type"
  1169. #~ msgstr "Тип"
  1170. #~ msgid "Get image"
  1171. #~ msgstr "Скачать картинку"
  1172. #~ msgid "Center Alignment"
  1173. #~ msgstr ""
  1174. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1175. #~ msgstr ""
  1176. #~ msgid "preferences"
  1177. #~ msgstr "Настройки"
  1178. #~ msgid "Scores per result"
  1179. #~ msgstr "Попаданий за результат"
  1180. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1181. #~ msgstr "открытая метапоисковая система, уважающая приватность"
  1182. #~ msgid "No abstract is available for this publication."
  1183. #~ msgstr "Нет доступного примечания для этой публикации."
  1184. #~ msgid "Self Informations"
  1185. #~ msgstr "Информация"
  1186. #~ msgid ""
  1187. #~ "Change how forms are submited, <a "
  1188. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1189. #~ " rel=\"external\">learn more about request "
  1190. #~ "methods</a>"
  1191. #~ msgstr ""
  1192. #~ "Способ отправки запросов. <a "
  1193. #~ "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  1194. #~ "rel=\"external\">Подробнее о методах HTTP</a>"
  1195. #~ msgid ""
  1196. #~ "This plugin checks if the address "
  1197. #~ "of the request is a TOR exit "
  1198. #~ "node, and informs the user if it"
  1199. #~ " is, like check.torproject.org but from "
  1200. #~ "searxng."
  1201. #~ msgstr ""
  1202. #~ "Этот плагин проверяет, не является ли"
  1203. #~ " запрошенный адрес выходным узлом Tor'a,"
  1204. #~ " и информирует пользователя, если это "
  1205. #~ "так, как check.torproject.org, но от "
  1206. #~ "searxng."
  1207. #~ msgid ""
  1208. #~ "The TOR exit node list "
  1209. #~ "(https://check.torproject.org/exit-addresses) is "
  1210. #~ "unreachable."
  1211. #~ msgstr ""
  1212. #~ "Список выходных узлов Tor'a "
  1213. #~ "(https://check.torproject.org/exit-addresses) недоступен."
  1214. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1215. #~ msgstr "Вы используете Tor. Ваш IP адрес может быть: {ip_address}."
  1216. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1217. #~ msgstr "Вы не используете Tor. Ваш IP адрес может быть: {ip_address}."
  1218. #~ msgid ""
  1219. #~ "The could not download the list of"
  1220. #~ " Tor exit-nodes from "
  1221. #~ "https://check.torproject.org/exit-addresses."
  1222. #~ msgstr ""
  1223. #~ msgid ""
  1224. #~ "You are using Tor. It looks like"
  1225. #~ " you have this external IP address:"
  1226. #~ " {ip_address}."
  1227. #~ msgstr ""
  1228. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1229. #~ msgstr ""
  1230. #~ msgid "Autodetect search language"
  1231. #~ msgstr "Автоматически определять язык поиска"
  1232. #~ msgid "Automatically detect the query search language and switch to it."
  1233. #~ msgstr "Автоматически определять язык поиска запроса и переключаться на него."
  1234. #~ msgid "others"
  1235. #~ msgstr "Другие"
  1236. #~ msgid ""
  1237. #~ "This tab does not show up for "
  1238. #~ "search results, but you can search "
  1239. #~ "the engines listed here via bangs."
  1240. #~ msgstr ""
  1241. #~ "Результаты из этого раздела не "
  1242. #~ "отображаются в общих, но вы можете "
  1243. #~ "использовать эти поисковые движки через "
  1244. #~ "восклицательный знак."
  1245. #~ msgid "Shortcut"
  1246. #~ msgstr "Сокращение"
  1247. #~ msgid "!bang"
  1248. #~ msgstr ""
  1249. #~ msgid ""
  1250. #~ "This tab dues not exists in the"
  1251. #~ " user interface, but you can search"
  1252. #~ " in these engines by its !bangs."
  1253. #~ msgstr ""
  1254. #~ "Эта вкладка не существует в "
  1255. #~ "пользовательском интерфейсе, но вы можете "
  1256. #~ "искать в этих системах по ее "
  1257. #~ "!bangs."
  1258. #~ msgid "Engines cannot retrieve results."
  1259. #~ msgstr "Поисковые системы не могут получить результат."
  1260. #~ msgid "Please, try again later or find another SearXNG instance."
  1261. #~ msgstr ""
  1262. #~ "Пожалуйста, попробуйте ещё раз позднее, "
  1263. #~ "либо перейдите на другое зеркало "
  1264. #~ "SearXNG."
  1265. #~ msgid ""
  1266. #~ "Redirect to open-access versions of "
  1267. #~ "publications when available (plugin required)"
  1268. #~ msgstr ""
  1269. #~ "Перенаправлять на открытые версии публикаций"
  1270. #~ " при их наличии (требуется плагин)"
  1271. #~ msgid "Bang"
  1272. #~ msgstr "!bang"
  1273. #~ msgid ""
  1274. #~ "Change how forms are submitted, <a "
  1275. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1276. #~ " rel=\"external\">learn more about request "
  1277. #~ "methods</a>"
  1278. #~ msgstr ""
  1279. #~ "Способ отправки запросов. <a "
  1280. #~ "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  1281. #~ "rel=\"external\">Подробнее о методах HTTP</a>"
  1282. #~ msgid "On"
  1283. #~ msgstr "Включено"
  1284. #~ msgid "Off"
  1285. #~ msgstr "Выключено"
  1286. #~ msgid "Enabled"
  1287. #~ msgstr "Включено"
  1288. #~ msgid "Disabled"
  1289. #~ msgstr "Выключено"
  1290. #~ msgid ""
  1291. #~ "Perform search immediately if a category"
  1292. #~ " selected. Disable to select multiple "
  1293. #~ "categories. (JavaScript required)"
  1294. #~ msgstr ""
  1295. #~ "Выполнять поиск немедленно, если выбрана "
  1296. #~ "категория. Отключите для выбора нескольких "
  1297. #~ "категорий. (требуется JavaScript)"
  1298. #~ msgid "Vim-like hotkeys"
  1299. #~ msgstr "Горячие клавиши в стиле Vim"
  1300. #~ msgid ""
  1301. #~ "Navigate search results with Vim-like"
  1302. #~ " hotkeys (JavaScript required). Press \"h\""
  1303. #~ " key on main or result page to"
  1304. #~ " get help."
  1305. #~ msgstr ""
  1306. #~ "Навигация по результатам поиска с "
  1307. #~ "помощью горячих клавиш в стиле Vim "
  1308. #~ "(требуется JavaScript). Чтобы получить "
  1309. #~ "справку, нажмите клавишу \"h\" на "
  1310. #~ "главной странице или на страницах "
  1311. #~ "результатов."
  1312. #~ msgid ""
  1313. #~ "we didn't find any results. Please "
  1314. #~ "use another query or search in "
  1315. #~ "more categories."
  1316. #~ msgstr ""
  1317. #~ "мы не нашли никаких результатов. "
  1318. #~ "Попробуйте изменить запрос или поищите в"
  1319. #~ " других категориях."