messages.po 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  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. msgid ""
  14. msgstr ""
  15. "Project-Id-Version: searx\n"
  16. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  17. "POT-Creation-Date: 2022-07-02 08:59+0000\n"
  18. "PO-Revision-Date: 2022-05-06 07:18+0000\n"
  19. "Last-Translator: AHOHNMYC <lqwh2h2cwa@protonmail.com>\n"
  20. "Language: ru\n"
  21. "Language-Team: Russian "
  22. "<https://weblate.bubu1.eu/projects/searxng/searxng/ru/>\n"
  23. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
  24. "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) "
  25. "|| (n%100>=11 && n%100<=14)? 2 : 3);\n"
  26. "MIME-Version: 1.0\n"
  27. "Content-Type: text/plain; charset=utf-8\n"
  28. "Content-Transfer-Encoding: 8bit\n"
  29. "Generated-By: Babel 2.10.3\n"
  30. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  31. #: searx/searxng.msg
  32. msgid "others"
  33. msgstr "Другие"
  34. #. CONSTANT_NAMES['OTHER_CATEGORY']
  35. #: searx/searxng.msg
  36. msgid "other"
  37. msgstr "Другое"
  38. #. CATEGORY_NAMES['FILES']
  39. #: searx/searxng.msg
  40. msgid "files"
  41. msgstr "Файлы"
  42. #. CATEGORY_NAMES['GENERAL']
  43. #: searx/searxng.msg
  44. msgid "general"
  45. msgstr "Общие"
  46. #. CATEGORY_NAMES['MUSIC']
  47. #: searx/searxng.msg
  48. msgid "music"
  49. msgstr "Музыка"
  50. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  51. #: searx/searxng.msg
  52. msgid "social media"
  53. msgstr "Соцсети"
  54. #. CATEGORY_NAMES['IMAGES']
  55. #: searx/searxng.msg
  56. msgid "images"
  57. msgstr "Картинки"
  58. #. CATEGORY_NAMES['VIDEOS']
  59. #: searx/searxng.msg
  60. msgid "videos"
  61. msgstr "Видео"
  62. #. CATEGORY_NAMES['IT']
  63. #: searx/searxng.msg
  64. msgid "it"
  65. msgstr "ИТ"
  66. #. CATEGORY_NAMES['NEWS']
  67. #: searx/searxng.msg
  68. msgid "news"
  69. msgstr "Новости"
  70. #. CATEGORY_NAMES['MAP']
  71. #: searx/searxng.msg
  72. msgid "map"
  73. msgstr "Карты"
  74. #. CATEGORY_NAMES['ONIONS']
  75. #: searx/searxng.msg
  76. msgid "onions"
  77. msgstr ".onion"
  78. #. CATEGORY_NAMES['SCIENCE']
  79. #: searx/searxng.msg
  80. msgid "science"
  81. msgstr "Наука"
  82. #. CATEGORY_GROUPS['APPS']
  83. #: searx/searxng.msg
  84. msgid "apps"
  85. msgstr "Программы"
  86. #. CATEGORY_GROUPS['DICTIONARIES']
  87. #: searx/searxng.msg
  88. msgid "dictionaries"
  89. msgstr "Словари"
  90. #. CATEGORY_GROUPS['LYRICS']
  91. #: searx/searxng.msg
  92. msgid "lyrics"
  93. msgstr "Текст песни"
  94. #. CATEGORY_GROUPS['PACKAGES']
  95. #: searx/searxng.msg
  96. msgid "packages"
  97. msgstr "Пакеты"
  98. #. CATEGORY_GROUPS['Q_A']
  99. #: searx/searxng.msg
  100. msgid "q&a"
  101. msgstr "Вопросы-ответы"
  102. #. CATEGORY_GROUPS['REPOS']
  103. #: searx/searxng.msg
  104. msgid "repos"
  105. msgstr "Репозитории"
  106. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  107. #: searx/searxng.msg
  108. msgid "software wikis"
  109. msgstr "Программная документация"
  110. #. CATEGORY_GROUPS['WEB']
  111. #: searx/searxng.msg
  112. msgid "web"
  113. msgstr "Веб"
  114. #. STYLE_NAMES['AUTO']
  115. #: searx/searxng.msg
  116. msgid "auto"
  117. msgstr "автоматически"
  118. #. STYLE_NAMES['LIGHT']
  119. #: searx/searxng.msg
  120. msgid "light"
  121. msgstr "светлая"
  122. #. STYLE_NAMES['DARK']
  123. #: searx/searxng.msg
  124. msgid "dark"
  125. msgstr "тёмная"
  126. #: searx/webapp.py:165
  127. msgid "timeout"
  128. msgstr "таймаут"
  129. #: searx/webapp.py:166
  130. msgid "parsing error"
  131. msgstr "ошибка разбора"
  132. #: searx/webapp.py:167
  133. msgid "HTTP protocol error"
  134. msgstr "ошибка протокола HTTP"
  135. #: searx/webapp.py:168
  136. msgid "network error"
  137. msgstr "сетевая ошибка"
  138. #: searx/webapp.py:170
  139. msgid "unexpected crash"
  140. msgstr "непредвиденная ошибка"
  141. #: searx/webapp.py:177
  142. msgid "HTTP error"
  143. msgstr "ошибка HTTP"
  144. #: searx/webapp.py:178
  145. msgid "HTTP connection error"
  146. msgstr "ошибка HTTP-соединения"
  147. #: searx/webapp.py:184
  148. msgid "proxy error"
  149. msgstr "ошибка прокси"
  150. #: searx/webapp.py:185
  151. msgid "CAPTCHA"
  152. msgstr "КАПЧА"
  153. #: searx/webapp.py:186
  154. msgid "too many requests"
  155. msgstr "слишком много запросов"
  156. #: searx/webapp.py:187
  157. msgid "access denied"
  158. msgstr "доступ запрещён"
  159. #: searx/webapp.py:188
  160. msgid "server API error"
  161. msgstr "ошибка API сервера"
  162. #: searx/webapp.py:363
  163. msgid "No item found"
  164. msgstr "Ничего не найдено"
  165. #: searx/engines/qwant.py:212
  166. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  167. msgid "Source"
  168. msgstr "Источник"
  169. #: searx/webapp.py:367
  170. msgid "Error loading the next page"
  171. msgstr "Не удалось загрузить следующую страницу"
  172. #: searx/webapp.py:510 searx/webapp.py:954
  173. msgid "Invalid settings, please edit your preferences"
  174. msgstr "Неправильные параметры, пожалуйста измените ваши настройки"
  175. #: searx/webapp.py:526
  176. msgid "Invalid settings"
  177. msgstr "Неверные настройки"
  178. #: searx/webapp.py:603 searx/webapp.py:679
  179. msgid "search error"
  180. msgstr "ошибка поиска"
  181. #: searx/webapp.py:725
  182. msgid "{minutes} minute(s) ago"
  183. msgstr "{minutes} минут(а) назад"
  184. #: searx/webapp.py:727
  185. msgid "{hours} hour(s), {minutes} minute(s) ago"
  186. msgstr "{hours} час(ов), {minutes} минут(а) назад"
  187. #: searx/webapp.py:853
  188. msgid "Suspended"
  189. msgstr "Приостановлено"
  190. #: searx/answerers/random/answerer.py:67
  191. msgid "Random value generator"
  192. msgstr "Генератор случайных значений"
  193. #: searx/answerers/random/answerer.py:68
  194. msgid "Generate different random values"
  195. msgstr "Генерирует разные случайные значения"
  196. #: searx/answerers/statistics/answerer.py:47
  197. msgid "Statistics functions"
  198. msgstr "Статистические функции"
  199. #: searx/answerers/statistics/answerer.py:48
  200. msgid "Compute {functions} of the arguments"
  201. msgstr "Применяет функции {functions} к аргументам"
  202. #: searx/engines/openstreetmap.py:156
  203. msgid "Get directions"
  204. msgstr "Запрашивать маршруты"
  205. #: searx/engines/pdbe.py:96
  206. msgid "{title} (OBSOLETE)"
  207. msgstr "{title} (УСТАРЕЛО)"
  208. #: searx/engines/pdbe.py:103
  209. msgid "This entry has been superseded by"
  210. msgstr "Эта запись была заменена на"
  211. #: searx/engines/pubmed.py:78
  212. msgid "No abstract is available for this publication."
  213. msgstr "Нет доступного примечания для этой публикации."
  214. #: searx/engines/qwant.py:214
  215. msgid "Channel"
  216. msgstr "Канал"
  217. #: searx/plugins/hash_plugin.py:24
  218. msgid "Converts strings to different hash digests."
  219. msgstr "Рассчитывает контрольной суммы от строки."
  220. #: searx/plugins/hash_plugin.py:52
  221. msgid "hash digest"
  222. msgstr "контрольная сумма"
  223. #: searx/plugins/hostname_replace.py:9
  224. msgid "Hostname replace"
  225. msgstr "Замена имени сайта"
  226. #: searx/plugins/hostname_replace.py:10
  227. msgid "Rewrite result hostnames or remove results based on the hostname"
  228. msgstr "Заменить имя хоста или удалить результаты на основе имени хоста"
  229. #: searx/plugins/oa_doi_rewrite.py:9
  230. msgid "Open Access DOI rewrite"
  231. msgstr "Искать Open Access DOI"
  232. #: searx/plugins/oa_doi_rewrite.py:10
  233. msgid ""
  234. "Avoid paywalls by redirecting to open-access versions of publications "
  235. "when available"
  236. msgstr "Пробовать искать бесплатную версию статьи"
  237. #: searx/plugins/search_on_category_select.py:19
  238. msgid "Search on category select"
  239. msgstr "Поиск по выбранной категории"
  240. #: searx/plugins/search_on_category_select.py:20
  241. msgid ""
  242. "Perform search immediately if a category selected. Disable to select "
  243. "multiple categories. (JavaScript required)"
  244. msgstr ""
  245. "Выполнять поиск немедленно, если выбрана категория. Отключите для выбора "
  246. "нескольких категорий. (требуется JavaScript)"
  247. #: searx/plugins/self_info.py:20
  248. msgid "Self Informations"
  249. msgstr "Информация"
  250. #: searx/plugins/self_info.py:21
  251. msgid ""
  252. "Displays your IP if the query is \"ip\" and your user agent if the query "
  253. "contains \"user agent\"."
  254. msgstr ""
  255. "Показывает IP-адрес по запросу \"ip\" и версию браузера по запросу \"user"
  256. " agent\"."
  257. #: searx/plugins/tracker_url_remover.py:29
  258. msgid "Tracker URL remover"
  259. msgstr "Убрать отслеживание"
  260. #: searx/plugins/tracker_url_remover.py:30
  261. msgid "Remove trackers arguments from the returned URL"
  262. msgstr "Удаление параметров для отслеживания пользователя из URL-адреса"
  263. #: searx/plugins/vim_hotkeys.py:3
  264. msgid "Vim-like hotkeys"
  265. msgstr "Горячие клавиши в стиле Vim"
  266. #: searx/plugins/vim_hotkeys.py:4
  267. msgid ""
  268. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  269. "Press \"h\" key on main or result page to get help."
  270. msgstr ""
  271. "Навигация по результатам поиска с помощью горячих клавиш в стиле Vim "
  272. "(требуется JavaScript). Чтобы получить справку, нажмите клавишу \"h\" на "
  273. "главной странице или на страницах результатов."
  274. #: searx/templates/simple/404.html:4
  275. msgid "Page not found"
  276. msgstr "Страница не найдена"
  277. #: searx/templates/simple/404.html:6
  278. #, python-format
  279. msgid "Go to %(search_page)s."
  280. msgstr "Перейти к %(search_page)s."
  281. #: searx/templates/simple/404.html:6
  282. msgid "search page"
  283. msgstr "страница поиска"
  284. #: searx/templates/simple/base.html:46
  285. msgid "About"
  286. msgstr ""
  287. #: searx/templates/simple/base.html:49
  288. msgid "Donate"
  289. msgstr ""
  290. #: searx/templates/simple/base.html:52
  291. #: searx/templates/simple/preferences.html:99
  292. msgid "Preferences"
  293. msgstr "Настройки"
  294. #: searx/templates/simple/base.html:62
  295. msgid "Powered by"
  296. msgstr "Основано на"
  297. #: searx/templates/simple/base.html:62
  298. msgid "a privacy-respecting, hackable metasearch engine"
  299. msgstr "открытая метапоисковая система, уважающая приватность"
  300. #: searx/templates/simple/base.html:63
  301. msgid "Source code"
  302. msgstr "Исходный код"
  303. #: searx/templates/simple/base.html:64
  304. msgid "Issue tracker"
  305. msgstr "Сообщить о проблеме"
  306. #: searx/templates/simple/base.html:65 searx/templates/simple/stats.html:18
  307. msgid "Engine stats"
  308. msgstr "Статистика по поисковым системам"
  309. #: searx/templates/simple/base.html:66
  310. #: searx/templates/simple/messages/no_results.html:15
  311. msgid "Public instances"
  312. msgstr "Публичные зеркала"
  313. #: searx/templates/simple/base.html:68
  314. msgid "Privacy policy"
  315. msgstr ""
  316. #: searx/templates/simple/base.html:71
  317. msgid "Contact instance maintainer"
  318. msgstr "Сопровождающий текущего зеркала"
  319. #: searx/templates/simple/categories.html:24
  320. msgid "Click on the magnifier to perform search"
  321. msgstr "Нажмите на лупу, чтобы выполнить поиск"
  322. #: searx/templates/simple/macros.html:36
  323. msgid "Length"
  324. msgstr "Длительность"
  325. #: searx/templates/simple/macros.html:37
  326. #: searx/templates/simple/result_templates/images.html:18
  327. msgid "Author"
  328. msgstr "Автор"
  329. #: searx/templates/simple/macros.html:45
  330. msgid "cached"
  331. msgstr "веб-архив"
  332. #: searx/templates/simple/macros.html:45
  333. msgid "proxied"
  334. msgstr "через прокси"
  335. #: searx/templates/simple/new_issue.html:63
  336. msgid "Submit a new issue on Github including the above information"
  337. msgstr ""
  338. #: searx/templates/simple/preferences.html:29
  339. msgid "No HTTPS"
  340. msgstr "Без HTTPS"
  341. #: searx/templates/simple/messages/no_results.html:10
  342. #: searx/templates/simple/preferences.html:31
  343. #: searx/templates/simple/preferences.html:32
  344. #: searx/templates/simple/results.html:49
  345. msgid "View error logs and submit a bug report"
  346. msgstr "Просмотр журнала ошибок и отправка отчета об ошибках"
  347. #: searx/templates/simple/preferences.html:53
  348. #: searx/templates/simple/stats.html:67
  349. msgid "Median"
  350. msgstr "Медиана"
  351. #: searx/templates/simple/preferences.html:54
  352. #: searx/templates/simple/stats.html:73
  353. msgid "P80"
  354. msgstr "P80"
  355. #: searx/templates/simple/preferences.html:55
  356. #: searx/templates/simple/stats.html:79
  357. msgid "P95"
  358. msgstr "P95"
  359. #: searx/templates/simple/preferences.html:83
  360. msgid "Failed checker test(s): "
  361. msgstr "Проваленные проверки: "
  362. #: searx/templates/simple/preferences.html:85
  363. msgid "Errors:"
  364. msgstr "Ошибки:"
  365. #: searx/templates/simple/preferences.html:105
  366. msgid "General"
  367. msgstr "Общие"
  368. #: searx/templates/simple/preferences.html:108
  369. msgid "Default categories"
  370. msgstr "Категории по умолчанию"
  371. #: searx/templates/simple/filters/languages.html:1
  372. #: searx/templates/simple/preferences.html:115
  373. msgid "Search language"
  374. msgstr "Язык поиска"
  375. #: searx/templates/simple/filters/languages.html:2
  376. #: searx/templates/simple/preferences.html:118
  377. msgid "Default language"
  378. msgstr "Язык по умолчанию"
  379. #: searx/templates/simple/preferences.html:124
  380. msgid "What language do you prefer for search?"
  381. msgstr "Какой язык предпочтителен для поиска?"
  382. #: searx/templates/simple/preferences.html:129
  383. msgid "Autocomplete"
  384. msgstr "Подсказки"
  385. #: searx/templates/simple/preferences.html:138
  386. msgid "Find stuff as you type"
  387. msgstr "Показывать предложения по мере ввода запроса"
  388. #: searx/templates/simple/filters/safesearch.html:1
  389. #: searx/templates/simple/filters/safesearch.html:2
  390. #: searx/templates/simple/filters/safesearch.html:3
  391. #: searx/templates/simple/filters/safesearch.html:4
  392. #: searx/templates/simple/preferences.html:143
  393. #: searx/templates/simple/preferences.html:311
  394. msgid "SafeSearch"
  395. msgstr "Безопасный поиск"
  396. #: searx/templates/simple/filters/safesearch.html:2
  397. #: searx/templates/simple/preferences.html:146
  398. msgid "Strict"
  399. msgstr "Строгий"
  400. #: searx/templates/simple/filters/safesearch.html:3
  401. #: searx/templates/simple/preferences.html:147
  402. msgid "Moderate"
  403. msgstr "Умеренный"
  404. #: searx/templates/simple/filters/safesearch.html:4
  405. #: searx/templates/simple/preferences.html:148
  406. msgid "None"
  407. msgstr "Отключен"
  408. #: searx/templates/simple/preferences.html:151
  409. msgid "Filter content"
  410. msgstr "Отбирает только пристойные результаты"
  411. #: searx/templates/simple/preferences.html:157
  412. msgid "Open Access DOI resolver"
  413. msgstr "Источник Open Access DOI"
  414. #: searx/templates/simple/preferences.html:167
  415. msgid ""
  416. "Redirect to open-access versions of publications when available (plugin "
  417. "required)"
  418. msgstr ""
  419. "Перенаправлять на открытые версии публикаций при их наличии (требуется "
  420. "плагин)"
  421. #: searx/templates/simple/preferences.html:171
  422. msgid "Engine tokens"
  423. msgstr "Токены движка"
  424. #: searx/templates/simple/preferences.html:175
  425. msgid "Access tokens for private engines"
  426. msgstr "Доступные токены для частных движков"
  427. #: searx/templates/simple/preferences.html:179
  428. msgid "User interface"
  429. msgstr "Внешний вид"
  430. #: searx/templates/simple/preferences.html:182
  431. msgid "Interface language"
  432. msgstr "Язык интерфейса"
  433. #: searx/templates/simple/preferences.html:190
  434. msgid "Change the language of the layout"
  435. msgstr "Языка этого сайта"
  436. #: searx/templates/simple/preferences.html:195
  437. msgid "Theme"
  438. msgstr "Тема"
  439. #: searx/templates/simple/preferences.html:203
  440. msgid "Change SearXNG layout"
  441. msgstr "Изменить расположение элементов SearXNG"
  442. #: searx/templates/simple/preferences.html:206
  443. msgid "Theme style"
  444. msgstr "Стиль темы"
  445. #: searx/templates/simple/preferences.html:214
  446. msgid "Choose auto to follow your browser settings"
  447. msgstr "Выберите \"автоматически\" для использования настроек вашего браузера"
  448. #: searx/templates/simple/preferences.html:217
  449. msgid "Center Alignment"
  450. msgstr ""
  451. #: searx/templates/simple/preferences.html:220
  452. #: searx/templates/simple/preferences.html:232
  453. #: searx/templates/simple/preferences.html:244
  454. msgid "On"
  455. msgstr "Включено"
  456. #: searx/templates/simple/preferences.html:221
  457. #: searx/templates/simple/preferences.html:233
  458. #: searx/templates/simple/preferences.html:245
  459. msgid "Off"
  460. msgstr "Выключено"
  461. #: searx/templates/simple/preferences.html:224
  462. msgid "Displays results in the center of the page (Oscar layout)."
  463. msgstr ""
  464. #: searx/templates/simple/preferences.html:229
  465. msgid "Results on new tabs"
  466. msgstr "Новые вкладки"
  467. #: searx/templates/simple/preferences.html:236
  468. msgid "Open result links on new browser tabs"
  469. msgstr "Открывать результаты поиска в новых вкладках"
  470. #: searx/templates/simple/preferences.html:241
  471. msgid "Infinite scroll"
  472. msgstr "Бесконечная прокрутка"
  473. #: searx/templates/simple/preferences.html:248
  474. msgid "Automatically load next page when scrolling to bottom of current page"
  475. msgstr "Автоматически загружать следующую страницу при прокрутке"
  476. #: searx/templates/simple/preferences.html:254
  477. msgid "Privacy"
  478. msgstr "Конфиденциальность"
  479. #: searx/templates/simple/preferences.html:257
  480. msgid "HTTP Method"
  481. msgstr "Метод HTTP"
  482. #: searx/templates/simple/preferences.html:264
  483. msgid ""
  484. "Change how forms are submited, <a "
  485. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  486. " rel=\"external\">learn more about request methods</a>"
  487. msgstr ""
  488. "Способ отправки запросов. <a "
  489. "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  490. "rel=\"external\">Подробнее о методах HTTP</a>"
  491. #: searx/templates/simple/preferences.html:269
  492. msgid "Image proxy"
  493. msgstr "Прокси для картинок"
  494. #: searx/templates/simple/preferences.html:272
  495. #: searx/templates/simple/preferences.html:284
  496. msgid "Enabled"
  497. msgstr "Включено"
  498. #: searx/templates/simple/preferences.html:273
  499. #: searx/templates/simple/preferences.html:285
  500. msgid "Disabled"
  501. msgstr "Выключено"
  502. #: searx/templates/simple/preferences.html:276
  503. msgid "Proxying image results through SearXNG"
  504. msgstr "Проксировать изображения в результатах методами SearXNG"
  505. #: searx/templates/simple/preferences.html:281
  506. msgid "Query in the page's title"
  507. msgstr "Поисковый запрос в заголовке страницы"
  508. #: searx/templates/simple/preferences.html:288
  509. msgid ""
  510. "When enabled, the result page's title contains your query. Your browser "
  511. "can record this title"
  512. msgstr ""
  513. "Добавить поисковый запрос в заголовок страницы с результатами. Браузер "
  514. "может сохранять этот заголовок"
  515. #: searx/templates/simple/preferences.html:294
  516. msgid "Engines"
  517. msgstr "Поисковые системы"
  518. #: searx/templates/simple/preferences.html:295
  519. msgid "Currently used search engines"
  520. msgstr "Используемые поисковые системы"
  521. #: searx/templates/simple/preferences.html:302
  522. msgid ""
  523. "This tab does not show up for search results, but you can search the "
  524. "engines listed here via bangs."
  525. msgstr ""
  526. "Результаты из этого раздела не отображаются в общих, но вы можете "
  527. "использовать эти поисковые движки через восклицательный знак."
  528. #: searx/templates/simple/preferences.html:307
  529. #: searx/templates/simple/preferences.html:358
  530. msgid "Allow"
  531. msgstr "Использовать"
  532. #: searx/templates/simple/preferences.html:308
  533. #: searx/templates/simple/stats.html:25
  534. msgid "Engine name"
  535. msgstr "Поисковая система"
  536. #: searx/templates/simple/preferences.html:309
  537. msgid "Shortcut"
  538. msgstr "Сокращение"
  539. #: searx/templates/simple/preferences.html:310
  540. msgid "Supports selected language"
  541. msgstr "Выбор языка"
  542. #: searx/templates/simple/filters/time_range.html:1
  543. #: searx/templates/simple/preferences.html:312
  544. msgid "Time range"
  545. msgstr "Временной диапазон"
  546. #: searx/templates/simple/preferences.html:313
  547. #: searx/templates/simple/stats.html:28
  548. msgid "Response time"
  549. msgstr "Время отклика"
  550. #: searx/templates/simple/preferences.html:314
  551. msgid "Max time"
  552. msgstr "Максимальное время"
  553. #: searx/templates/simple/preferences.html:315
  554. #: searx/templates/simple/stats.html:29
  555. msgid "Reliability"
  556. msgstr "Надёжность"
  557. #: searx/templates/simple/preferences.html:353
  558. msgid "Special Queries"
  559. msgstr "Особые запросы"
  560. #: searx/templates/simple/preferences.html:359
  561. msgid "Keywords"
  562. msgstr "Ключевые слова"
  563. #: searx/templates/simple/preferences.html:360
  564. msgid "Name"
  565. msgstr "Название"
  566. #: searx/templates/simple/preferences.html:361
  567. msgid "Description"
  568. msgstr "Описание"
  569. #: searx/templates/simple/preferences.html:362
  570. msgid "Examples"
  571. msgstr "Пример"
  572. #: searx/templates/simple/preferences.html:365
  573. msgid "This is the list of SearXNG's instant answering modules."
  574. msgstr "Модули SearXNG с мгновенным ответом."
  575. #: searx/templates/simple/preferences.html:376
  576. msgid "This is the list of plugins."
  577. msgstr "Список плагинов."
  578. #: searx/templates/simple/preferences.html:393
  579. msgid "Cookies"
  580. msgstr "Cookies"
  581. #: searx/templates/simple/preferences.html:395
  582. msgid ""
  583. "This is the list of cookies and their values SearXNG is storing on your "
  584. "computer."
  585. msgstr "Список cookies и их значений, которые SearXNG хранит в вашем браузере."
  586. #: searx/templates/simple/preferences.html:396
  587. msgid "With that list, you can assess SearXNG transparency."
  588. msgstr "SearXNG ничего от вас не скрывает."
  589. #: searx/templates/simple/preferences.html:401
  590. msgid "Cookie name"
  591. msgstr "Cookie"
  592. #: searx/templates/simple/preferences.html:402
  593. msgid "Value"
  594. msgstr "Значение"
  595. #: searx/templates/simple/preferences.html:414
  596. msgid "Search URL of the currently saved preferences"
  597. msgstr "URL с сохраненными настройками"
  598. #: searx/templates/simple/preferences.html:418
  599. msgid ""
  600. "Note: specifying custom settings in the search URL can reduce privacy by "
  601. "leaking data to the clicked result sites."
  602. msgstr ""
  603. "Внимание: использование URL с параметрами может привести к утечке данных "
  604. "на сайты, открытые из результатов поиска."
  605. #: searx/templates/simple/preferences.html:419
  606. msgid "URL to restore your preferences in another browser"
  607. msgstr ""
  608. #: searx/templates/simple/preferences.html:423
  609. msgid ""
  610. "Specifying custom settings in the preferences URL can be used to sync "
  611. "preferences across devices."
  612. msgstr ""
  613. #: searx/templates/simple/preferences.html:428
  614. msgid ""
  615. "These settings are stored in your cookies, this allows us not to store "
  616. "this data about you."
  617. msgstr ""
  618. "Все настройки сохраняются в cookie вашего браузера. Это позволяет нам не "
  619. "хранить о вас никаких данных на серверах."
  620. #: searx/templates/simple/preferences.html:430
  621. msgid ""
  622. "These cookies serve your sole convenience, we don't use these cookies to "
  623. "track you."
  624. msgstr ""
  625. "Cookie нужны исключительно для вашего удобства, мы не используем cookie "
  626. "для слежки."
  627. #: searx/templates/simple/preferences.html:433
  628. msgid "Save"
  629. msgstr "Сохранить"
  630. #: searx/templates/simple/preferences.html:434
  631. msgid "Reset defaults"
  632. msgstr "Восстановить настройки по умолчанию"
  633. #: searx/templates/simple/preferences.html:435
  634. msgid "Back"
  635. msgstr "Назад"
  636. #: searx/templates/simple/results.html:23
  637. msgid "Answers"
  638. msgstr "Ответы"
  639. #: searx/templates/simple/results.html:39
  640. msgid "Number of results"
  641. msgstr "Количество результатов"
  642. #: searx/templates/simple/messages/no_results.html:6
  643. #: searx/templates/simple/results.html:46
  644. msgid "Error!"
  645. msgstr "Ошибка!"
  646. #: searx/templates/simple/results.html:46
  647. msgid "Engines cannot retrieve results"
  648. msgstr "Поисковые системы не могут получить результат"
  649. #: searx/templates/simple/results.html:68
  650. msgid "Suggestions"
  651. msgstr "Предложения"
  652. #: searx/templates/simple/results.html:90
  653. msgid "Search URL"
  654. msgstr "Ссылка на поиск"
  655. #: searx/templates/simple/results.html:96
  656. msgid "Download results"
  657. msgstr "Загрузить результаты"
  658. #: searx/templates/simple/results.html:120
  659. msgid "Try searching for:"
  660. msgstr "Попробуйте поискать:"
  661. #: searx/templates/simple/results.html:152
  662. msgid "Back to top"
  663. msgstr "Наверх"
  664. #: searx/templates/simple/results.html:170
  665. msgid "Previous page"
  666. msgstr "предыдущая страница"
  667. #: searx/templates/simple/results.html:187
  668. msgid "Next page"
  669. msgstr "следующая страница"
  670. #: searx/templates/simple/search.html:3
  671. msgid "Display the front page"
  672. msgstr "Показать главную страницу"
  673. #: searx/templates/simple/search.html:9
  674. #: searx/templates/simple/simple_search.html:5
  675. msgid "Search for..."
  676. msgstr "Искать..."
  677. #: searx/templates/simple/search.html:10
  678. #: searx/templates/simple/simple_search.html:6
  679. msgid "clear"
  680. msgstr "очистить"
  681. #: searx/templates/simple/search.html:11
  682. #: searx/templates/simple/simple_search.html:7
  683. msgid "search"
  684. msgstr "поиск"
  685. #: searx/templates/simple/stats.html:21
  686. msgid "There is currently no data available. "
  687. msgstr "На данный момент данные недоступны. "
  688. #: searx/templates/simple/stats.html:26
  689. msgid "Scores"
  690. msgstr "Попаданий"
  691. #: searx/templates/simple/stats.html:27
  692. msgid "Result count"
  693. msgstr "Подсчёт результатов"
  694. #: searx/templates/simple/stats.html:38
  695. msgid "Scores per result"
  696. msgstr "Попаданий за результат"
  697. #: searx/templates/simple/stats.html:62
  698. msgid "Total"
  699. msgstr "Всего"
  700. #: searx/templates/simple/stats.html:63
  701. msgid "HTTP"
  702. msgstr "HTTP"
  703. #: searx/templates/simple/stats.html:64
  704. msgid "Processing"
  705. msgstr "Обработка"
  706. #: searx/templates/simple/stats.html:102
  707. msgid "Warnings"
  708. msgstr "Предупреждения"
  709. #: searx/templates/simple/stats.html:102
  710. msgid "Errors and exceptions"
  711. msgstr "Ошибки и исключения"
  712. #: searx/templates/simple/stats.html:108
  713. msgid "Exception"
  714. msgstr "Исключение"
  715. #: searx/templates/simple/stats.html:110
  716. msgid "Message"
  717. msgstr "Сообщение"
  718. #: searx/templates/simple/stats.html:112
  719. msgid "Percentage"
  720. msgstr "Процент"
  721. #: searx/templates/simple/stats.html:114
  722. msgid "Parameter"
  723. msgstr "Параметр"
  724. #: searx/templates/simple/stats.html:122
  725. msgid "Filename"
  726. msgstr "Имя файла"
  727. #: searx/templates/simple/stats.html:123
  728. msgid "Function"
  729. msgstr "Функция"
  730. #: searx/templates/simple/stats.html:124
  731. msgid "Code"
  732. msgstr "Код"
  733. #: searx/templates/simple/stats.html:131
  734. msgid "Checker"
  735. msgstr "Checker"
  736. #: searx/templates/simple/stats.html:134
  737. msgid "Failed test"
  738. msgstr "Неудачный тест"
  739. #: searx/templates/simple/stats.html:135
  740. msgid "Comment(s)"
  741. msgstr "Комментарии"
  742. #: searx/templates/simple/filters/time_range.html:3
  743. msgid "Anytime"
  744. msgstr "Когда угодно"
  745. #: searx/templates/simple/filters/time_range.html:6
  746. msgid "Last day"
  747. msgstr "Последние сутки"
  748. #: searx/templates/simple/filters/time_range.html:9
  749. msgid "Last week"
  750. msgstr "Последняя неделя"
  751. #: searx/templates/simple/filters/time_range.html:12
  752. msgid "Last month"
  753. msgstr "Последний месяц"
  754. #: searx/templates/simple/filters/time_range.html:15
  755. msgid "Last year"
  756. msgstr "Последний год"
  757. #: searx/templates/simple/messages/no_cookies.html:3
  758. msgid "Information!"
  759. msgstr "Информируем!"
  760. #: searx/templates/simple/messages/no_cookies.html:4
  761. msgid "currently, there are no cookies defined."
  762. msgstr "в данный момент cookie-файлы не установлены."
  763. #: searx/templates/simple/messages/no_results.html:6
  764. msgid "Engines cannot retrieve results."
  765. msgstr "Поисковые системы не могут получить результат."
  766. #: searx/templates/simple/messages/no_results.html:15
  767. msgid "Please, try again later or find another SearXNG instance."
  768. msgstr ""
  769. "Пожалуйста, попробуйте еще раз позднее, либо перейдите на другое зеркало "
  770. "SearXNG."
  771. #: searx/templates/simple/messages/no_results.html:20
  772. msgid "Sorry!"
  773. msgstr "Грусть-печаль!"
  774. #: searx/templates/simple/messages/no_results.html:21
  775. msgid ""
  776. "we didn't find any results. Please use another query or search in more "
  777. "categories."
  778. msgstr ""
  779. "мы не нашли никаких результатов. Попробуйте изменить поисковый запрос или"
  780. " поищите в других категориях."
  781. #: searx/templates/simple/result_templates/default.html:6
  782. msgid "show media"
  783. msgstr "показать медиа"
  784. #: searx/templates/simple/result_templates/default.html:6
  785. msgid "hide media"
  786. msgstr "скрыть медиа"
  787. #: searx/templates/simple/result_templates/default.html:14
  788. #: searx/templates/simple/result_templates/videos.html:14
  789. msgid "This site did not provide any description."
  790. msgstr "Этот сайт не предоставил какое-либо описание."
  791. #: searx/templates/simple/result_templates/images.html:19
  792. msgid "Format"
  793. msgstr "Формат"
  794. #: searx/templates/simple/result_templates/images.html:21
  795. msgid "Engine"
  796. msgstr "Движок"
  797. #: searx/templates/simple/result_templates/images.html:22
  798. msgid "View source"
  799. msgstr "Перейти к источнику"
  800. #: searx/templates/simple/result_templates/map.html:12
  801. msgid "address"
  802. msgstr "адрес"
  803. #: searx/templates/simple/result_templates/map.html:43
  804. msgid "show map"
  805. msgstr "показать карту"
  806. #: searx/templates/simple/result_templates/map.html:43
  807. msgid "hide map"
  808. msgstr "скрыть карту"
  809. #: searx/templates/simple/result_templates/torrent.html:6
  810. msgid "magnet link"
  811. msgstr "magnet-ссылка"
  812. #: searx/templates/simple/result_templates/torrent.html:7
  813. msgid "torrent file"
  814. msgstr "торрент-файл"
  815. #: searx/templates/simple/result_templates/torrent.html:9
  816. msgid "Seeder"
  817. msgstr "Раздают"
  818. #: searx/templates/simple/result_templates/torrent.html:9
  819. msgid "Leecher"
  820. msgstr "Качают"
  821. #: searx/templates/simple/result_templates/torrent.html:11
  822. msgid "Filesize"
  823. msgstr "Размер файла"
  824. #: searx/templates/simple/result_templates/torrent.html:12
  825. msgid "Bytes"
  826. msgstr "Байт"
  827. #: searx/templates/simple/result_templates/torrent.html:13
  828. msgid "kiB"
  829. msgstr "КиБ"
  830. #: searx/templates/simple/result_templates/torrent.html:14
  831. msgid "MiB"
  832. msgstr "МиБ"
  833. #: searx/templates/simple/result_templates/torrent.html:15
  834. msgid "GiB"
  835. msgstr "ГиБ"
  836. #: searx/templates/simple/result_templates/torrent.html:16
  837. msgid "TiB"
  838. msgstr "ТиБ"
  839. #: searx/templates/simple/result_templates/torrent.html:20
  840. msgid "Number of Files"
  841. msgstr "Количество файлов"
  842. #: searx/templates/simple/result_templates/videos.html:6
  843. msgid "show video"
  844. msgstr "показать видео"
  845. #: searx/templates/simple/result_templates/videos.html:6
  846. msgid "hide video"
  847. msgstr "скрыть видео"
  848. #~ msgid "Engine time (sec)"
  849. #~ msgstr "Время поиска (сек)"
  850. #~ msgid "Page loads (sec)"
  851. #~ msgstr "Загрузка страниц (сек)"
  852. #~ msgid "Errors"
  853. #~ msgstr "Ошибки"
  854. #~ msgid "CAPTCHA required"
  855. #~ msgstr "Требуется капча"
  856. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  857. #~ msgstr "Заменять в ссылках HTTP на HTTPS если это возможно"
  858. #~ msgid ""
  859. #~ "Results are opened in the same "
  860. #~ "window by default. This plugin "
  861. #~ "overwrites the default behaviour to open"
  862. #~ " links on new tabs/windows. (JavaScript "
  863. #~ "required)"
  864. #~ msgstr ""
  865. #~ "По умолчанию результаты открываются в "
  866. #~ "том же окне. Этот плагин переопределяет"
  867. #~ " поведение по умолчанию для открытия "
  868. #~ "ссылок в новых вкладках/окнах. (Требуется "
  869. #~ "JavaScript)"
  870. #~ msgid "Color"
  871. #~ msgstr "Цвет"
  872. #~ msgid "Blue (default)"
  873. #~ msgstr "Синий (по умолчанию)"
  874. #~ msgid "Violet"
  875. #~ msgstr "Фиолетовый"
  876. #~ msgid "Green"
  877. #~ msgstr "Зеленый"
  878. #~ msgid "Cyan"
  879. #~ msgstr "Бирюзовый"
  880. #~ msgid "Orange"
  881. #~ msgstr "Оранжевый"
  882. #~ msgid "Red"
  883. #~ msgstr "Красный"
  884. #~ msgid "Category"
  885. #~ msgstr "Категория"
  886. #~ msgid "Block"
  887. #~ msgstr "Блокировать"
  888. #~ msgid "original context"
  889. #~ msgstr "исходный контекст"
  890. #~ msgid "Plugins"
  891. #~ msgstr "Плагины"
  892. #~ msgid "Answerers"
  893. #~ msgstr "Ответчики"
  894. #~ msgid "Avg. time"
  895. #~ msgstr "Среднее время"
  896. #~ msgid "show details"
  897. #~ msgstr "показать подробности"
  898. #~ msgid "hide details"
  899. #~ msgstr "скрыть подробности"
  900. #~ msgid "Load more..."
  901. #~ msgstr "Загрузить еще…"
  902. #~ msgid "Loading..."
  903. #~ msgstr "Загрузка..."
  904. #~ msgid "Change searx layout"
  905. #~ msgstr "Изменить вид сайта"
  906. #~ msgid "Proxying image results through searx"
  907. #~ msgstr "Проксировать найденные изображения с помощью searx"
  908. #~ msgid "This is the list of searx's instant answering modules."
  909. #~ msgstr "Это список модулей мгновенного ответа searx."
  910. #~ msgid ""
  911. #~ "This is the list of cookies and"
  912. #~ " their values searx is storing on "
  913. #~ "your computer."
  914. #~ msgstr ""
  915. #~ "Это список cookie-файлов и их значения,"
  916. #~ " которые searx хранит на Вашем "
  917. #~ "компьютере."
  918. #~ msgid "With that list, you can assess searx transparency."
  919. #~ msgstr "С помощью этого списка можно изменить прозрачность searx."
  920. #~ msgid "It look like you are using searx first time."
  921. #~ msgstr "Похоже, вы используете searx впервые."
  922. #~ msgid "Please, try again later or find another searx instance."
  923. #~ msgstr "Пожалуйста, попробуйте позже или воспользуйтесь другим сервером searx."
  924. #~ msgid "Themes"
  925. #~ msgstr "Темы"
  926. #~ msgid "Reliablity"
  927. #~ msgstr "Надежность"
  928. #~ msgid ""
  929. #~ "When enabled, the result page's title"
  930. #~ " contains your query. Your browser "
  931. #~ "can record this title."
  932. #~ msgstr ""
  933. #~ msgid "Method"
  934. #~ msgstr "Cпособ"
  935. #~ msgid ""
  936. #~ "This tab does not show up for "
  937. #~ "search results but you can search "
  938. #~ "the engines listed here via bangs."
  939. #~ msgstr ""
  940. #~ "На этой вкладке отсутсвуют результаты, "
  941. #~ "но вы можете использовать поисковики "
  942. #~ "перечисленные ниже."
  943. #~ msgid "Advanced settings"
  944. #~ msgstr "Дополнительные настройки"
  945. #~ msgid "Close"
  946. #~ msgstr "Закрыть"
  947. #~ msgid "Language"
  948. #~ msgstr "Язык"
  949. #~ msgid "broken"
  950. #~ msgstr "сломанный"
  951. #~ msgid "supported"
  952. #~ msgstr "поддерживается"
  953. #~ msgid "not supported"
  954. #~ msgstr "не поддерживается"
  955. #~ msgid "about"
  956. #~ msgstr "О сайте"
  957. #~ msgid "Avg."
  958. #~ msgstr "примерно"
  959. #~ msgid "User Interface"
  960. #~ msgstr "Внешний вид"
  961. #~ msgid "Choose style for this theme"
  962. #~ msgstr "Цветовое решение для выбранной темы"
  963. #~ msgid "Style"
  964. #~ msgstr "Стиль"
  965. #~ msgid "Show advanced settings"
  966. #~ msgstr "Дополнительные настройки"
  967. #~ msgid "Show advanced settings panel in the home page by default"
  968. #~ msgstr "Развернуть дополнительные настройки на главной странице"
  969. #~ msgid "Allow all"
  970. #~ msgstr "Выбрать все"
  971. #~ msgid "Disable all"
  972. #~ msgstr "Выключить все"
  973. #~ msgid "Selected language"
  974. #~ msgstr "Выбранный язык"
  975. #~ msgid "Query"
  976. #~ msgstr "Запрос"
  977. #~ msgid "save"
  978. #~ msgstr "Сохранить"
  979. #~ msgid "back"
  980. #~ msgstr "Назад"
  981. #~ msgid "Links"
  982. #~ msgstr "Ссылки"
  983. #~ msgid "RSS subscription"
  984. #~ msgstr "RSS-подписка"
  985. #~ msgid "Search results"
  986. #~ msgstr "Результаты поиска"
  987. #~ msgid "next page"
  988. #~ msgstr "следующая страница"
  989. #~ msgid "previous page"
  990. #~ msgstr "предыдущая страница"
  991. #~ msgid "Start search"
  992. #~ msgstr "Начать поиск"
  993. #~ msgid "Clear search"
  994. #~ msgstr "Очистить запрос"
  995. #~ msgid "Clear"
  996. #~ msgstr "Очистить"
  997. #~ msgid "stats"
  998. #~ msgstr "статистика"
  999. #~ msgid "Heads up!"
  1000. #~ msgstr "Вот чёрт!"
  1001. #~ msgid "It look like you are using SearXNG first time."
  1002. #~ msgstr "Похоже, вы используете SearXNG впервые."
  1003. #~ msgid "Well done!"
  1004. #~ msgstr "Отлично!"
  1005. #~ msgid "Settings saved successfully."
  1006. #~ msgstr "Настройки успешно сохранены."
  1007. #~ msgid "Oh snap!"
  1008. #~ msgstr "Вот черт!"
  1009. #~ msgid "Something went wrong."
  1010. #~ msgstr "Что-то пошло не так."
  1011. #~ msgid "Date"
  1012. #~ msgstr "Дата"
  1013. #~ msgid "Type"
  1014. #~ msgstr "Тип"
  1015. #~ msgid "Get image"
  1016. #~ msgstr "Скачать картинку"
  1017. #~ msgid "Center Alignment"
  1018. #~ msgstr ""
  1019. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1020. #~ msgstr ""
  1021. #~ msgid "preferences"
  1022. #~ msgstr "Настройки"