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-06-28 18:34+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. msgid "preferences"
  292. msgstr "Настройки"
  293. #: searx/templates/simple/base.html:62
  294. msgid "Powered by"
  295. msgstr "Основано на"
  296. #: searx/templates/simple/base.html:62
  297. msgid "a privacy-respecting, hackable metasearch engine"
  298. msgstr "открытая метапоисковая система, уважающая приватность"
  299. #: searx/templates/simple/base.html:63
  300. msgid "Source code"
  301. msgstr "Исходный код"
  302. #: searx/templates/simple/base.html:64
  303. msgid "Issue tracker"
  304. msgstr "Сообщить о проблеме"
  305. #: searx/templates/simple/base.html:65 searx/templates/simple/stats.html:18
  306. msgid "Engine stats"
  307. msgstr "Статистика по поисковым системам"
  308. #: searx/templates/simple/base.html:66
  309. #: searx/templates/simple/messages/no_results.html:15
  310. msgid "Public instances"
  311. msgstr "Публичные зеркала"
  312. #: searx/templates/simple/base.html:68
  313. msgid "Privacy policy"
  314. msgstr ""
  315. #: searx/templates/simple/base.html:71
  316. msgid "Contact instance maintainer"
  317. msgstr "Сопровождающий текущего зеркала"
  318. #: searx/templates/simple/categories.html:24
  319. msgid "Click on the magnifier to perform search"
  320. msgstr "Нажмите на лупу, чтобы выполнить поиск"
  321. #: searx/templates/simple/macros.html:36
  322. msgid "Length"
  323. msgstr "Длительность"
  324. #: searx/templates/simple/macros.html:37
  325. #: searx/templates/simple/result_templates/images.html:18
  326. msgid "Author"
  327. msgstr "Автор"
  328. #: searx/templates/simple/macros.html:45
  329. msgid "cached"
  330. msgstr "веб-архив"
  331. #: searx/templates/simple/macros.html:45
  332. msgid "proxied"
  333. msgstr "через прокси"
  334. #: searx/templates/simple/new_issue.html:63
  335. msgid "Submit a new issue on Github including the above information"
  336. msgstr ""
  337. #: searx/templates/simple/preferences.html:29
  338. msgid "No HTTPS"
  339. msgstr "Без HTTPS"
  340. #: searx/templates/simple/messages/no_results.html:10
  341. #: searx/templates/simple/preferences.html:31
  342. #: searx/templates/simple/preferences.html:32
  343. #: searx/templates/simple/results.html:49
  344. msgid "View error logs and submit a bug report"
  345. msgstr "Просмотр журнала ошибок и отправка отчета об ошибках"
  346. #: searx/templates/simple/preferences.html:53
  347. #: searx/templates/simple/stats.html:67
  348. msgid "Median"
  349. msgstr "Медиана"
  350. #: searx/templates/simple/preferences.html:54
  351. #: searx/templates/simple/stats.html:73
  352. msgid "P80"
  353. msgstr "P80"
  354. #: searx/templates/simple/preferences.html:55
  355. #: searx/templates/simple/stats.html:79
  356. msgid "P95"
  357. msgstr "P95"
  358. #: searx/templates/simple/preferences.html:83
  359. msgid "Failed checker test(s): "
  360. msgstr "Проваленные проверки: "
  361. #: searx/templates/simple/preferences.html:85
  362. msgid "Errors:"
  363. msgstr "Ошибки:"
  364. #: searx/templates/simple/preferences.html:99
  365. msgid "Preferences"
  366. msgstr "Настройки"
  367. #: searx/templates/simple/preferences.html:105
  368. msgid "General"
  369. msgstr "Общие"
  370. #: searx/templates/simple/preferences.html:108
  371. msgid "Default categories"
  372. msgstr "Категории по умолчанию"
  373. #: searx/templates/simple/filters/languages.html:1
  374. #: searx/templates/simple/preferences.html:115
  375. msgid "Search language"
  376. msgstr "Язык поиска"
  377. #: searx/templates/simple/filters/languages.html:2
  378. #: searx/templates/simple/preferences.html:118
  379. msgid "Default language"
  380. msgstr "Язык по умолчанию"
  381. #: searx/templates/simple/preferences.html:124
  382. msgid "What language do you prefer for search?"
  383. msgstr "Какой язык предпочтителен для поиска?"
  384. #: searx/templates/simple/preferences.html:129
  385. msgid "Autocomplete"
  386. msgstr "Подсказки"
  387. #: searx/templates/simple/preferences.html:138
  388. msgid "Find stuff as you type"
  389. msgstr "Показывать предложения по мере ввода запроса"
  390. #: searx/templates/simple/filters/safesearch.html:1
  391. #: searx/templates/simple/filters/safesearch.html:2
  392. #: searx/templates/simple/filters/safesearch.html:3
  393. #: searx/templates/simple/filters/safesearch.html:4
  394. #: searx/templates/simple/preferences.html:143
  395. #: searx/templates/simple/preferences.html:311
  396. msgid "SafeSearch"
  397. msgstr "Безопасный поиск"
  398. #: searx/templates/simple/filters/safesearch.html:2
  399. #: searx/templates/simple/preferences.html:146
  400. msgid "Strict"
  401. msgstr "Строгий"
  402. #: searx/templates/simple/filters/safesearch.html:3
  403. #: searx/templates/simple/preferences.html:147
  404. msgid "Moderate"
  405. msgstr "Умеренный"
  406. #: searx/templates/simple/filters/safesearch.html:4
  407. #: searx/templates/simple/preferences.html:148
  408. msgid "None"
  409. msgstr "Отключен"
  410. #: searx/templates/simple/preferences.html:151
  411. msgid "Filter content"
  412. msgstr "Отбирает только пристойные результаты"
  413. #: searx/templates/simple/preferences.html:157
  414. msgid "Open Access DOI resolver"
  415. msgstr "Источник Open Access DOI"
  416. #: searx/templates/simple/preferences.html:167
  417. msgid ""
  418. "Redirect to open-access versions of publications when available (plugin "
  419. "required)"
  420. msgstr ""
  421. "Перенаправлять на открытые версии публикаций при их наличии (требуется "
  422. "плагин)"
  423. #: searx/templates/simple/preferences.html:171
  424. msgid "Engine tokens"
  425. msgstr "Токены движка"
  426. #: searx/templates/simple/preferences.html:175
  427. msgid "Access tokens for private engines"
  428. msgstr "Доступные токены для частных движков"
  429. #: searx/templates/simple/preferences.html:179
  430. msgid "User interface"
  431. msgstr "Внешний вид"
  432. #: searx/templates/simple/preferences.html:182
  433. msgid "Interface language"
  434. msgstr "Язык интерфейса"
  435. #: searx/templates/simple/preferences.html:190
  436. msgid "Change the language of the layout"
  437. msgstr "Языка этого сайта"
  438. #: searx/templates/simple/preferences.html:195
  439. msgid "Theme"
  440. msgstr "Тема"
  441. #: searx/templates/simple/preferences.html:203
  442. msgid "Change SearXNG layout"
  443. msgstr "Изменить расположение элементов SearXNG"
  444. #: searx/templates/simple/preferences.html:206
  445. msgid "Theme style"
  446. msgstr "Стиль темы"
  447. #: searx/templates/simple/preferences.html:214
  448. msgid "Choose auto to follow your browser settings"
  449. msgstr "Выберите \"автоматически\" для использования настроек вашего браузера"
  450. #: searx/templates/simple/preferences.html:217
  451. msgid "Center Alignment"
  452. msgstr ""
  453. #: searx/templates/simple/preferences.html:220
  454. #: searx/templates/simple/preferences.html:232
  455. #: searx/templates/simple/preferences.html:244
  456. msgid "On"
  457. msgstr "Включено"
  458. #: searx/templates/simple/preferences.html:221
  459. #: searx/templates/simple/preferences.html:233
  460. #: searx/templates/simple/preferences.html:245
  461. msgid "Off"
  462. msgstr "Выключено"
  463. #: searx/templates/simple/preferences.html:224
  464. msgid "Displays results in the center of the page (Oscar layout)."
  465. msgstr ""
  466. #: searx/templates/simple/preferences.html:229
  467. msgid "Results on new tabs"
  468. msgstr "Новые вкладки"
  469. #: searx/templates/simple/preferences.html:236
  470. msgid "Open result links on new browser tabs"
  471. msgstr "Открывать результаты поиска в новых вкладках"
  472. #: searx/templates/simple/preferences.html:241
  473. msgid "Infinite scroll"
  474. msgstr "Бесконечная прокрутка"
  475. #: searx/templates/simple/preferences.html:248
  476. msgid "Automatically load next page when scrolling to bottom of current page"
  477. msgstr "Автоматически загружать следующую страницу при прокрутке"
  478. #: searx/templates/simple/preferences.html:254
  479. msgid "Privacy"
  480. msgstr "Конфиденциальность"
  481. #: searx/templates/simple/preferences.html:257
  482. msgid "HTTP Method"
  483. msgstr "Метод HTTP"
  484. #: searx/templates/simple/preferences.html:264
  485. msgid ""
  486. "Change how forms are submited, <a "
  487. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  488. " rel=\"external\">learn more about request methods</a>"
  489. msgstr ""
  490. "Способ отправки запросов. <a "
  491. "href=\"http://ru.wikipedia.org/wiki/HTTP#Методы\" "
  492. "rel=\"external\">Подробнее о методах HTTP</a>"
  493. #: searx/templates/simple/preferences.html:269
  494. msgid "Image proxy"
  495. msgstr "Прокси для картинок"
  496. #: searx/templates/simple/preferences.html:272
  497. #: searx/templates/simple/preferences.html:284
  498. msgid "Enabled"
  499. msgstr "Включено"
  500. #: searx/templates/simple/preferences.html:273
  501. #: searx/templates/simple/preferences.html:285
  502. msgid "Disabled"
  503. msgstr "Выключено"
  504. #: searx/templates/simple/preferences.html:276
  505. msgid "Proxying image results through SearXNG"
  506. msgstr "Проксировать изображения в результатах методами SearXNG"
  507. #: searx/templates/simple/preferences.html:281
  508. msgid "Query in the page's title"
  509. msgstr "Поисковый запрос в заголовке страницы"
  510. #: searx/templates/simple/preferences.html:288
  511. msgid ""
  512. "When enabled, the result page's title contains your query. Your browser "
  513. "can record this title"
  514. msgstr ""
  515. "Добавить поисковый запрос в заголовок страницы с результатами. Браузер "
  516. "может сохранять этот заголовок"
  517. #: searx/templates/simple/preferences.html:294
  518. msgid "Engines"
  519. msgstr "Поисковые системы"
  520. #: searx/templates/simple/preferences.html:295
  521. msgid "Currently used search engines"
  522. msgstr "Используемые поисковые системы"
  523. #: searx/templates/simple/preferences.html:302
  524. msgid ""
  525. "This tab does not show up for search results, but you can search the "
  526. "engines listed here via bangs."
  527. msgstr ""
  528. "Результаты из этого раздела не отображаются в общих, но вы можете "
  529. "использовать эти поисковые движки через восклицательный знак."
  530. #: searx/templates/simple/preferences.html:307
  531. #: searx/templates/simple/preferences.html:358
  532. msgid "Allow"
  533. msgstr "Использовать"
  534. #: searx/templates/simple/preferences.html:308
  535. #: searx/templates/simple/stats.html:25
  536. msgid "Engine name"
  537. msgstr "Поисковая система"
  538. #: searx/templates/simple/preferences.html:309
  539. msgid "Shortcut"
  540. msgstr "Сокращение"
  541. #: searx/templates/simple/preferences.html:310
  542. msgid "Supports selected language"
  543. msgstr "Выбор языка"
  544. #: searx/templates/simple/filters/time_range.html:1
  545. #: searx/templates/simple/preferences.html:312
  546. msgid "Time range"
  547. msgstr "Временной диапазон"
  548. #: searx/templates/simple/preferences.html:313
  549. #: searx/templates/simple/stats.html:28
  550. msgid "Response time"
  551. msgstr "Время отклика"
  552. #: searx/templates/simple/preferences.html:314
  553. msgid "Max time"
  554. msgstr "Максимальное время"
  555. #: searx/templates/simple/preferences.html:315
  556. #: searx/templates/simple/stats.html:29
  557. msgid "Reliability"
  558. msgstr "Надёжность"
  559. #: searx/templates/simple/preferences.html:353
  560. msgid "Special Queries"
  561. msgstr "Особые запросы"
  562. #: searx/templates/simple/preferences.html:359
  563. msgid "Keywords"
  564. msgstr "Ключевые слова"
  565. #: searx/templates/simple/preferences.html:360
  566. msgid "Name"
  567. msgstr "Название"
  568. #: searx/templates/simple/preferences.html:361
  569. msgid "Description"
  570. msgstr "Описание"
  571. #: searx/templates/simple/preferences.html:362
  572. msgid "Examples"
  573. msgstr "Пример"
  574. #: searx/templates/simple/preferences.html:365
  575. msgid "This is the list of SearXNG's instant answering modules."
  576. msgstr "Модули SearXNG с мгновенным ответом."
  577. #: searx/templates/simple/preferences.html:376
  578. msgid "This is the list of plugins."
  579. msgstr "Список плагинов."
  580. #: searx/templates/simple/preferences.html:393
  581. msgid "Cookies"
  582. msgstr "Cookies"
  583. #: searx/templates/simple/preferences.html:395
  584. msgid ""
  585. "This is the list of cookies and their values SearXNG is storing on your "
  586. "computer."
  587. msgstr "Список cookies и их значений, которые SearXNG хранит в вашем браузере."
  588. #: searx/templates/simple/preferences.html:396
  589. msgid "With that list, you can assess SearXNG transparency."
  590. msgstr "SearXNG ничего от вас не скрывает."
  591. #: searx/templates/simple/preferences.html:401
  592. msgid "Cookie name"
  593. msgstr "Cookie"
  594. #: searx/templates/simple/preferences.html:402
  595. msgid "Value"
  596. msgstr "Значение"
  597. #: searx/templates/simple/preferences.html:414
  598. msgid "Search URL of the currently saved preferences"
  599. msgstr "URL с сохраненными настройками"
  600. #: searx/templates/simple/preferences.html:418
  601. msgid ""
  602. "Note: specifying custom settings in the search URL can reduce privacy by "
  603. "leaking data to the clicked result sites."
  604. msgstr ""
  605. "Внимание: использование URL с параметрами может привести к утечке данных "
  606. "на сайты, открытые из результатов поиска."
  607. #: searx/templates/simple/preferences.html:419
  608. msgid "URL to restore your preferences in another browser"
  609. msgstr ""
  610. #: searx/templates/simple/preferences.html:423
  611. msgid ""
  612. "Specifying custom settings in the preferences URL can be used to sync "
  613. "preferences across devices."
  614. msgstr ""
  615. #: searx/templates/simple/preferences.html:428
  616. msgid ""
  617. "These settings are stored in your cookies, this allows us not to store "
  618. "this data about you."
  619. msgstr ""
  620. "Все настройки сохраняются в cookie вашего браузера. Это позволяет нам не "
  621. "хранить о вас никаких данных на серверах."
  622. #: searx/templates/simple/preferences.html:430
  623. msgid ""
  624. "These cookies serve your sole convenience, we don't use these cookies to "
  625. "track you."
  626. msgstr ""
  627. "Cookie нужны исключительно для вашего удобства, мы не используем cookie "
  628. "для слежки."
  629. #: searx/templates/simple/preferences.html:433
  630. msgid "Save"
  631. msgstr "Сохранить"
  632. #: searx/templates/simple/preferences.html:434
  633. msgid "Reset defaults"
  634. msgstr "Восстановить настройки по умолчанию"
  635. #: searx/templates/simple/preferences.html:435
  636. msgid "Back"
  637. msgstr "Назад"
  638. #: searx/templates/simple/results.html:23
  639. msgid "Answers"
  640. msgstr "Ответы"
  641. #: searx/templates/simple/results.html:39
  642. msgid "Number of results"
  643. msgstr "Количество результатов"
  644. #: searx/templates/simple/messages/no_results.html:6
  645. #: searx/templates/simple/results.html:46
  646. msgid "Error!"
  647. msgstr "Ошибка!"
  648. #: searx/templates/simple/results.html:46
  649. msgid "Engines cannot retrieve results"
  650. msgstr "Поисковые системы не могут получить результат"
  651. #: searx/templates/simple/results.html:68
  652. msgid "Suggestions"
  653. msgstr "Предложения"
  654. #: searx/templates/simple/results.html:90
  655. msgid "Search URL"
  656. msgstr "Ссылка на поиск"
  657. #: searx/templates/simple/results.html:96
  658. msgid "Download results"
  659. msgstr "Загрузить результаты"
  660. #: searx/templates/simple/results.html:120
  661. msgid "Try searching for:"
  662. msgstr "Попробуйте поискать:"
  663. #: searx/templates/simple/results.html:152
  664. msgid "Back to top"
  665. msgstr "Наверх"
  666. #: searx/templates/simple/results.html:170
  667. msgid "Previous page"
  668. msgstr "предыдущая страница"
  669. #: searx/templates/simple/results.html:187
  670. msgid "Next page"
  671. msgstr "следующая страница"
  672. #: searx/templates/simple/search.html:3
  673. msgid "Display the front page"
  674. msgstr "Показать главную страницу"
  675. #: searx/templates/simple/search.html:9
  676. #: searx/templates/simple/simple_search.html:5
  677. msgid "Search for..."
  678. msgstr "Искать..."
  679. #: searx/templates/simple/search.html:10
  680. #: searx/templates/simple/simple_search.html:6
  681. msgid "clear"
  682. msgstr "очистить"
  683. #: searx/templates/simple/search.html:11
  684. #: searx/templates/simple/simple_search.html:7
  685. msgid "search"
  686. msgstr "поиск"
  687. #: searx/templates/simple/stats.html:21
  688. msgid "There is currently no data available. "
  689. msgstr "На данный момент данные недоступны. "
  690. #: searx/templates/simple/stats.html:26
  691. msgid "Scores"
  692. msgstr "Попаданий"
  693. #: searx/templates/simple/stats.html:27
  694. msgid "Result count"
  695. msgstr "Подсчёт результатов"
  696. #: searx/templates/simple/stats.html:38
  697. msgid "Scores per result"
  698. msgstr "Попаданий за результат"
  699. #: searx/templates/simple/stats.html:62
  700. msgid "Total"
  701. msgstr "Всего"
  702. #: searx/templates/simple/stats.html:63
  703. msgid "HTTP"
  704. msgstr "HTTP"
  705. #: searx/templates/simple/stats.html:64
  706. msgid "Processing"
  707. msgstr "Обработка"
  708. #: searx/templates/simple/stats.html:102
  709. msgid "Warnings"
  710. msgstr "Предупреждения"
  711. #: searx/templates/simple/stats.html:102
  712. msgid "Errors and exceptions"
  713. msgstr "Ошибки и исключения"
  714. #: searx/templates/simple/stats.html:108
  715. msgid "Exception"
  716. msgstr "Исключение"
  717. #: searx/templates/simple/stats.html:110
  718. msgid "Message"
  719. msgstr "Сообщение"
  720. #: searx/templates/simple/stats.html:112
  721. msgid "Percentage"
  722. msgstr "Процент"
  723. #: searx/templates/simple/stats.html:114
  724. msgid "Parameter"
  725. msgstr "Параметр"
  726. #: searx/templates/simple/stats.html:122
  727. msgid "Filename"
  728. msgstr "Имя файла"
  729. #: searx/templates/simple/stats.html:123
  730. msgid "Function"
  731. msgstr "Функция"
  732. #: searx/templates/simple/stats.html:124
  733. msgid "Code"
  734. msgstr "Код"
  735. #: searx/templates/simple/stats.html:131
  736. msgid "Checker"
  737. msgstr "Checker"
  738. #: searx/templates/simple/stats.html:134
  739. msgid "Failed test"
  740. msgstr "Неудачный тест"
  741. #: searx/templates/simple/stats.html:135
  742. msgid "Comment(s)"
  743. msgstr "Комментарии"
  744. #: searx/templates/simple/filters/time_range.html:3
  745. msgid "Anytime"
  746. msgstr "Когда угодно"
  747. #: searx/templates/simple/filters/time_range.html:6
  748. msgid "Last day"
  749. msgstr "Последние сутки"
  750. #: searx/templates/simple/filters/time_range.html:9
  751. msgid "Last week"
  752. msgstr "Последняя неделя"
  753. #: searx/templates/simple/filters/time_range.html:12
  754. msgid "Last month"
  755. msgstr "Последний месяц"
  756. #: searx/templates/simple/filters/time_range.html:15
  757. msgid "Last year"
  758. msgstr "Последний год"
  759. #: searx/templates/simple/messages/no_cookies.html:3
  760. msgid "Information!"
  761. msgstr "Информируем!"
  762. #: searx/templates/simple/messages/no_cookies.html:4
  763. msgid "currently, there are no cookies defined."
  764. msgstr "в данный момент cookie-файлы не установлены."
  765. #: searx/templates/simple/messages/no_results.html:6
  766. msgid "Engines cannot retrieve results."
  767. msgstr "Поисковые системы не могут получить результат."
  768. #: searx/templates/simple/messages/no_results.html:15
  769. msgid "Please, try again later or find another SearXNG instance."
  770. msgstr ""
  771. "Пожалуйста, попробуйте еще раз позднее, либо перейдите на другое зеркало "
  772. "SearXNG."
  773. #: searx/templates/simple/messages/no_results.html:20
  774. msgid "Sorry!"
  775. msgstr "Грусть-печаль!"
  776. #: searx/templates/simple/messages/no_results.html:21
  777. msgid ""
  778. "we didn't find any results. Please use another query or search in more "
  779. "categories."
  780. msgstr ""
  781. "мы не нашли никаких результатов. Попробуйте изменить поисковый запрос или"
  782. " поищите в других категориях."
  783. #: searx/templates/simple/result_templates/default.html:6
  784. msgid "show media"
  785. msgstr "показать медиа"
  786. #: searx/templates/simple/result_templates/default.html:6
  787. msgid "hide media"
  788. msgstr "скрыть медиа"
  789. #: searx/templates/simple/result_templates/default.html:14
  790. #: searx/templates/simple/result_templates/videos.html:14
  791. msgid "This site did not provide any description."
  792. msgstr "Этот сайт не предоставил какое-либо описание."
  793. #: searx/templates/simple/result_templates/images.html:19
  794. msgid "Format"
  795. msgstr "Формат"
  796. #: searx/templates/simple/result_templates/images.html:21
  797. msgid "Engine"
  798. msgstr "Движок"
  799. #: searx/templates/simple/result_templates/images.html:22
  800. msgid "View source"
  801. msgstr "Перейти к источнику"
  802. #: searx/templates/simple/result_templates/map.html:12
  803. msgid "address"
  804. msgstr "адрес"
  805. #: searx/templates/simple/result_templates/map.html:43
  806. msgid "show map"
  807. msgstr "показать карту"
  808. #: searx/templates/simple/result_templates/map.html:43
  809. msgid "hide map"
  810. msgstr "скрыть карту"
  811. #: searx/templates/simple/result_templates/torrent.html:6
  812. msgid "magnet link"
  813. msgstr "magnet-ссылка"
  814. #: searx/templates/simple/result_templates/torrent.html:7
  815. msgid "torrent file"
  816. msgstr "торрент-файл"
  817. #: searx/templates/simple/result_templates/torrent.html:9
  818. msgid "Seeder"
  819. msgstr "Раздают"
  820. #: searx/templates/simple/result_templates/torrent.html:9
  821. msgid "Leecher"
  822. msgstr "Качают"
  823. #: searx/templates/simple/result_templates/torrent.html:11
  824. msgid "Filesize"
  825. msgstr "Размер файла"
  826. #: searx/templates/simple/result_templates/torrent.html:12
  827. msgid "Bytes"
  828. msgstr "Байт"
  829. #: searx/templates/simple/result_templates/torrent.html:13
  830. msgid "kiB"
  831. msgstr "КиБ"
  832. #: searx/templates/simple/result_templates/torrent.html:14
  833. msgid "MiB"
  834. msgstr "МиБ"
  835. #: searx/templates/simple/result_templates/torrent.html:15
  836. msgid "GiB"
  837. msgstr "ГиБ"
  838. #: searx/templates/simple/result_templates/torrent.html:16
  839. msgid "TiB"
  840. msgstr "ТиБ"
  841. #: searx/templates/simple/result_templates/torrent.html:20
  842. msgid "Number of Files"
  843. msgstr "Количество файлов"
  844. #: searx/templates/simple/result_templates/videos.html:6
  845. msgid "show video"
  846. msgstr "показать видео"
  847. #: searx/templates/simple/result_templates/videos.html:6
  848. msgid "hide video"
  849. msgstr "скрыть видео"
  850. #~ msgid "Engine time (sec)"
  851. #~ msgstr "Время поиска (сек)"
  852. #~ msgid "Page loads (sec)"
  853. #~ msgstr "Загрузка страниц (сек)"
  854. #~ msgid "Errors"
  855. #~ msgstr "Ошибки"
  856. #~ msgid "CAPTCHA required"
  857. #~ msgstr "Требуется капча"
  858. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  859. #~ msgstr "Заменять в ссылках HTTP на HTTPS если это возможно"
  860. #~ msgid ""
  861. #~ "Results are opened in the same "
  862. #~ "window by default. This plugin "
  863. #~ "overwrites the default behaviour to open"
  864. #~ " links on new tabs/windows. (JavaScript "
  865. #~ "required)"
  866. #~ msgstr ""
  867. #~ "По умолчанию результаты открываются в "
  868. #~ "том же окне. Этот плагин переопределяет"
  869. #~ " поведение по умолчанию для открытия "
  870. #~ "ссылок в новых вкладках/окнах. (Требуется "
  871. #~ "JavaScript)"
  872. #~ msgid "Color"
  873. #~ msgstr "Цвет"
  874. #~ msgid "Blue (default)"
  875. #~ msgstr "Синий (по умолчанию)"
  876. #~ msgid "Violet"
  877. #~ msgstr "Фиолетовый"
  878. #~ msgid "Green"
  879. #~ msgstr "Зеленый"
  880. #~ msgid "Cyan"
  881. #~ msgstr "Бирюзовый"
  882. #~ msgid "Orange"
  883. #~ msgstr "Оранжевый"
  884. #~ msgid "Red"
  885. #~ msgstr "Красный"
  886. #~ msgid "Category"
  887. #~ msgstr "Категория"
  888. #~ msgid "Block"
  889. #~ msgstr "Блокировать"
  890. #~ msgid "original context"
  891. #~ msgstr "исходный контекст"
  892. #~ msgid "Plugins"
  893. #~ msgstr "Плагины"
  894. #~ msgid "Answerers"
  895. #~ msgstr "Ответчики"
  896. #~ msgid "Avg. time"
  897. #~ msgstr "Среднее время"
  898. #~ msgid "show details"
  899. #~ msgstr "показать подробности"
  900. #~ msgid "hide details"
  901. #~ msgstr "скрыть подробности"
  902. #~ msgid "Load more..."
  903. #~ msgstr "Загрузить еще…"
  904. #~ msgid "Loading..."
  905. #~ msgstr "Загрузка..."
  906. #~ msgid "Change searx layout"
  907. #~ msgstr "Изменить вид сайта"
  908. #~ msgid "Proxying image results through searx"
  909. #~ msgstr "Проксировать найденные изображения с помощью searx"
  910. #~ msgid "This is the list of searx's instant answering modules."
  911. #~ msgstr "Это список модулей мгновенного ответа searx."
  912. #~ msgid ""
  913. #~ "This is the list of cookies and"
  914. #~ " their values searx is storing on "
  915. #~ "your computer."
  916. #~ msgstr ""
  917. #~ "Это список cookie-файлов и их значения,"
  918. #~ " которые searx хранит на Вашем "
  919. #~ "компьютере."
  920. #~ msgid "With that list, you can assess searx transparency."
  921. #~ msgstr "С помощью этого списка можно изменить прозрачность searx."
  922. #~ msgid "It look like you are using searx first time."
  923. #~ msgstr "Похоже, вы используете searx впервые."
  924. #~ msgid "Please, try again later or find another searx instance."
  925. #~ msgstr "Пожалуйста, попробуйте позже или воспользуйтесь другим сервером searx."
  926. #~ msgid "Themes"
  927. #~ msgstr "Темы"
  928. #~ msgid "Reliablity"
  929. #~ msgstr "Надежность"
  930. #~ msgid ""
  931. #~ "When enabled, the result page's title"
  932. #~ " contains your query. Your browser "
  933. #~ "can record this title."
  934. #~ msgstr ""
  935. #~ msgid "Method"
  936. #~ msgstr "Cпособ"
  937. #~ msgid ""
  938. #~ "This tab does not show up for "
  939. #~ "search results but you can search "
  940. #~ "the engines listed here via bangs."
  941. #~ msgstr ""
  942. #~ "На этой вкладке отсутсвуют результаты, "
  943. #~ "но вы можете использовать поисковики "
  944. #~ "перечисленные ниже."
  945. #~ msgid "Advanced settings"
  946. #~ msgstr "Дополнительные настройки"
  947. #~ msgid "Close"
  948. #~ msgstr "Закрыть"
  949. #~ msgid "Language"
  950. #~ msgstr "Язык"
  951. #~ msgid "broken"
  952. #~ msgstr "сломанный"
  953. #~ msgid "supported"
  954. #~ msgstr "поддерживается"
  955. #~ msgid "not supported"
  956. #~ msgstr "не поддерживается"
  957. #~ msgid "about"
  958. #~ msgstr "О сайте"
  959. #~ msgid "Avg."
  960. #~ msgstr "примерно"
  961. #~ msgid "User Interface"
  962. #~ msgstr "Внешний вид"
  963. #~ msgid "Choose style for this theme"
  964. #~ msgstr "Цветовое решение для выбранной темы"
  965. #~ msgid "Style"
  966. #~ msgstr "Стиль"
  967. #~ msgid "Show advanced settings"
  968. #~ msgstr "Дополнительные настройки"
  969. #~ msgid "Show advanced settings panel in the home page by default"
  970. #~ msgstr "Развернуть дополнительные настройки на главной странице"
  971. #~ msgid "Allow all"
  972. #~ msgstr "Выбрать все"
  973. #~ msgid "Disable all"
  974. #~ msgstr "Выключить все"
  975. #~ msgid "Selected language"
  976. #~ msgstr "Выбранный язык"
  977. #~ msgid "Query"
  978. #~ msgstr "Запрос"
  979. #~ msgid "save"
  980. #~ msgstr "Сохранить"
  981. #~ msgid "back"
  982. #~ msgstr "Назад"
  983. #~ msgid "Links"
  984. #~ msgstr "Ссылки"
  985. #~ msgid "RSS subscription"
  986. #~ msgstr "RSS-подписка"
  987. #~ msgid "Search results"
  988. #~ msgstr "Результаты поиска"
  989. #~ msgid "next page"
  990. #~ msgstr "следующая страница"
  991. #~ msgid "previous page"
  992. #~ msgstr "предыдущая страница"
  993. #~ msgid "Start search"
  994. #~ msgstr "Начать поиск"
  995. #~ msgid "Clear search"
  996. #~ msgstr "Очистить запрос"
  997. #~ msgid "Clear"
  998. #~ msgstr "Очистить"
  999. #~ msgid "stats"
  1000. #~ msgstr "статистика"
  1001. #~ msgid "Heads up!"
  1002. #~ msgstr "Вот чёрт!"
  1003. #~ msgid "It look like you are using SearXNG first time."
  1004. #~ msgstr "Похоже, вы используете SearXNG впервые."
  1005. #~ msgid "Well done!"
  1006. #~ msgstr "Отлично!"
  1007. #~ msgid "Settings saved successfully."
  1008. #~ msgstr "Настройки успешно сохранены."
  1009. #~ msgid "Oh snap!"
  1010. #~ msgstr "Вот черт!"
  1011. #~ msgid "Something went wrong."
  1012. #~ msgstr "Что-то пошло не так."
  1013. #~ msgid "Date"
  1014. #~ msgstr "Дата"
  1015. #~ msgid "Type"
  1016. #~ msgstr "Тип"
  1017. #~ msgid "Get image"
  1018. #~ msgstr "Скачать картинку"
  1019. #~ msgid "Center Alignment"
  1020. #~ msgstr ""
  1021. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1022. #~ msgstr ""