messages.po 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  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. # mittwerk <w0o0y8jt@duck.com>, 2023.
  21. msgid ""
  22. msgstr ""
  23. "Project-Id-Version: searx\n"
  24. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  25. "POT-Creation-Date: 2024-01-29 17:13+0000\n"
  26. "PO-Revision-Date: 2023-12-24 20:56+0000\n"
  27. "Last-Translator: mittwerk <w0o0y8jt@duck.com>\n"
  28. "Language: ru\n"
  29. "Language-Team: Russian "
  30. "<https://translate.codeberg.org/projects/searxng/searxng/ru/>\n"
  31. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
  32. "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) "
  33. "|| (n%100>=11 && n%100<=14)? 2 : 3);\n"
  34. "MIME-Version: 1.0\n"
  35. "Content-Type: text/plain; charset=utf-8\n"
  36. "Content-Transfer-Encoding: 8bit\n"
  37. "Generated-By: Babel 2.14.0\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:315
  200. msgid "{minutes} minute(s) ago"
  201. msgstr "{minutes} минут(-у) назад"
  202. #: searx/webutils.py:316
  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:79
  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:141
  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. #: searx/templates/simple/preferences/cookies.html:54
  607. msgid "Copied"
  608. msgstr "Скопировано"
  609. #: searx/templates/simple/elements/search_url.html:4
  610. #: searx/templates/simple/preferences/cookies.html:54
  611. msgid "Copy"
  612. msgstr "Копировать"
  613. #: searx/templates/simple/elements/suggestions.html:3
  614. msgid "Suggestions"
  615. msgstr "Предложения"
  616. #: searx/templates/simple/filters/languages.html:1
  617. #: searx/templates/simple/preferences/language.html:2
  618. msgid "Search language"
  619. msgstr "Язык поиска"
  620. #: searx/templates/simple/filters/languages.html:2
  621. #: searx/templates/simple/preferences/language.html:7
  622. msgid "Default language"
  623. msgstr "Язык по умолчанию"
  624. #: searx/templates/simple/filters/languages.html:4
  625. #: searx/templates/simple/preferences/language.html:11
  626. msgid "Auto-detect"
  627. msgstr "Авто-определение"
  628. #: searx/templates/simple/filters/safesearch.html:1
  629. #: searx/templates/simple/filters/safesearch.html:2
  630. #: searx/templates/simple/filters/safesearch.html:3
  631. #: searx/templates/simple/filters/safesearch.html:4
  632. #: searx/templates/simple/preferences/engines.html:21
  633. #: searx/templates/simple/preferences/safesearch.html:2
  634. msgid "SafeSearch"
  635. msgstr "Безопасный поиск"
  636. #: searx/templates/simple/filters/safesearch.html:2
  637. #: searx/templates/simple/preferences/safesearch.html:7
  638. msgid "Strict"
  639. msgstr "Строгий"
  640. #: searx/templates/simple/filters/safesearch.html:3
  641. #: searx/templates/simple/preferences/safesearch.html:11
  642. msgid "Moderate"
  643. msgstr "Умеренный"
  644. #: searx/templates/simple/filters/safesearch.html:4
  645. #: searx/templates/simple/preferences/safesearch.html:15
  646. msgid "None"
  647. msgstr "Отключен"
  648. #: searx/templates/simple/filters/time_range.html:1
  649. #: searx/templates/simple/preferences/engines.html:22
  650. msgid "Time range"
  651. msgstr "Временной диапазон"
  652. #: searx/templates/simple/filters/time_range.html:3
  653. msgid "Anytime"
  654. msgstr "Когда угодно"
  655. #: searx/templates/simple/filters/time_range.html:6
  656. msgid "Last day"
  657. msgstr "Последние сутки"
  658. #: searx/templates/simple/filters/time_range.html:9
  659. msgid "Last week"
  660. msgstr "Последняя неделя"
  661. #: searx/templates/simple/filters/time_range.html:12
  662. msgid "Last month"
  663. msgstr "Последний месяц"
  664. #: searx/templates/simple/filters/time_range.html:15
  665. msgid "Last year"
  666. msgstr "Последний год"
  667. #: searx/templates/simple/messages/no_cookies.html:3
  668. msgid "Information!"
  669. msgstr "Информация!"
  670. #: searx/templates/simple/messages/no_cookies.html:4
  671. msgid "currently, there are no cookies defined."
  672. msgstr "в данный момент cookie-файлы не определены."
  673. #: searx/templates/simple/messages/no_results.html:6
  674. msgid "Sorry!"
  675. msgstr "Извините!"
  676. #: searx/templates/simple/messages/no_results.html:12
  677. msgid "No results were found. You can try to:"
  678. msgstr "Не было найдено никаких результатов. Вы можете попробовать:"
  679. #: searx/templates/simple/messages/no_results.html:14
  680. msgid "There are no more results. You can try to:"
  681. msgstr "Больше никаких результатов нет. Вы можете попробовать:"
  682. #: searx/templates/simple/messages/no_results.html:19
  683. msgid "Refresh the page."
  684. msgstr "Обновите страницу."
  685. #: searx/templates/simple/messages/no_results.html:20
  686. msgid "Search for another query or select another category (above)."
  687. msgstr "Выполните поиск с другим запросом или выберите другую категорию (выше)."
  688. #: searx/templates/simple/messages/no_results.html:21
  689. msgid "Change the search engine used in the preferences:"
  690. msgstr "Измените поисковую систему, указанную в настройках:"
  691. #: searx/templates/simple/messages/no_results.html:22
  692. msgid "Switch to another instance:"
  693. msgstr "Поменяйте инстанцию на другую:"
  694. #: searx/templates/simple/messages/no_results.html:24
  695. msgid "Search for another query or select another category."
  696. msgstr "Найдите другой запрос или выберите другую категорию."
  697. #: searx/templates/simple/messages/no_results.html:25
  698. msgid "Go back to the previous page using the previous page button."
  699. msgstr "Вернитесь на предыдущую страницу с помощью кнопки предыдущей страницы."
  700. #: searx/templates/simple/preferences/answerers.html:4
  701. #: searx/templates/simple/preferences/engines.html:17
  702. msgid "Allow"
  703. msgstr "Использовать"
  704. #: searx/templates/simple/preferences/answerers.html:5
  705. msgid "Keywords"
  706. msgstr "Ключевые слова"
  707. #: searx/templates/simple/preferences/answerers.html:6
  708. msgid "Name"
  709. msgstr "Название"
  710. #: searx/templates/simple/preferences/answerers.html:7
  711. msgid "Description"
  712. msgstr "Описание"
  713. #: searx/templates/simple/preferences/answerers.html:8
  714. msgid "Examples"
  715. msgstr "Пример"
  716. #: searx/templates/simple/preferences/answerers.html:13
  717. msgid "This is the list of SearXNG's instant answering modules."
  718. msgstr "Модули SearXNG с мгновенным ответом."
  719. #: searx/templates/simple/preferences/answerers.html:29
  720. msgid "This is the list of plugins."
  721. msgstr "Список плагинов."
  722. #: searx/templates/simple/preferences/autocomplete.html:2
  723. msgid "Autocomplete"
  724. msgstr "Автодополнение"
  725. #: searx/templates/simple/preferences/autocomplete.html:15
  726. msgid "Find stuff as you type"
  727. msgstr "Показывать предложения по мере ввода запроса"
  728. #: searx/templates/simple/preferences/center_alignment.html:2
  729. msgid "Center Alignment"
  730. msgstr "Выравнивание по центру"
  731. #: searx/templates/simple/preferences/center_alignment.html:14
  732. msgid "Displays results in the center of the page (Oscar layout)."
  733. msgstr "Отображать результаты по центру страницы (макет Oscar)."
  734. #: searx/templates/simple/preferences/cookies.html:2
  735. msgid ""
  736. "This is the list of cookies and their values SearXNG is storing on your "
  737. "computer."
  738. msgstr "Список cookies и их значений, которые SearXNG хранит в вашем браузере."
  739. #: searx/templates/simple/preferences/cookies.html:3
  740. msgid "With that list, you can assess SearXNG transparency."
  741. msgstr "SearXNG ничего от вас не скрывает."
  742. #: searx/templates/simple/preferences/cookies.html:9
  743. msgid "Cookie name"
  744. msgstr "Cookie"
  745. #: searx/templates/simple/preferences/cookies.html:10
  746. msgid "Value"
  747. msgstr "Значение"
  748. #: searx/templates/simple/preferences/cookies.html:23
  749. msgid "Search URL of the currently saved preferences"
  750. msgstr "URL с сохраненными настройками"
  751. #: searx/templates/simple/preferences/cookies.html:32
  752. msgid ""
  753. "Note: specifying custom settings in the search URL can reduce privacy by "
  754. "leaking data to the clicked result sites."
  755. msgstr ""
  756. "Внимание: использование URL с параметрами может привести к утечке данных "
  757. "на сайты, открытые из результатов поиска."
  758. #: searx/templates/simple/preferences/cookies.html:35
  759. msgid "URL to restore your preferences in another browser"
  760. msgstr "URL-адрес для восстановления ваших настроек в другом браузере"
  761. #: searx/templates/simple/preferences/cookies.html:43
  762. msgid ""
  763. "Specifying custom settings in the preferences URL can be used to sync "
  764. "preferences across devices."
  765. msgstr ""
  766. "URL-адреса с пользовательскими настройками можно использовать для "
  767. "синхронизации настроек между устройствами."
  768. #: searx/templates/simple/preferences/cookies.html:46
  769. msgid "Copy preferences hash"
  770. msgstr ""
  771. #: searx/templates/simple/preferences/cookies.html:57
  772. msgid "Insert copied preferences hash (without URL) to restore"
  773. msgstr ""
  774. #: searx/templates/simple/preferences/cookies.html:59
  775. msgid "Preferences hash"
  776. msgstr ""
  777. #: searx/templates/simple/preferences/doi_resolver.html:2
  778. msgid "Open Access DOI resolver"
  779. msgstr "Источник Open Access DOI"
  780. #: searx/templates/simple/preferences/doi_resolver.html:14
  781. msgid "Select service used by DOI rewrite"
  782. msgstr ""
  783. "Выберите службу, используемую переписыванием «Цифрового идентификатора "
  784. "объекта»"
  785. #: searx/templates/simple/preferences/engines.html:9
  786. msgid ""
  787. "This tab does not exists in the user interface, but you can search in "
  788. "these engines by its !bangs."
  789. msgstr ""
  790. "Эта вкладка не существует в пользовательском интерфейсе, но вы можете "
  791. "искать в этих системах по ее !bangs."
  792. #: searx/templates/simple/preferences/engines.html:19
  793. msgid "!bang"
  794. msgstr "!bang"
  795. #: searx/templates/simple/preferences/engines.html:20
  796. msgid "Supports selected language"
  797. msgstr "Поддерживает выбранный язык"
  798. #: searx/templates/simple/preferences/engines.html:23
  799. msgid "Weight"
  800. msgstr "Вес"
  801. #: searx/templates/simple/preferences/engines.html:27
  802. msgid "Max time"
  803. msgstr "Максимальное время"
  804. #: searx/templates/simple/preferences/footer.html:2
  805. msgid ""
  806. "These settings are stored in your cookies, this allows us not to store "
  807. "this data about you."
  808. msgstr ""
  809. "Все настройки сохраняются в cookie вашего браузера. Это позволяет нам не "
  810. "хранить о вас никаких данных на серверах."
  811. #: searx/templates/simple/preferences/footer.html:3
  812. msgid ""
  813. "These cookies serve your sole convenience, we don't use these cookies to "
  814. "track you."
  815. msgstr ""
  816. "Cookie нужны исключительно для вашего удобства, мы не используем cookie "
  817. "для слежки."
  818. #: searx/templates/simple/preferences/footer.html:6
  819. msgid "Save"
  820. msgstr "Сохранить"
  821. #: searx/templates/simple/preferences/footer.html:9
  822. msgid "Reset defaults"
  823. msgstr "Восстановить настройки по умолчанию"
  824. #: searx/templates/simple/preferences/footer.html:13
  825. msgid "Back"
  826. msgstr "Назад"
  827. #: searx/templates/simple/preferences/hotkeys.html:2
  828. msgid "Hotkeys"
  829. msgstr "Горячие клавиши"
  830. #: searx/templates/simple/preferences/hotkeys.html:13
  831. msgid "Vim-like"
  832. msgstr "Наподобие Vim"
  833. #: searx/templates/simple/preferences/hotkeys.html:18
  834. msgid ""
  835. "Navigate search results with hotkeys (JavaScript required). Press \"h\" "
  836. "key on main or result page to get help."
  837. msgstr ""
  838. "Перемещаться по результатам поиска при помощи горячих клавиш (необходим "
  839. "JavaScript). Нажмите клавишу \"h\" на главной странице или странице "
  840. "результатов поиска для получения помощи."
  841. #: searx/templates/simple/preferences/image_proxy.html:2
  842. msgid "Image proxy"
  843. msgstr "Прокси для картинок"
  844. #: searx/templates/simple/preferences/image_proxy.html:14
  845. msgid "Proxying image results through SearXNG"
  846. msgstr "Проксировать изображения в результатах методами SearXNG"
  847. #: searx/templates/simple/preferences/infinite_scroll.html:2
  848. msgid "Infinite scroll"
  849. msgstr "Бесконечная прокрутка"
  850. #: searx/templates/simple/preferences/infinite_scroll.html:14
  851. msgid "Automatically load next page when scrolling to bottom of current page"
  852. msgstr "Автоматически загружать следующую страницу при прокрутке до конца страницы"
  853. #: searx/templates/simple/preferences/language.html:24
  854. msgid "What language do you prefer for search?"
  855. msgstr "Какой язык предпочтителен для поиска?"
  856. #: searx/templates/simple/preferences/language.html:25
  857. msgid "Choose Auto-detect to let SearXNG detect the language of your query."
  858. msgstr ""
  859. "Выберите Авто-определение, чтобы SearXNG сам определял язык вашего "
  860. "запроса."
  861. #: searx/templates/simple/preferences/method.html:2
  862. msgid "HTTP Method"
  863. msgstr "Метод HTTP"
  864. #: searx/templates/simple/preferences/method.html:14
  865. msgid "Change how forms are submitted"
  866. msgstr "Изменить содержание форм"
  867. #: searx/templates/simple/preferences/query_in_title.html:2
  868. msgid "Query in the page's title"
  869. msgstr "Поисковый запрос в заголовке страницы"
  870. #: searx/templates/simple/preferences/query_in_title.html:14
  871. msgid ""
  872. "When enabled, the result page's title contains your query. Your browser "
  873. "can record this title"
  874. msgstr ""
  875. "Добавить поисковый запрос в заголовок страницы с результатами. Браузер "
  876. "может сохранять этот заголовок"
  877. #: searx/templates/simple/preferences/results_on_new_tab.html:2
  878. msgid "Results on new tabs"
  879. msgstr "Результаты в новых вкладках"
  880. #: searx/templates/simple/preferences/results_on_new_tab.html:14
  881. msgid "Open result links on new browser tabs"
  882. msgstr "Открывать результаты поиска в новых вкладках"
  883. #: searx/templates/simple/preferences/safesearch.html:20
  884. msgid "Filter content"
  885. msgstr "Отбирает только пристойные результаты"
  886. #: searx/templates/simple/preferences/search_on_category_select.html:2
  887. msgid "Search on category select"
  888. msgstr "Поиск по выбранной категории"
  889. #: searx/templates/simple/preferences/search_on_category_select.html:14
  890. msgid ""
  891. "Perform search immediately if a category selected. Disable to select "
  892. "multiple categories"
  893. msgstr ""
  894. "Выполняйте мгновенный поиск при выборе категории. Выключите для выбора "
  895. "нескольких категорий сразу"
  896. #: searx/templates/simple/preferences/theme.html:2
  897. msgid "Theme"
  898. msgstr "Тема"
  899. #: searx/templates/simple/preferences/theme.html:14
  900. msgid "Change SearXNG layout"
  901. msgstr "Изменить расположение элементов SearXNG"
  902. #: searx/templates/simple/preferences/theme.html:19
  903. msgid "Theme style"
  904. msgstr "Стиль темы"
  905. #: searx/templates/simple/preferences/theme.html:31
  906. msgid "Choose auto to follow your browser settings"
  907. msgstr "Выберите \"автоматически\" для использования настроек вашего браузера"
  908. #: searx/templates/simple/preferences/tokens.html:2
  909. msgid "Engine tokens"
  910. msgstr "Токены движка"
  911. #: searx/templates/simple/preferences/tokens.html:9
  912. msgid "Access tokens for private engines"
  913. msgstr "Доступные токены для частных движков"
  914. #: searx/templates/simple/preferences/ui_locale.html:2
  915. msgid "Interface language"
  916. msgstr "Язык интерфейса"
  917. #: searx/templates/simple/preferences/ui_locale.html:14
  918. msgid "Change the language of the layout"
  919. msgstr "Изменить язык интерфейса"
  920. #: searx/templates/simple/result_templates/code.html:13
  921. msgid "repo"
  922. msgstr "Репозиторий"
  923. #: searx/templates/simple/result_templates/default.html:6
  924. msgid "show media"
  925. msgstr "показать медиа"
  926. #: searx/templates/simple/result_templates/default.html:6
  927. msgid "hide media"
  928. msgstr "скрыть медиа"
  929. #: searx/templates/simple/result_templates/default.html:14
  930. #: searx/templates/simple/result_templates/videos.html:14
  931. msgid "This site did not provide any description."
  932. msgstr "Этот сайт не предоставил описания."
  933. #: searx/templates/simple/result_templates/images.html:19
  934. msgid "Format"
  935. msgstr "Формат"
  936. #: searx/templates/simple/result_templates/images.html:21
  937. msgid "Engine"
  938. msgstr "Движок"
  939. #: searx/templates/simple/result_templates/images.html:22
  940. msgid "View source"
  941. msgstr "Перейти к источнику"
  942. #: searx/templates/simple/result_templates/map.html:12
  943. msgid "address"
  944. msgstr "адрес"
  945. #: searx/templates/simple/result_templates/map.html:43
  946. msgid "show map"
  947. msgstr "показать карту"
  948. #: searx/templates/simple/result_templates/map.html:43
  949. msgid "hide map"
  950. msgstr "скрыть карту"
  951. #: searx/templates/simple/result_templates/paper.html:5
  952. msgid "Published date"
  953. msgstr "Дата публикации"
  954. #: searx/templates/simple/result_templates/paper.html:9
  955. msgid "Journal"
  956. msgstr "Журнал"
  957. #: searx/templates/simple/result_templates/paper.html:22
  958. msgid "Editor"
  959. msgstr "Редактор"
  960. #: searx/templates/simple/result_templates/paper.html:23
  961. msgid "Publisher"
  962. msgstr "Издатель"
  963. #: searx/templates/simple/result_templates/paper.html:24
  964. msgid "Type"
  965. msgstr "Тип"
  966. #: searx/templates/simple/result_templates/paper.html:25
  967. msgid "Tags"
  968. msgstr "Теги"
  969. #: searx/templates/simple/result_templates/paper.html:26
  970. msgid "DOI"
  971. msgstr "DOI"
  972. #: searx/templates/simple/result_templates/paper.html:27
  973. msgid "ISSN"
  974. msgstr "ISSN"
  975. #: searx/templates/simple/result_templates/paper.html:28
  976. msgid "ISBN"
  977. msgstr "ISBN"
  978. #: searx/templates/simple/result_templates/paper.html:33
  979. msgid "PDF"
  980. msgstr "PDF"
  981. #: searx/templates/simple/result_templates/paper.html:34
  982. msgid "HTML"
  983. msgstr "HTML"
  984. #: searx/templates/simple/result_templates/torrent.html:6
  985. msgid "magnet link"
  986. msgstr "magnet-ссылка"
  987. #: searx/templates/simple/result_templates/torrent.html:7
  988. msgid "torrent file"
  989. msgstr "торрент-файл"
  990. #: searx/templates/simple/result_templates/torrent.html:9
  991. msgid "Seeder"
  992. msgstr "Сиды"
  993. #: searx/templates/simple/result_templates/torrent.html:9
  994. msgid "Leecher"
  995. msgstr "Личи"
  996. #: searx/templates/simple/result_templates/torrent.html:11
  997. msgid "Filesize"
  998. msgstr "Размер файла"
  999. #: searx/templates/simple/result_templates/torrent.html:12
  1000. msgid "Bytes"
  1001. msgstr "Байт"
  1002. #: searx/templates/simple/result_templates/torrent.html:13
  1003. msgid "kiB"
  1004. msgstr "КиБ"
  1005. #: searx/templates/simple/result_templates/torrent.html:14
  1006. msgid "MiB"
  1007. msgstr "МиБ"
  1008. #: searx/templates/simple/result_templates/torrent.html:15
  1009. msgid "GiB"
  1010. msgstr "ГиБ"
  1011. #: searx/templates/simple/result_templates/torrent.html:16
  1012. msgid "TiB"
  1013. msgstr "ТиБ"
  1014. #: searx/templates/simple/result_templates/torrent.html:20
  1015. msgid "Number of Files"
  1016. msgstr "Количество файлов"
  1017. #: searx/templates/simple/result_templates/videos.html:6
  1018. msgid "show video"
  1019. msgstr "показать видео"
  1020. #: searx/templates/simple/result_templates/videos.html:6
  1021. msgid "hide video"
  1022. msgstr "скрыть видео"
  1023. #~ msgid "Engine time (sec)"
  1024. #~ msgstr "Время поиска (сек)"
  1025. #~ msgid "Page loads (sec)"
  1026. #~ msgstr "Загрузка страниц (сек)"
  1027. #~ msgid "Errors"
  1028. #~ msgstr "Ошибки"
  1029. #~ msgid "CAPTCHA required"
  1030. #~ msgstr "Требуется капча"
  1031. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  1032. #~ msgstr "Заменять в ссылках HTTP на HTTPS если это возможно"
  1033. #~ msgid ""
  1034. #~ "Results are opened in the same "
  1035. #~ "window by default. This plugin "
  1036. #~ "overwrites the default behaviour to open"
  1037. #~ " links on new tabs/windows. (JavaScript "
  1038. #~ "required)"
  1039. #~ msgstr ""
  1040. #~ "По умолчанию результаты открываются в "
  1041. #~ "том же окне. Этот плагин переопределяет"
  1042. #~ " поведение по умолчанию для открытия "
  1043. #~ "ссылок в новых вкладках/окнах. (Требуется "
  1044. #~ "JavaScript)"
  1045. #~ msgid "Color"
  1046. #~ msgstr "Цвет"
  1047. #~ msgid "Blue (default)"
  1048. #~ msgstr "Синий (по умолчанию)"
  1049. #~ msgid "Violet"
  1050. #~ msgstr "Фиолетовый"
  1051. #~ msgid "Green"
  1052. #~ msgstr "Зеленый"
  1053. #~ msgid "Cyan"
  1054. #~ msgstr "Бирюзовый"
  1055. #~ msgid "Orange"
  1056. #~ msgstr "Оранжевый"
  1057. #~ msgid "Red"
  1058. #~ msgstr "Красный"
  1059. #~ msgid "Category"
  1060. #~ msgstr "Категория"
  1061. #~ msgid "Block"
  1062. #~ msgstr "Блокировать"
  1063. #~ msgid "original context"
  1064. #~ msgstr "исходный контекст"
  1065. #~ msgid "Plugins"
  1066. #~ msgstr "Плагины"
  1067. #~ msgid "Answerers"
  1068. #~ msgstr "Ответчики"
  1069. #~ msgid "Avg. time"
  1070. #~ msgstr "Среднее время"
  1071. #~ msgid "show details"
  1072. #~ msgstr "показать подробности"
  1073. #~ msgid "hide details"
  1074. #~ msgstr "скрыть подробности"
  1075. #~ msgid "Load more..."
  1076. #~ msgstr "Загрузить еще…"
  1077. #~ msgid "Loading..."
  1078. #~ msgstr "Загрузка..."
  1079. #~ msgid "Change searx layout"
  1080. #~ msgstr "Изменить вид сайта"
  1081. #~ msgid "Proxying image results through searx"
  1082. #~ msgstr "Проксировать найденные изображения с помощью searx"
  1083. #~ msgid "This is the list of searx's instant answering modules."
  1084. #~ msgstr "Это список модулей мгновенного ответа searx."
  1085. #~ msgid ""
  1086. #~ "This is the list of cookies and"
  1087. #~ " their values searx is storing on "
  1088. #~ "your computer."
  1089. #~ msgstr ""
  1090. #~ "Это список cookie-файлов и их значения,"
  1091. #~ " которые searx хранит на Вашем "
  1092. #~ "компьютере."
  1093. #~ msgid "With that list, you can assess searx transparency."
  1094. #~ msgstr "С помощью этого списка можно изменить прозрачность searx."
  1095. #~ msgid "It look like you are using searx first time."
  1096. #~ msgstr "Похоже, вы используете searx впервые."
  1097. #~ msgid "Please, try again later or find another searx instance."
  1098. #~ msgstr "Пожалуйста, попробуйте позже или воспользуйтесь другим сервером searx."
  1099. #~ msgid "Themes"
  1100. #~ msgstr "Темы"
  1101. #~ msgid "Reliablity"
  1102. #~ msgstr "Надежность"
  1103. #~ msgid ""
  1104. #~ "When enabled, the result page's title"
  1105. #~ " contains your query. Your browser "
  1106. #~ "can record this title."
  1107. #~ msgstr ""
  1108. #~ msgid "Method"
  1109. #~ msgstr "Cпособ"
  1110. #~ msgid ""
  1111. #~ "This tab does not show up for "
  1112. #~ "search results but you can search "
  1113. #~ "the engines listed here via bangs."
  1114. #~ msgstr ""
  1115. #~ "На этой вкладке отсутсвуют результаты, "
  1116. #~ "но вы можете использовать поисковики "
  1117. #~ "перечисленные ниже."
  1118. #~ msgid "Advanced settings"
  1119. #~ msgstr "Дополнительные настройки"
  1120. #~ msgid "Close"
  1121. #~ msgstr "Закрыть"
  1122. #~ msgid "Language"
  1123. #~ msgstr "Язык"
  1124. #~ msgid "broken"
  1125. #~ msgstr "сломанный"
  1126. #~ msgid "supported"
  1127. #~ msgstr "поддерживается"
  1128. #~ msgid "not supported"
  1129. #~ msgstr "не поддерживается"
  1130. #~ msgid "about"
  1131. #~ msgstr "О сайте"
  1132. #~ msgid "Avg."
  1133. #~ msgstr "примерно"
  1134. #~ msgid "User Interface"
  1135. #~ msgstr "Внешний вид"
  1136. #~ msgid "Choose style for this theme"
  1137. #~ msgstr "Цветовое решение для выбранной темы"
  1138. #~ msgid "Style"
  1139. #~ msgstr "Стиль"
  1140. #~ msgid "Show advanced settings"
  1141. #~ msgstr "Дополнительные настройки"
  1142. #~ msgid "Show advanced settings panel in the home page by default"
  1143. #~ msgstr "Развернуть дополнительные настройки на главной странице"
  1144. #~ msgid "Allow all"
  1145. #~ msgstr "Выбрать все"
  1146. #~ msgid "Disable all"
  1147. #~ msgstr "Выключить все"
  1148. #~ msgid "Selected language"
  1149. #~ msgstr "Выбранный язык"
  1150. #~ msgid "Query"
  1151. #~ msgstr "Запрос"
  1152. #~ msgid "save"
  1153. #~ msgstr "Сохранить"
  1154. #~ msgid "back"
  1155. #~ msgstr "Назад"
  1156. #~ msgid "Links"
  1157. #~ msgstr "Ссылки"
  1158. #~ msgid "RSS subscription"
  1159. #~ msgstr "RSS-подписка"
  1160. #~ msgid "Search results"
  1161. #~ msgstr "Результаты поиска"
  1162. #~ msgid "next page"
  1163. #~ msgstr "следующая страница"
  1164. #~ msgid "previous page"
  1165. #~ msgstr "предыдущая страница"
  1166. #~ msgid "Start search"
  1167. #~ msgstr "Начать поиск"
  1168. #~ msgid "Clear search"
  1169. #~ msgstr "Очистить запрос"
  1170. #~ msgid "Clear"
  1171. #~ msgstr "Очистить"
  1172. #~ msgid "stats"
  1173. #~ msgstr "статистика"
  1174. #~ msgid "Heads up!"
  1175. #~ msgstr "Вот чёрт!"
  1176. #~ msgid "It look like you are using SearXNG first time."
  1177. #~ msgstr "Похоже, вы используете SearXNG впервые."
  1178. #~ msgid "Well done!"
  1179. #~ msgstr "Отлично!"
  1180. #~ msgid "Settings saved successfully."
  1181. #~ msgstr "Настройки успешно сохранены."
  1182. #~ msgid "Oh snap!"
  1183. #~ msgstr "Вот черт!"
  1184. #~ msgid "Something went wrong."
  1185. #~ msgstr "Что-то пошло не так."
  1186. #~ msgid "Date"
  1187. #~ msgstr "Дата"
  1188. #~ msgid "Type"
  1189. #~ msgstr "Тип"
  1190. #~ msgid "Get image"
  1191. #~ msgstr "Скачать картинку"
  1192. #~ msgid "Center Alignment"
  1193. #~ msgstr ""
  1194. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1195. #~ msgstr ""
  1196. #~ msgid "preferences"
  1197. #~ msgstr "Настройки"
  1198. #~ msgid "Scores per result"
  1199. #~ msgstr "Попаданий за результат"
  1200. #~ msgid "a privacy-respecting, hackable metasearch engine"
  1201. #~ msgstr "открытая метапоисковая система, уважающая приватность"
  1202. #~ msgid "No abstract is available for this publication."
  1203. #~ msgstr "Нет доступного примечания для этой публикации."
  1204. #~ msgid "Self Informations"
  1205. #~ msgstr "Информация"
  1206. #~ msgid ""
  1207. #~ "Change how forms are submited, <a "
  1208. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1209. #~ " rel=\"external\">learn more about request "
  1210. #~ "methods</a>"
  1211. #~ msgstr ""
  1212. #~ "Способ отправки запросов. <a "
  1213. #~ "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  1214. #~ "rel=\"external\">Подробнее о методах HTTP</a>"
  1215. #~ msgid ""
  1216. #~ "This plugin checks if the address "
  1217. #~ "of the request is a TOR exit "
  1218. #~ "node, and informs the user if it"
  1219. #~ " is, like check.torproject.org but from "
  1220. #~ "searxng."
  1221. #~ msgstr ""
  1222. #~ "Этот плагин проверяет, не является ли"
  1223. #~ " запрошенный адрес выходным узлом Tor'a,"
  1224. #~ " и информирует пользователя, если это "
  1225. #~ "так, как check.torproject.org, но от "
  1226. #~ "searxng."
  1227. #~ msgid ""
  1228. #~ "The TOR exit node list "
  1229. #~ "(https://check.torproject.org/exit-addresses) is "
  1230. #~ "unreachable."
  1231. #~ msgstr ""
  1232. #~ "Список выходных узлов Tor'a "
  1233. #~ "(https://check.torproject.org/exit-addresses) недоступен."
  1234. #~ msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  1235. #~ msgstr "Вы используете Tor. Ваш IP адрес может быть: {ip_address}."
  1236. #~ msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  1237. #~ msgstr "Вы не используете Tor. Ваш IP адрес может быть: {ip_address}."
  1238. #~ msgid ""
  1239. #~ "The could not download the list of"
  1240. #~ " Tor exit-nodes from "
  1241. #~ "https://check.torproject.org/exit-addresses."
  1242. #~ msgstr ""
  1243. #~ msgid ""
  1244. #~ "You are using Tor. It looks like"
  1245. #~ " you have this external IP address:"
  1246. #~ " {ip_address}."
  1247. #~ msgstr ""
  1248. #~ msgid "You are not using Tor. You have this external IP address: {ip_address}."
  1249. #~ msgstr ""
  1250. #~ msgid "Autodetect search language"
  1251. #~ msgstr "Автоматически определять язык поиска"
  1252. #~ msgid "Automatically detect the query search language and switch to it."
  1253. #~ msgstr "Автоматически определять язык поиска запроса и переключаться на него."
  1254. #~ msgid "others"
  1255. #~ msgstr "Другие"
  1256. #~ msgid ""
  1257. #~ "This tab does not show up for "
  1258. #~ "search results, but you can search "
  1259. #~ "the engines listed here via bangs."
  1260. #~ msgstr ""
  1261. #~ "Результаты из этого раздела не "
  1262. #~ "отображаются в общих, но вы можете "
  1263. #~ "использовать эти поисковые движки через "
  1264. #~ "восклицательный знак."
  1265. #~ msgid "Shortcut"
  1266. #~ msgstr "Сокращение"
  1267. #~ msgid "!bang"
  1268. #~ msgstr ""
  1269. #~ msgid ""
  1270. #~ "This tab dues not exists in the"
  1271. #~ " user interface, but you can search"
  1272. #~ " in these engines by its !bangs."
  1273. #~ msgstr ""
  1274. #~ "Эта вкладка не существует в "
  1275. #~ "пользовательском интерфейсе, но вы можете "
  1276. #~ "искать в этих системах по ее "
  1277. #~ "!bangs."
  1278. #~ msgid "Engines cannot retrieve results."
  1279. #~ msgstr "Поисковые системы не могут получить результат."
  1280. #~ msgid "Please, try again later or find another SearXNG instance."
  1281. #~ msgstr ""
  1282. #~ "Пожалуйста, попробуйте ещё раз позднее, "
  1283. #~ "либо перейдите на другое зеркало "
  1284. #~ "SearXNG."
  1285. #~ msgid ""
  1286. #~ "Redirect to open-access versions of "
  1287. #~ "publications when available (plugin required)"
  1288. #~ msgstr ""
  1289. #~ "Перенаправлять на открытые версии публикаций"
  1290. #~ " при их наличии (требуется плагин)"
  1291. #~ msgid "Bang"
  1292. #~ msgstr "!bang"
  1293. #~ msgid ""
  1294. #~ "Change how forms are submitted, <a "
  1295. #~ "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  1296. #~ " rel=\"external\">learn more about request "
  1297. #~ "methods</a>"
  1298. #~ msgstr ""
  1299. #~ "Способ отправки запросов. <a "
  1300. #~ "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  1301. #~ "rel=\"external\">Подробнее о методах HTTP</a>"
  1302. #~ msgid "On"
  1303. #~ msgstr "Включено"
  1304. #~ msgid "Off"
  1305. #~ msgstr "Выключено"
  1306. #~ msgid "Enabled"
  1307. #~ msgstr "Включено"
  1308. #~ msgid "Disabled"
  1309. #~ msgstr "Выключено"
  1310. #~ msgid ""
  1311. #~ "Perform search immediately if a category"
  1312. #~ " selected. Disable to select multiple "
  1313. #~ "categories. (JavaScript required)"
  1314. #~ msgstr ""
  1315. #~ "Выполнять поиск немедленно, если выбрана "
  1316. #~ "категория. Отключите для выбора нескольких "
  1317. #~ "категорий. (требуется JavaScript)"
  1318. #~ msgid "Vim-like hotkeys"
  1319. #~ msgstr "Горячие клавиши в стиле Vim"
  1320. #~ msgid ""
  1321. #~ "Navigate search results with Vim-like"
  1322. #~ " hotkeys (JavaScript required). Press \"h\""
  1323. #~ " key on main or result page to"
  1324. #~ " get help."
  1325. #~ msgstr ""
  1326. #~ "Навигация по результатам поиска с "
  1327. #~ "помощью горячих клавиш в стиле Vim "
  1328. #~ "(требуется JavaScript). Чтобы получить "
  1329. #~ "справку, нажмите клавишу \"h\" на "
  1330. #~ "главной странице или на страницах "
  1331. #~ "результатов."
  1332. #~ msgid ""
  1333. #~ "we didn't find any results. Please "
  1334. #~ "use another query or search in "
  1335. #~ "more categories."
  1336. #~ msgstr ""
  1337. #~ "мы не нашли никаких результатов. "
  1338. #~ "Попробуйте изменить запрос или поищите в"
  1339. #~ " других категориях."