messages.po 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338
  1. # Chinese (Simplified, China) translations for .
  2. # Copyright (C) 2020 ORGANIZATION
  3. # This file is distributed under the same license as the project.
  4. #
  5. # Translators:
  6. # RainSlide, 2018
  7. # Jsthon, 2019
  8. # Mingye Wang <arthur200126@gmail.com>, 2018
  9. # Noémi Ványi <sitbackandwait@gmail.com>, 2019
  10. # Sion Kazama, 2018
  11. # wenke, 2015
  12. # wenke, 2015-2018
  13. # WhiredPlanck <fungdaat31@outlook.com>, 2020
  14. # wordpure <wordlesspure@gmail.com>, 2022.
  15. # Markus Heiser <markus.heiser@darmarit.de>, 2022.
  16. msgid ""
  17. msgstr ""
  18. "Project-Id-Version: searx\n"
  19. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  20. "POT-Creation-Date: 2022-07-19 05:45+0000\n"
  21. "PO-Revision-Date: 2022-07-01 07:18+0000\n"
  22. "Last-Translator: Markus Heiser <markus.heiser@darmarit.de>\n"
  23. "Language: zh_Hans_CN\n"
  24. "Language-Team: Chinese (Simplified) "
  25. "<https://weblate.bubu1.eu/projects/searxng/searxng/zh_Hans/>\n"
  26. "Plural-Forms: nplurals=1; plural=0;\n"
  27. "MIME-Version: 1.0\n"
  28. "Content-Type: text/plain; charset=utf-8\n"
  29. "Content-Transfer-Encoding: 8bit\n"
  30. "Generated-By: Babel 2.10.3\n"
  31. #. CONSTANT_NAMES['DEFAULT_GROUP_NAME']
  32. #: searx/searxng.msg
  33. msgid "others"
  34. msgstr "其他"
  35. #. CONSTANT_NAMES['OTHER_CATEGORY']
  36. #: searx/searxng.msg
  37. msgid "other"
  38. msgstr "其他"
  39. #. CATEGORY_NAMES['FILES']
  40. #: searx/searxng.msg
  41. msgid "files"
  42. msgstr "文件"
  43. #. CATEGORY_NAMES['GENERAL']
  44. #: searx/searxng.msg
  45. msgid "general"
  46. msgstr "常规"
  47. #. CATEGORY_NAMES['MUSIC']
  48. #: searx/searxng.msg
  49. msgid "music"
  50. msgstr "音乐"
  51. #. CATEGORY_NAMES['SOCIAL_MEDIA']
  52. #: searx/searxng.msg
  53. msgid "social media"
  54. msgstr "社交媒体"
  55. #. CATEGORY_NAMES['IMAGES']
  56. #: searx/searxng.msg
  57. msgid "images"
  58. msgstr "图片"
  59. #. CATEGORY_NAMES['VIDEOS']
  60. #: searx/searxng.msg
  61. msgid "videos"
  62. msgstr "视频"
  63. #. CATEGORY_NAMES['IT']
  64. #: searx/searxng.msg
  65. msgid "it"
  66. msgstr "信息技术"
  67. #. CATEGORY_NAMES['NEWS']
  68. #: searx/searxng.msg
  69. msgid "news"
  70. msgstr "新闻"
  71. #. CATEGORY_NAMES['MAP']
  72. #: searx/searxng.msg
  73. msgid "map"
  74. msgstr "地图"
  75. #. CATEGORY_NAMES['ONIONS']
  76. #: searx/searxng.msg
  77. msgid "onions"
  78. msgstr "洋葱网络"
  79. #. CATEGORY_NAMES['SCIENCE']
  80. #: searx/searxng.msg
  81. msgid "science"
  82. msgstr "科学"
  83. #. CATEGORY_GROUPS['APPS']
  84. #: searx/searxng.msg
  85. msgid "apps"
  86. msgstr "程序"
  87. #. CATEGORY_GROUPS['DICTIONARIES']
  88. #: searx/searxng.msg
  89. msgid "dictionaries"
  90. msgstr "字典"
  91. #. CATEGORY_GROUPS['LYRICS']
  92. #: searx/searxng.msg
  93. msgid "lyrics"
  94. msgstr "歌词"
  95. #. CATEGORY_GROUPS['PACKAGES']
  96. #: searx/searxng.msg
  97. msgid "packages"
  98. msgstr "程序包"
  99. #. CATEGORY_GROUPS['Q_A']
  100. #: searx/searxng.msg
  101. msgid "q&a"
  102. msgstr "问答"
  103. #. CATEGORY_GROUPS['REPOS']
  104. #: searx/searxng.msg
  105. msgid "repos"
  106. msgstr "软件仓库"
  107. #. CATEGORY_GROUPS['SOFTWARE_WIKIS']
  108. #: searx/searxng.msg
  109. msgid "software wikis"
  110. msgstr "软件维基"
  111. #. CATEGORY_GROUPS['WEB']
  112. #: searx/searxng.msg
  113. msgid "web"
  114. msgstr "网页"
  115. #. STYLE_NAMES['AUTO']
  116. #: searx/searxng.msg
  117. msgid "auto"
  118. msgstr "自动"
  119. #. STYLE_NAMES['LIGHT']
  120. #: searx/searxng.msg
  121. msgid "light"
  122. msgstr "浅色"
  123. #. STYLE_NAMES['DARK']
  124. #: searx/searxng.msg
  125. msgid "dark"
  126. msgstr "深色"
  127. #: searx/webapp.py:165
  128. msgid "timeout"
  129. msgstr "超时"
  130. #: searx/webapp.py:166
  131. msgid "parsing error"
  132. msgstr "解析错误"
  133. #: searx/webapp.py:167
  134. msgid "HTTP protocol error"
  135. msgstr "HTTP 协议错误"
  136. #: searx/webapp.py:168
  137. msgid "network error"
  138. msgstr "网络错误"
  139. #: searx/webapp.py:170
  140. msgid "unexpected crash"
  141. msgstr "意外崩溃"
  142. #: searx/webapp.py:177
  143. msgid "HTTP error"
  144. msgstr "HTTP 错误"
  145. #: searx/webapp.py:178
  146. msgid "HTTP connection error"
  147. msgstr "HTTP 连接错误"
  148. #: searx/webapp.py:184
  149. msgid "proxy error"
  150. msgstr "代理错误"
  151. #: searx/webapp.py:185
  152. msgid "CAPTCHA"
  153. msgstr "验证码"
  154. #: searx/webapp.py:186
  155. msgid "too many requests"
  156. msgstr "频繁请求"
  157. #: searx/webapp.py:187
  158. msgid "access denied"
  159. msgstr "拒绝访问"
  160. #: searx/webapp.py:188
  161. msgid "server API error"
  162. msgstr "服务器 API 错误"
  163. #: searx/webapp.py:363
  164. msgid "No item found"
  165. msgstr "没有找到结果"
  166. #: searx/engines/qwant.py:212
  167. #: searx/templates/simple/result_templates/images.html:20 searx/webapp.py:365
  168. msgid "Source"
  169. msgstr "来源"
  170. #: searx/webapp.py:367
  171. msgid "Error loading the next page"
  172. msgstr "载入下个页面时发生错误"
  173. #: searx/webapp.py:516 searx/webapp.py:960
  174. msgid "Invalid settings, please edit your preferences"
  175. msgstr "无效设置,请编辑您的首选项"
  176. #: searx/webapp.py:532
  177. msgid "Invalid settings"
  178. msgstr "无效设置"
  179. #: searx/webapp.py:609 searx/webapp.py:685
  180. msgid "search error"
  181. msgstr "搜索错误"
  182. #: searx/webapp.py:731
  183. msgid "{minutes} minute(s) ago"
  184. msgstr "{minutes} 分钟前"
  185. #: searx/webapp.py:733
  186. msgid "{hours} hour(s), {minutes} minute(s) ago"
  187. msgstr "{hours} 小时 {minutes} 分钟前"
  188. #: searx/webapp.py:859
  189. msgid "Suspended"
  190. msgstr "暂停服务"
  191. #: searx/answerers/random/answerer.py:67
  192. msgid "Random value generator"
  193. msgstr "随机数生成器"
  194. #: searx/answerers/random/answerer.py:68
  195. msgid "Generate different random values"
  196. msgstr "生成不同的随机数"
  197. #: searx/answerers/statistics/answerer.py:47
  198. msgid "Statistics functions"
  199. msgstr "统计功能"
  200. #: searx/answerers/statistics/answerer.py:48
  201. msgid "Compute {functions} of the arguments"
  202. msgstr "计算 {functions} 参数"
  203. #: searx/engines/openstreetmap.py:160
  204. msgid "Get directions"
  205. msgstr "获取路线"
  206. #: searx/engines/pdbe.py:96
  207. msgid "{title} (OBSOLETE)"
  208. msgstr "{title} (已过时)"
  209. #: searx/engines/pdbe.py:103
  210. msgid "This entry has been superseded by"
  211. msgstr "此条目已被以下内容取代"
  212. #: searx/engines/pubmed.py:78
  213. msgid "No abstract is available for this publication."
  214. msgstr "此出版物没有可用的摘要。"
  215. #: searx/engines/qwant.py:214
  216. msgid "Channel"
  217. msgstr "频道"
  218. #: searx/plugins/hash_plugin.py:24
  219. msgid "Converts strings to different hash digests."
  220. msgstr "将字符串转换为不同的散列摘要值。"
  221. #: searx/plugins/hash_plugin.py:52
  222. msgid "hash digest"
  223. msgstr "散列摘要值"
  224. #: searx/plugins/hostname_replace.py:9
  225. msgid "Hostname replace"
  226. msgstr "主机名替换"
  227. #: searx/plugins/hostname_replace.py:10
  228. msgid "Rewrite result hostnames or remove results based on the hostname"
  229. msgstr "重写结果的主机名或基于主机名移除结果"
  230. #: searx/plugins/oa_doi_rewrite.py:9
  231. msgid "Open Access DOI rewrite"
  232. msgstr "开放访问 DOI 重写"
  233. #: searx/plugins/oa_doi_rewrite.py:10
  234. msgid ""
  235. "Avoid paywalls by redirecting to open-access versions of publications "
  236. "when available"
  237. msgstr "可能时重定向到开放访问的出版版本以免被要求付费"
  238. #: searx/plugins/search_on_category_select.py:19
  239. msgid "Search on category select"
  240. msgstr "搜索特定类别"
  241. #: searx/plugins/search_on_category_select.py:20
  242. msgid ""
  243. "Perform search immediately if a category selected. Disable to select "
  244. "multiple categories. (JavaScript required)"
  245. msgstr "选择一个类别后立即开始搜索。禁用后可以一次选中多个类别。(需启用 JavaScript)"
  246. #: searx/plugins/self_info.py:20
  247. msgid "Self Informations"
  248. msgstr "自身信息"
  249. #: searx/plugins/self_info.py:21
  250. msgid ""
  251. "Displays your IP if the query is \"ip\" and your user agent if the query "
  252. "contains \"user agent\"."
  253. msgstr "当您搜索「ip」时,这将会显示您的 IP 地址;同理,在搜索「user agent」时,将会显示您的 User Agent。"
  254. #: searx/plugins/tor_check.py:25
  255. msgid "Tor check plugin"
  256. msgstr ""
  257. #: searx/plugins/tor_check.py:28
  258. msgid ""
  259. "This plugin checks if the address of the request is a TOR exit node, and "
  260. "informs the user if it is, like check.torproject.org but from searxng."
  261. msgstr ""
  262. #: searx/plugins/tor_check.py:62
  263. msgid ""
  264. "The TOR exit node list (https://check.torproject.org/exit-addresses) is "
  265. "unreachable."
  266. msgstr ""
  267. #: searx/plugins/tor_check.py:78
  268. msgid "You are using TOR. Your IP address seems to be: {ip_address}."
  269. msgstr ""
  270. #: searx/plugins/tor_check.py:84
  271. msgid "You are not using TOR. Your IP address seems to be: {ip_address}."
  272. msgstr ""
  273. #: searx/plugins/tracker_url_remover.py:29
  274. msgid "Tracker URL remover"
  275. msgstr "移除跟踪链接"
  276. #: searx/plugins/tracker_url_remover.py:30
  277. msgid "Remove trackers arguments from the returned URL"
  278. msgstr "去除返回的链接中的跟踪参数"
  279. #: searx/plugins/vim_hotkeys.py:3
  280. msgid "Vim-like hotkeys"
  281. msgstr "Vim 式快捷键"
  282. #: searx/plugins/vim_hotkeys.py:4
  283. msgid ""
  284. "Navigate search results with Vim-like hotkeys (JavaScript required). "
  285. "Press \"h\" key on main or result page to get help."
  286. msgstr "使用 Vim 式快捷键浏览搜索结果(需启用 JavaScript)。在主页或结果页面按“h”键获取帮助。"
  287. #: searx/templates/simple/404.html:4
  288. msgid "Page not found"
  289. msgstr "未找到网页"
  290. #: searx/templates/simple/404.html:6
  291. #, python-format
  292. msgid "Go to %(search_page)s."
  293. msgstr "前往 %(search_page)s。"
  294. #: searx/templates/simple/404.html:6
  295. msgid "search page"
  296. msgstr "搜索页面"
  297. #: searx/templates/simple/base.html:46
  298. msgid "About"
  299. msgstr "关于"
  300. #: searx/templates/simple/base.html:50
  301. msgid "Donate"
  302. msgstr "捐赠"
  303. #: searx/templates/simple/base.html:54
  304. #: searx/templates/simple/preferences.html:99
  305. msgid "Preferences"
  306. msgstr "首选项"
  307. #: searx/templates/simple/base.html:64
  308. msgid "Powered by"
  309. msgstr "功能来自"
  310. #: searx/templates/simple/base.html:64
  311. msgid "a privacy-respecting, hackable metasearch engine"
  312. msgstr "一个尊重隐私、可二次开发的元搜索引擎"
  313. #: searx/templates/simple/base.html:65
  314. msgid "Source code"
  315. msgstr "源代码"
  316. #: searx/templates/simple/base.html:66
  317. msgid "Issue tracker"
  318. msgstr "问题跟踪系统"
  319. #: searx/templates/simple/base.html:67 searx/templates/simple/stats.html:18
  320. msgid "Engine stats"
  321. msgstr "搜索引擎统计"
  322. #: searx/templates/simple/base.html:69
  323. #: searx/templates/simple/messages/no_results.html:15
  324. msgid "Public instances"
  325. msgstr "公共站点"
  326. #: searx/templates/simple/base.html:72
  327. msgid "Privacy policy"
  328. msgstr "隐私政策"
  329. #: searx/templates/simple/base.html:75
  330. msgid "Contact instance maintainer"
  331. msgstr "联系站点维护人员"
  332. #: searx/templates/simple/categories.html:24
  333. msgid "Click on the magnifier to perform search"
  334. msgstr "点击放大镜按钮开始搜索"
  335. #: searx/templates/simple/macros.html:36
  336. msgid "Length"
  337. msgstr "长度"
  338. #: searx/templates/simple/macros.html:37
  339. #: searx/templates/simple/result_templates/images.html:18
  340. msgid "Author"
  341. msgstr "作者"
  342. #: searx/templates/simple/macros.html:45
  343. msgid "cached"
  344. msgstr "缓存"
  345. #: searx/templates/simple/macros.html:45
  346. msgid "proxied"
  347. msgstr "代理"
  348. #: searx/templates/simple/new_issue.html:64
  349. msgid "Start submiting a new issue on GitHub"
  350. msgstr ""
  351. #: searx/templates/simple/new_issue.html:66
  352. msgid "Please check for existing bugs about this engine on GitHub"
  353. msgstr ""
  354. #: searx/templates/simple/new_issue.html:69
  355. msgid "I confirm there is no existing bug about the issue I encounter"
  356. msgstr ""
  357. #: searx/templates/simple/new_issue.html:71
  358. msgid "If this is a public instance, please specify the URL in the bug report"
  359. msgstr ""
  360. #: searx/templates/simple/new_issue.html:72
  361. msgid "Submit a new issue on Github including the above information"
  362. msgstr "在GitHub上提交包含上述信息的新问题"
  363. #: searx/templates/simple/preferences.html:29
  364. msgid "No HTTPS"
  365. msgstr "无 HTTPS"
  366. #: searx/templates/simple/messages/no_results.html:10
  367. #: searx/templates/simple/preferences.html:31
  368. #: searx/templates/simple/preferences.html:32
  369. #: searx/templates/simple/results.html:49
  370. msgid "View error logs and submit a bug report"
  371. msgstr "查看错误日志并提交错误报告"
  372. #: searx/templates/simple/preferences.html:53
  373. #: searx/templates/simple/stats.html:67
  374. msgid "Median"
  375. msgstr "中位数"
  376. #: searx/templates/simple/preferences.html:54
  377. #: searx/templates/simple/stats.html:73
  378. msgid "P80"
  379. msgstr "P80"
  380. #: searx/templates/simple/preferences.html:55
  381. #: searx/templates/simple/stats.html:79
  382. msgid "P95"
  383. msgstr "P95"
  384. #: searx/templates/simple/preferences.html:83
  385. msgid "Failed checker test(s): "
  386. msgstr "检查程序测试失败: "
  387. #: searx/templates/simple/preferences.html:85
  388. msgid "Errors:"
  389. msgstr "错误:"
  390. #: searx/templates/simple/preferences.html:105
  391. msgid "General"
  392. msgstr "常规"
  393. #: searx/templates/simple/preferences.html:108
  394. msgid "Default categories"
  395. msgstr "默认类别"
  396. #: searx/templates/simple/filters/languages.html:1
  397. #: searx/templates/simple/preferences.html:115
  398. msgid "Search language"
  399. msgstr "搜索语言"
  400. #: searx/templates/simple/filters/languages.html:2
  401. #: searx/templates/simple/preferences.html:118
  402. msgid "Default language"
  403. msgstr "默认语言"
  404. #: searx/templates/simple/preferences.html:124
  405. msgid "What language do you prefer for search?"
  406. msgstr "您偏好搜索哪种语言?"
  407. #: searx/templates/simple/preferences.html:129
  408. msgid "Autocomplete"
  409. msgstr "自动补全"
  410. #: searx/templates/simple/preferences.html:138
  411. msgid "Find stuff as you type"
  412. msgstr "自动补全搜索字词"
  413. #: searx/templates/simple/filters/safesearch.html:1
  414. #: searx/templates/simple/filters/safesearch.html:2
  415. #: searx/templates/simple/filters/safesearch.html:3
  416. #: searx/templates/simple/filters/safesearch.html:4
  417. #: searx/templates/simple/preferences.html:143
  418. #: searx/templates/simple/preferences.html:311
  419. msgid "SafeSearch"
  420. msgstr "安全搜索"
  421. #: searx/templates/simple/filters/safesearch.html:2
  422. #: searx/templates/simple/preferences.html:146
  423. msgid "Strict"
  424. msgstr "严格"
  425. #: searx/templates/simple/filters/safesearch.html:3
  426. #: searx/templates/simple/preferences.html:147
  427. msgid "Moderate"
  428. msgstr "中等"
  429. #: searx/templates/simple/filters/safesearch.html:4
  430. #: searx/templates/simple/preferences.html:148
  431. msgid "None"
  432. msgstr "无"
  433. #: searx/templates/simple/preferences.html:151
  434. msgid "Filter content"
  435. msgstr "内容过滤"
  436. #: searx/templates/simple/preferences.html:157
  437. msgid "Open Access DOI resolver"
  438. msgstr "开放访问 DOI 解析器"
  439. #: searx/templates/simple/preferences.html:167
  440. msgid ""
  441. "Redirect to open-access versions of publications when available (plugin "
  442. "required)"
  443. msgstr "尽可能重定向到出版物的开放访问版本(需要插件)"
  444. #: searx/templates/simple/preferences.html:171
  445. msgid "Engine tokens"
  446. msgstr "引擎令牌"
  447. #: searx/templates/simple/preferences.html:175
  448. msgid "Access tokens for private engines"
  449. msgstr "私有引擎的访问令牌"
  450. #: searx/templates/simple/preferences.html:179
  451. msgid "User interface"
  452. msgstr "用户界面"
  453. #: searx/templates/simple/preferences.html:182
  454. msgid "Interface language"
  455. msgstr "界面语言"
  456. #: searx/templates/simple/preferences.html:190
  457. msgid "Change the language of the layout"
  458. msgstr "更改界面语言"
  459. #: searx/templates/simple/preferences.html:195
  460. msgid "Theme"
  461. msgstr "主题"
  462. #: searx/templates/simple/preferences.html:203
  463. msgid "Change SearXNG layout"
  464. msgstr "更改 SearXNG 布局"
  465. #: searx/templates/simple/preferences.html:206
  466. msgid "Theme style"
  467. msgstr "主题样式"
  468. #: searx/templates/simple/preferences.html:214
  469. msgid "Choose auto to follow your browser settings"
  470. msgstr "选择自动则取决于您的浏览器设置"
  471. #: searx/templates/simple/preferences.html:217
  472. msgid "Center Alignment"
  473. msgstr "居中对齐"
  474. #: searx/templates/simple/preferences.html:220
  475. #: searx/templates/simple/preferences.html:232
  476. #: searx/templates/simple/preferences.html:244
  477. msgid "On"
  478. msgstr "启用"
  479. #: searx/templates/simple/preferences.html:221
  480. #: searx/templates/simple/preferences.html:233
  481. #: searx/templates/simple/preferences.html:245
  482. msgid "Off"
  483. msgstr "禁用"
  484. #: searx/templates/simple/preferences.html:224
  485. msgid "Displays results in the center of the page (Oscar layout)."
  486. msgstr "在页面中心显示结果(Oscar 布局)。"
  487. #: searx/templates/simple/preferences.html:229
  488. msgid "Results on new tabs"
  489. msgstr "新建标签页打开搜索结果"
  490. #: searx/templates/simple/preferences.html:236
  491. msgid "Open result links on new browser tabs"
  492. msgstr "在新的标签页中打开搜索结果中的链接"
  493. #: searx/templates/simple/preferences.html:241
  494. msgid "Infinite scroll"
  495. msgstr "无限滚动(瀑布流)"
  496. #: searx/templates/simple/preferences.html:248
  497. msgid "Automatically load next page when scrolling to bottom of current page"
  498. msgstr "滚动到当前页面底部时自动加载下一页"
  499. #: searx/templates/simple/preferences.html:254
  500. msgid "Privacy"
  501. msgstr "隐私"
  502. #: searx/templates/simple/preferences.html:257
  503. msgid "HTTP Method"
  504. msgstr "HTTP 方法"
  505. #: searx/templates/simple/preferences.html:264
  506. msgid ""
  507. "Change how forms are submited, <a "
  508. "href=\"http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods\""
  509. " rel=\"external\">learn more about request methods</a>"
  510. msgstr ""
  511. "更改提交表单时使用的请求方法,<a href=\"https://zh.wikipedia.org/wiki/超文本传输协议#请求方法\" "
  512. "rel=\"external\">深入了解请求方法</a>"
  513. #: searx/templates/simple/preferences.html:269
  514. msgid "Image proxy"
  515. msgstr "代理图片"
  516. #: searx/templates/simple/preferences.html:272
  517. #: searx/templates/simple/preferences.html:284
  518. msgid "Enabled"
  519. msgstr "启用"
  520. #: searx/templates/simple/preferences.html:273
  521. #: searx/templates/simple/preferences.html:285
  522. msgid "Disabled"
  523. msgstr "禁用"
  524. #: searx/templates/simple/preferences.html:276
  525. msgid "Proxying image results through SearXNG"
  526. msgstr "通过 SearXNG 代理访问图片结果"
  527. #: searx/templates/simple/preferences.html:281
  528. msgid "Query in the page's title"
  529. msgstr "页面标题显示查询关键词"
  530. #: searx/templates/simple/preferences.html:288
  531. msgid ""
  532. "When enabled, the result page's title contains your query. Your browser "
  533. "can record this title"
  534. msgstr "当启用时,结果页的标题包含你的查询关键词。你的浏览器可以记录这个标题"
  535. #: searx/templates/simple/preferences.html:294
  536. msgid "Engines"
  537. msgstr "搜索引擎"
  538. #: searx/templates/simple/preferences.html:295
  539. msgid "Currently used search engines"
  540. msgstr "目前使用的搜索引擎"
  541. #: searx/templates/simple/preferences.html:302
  542. msgid ""
  543. "This tab does not show up for search results, but you can search the "
  544. "engines listed here via bangs."
  545. msgstr "这个标签页不会显示在搜索结果中,但您可以通过 ! 搜索这里列出的引擎。"
  546. #: searx/templates/simple/preferences.html:307
  547. #: searx/templates/simple/preferences.html:358
  548. msgid "Allow"
  549. msgstr "允许"
  550. #: searx/templates/simple/preferences.html:308
  551. #: searx/templates/simple/stats.html:25
  552. msgid "Engine name"
  553. msgstr "引擎名称"
  554. #: searx/templates/simple/preferences.html:309
  555. msgid "Shortcut"
  556. msgstr "快捷键"
  557. #: searx/templates/simple/preferences.html:310
  558. msgid "Supports selected language"
  559. msgstr "支持选定的语言"
  560. #: searx/templates/simple/filters/time_range.html:1
  561. #: searx/templates/simple/preferences.html:312
  562. msgid "Time range"
  563. msgstr "时间范围"
  564. #: searx/templates/simple/preferences.html:313
  565. #: searx/templates/simple/stats.html:28
  566. msgid "Response time"
  567. msgstr "响应时间"
  568. #: searx/templates/simple/preferences.html:314
  569. msgid "Max time"
  570. msgstr "最大用时"
  571. #: searx/templates/simple/preferences.html:315
  572. #: searx/templates/simple/stats.html:29
  573. msgid "Reliability"
  574. msgstr "可靠性"
  575. #: searx/templates/simple/preferences.html:353
  576. msgid "Special Queries"
  577. msgstr "特殊查询"
  578. #: searx/templates/simple/preferences.html:359
  579. msgid "Keywords"
  580. msgstr "关键词"
  581. #: searx/templates/simple/preferences.html:360
  582. msgid "Name"
  583. msgstr "名称"
  584. #: searx/templates/simple/preferences.html:361
  585. msgid "Description"
  586. msgstr "描述"
  587. #: searx/templates/simple/preferences.html:362
  588. msgid "Examples"
  589. msgstr "示例"
  590. #: searx/templates/simple/preferences.html:365
  591. msgid "This is the list of SearXNG's instant answering modules."
  592. msgstr "这是 SearXNG 即时回应模块的列表。"
  593. #: searx/templates/simple/preferences.html:376
  594. msgid "This is the list of plugins."
  595. msgstr "这是插件列表。"
  596. #: searx/templates/simple/preferences.html:393
  597. msgid "Cookies"
  598. msgstr "Cookies"
  599. #: searx/templates/simple/preferences.html:395
  600. msgid ""
  601. "This is the list of cookies and their values SearXNG is storing on your "
  602. "computer."
  603. msgstr "这是 SearXNG 在您的计算机上存储的 Cookie 的列表及相应的值。"
  604. #: searx/templates/simple/preferences.html:396
  605. msgid "With that list, you can assess SearXNG transparency."
  606. msgstr "您可以凭此列表评估 SearXNG 的透明度。"
  607. #: searx/templates/simple/preferences.html:401
  608. msgid "Cookie name"
  609. msgstr "Cookie 名称"
  610. #: searx/templates/simple/preferences.html:402
  611. msgid "Value"
  612. msgstr "值"
  613. #: searx/templates/simple/preferences.html:414
  614. msgid "Search URL of the currently saved preferences"
  615. msgstr "用当前已保存的选项进行搜索的网址"
  616. #: searx/templates/simple/preferences.html:418
  617. msgid ""
  618. "Note: specifying custom settings in the search URL can reduce privacy by "
  619. "leaking data to the clicked result sites."
  620. msgstr "注意:通过搜索网址保存自定义设置有可能将某些数据暴露给被点击的搜索结果的网站,不利于隐私。"
  621. #: searx/templates/simple/preferences.html:419
  622. msgid "URL to restore your preferences in another browser"
  623. msgstr "用于在其他浏览器上还原您的设置的网址"
  624. #: searx/templates/simple/preferences.html:423
  625. msgid ""
  626. "Specifying custom settings in the preferences URL can be used to sync "
  627. "preferences across devices."
  628. msgstr "在首选项 URL 中指定可跨设备同步的自定义设置。"
  629. #: searx/templates/simple/preferences.html:428
  630. msgid ""
  631. "These settings are stored in your cookies, this allows us not to store "
  632. "this data about you."
  633. msgstr "这些设置被存储在您的 Cookie 中,这种保存设置的方式使我们不必保存您的设置数据。"
  634. #: searx/templates/simple/preferences.html:430
  635. msgid ""
  636. "These cookies serve your sole convenience, we don't use these cookies to "
  637. "track you."
  638. msgstr "这些 Cookie 信息用于辅助您便捷地使用本服务,我们绝不利用这些信息来跟踪您。"
  639. #: searx/templates/simple/preferences.html:433
  640. msgid "Save"
  641. msgstr "保存"
  642. #: searx/templates/simple/preferences.html:434
  643. msgid "Reset defaults"
  644. msgstr "恢复默认"
  645. #: searx/templates/simple/preferences.html:435
  646. msgid "Back"
  647. msgstr "返回"
  648. #: searx/templates/simple/results.html:23
  649. msgid "Answers"
  650. msgstr "回答"
  651. #: searx/templates/simple/results.html:39
  652. msgid "Number of results"
  653. msgstr "结果数"
  654. #: searx/templates/simple/messages/no_results.html:6
  655. #: searx/templates/simple/results.html:46
  656. msgid "Error!"
  657. msgstr "错误!"
  658. #: searx/templates/simple/results.html:46
  659. msgid "Engines cannot retrieve results"
  660. msgstr "引擎无法检索到结果"
  661. #: searx/templates/simple/results.html:68
  662. msgid "Suggestions"
  663. msgstr "搜索建议"
  664. #: searx/templates/simple/results.html:90
  665. msgid "Search URL"
  666. msgstr "搜索网址"
  667. #: searx/templates/simple/results.html:96
  668. msgid "Download results"
  669. msgstr "下载结果"
  670. #: searx/templates/simple/results.html:120
  671. msgid "Try searching for:"
  672. msgstr "尝试搜索:"
  673. #: searx/templates/simple/results.html:152
  674. msgid "Back to top"
  675. msgstr "返回顶部"
  676. #: searx/templates/simple/results.html:170
  677. msgid "Previous page"
  678. msgstr "上一页"
  679. #: searx/templates/simple/results.html:187
  680. msgid "Next page"
  681. msgstr "下一页"
  682. #: searx/templates/simple/search.html:3
  683. msgid "Display the front page"
  684. msgstr "显示前端页面"
  685. #: searx/templates/simple/search.html:9
  686. #: searx/templates/simple/simple_search.html:5
  687. msgid "Search for..."
  688. msgstr "搜索..."
  689. #: searx/templates/simple/search.html:10
  690. #: searx/templates/simple/simple_search.html:6
  691. msgid "clear"
  692. msgstr "清除"
  693. #: searx/templates/simple/search.html:11
  694. #: searx/templates/simple/simple_search.html:7
  695. msgid "search"
  696. msgstr "搜索"
  697. #: searx/templates/simple/stats.html:21
  698. msgid "There is currently no data available. "
  699. msgstr "目前没有可用的数据。 "
  700. #: searx/templates/simple/stats.html:26
  701. msgid "Scores"
  702. msgstr "得分"
  703. #: searx/templates/simple/stats.html:27
  704. msgid "Result count"
  705. msgstr "结果数量"
  706. #: searx/templates/simple/stats.html:38
  707. msgid "Scores per result"
  708. msgstr "各结果得分"
  709. #: searx/templates/simple/stats.html:62
  710. msgid "Total"
  711. msgstr "总计"
  712. #: searx/templates/simple/stats.html:63
  713. msgid "HTTP"
  714. msgstr "HTTP"
  715. #: searx/templates/simple/stats.html:64
  716. msgid "Processing"
  717. msgstr "正在处理"
  718. #: searx/templates/simple/stats.html:102
  719. msgid "Warnings"
  720. msgstr "警告"
  721. #: searx/templates/simple/stats.html:102
  722. msgid "Errors and exceptions"
  723. msgstr "错误和异常"
  724. #: searx/templates/simple/stats.html:108
  725. msgid "Exception"
  726. msgstr "异常"
  727. #: searx/templates/simple/stats.html:110
  728. msgid "Message"
  729. msgstr "消息"
  730. #: searx/templates/simple/stats.html:112
  731. msgid "Percentage"
  732. msgstr "百分比"
  733. #: searx/templates/simple/stats.html:114
  734. msgid "Parameter"
  735. msgstr "参数"
  736. #: searx/templates/simple/stats.html:122
  737. msgid "Filename"
  738. msgstr "文件名"
  739. #: searx/templates/simple/stats.html:123
  740. msgid "Function"
  741. msgstr "函数"
  742. #: searx/templates/simple/stats.html:124
  743. msgid "Code"
  744. msgstr "代码"
  745. #: searx/templates/simple/stats.html:131
  746. msgid "Checker"
  747. msgstr "检查程序"
  748. #: searx/templates/simple/stats.html:134
  749. msgid "Failed test"
  750. msgstr "测试未通过"
  751. #: searx/templates/simple/stats.html:135
  752. msgid "Comment(s)"
  753. msgstr "注释"
  754. #: searx/templates/simple/filters/time_range.html:3
  755. msgid "Anytime"
  756. msgstr "不限时间"
  757. #: searx/templates/simple/filters/time_range.html:6
  758. msgid "Last day"
  759. msgstr "一天内"
  760. #: searx/templates/simple/filters/time_range.html:9
  761. msgid "Last week"
  762. msgstr "一周内"
  763. #: searx/templates/simple/filters/time_range.html:12
  764. msgid "Last month"
  765. msgstr "一月内"
  766. #: searx/templates/simple/filters/time_range.html:15
  767. msgid "Last year"
  768. msgstr "一年内"
  769. #: searx/templates/simple/messages/no_cookies.html:3
  770. msgid "Information!"
  771. msgstr "注意!"
  772. #: searx/templates/simple/messages/no_cookies.html:4
  773. msgid "currently, there are no cookies defined."
  774. msgstr "目前还没有在 Cookie 中存储任何信息。"
  775. #: searx/templates/simple/messages/no_results.html:6
  776. msgid "Engines cannot retrieve results."
  777. msgstr "引擎无法检索到结果。"
  778. #: searx/templates/simple/messages/no_results.html:15
  779. msgid "Please, try again later or find another SearXNG instance."
  780. msgstr "请稍后再试,或换用其他 SearXNG 站点试试看。"
  781. #: searx/templates/simple/messages/no_results.html:20
  782. msgid "Sorry!"
  783. msgstr "很抱歉!"
  784. #: searx/templates/simple/messages/no_results.html:21
  785. msgid ""
  786. "we didn't find any results. Please use another query or search in more "
  787. "categories."
  788. msgstr "我们没有找到任何结果。请使用其他关键词,或在更多类别中搜索。"
  789. #: searx/templates/simple/result_templates/default.html:6
  790. msgid "show media"
  791. msgstr "显示媒体"
  792. #: searx/templates/simple/result_templates/default.html:6
  793. msgid "hide media"
  794. msgstr "隐藏媒体"
  795. #: searx/templates/simple/result_templates/default.html:14
  796. #: searx/templates/simple/result_templates/videos.html:14
  797. msgid "This site did not provide any description."
  798. msgstr "此站点未提供任何描述。"
  799. #: searx/templates/simple/result_templates/images.html:19
  800. msgid "Format"
  801. msgstr "格式"
  802. #: searx/templates/simple/result_templates/images.html:21
  803. msgid "Engine"
  804. msgstr "引擎"
  805. #: searx/templates/simple/result_templates/images.html:22
  806. msgid "View source"
  807. msgstr "查看来源"
  808. #: searx/templates/simple/result_templates/map.html:12
  809. msgid "address"
  810. msgstr "地址"
  811. #: searx/templates/simple/result_templates/map.html:43
  812. msgid "show map"
  813. msgstr "显示地图"
  814. #: searx/templates/simple/result_templates/map.html:43
  815. msgid "hide map"
  816. msgstr "隐藏地图"
  817. #: searx/templates/simple/result_templates/torrent.html:6
  818. msgid "magnet link"
  819. msgstr "磁力链接"
  820. #: searx/templates/simple/result_templates/torrent.html:7
  821. msgid "torrent file"
  822. msgstr "种子文件"
  823. #: searx/templates/simple/result_templates/torrent.html:9
  824. msgid "Seeder"
  825. msgstr "播种者"
  826. #: searx/templates/simple/result_templates/torrent.html:9
  827. msgid "Leecher"
  828. msgstr "接收者"
  829. #: searx/templates/simple/result_templates/torrent.html:11
  830. msgid "Filesize"
  831. msgstr "文件大小"
  832. #: searx/templates/simple/result_templates/torrent.html:12
  833. msgid "Bytes"
  834. msgstr "字节"
  835. #: searx/templates/simple/result_templates/torrent.html:13
  836. msgid "kiB"
  837. msgstr "kiB"
  838. #: searx/templates/simple/result_templates/torrent.html:14
  839. msgid "MiB"
  840. msgstr "MiB"
  841. #: searx/templates/simple/result_templates/torrent.html:15
  842. msgid "GiB"
  843. msgstr "GiB"
  844. #: searx/templates/simple/result_templates/torrent.html:16
  845. msgid "TiB"
  846. msgstr "TiB"
  847. #: searx/templates/simple/result_templates/torrent.html:20
  848. msgid "Number of Files"
  849. msgstr "文件数"
  850. #: searx/templates/simple/result_templates/videos.html:6
  851. msgid "show video"
  852. msgstr "显示视频"
  853. #: searx/templates/simple/result_templates/videos.html:6
  854. msgid "hide video"
  855. msgstr "隐藏视频"
  856. #~ msgid "Engine time (sec)"
  857. #~ msgstr "搜索引擎时间(秒)"
  858. #~ msgid "Page loads (sec)"
  859. #~ msgstr "页面加载(秒)"
  860. #~ msgid "Errors"
  861. #~ msgstr "错误"
  862. #~ msgid "CAPTCHA required"
  863. #~ msgstr "要求验证码"
  864. #~ msgid "Rewrite HTTP links to HTTPS if possible"
  865. #~ msgstr "将支持 HTTPS 的 HTTP 链接改为 HTTPS 链接"
  866. #~ msgid ""
  867. #~ "Results are opened in the same "
  868. #~ "window by default. This plugin "
  869. #~ "overwrites the default behaviour to open"
  870. #~ " links on new tabs/windows. (JavaScript "
  871. #~ "required)"
  872. #~ msgstr "搜索结果默认在原窗口打开。此插件能使其在新标签页或新窗口打开。(需启用 JavaScript)"
  873. #~ msgid "Color"
  874. #~ msgstr "颜色"
  875. #~ msgid "Blue (default)"
  876. #~ msgstr "蓝色(默认)"
  877. #~ msgid "Violet"
  878. #~ msgstr "紫色"
  879. #~ msgid "Green"
  880. #~ msgstr "绿色"
  881. #~ msgid "Cyan"
  882. #~ msgstr "青色"
  883. #~ msgid "Orange"
  884. #~ msgstr "橙色"
  885. #~ msgid "Red"
  886. #~ msgstr "红色"
  887. #~ msgid "Category"
  888. #~ msgstr "类别"
  889. #~ msgid "Block"
  890. #~ msgstr "阻止"
  891. #~ msgid "original context"
  892. #~ msgstr "原始上下文"
  893. #~ msgid "Plugins"
  894. #~ msgstr "插件"
  895. #~ msgid "Answerers"
  896. #~ msgstr "智能答复"
  897. #~ msgid "Avg. time"
  898. #~ msgstr "平均时间"
  899. #~ msgid "show details"
  900. #~ msgstr "显示详细信息"
  901. #~ msgid "hide details"
  902. #~ msgstr "隐藏详细信息"
  903. #~ msgid "Load more..."
  904. #~ msgstr "载入更多……"
  905. #~ msgid "Loading..."
  906. #~ msgstr "正在加载..."
  907. #~ msgid "Change searx layout"
  908. #~ msgstr "改变 searx 布局"
  909. #~ msgid "Proxying image results through searx"
  910. #~ msgstr "通过 searx 代理图片结果"
  911. #~ msgid "This is the list of searx's instant answering modules."
  912. #~ msgstr "这是 searx 的即时回答模块列表。"
  913. #~ msgid ""
  914. #~ "This is the list of cookies and"
  915. #~ " their values searx is storing on "
  916. #~ "your computer."
  917. #~ msgstr "此列表展示了 searx 在您设备上存储的 cookie 信息。"
  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 "方法"
  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. #~ msgid "Advanced settings"
  941. #~ msgstr "高级设置"
  942. #~ msgid "Close"
  943. #~ msgstr "关闭"
  944. #~ msgid "Language"
  945. #~ msgstr "语言"
  946. #~ msgid "broken"
  947. #~ msgstr "故障"
  948. #~ msgid "supported"
  949. #~ msgstr "支持"
  950. #~ msgid "not supported"
  951. #~ msgstr "不支持"
  952. #~ msgid "about"
  953. #~ msgstr "关于"
  954. #~ msgid "Avg."
  955. #~ msgstr "平均"
  956. #~ msgid "User Interface"
  957. #~ msgstr "用户界面"
  958. #~ msgid "Choose style for this theme"
  959. #~ msgstr "选择此主题的样式"
  960. #~ msgid "Style"
  961. #~ msgstr "样式"
  962. #~ msgid "Show advanced settings"
  963. #~ msgstr "显示高级设置"
  964. #~ msgid "Show advanced settings panel in the home page by default"
  965. #~ msgstr "首页默认显示高级设置面板"
  966. #~ msgid "Allow all"
  967. #~ msgstr "全部允许"
  968. #~ msgid "Disable all"
  969. #~ msgstr "全部禁用"
  970. #~ msgid "Selected language"
  971. #~ msgstr "选择语言"
  972. #~ msgid "Query"
  973. #~ msgstr "查询"
  974. #~ msgid "save"
  975. #~ msgstr "保存"
  976. #~ msgid "back"
  977. #~ msgstr "返回"
  978. #~ msgid "Links"
  979. #~ msgstr "链接"
  980. #~ msgid "RSS subscription"
  981. #~ msgstr "RSS 订阅"
  982. #~ msgid "Search results"
  983. #~ msgstr "搜索结果"
  984. #~ msgid "next page"
  985. #~ msgstr "下一页"
  986. #~ msgid "previous page"
  987. #~ msgstr "上一页"
  988. #~ msgid "Start search"
  989. #~ msgstr "开始搜索"
  990. #~ msgid "Clear search"
  991. #~ msgstr "清除搜索"
  992. #~ msgid "Clear"
  993. #~ msgstr "清除"
  994. #~ msgid "stats"
  995. #~ msgstr "统计"
  996. #~ msgid "Heads up!"
  997. #~ msgstr "小心!"
  998. #~ msgid "It look like you are using SearXNG first time."
  999. #~ msgstr "这似乎是您首次使用 SearXNG。"
  1000. #~ msgid "Well done!"
  1001. #~ msgstr "很不错!"
  1002. #~ msgid "Settings saved successfully."
  1003. #~ msgstr "设置保存成功。"
  1004. #~ msgid "Oh snap!"
  1005. #~ msgstr "哦,糟糕!"
  1006. #~ msgid "Something went wrong."
  1007. #~ msgstr "出了些问题。"
  1008. #~ msgid "Date"
  1009. #~ msgstr "日期"
  1010. #~ msgid "Type"
  1011. #~ msgstr "类型"
  1012. #~ msgid "Get image"
  1013. #~ msgstr "获取图片"
  1014. #~ msgid "Center Alignment"
  1015. #~ msgstr ""
  1016. #~ msgid "Displays results in the center of the page (Oscar layout)."
  1017. #~ msgstr ""
  1018. #~ msgid "preferences"
  1019. #~ msgstr "首选项"