You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

764 lines
38 KiB

10 years ago
  1. {
  2. "extName": {
  3. "message": "µMatrix",
  4. "description": "extension name."
  5. },
  6. "extShortDesc": {
  7. "message": "通过指向和点击来禁止/允许您的浏览器发出的任何类型的请求。您可以使用它来屏蔽脚本、子文档、广告以及facebook等等。",
  8. "description": "this will be in the chrome web store: must be 132 characters or less"
  9. },
  10. "settingsPageName": {
  11. "message": "设置",
  12. "description": "appears as tab name in dashboard."
  13. },
  14. "privacyPageName": {
  15. "message": "隐私设置",
  16. "description": "appears as tab name in dashboard."
  17. },
  18. "statsPageName": {
  19. "message": "统计信息",
  20. "description": "appears as tab name in dashboard."
  21. },
  22. "ubiquitousRulesPageName" : {
  23. "message": "通用规则",
  24. "description": "appears as tab name in dashboard."
  25. },
  26. "scopedRulesPageName": {
  27. "message": "作用域规则",
  28. "description": "appears as tab name in dashboard."
  29. },
  30. "aboutPageName": {
  31. "message": "关于",
  32. "description": "appears as tab name in dashboard."
  33. },
  34. "allPrettyName": {
  35. "message": "全部",
  36. "description": "HAS TO FIT IN MATRIX HEADER!"
  37. },
  38. "cookiePrettyName": {
  39. "message": "cookie",
  40. "description": "HAS TO FIT IN MATRIX HEADER!"
  41. },
  42. "cookiePrettyNamePlural": {
  43. "message": "cookies",
  44. "description": "..."
  45. },
  46. "stylesheetPrettyName": {
  47. "message": "样式",
  48. "description": "HAS TO FIT IN MATRIX HEADER!"
  49. },
  50. "stylesheetPrettyNamePlural": {
  51. "message": "样式",
  52. "description": "..."
  53. },
  54. "imagePrettyName": {
  55. "message": "图片",
  56. "description": "HAS TO FIT IN MATRIX HEADER!"
  57. },
  58. "imagePrettyNamePlural": {
  59. "message": "图片",
  60. "description": "..."
  61. },
  62. "objectPrettyName": {
  63. "message": "插件",
  64. "description": "HAS TO FIT IN MATRIX HEADER!"
  65. },
  66. "objectPrettyNamePlural": {
  67. "message": "插件",
  68. "description": "..."
  69. },
  70. "scriptPrettyName": {
  71. "message": "脚本",
  72. "description": "HAS TO FIT IN MATRIX HEADER!"
  73. },
  74. "scriptPrettyNamePlural": {
  75. "message": "脚本",
  76. "description": "..."
  77. },
  78. "xmlhttprequestPrettyName": {
  79. "message": "XHR",
  80. "description": "HAS TO FIT IN MATRIX HEADER!"
  81. },
  82. "xmlhttprequestPrettyNamePlural": {
  83. "message": "XHR",
  84. "description": "..."
  85. },
  86. "sub_framePrettyName": {
  87. "message": "子文档",
  88. "description": "HAS TO FIT IN MATRIX HEADER!"
  89. },
  90. "sub_framePrettyNamePlural": {
  91. "message": "子文档",
  92. "description": "..."
  93. },
  94. "otherPrettyName": {
  95. "message": "其它",
  96. "description": "HAS TO FIT IN MATRIX HEADER!"
  97. },
  98. "otherPrettyNamePlural": {
  99. "message": "其它",
  100. "description": "..."
  101. },
  102. "matrixPresetAbsentPrompt" : {
  103. "message": "没有适合这个页面的预设配方",
  104. "description": "..."
  105. },
  106. "matrixPresetPresentPrompt" : {
  107. "message": "点击一个预设配方来导入其规则集",
  108. "description": "..."
  109. },
  110. "matrixNoNetTrafficPrompt" : {
  111. "message": "没有发现这个标签页的网络通信。",
  112. "description": "..."
  113. },
  114. "matrixMtxButtonTip" : {
  115. "message": "在此作用域禁用/启用矩阵过滤。\u000a当前页面被矩阵过滤屏蔽掉 \u000a 的请求数:{{count}}。",
  116. "description": "Tool tip for matrix button: {{}} is a placeholder for number of blocked requests."
  117. },
  118. "matrixPersistButtonTip" : {
  119. "message": "保存对当前作用域作出的 \u000a 所有临时变更。",
  120. "description": "Tool tip for the persist button"
  121. },
  122. "matrixRevertButtonTip" : {
  123. "message": "移除对当前作用域作出的 \u000a 所以临时变更。",
  124. "description": "Tool tip for the revert local permission button"
  125. },
  126. "matrixRevertButtonAllTip" : {
  127. "message": "移除所有临时变更。",
  128. "description": "Tool tip for the revert all permissions button"
  129. },
  130. "matrixReloadButton" : {
  131. "message": "重新加载当前页面。",
  132. "description": "Tool tip for the reload button"
  133. },
  134. "matrixPresetMoreReadTip" : {
  135. "message": "导出一条配方:当前作用域的临时 \u000a 规则将被编码为一条配方",
  136. "description": "English: Export a recipe: Temporary rules \u000a of current scope will be encoded \u000a as a recipe"
  137. },
  138. "matrixPresetMoreWriteTip" : {
  139. "message": "导入一条配方:配方中的规则将作 \u000a 为临时规则被加入到当前作用域中",
  140. "description": "English: Import a recipe: Temporary rules \u000a will be created into current scope"
  141. },
  142. "matrixPresetMoreRecipeTip" : {
  143. "message": "用户可以在此交流配方进行互助。应用非可信源时的通常警告。",
  144. "description": "English: Users can exchange recipes here to help each other. Usual warnings about untrusted sources apply."
  145. },
  146. "statsPageTitle" : {
  147. "message": "µMatrix – 统计信息",
  148. "description": "header for the whole stats page"
  149. },
  150. "statsPageGenericStats" : {
  151. "message": "一般统计信息",
  152. "description": "English: Generic statistics"
  153. },
  154. "statsPageCookieHeadersFoiled" : {
  155. "message": "从HTTP请求头中移除的<a href='https://zh.wikipedia.org/wiki/Cookie'>cookie</a>数:{{count}}",
  156. "description": "English: HTTP cookie headers foiled: {{count}}"
  157. },
  158. "statsPageRefererHeadersFoiled" : {
  159. "message": "从HTTP请求头中移除的<a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%82%E7%85%A7%E4%BD%8D%E5%9D%80'>引用地址</a>数:{{count}}",
  160. "description": "English: HTTP referer headers foiled: {{count}}"
  161. },
  162. "statsPageHyperlinkAuditingFoiled" : {
  163. "message": "阻止的<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>超链接审计</a>尝试数:{{count}}",
  164. "description": "English: Hyperlink auditing attempts foiled: {{count}}"
  165. },
  166. "statsPageCookiesRemoved" : {
  167. "message": "本地cookie移除数:{{count}}",
  168. "description": "Local cookies removed: {{count}}"
  169. },
  170. "statsPageLocalStoragesCleared" : {
  171. "message": "清空本地<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%AD%98%E5%82%A8'>网页存储</a>次数:{{count}}",
  172. "description": "Local storages emptied: {{count}}"
  173. },
  174. "statsPageBrowserCacheCleared" : {
  175. "message": "清空浏览器缓存次数:{{count}}",
  176. "description": "Browser caches cleared: {{count}}"
  177. },
  178. "statsPageDetailedStats" : {
  179. "message": "详细统计信息",
  180. "description": "English: Detailed statistics"
  181. },
  182. "statsPageDetailedAllPages" : {
  183. "message": "全部",
  184. "description": "English: All"
  185. },
  186. "statsPageDetailedBehindTheScenePage" : {
  187. "message": "Chrome浏览器后台",
  188. "description": "English: Chromium: Behind the scene"
  189. },
  190. "statsPageOverview" : {
  191. "message": "概览",
  192. "description": "English: Overview"
  193. },
  194. "statsPageRequests" : {
  195. "message": "请求类型",
  196. "description": "in detailed stats section, header for the type of request"
  197. },
  198. "statsPageAllowed" : {
  199. "message": "允许数",
  200. "description": "capitalized"
  201. },
  202. "statsPageBlocked" : {
  203. "message": "屏蔽数",
  204. "description": "capitalized"
  205. },
  206. "statsPageDetailed" : {
  207. "message": "请求日志",
  208. "description": "English: Request log"
  209. },
  210. "statsPageLogSizePrompt1" : {
  211. "message": "记住最近的",
  212. "description": "English: Remember the last"
  213. },
  214. "statsPageLogSizePrompt2" : {
  215. "message": "条HTTP请求于<b>每个页面</b>.",
  216. "description": "English: HTTP requests <b>per page</b>."
  217. },
  218. "statsPageLogSizeHelp" : {
  219. "message": "<p>您可以检查一个网页最近发出的裸HTTP请求的详细情况(见下)。</p><p>这个功能主要是对想调查一个网页究竟在做什么的高级用户有用。但记录这些HTTP请求需要占用内存,所以如果您不关心这些技术信息的话,这些被占用的内存将被浪费。</p><p>因此有了这项设置,来让您调整将被记录下用于进一步调查的最近的HTTP请求数的最大值。</p><p>输入&ldquo;<code>0</code>&rdquo;来关闭详细记录(从而减少<i>µMatrix</i>的内存使用量)。</p>",
  220. "description": "To help user understand the purpose of the log size value"
  221. },
  222. "statsPageRefresh" : {
  223. "message": "刷新",
  224. "description": "text for refresh button"
  225. },
  226. "settingsPageTitle" : {
  227. "message": "µMatrix &ndash; 设置",
  228. "description": "header for the whole Settings page"
  229. },
  230. "settingsMatrixHeader" : {
  231. "message": "过滤矩阵",
  232. "description": "header of Matrix settings section"
  233. },
  234. "settingsMatrixDisplayHeader" : {
  235. "message": "外观",
  236. "description": "English: Appearance"
  237. },
  238. "settingsMatrixDisplayTextSizePrompt" : {
  239. "message": "字体大小:",
  240. "description": "..."
  241. },
  242. "settingsMatrixDisplayTextSizeNormal" : {
  243. "message": "常规",
  244. "description": "..."
  245. },
  246. "settingsMatrixDisplayTextSizeLarge" : {
  247. "message": "大号",
  248. "description": "..."
  249. },
  250. "settingsMatrixDisplayColorBlind" : {
  251. "message": "适合色盲患者的外观",
  252. "description": "English: Color-blind friendly"
  253. },
  254. "settingsMatrixMoreSecurityHeader" : {
  255. "message": "增强安全性设置",
  256. "description": "..."
  257. },
  258. "settingsStrictBlockingPrompt": {
  259. "message": "启用严格屏蔽",
  260. "description": ""
  261. },
  262. "settingsStrictBlockingInfo": {
  263. "message": "<p><strong><a href=\"https://github.com/gorhill/httpswitchboard/wiki/%22Strict-blocking%22-illustrated\">严格屏蔽</a></strong>,导入于<a href=\"https://github.com/gorhill/httpswitchboard/wiki/Change-log-0.0-to-0.5#036\">0.3.6版</a>,意味着即使您把一个站点名加入了白名单,被加入黑名单的请求类型(<i>插件</i>、<i>子文档</i>等等)仍会保持被黑名单的状态。对部分用户来说这可能有点太麻烦,于是有了这个开关选项。</p><p><strong>开启严格屏蔽</strong>:对一个白名单中的站点名,被添加到黑名单的请求类型(如果有的话)将被屏蔽(除非您,为白名单中的站点名,明确地把这些特殊的请求类型加入到白名单中。)</p><p><strong>关闭严格屏蔽</strong>:对一个白名单中的站点名,被添加到黑名单的请求类型(如果有的话)将被允许(除非您,为白名单中的站点名,明确地把这些特殊的请求类型加入到黑名单中。)</p>",
  264. "description": "To help the user understand the purpose of strict blocking"
  265. },
  266. "settingsAutoCreateScopePrompt1": {
  267. "message": "自动添加临时",
  268. "description": "English: Auto create temporary"
  269. },
  270. "settingsAutoCreateDomainScope": {
  271. "message": "域名级",
  272. "description": "English: domain-level"
  273. },
  274. "settingsAutoCreateSiteScope": {
  275. "message": "站点级",
  276. "description": "English: site-level"
  277. },
  278. "settingsAutoCreateScopePrompt2": {
  279. "message": "作用域。",
  280. "description": "English: scope"
  281. },
  282. "settingsAutoCreateScopeInfo": {
  283. "message": "<p>这个选项开启临时作用域的自动创建,如果不存在适用于您访问的网站的作用域。</p><p>使用域名或站点级作用域的规则有许多的好处,其中之一是规则的沙盒化,这是一个增强安全性的好习惯。</p><p>例如,如果您想添加一个站点的“全部”请求到白名单(如www.example.com),使用一个域名级的作用域会把这条极其宽容的规则限制到那个特殊域名(example.com)的网页上。而如果运用到全局作用域(“*”)上,这条极其宽容的规则将被运用到所有网站的所有页面上,也就是说把整个互联网添加到白名单中。</p>",
  284. "description": "English: see relevant messages.json file"
  285. },
  286. "settingsMatrixLessSecurityHeader" : {
  287. "message": "减弱安全性设置",
  288. "description": "..."
  289. },
  290. "settingsAutoWhitelistPrompt": {
  291. "message": "自动添加页面域名至白名单。",
  292. "description": ""
  293. },
  294. "settingsAutoWhitelistHelp": {
  295. "message": "<p>有些用户不喜欢要一直把页面的域名添加到默认的白名单。这项功能开启页面上所有域名的临时白名单自动添加,只要这个页面是第一次加载到浏览器。临时白名单自动添加<b>只会</b>发生在页面的域名当前处在灰名单里的情况下。</p><p>虽然从安全性的角度来说,这不是一项被推荐的功能,但它还是因为广泛的需求而被加入————比起看到他们完全放弃一个屏蔽工具,我更倾向于给予用户这项功能。</p><p>如果您使用这项功能,我建议您至少把<b>子文档</b>类型的请求添加到黑名单中,并且开启<b>严格屏蔽</b>。</p>",
  296. "description": "To help user understand the purpose of auto-whitelist"
  297. },
  298. "settingsMatrixConvenienceHeader" : {
  299. "message": "便利设置",
  300. "description": "English: Convenience"
  301. },
  302. "settingsMatrixAutoReloadPrompt" : {
  303. "message": "在过滤矩阵显示关闭后,智能重载这些标签页:",
  304. "description": "..."
  305. },
  306. "settingsMatrixAutoReloadNone" : {
  307. "message": "无",
  308. "description": ""
  309. },
  310. "settingsMatrixAutoReloadCurrent" : {
  311. "message": "当前",
  312. "description": ""
  313. },
  314. "settingsMatrixAutoReloadAll" : {
  315. "message": "所有",
  316. "description": ""
  317. },
  318. "settingsMatrixAutoReloadInfo" : {
  319. "message": "当您对过滤矩阵作出任何会影响一个或多个页面的显示或行为的变更时,<i>µMatrix</i> 会在您关闭过滤矩阵的显示后,自动重载受影响的页面。",
  320. "description": "..."
  321. },
  322. "settingsMatrixCopyGlobalRulesIntoNewScopePrompt" : {
  323. "message": "拷贝所有全局作用域中的规则到新创建的局部作用域中。",
  324. "description": "English: Auto delete unused temporary scopes."
  325. },
  326. "settingsMatrixCopyGlobalRulesIntoNewScopeHelp" : {
  327. "message": "<p>作用域是沙盒化相互隔离的,即它们不共享规则,这对全局作用域来说也是适用的:局部作用域无法看到全局作用域中的规则。</p> <p>有些用户把这视为一种阻碍,因为他们希望他们的全局作用规则能被局部作用域所看到。这个选项使这个“短处”能得以缓和,通过强制把所以全局作用规则拷贝到一个新创建的局部作用域中来实现。</p> <p>请特别注意:<b>所有</b>来自全局作用域的规则都会被拷贝,包括那些可能和新创建作用域对应网站无关的规则。当全局作用域中有非常多的规则时,这可能会导致“规则膨胀”。</p>",
  328. "description": "English: ..."
  329. },
  330. "settingsMatrixDeleteUnusedTemporaryScopesPrompt1" : {
  331. "message": "自动删除未使用的临时作用域。",
  332. "description": "English: Auto delete unused temporary scopes."
  333. },
  334. "settingsMatrixDeleteUnusedTemporaryScopesPrompt2" : {
  335. "message": "",
  336. "description": "English:"
  337. },
  338. "settingsSubframeColor" : {
  339. "message": "被屏蔽子文档:颜色",
  340. "description": "English: Blocked frames:&ensp;Color"
  341. },
  342. "settingsSubframeOpacity" : {
  343. "message": "不透明度",
  344. "description": "English: Opacity"
  345. },
  346. "privacyHeader" : {
  347. "message": "隐私设置",
  348. "description": "header of Privacy section"
  349. },
  350. "privacyDeleteBlockedCookiesPrompt" : {
  351. "message": "删除被屏蔽的cookie。",
  352. "description": "..."
  353. },
  354. "privacyDeleteBlockedCookiesHelp" : {
  355. "message": "<p>被添加到黑名单的cookie不会被<i>µMatrix</i>阻止进入您的浏览器。然而它们会被阻止离开您的浏览器,这是真正重要的。不在cookie进入浏览器之前屏蔽它们,将给您一个被告知一个网站正在试图使用cookie和进一步调查cookie内容的机会。</p><p>一旦这些被添加到黑名单中的cookie被<i>µMatrix</i>审计后,如果您愿意,它们就可以被清除出您的浏览器。</p><p><b>重要提示:</b>浏览器扩展能在它们的通常运作中发起HTTP请求。这些请求可能导致cookie的创建。如果这个选项被选中,而cookie起源的站点名没有在白名单里,这个cookie会被<i>µMatrix</i>从浏览器中清除。所以请确保浏览器扩展会与之通信的站点名在白名单中。</p>",
  356. "description": "..."
  357. },
  358. "privacyDeleteNonBlockedSessionCookiesPrompt1" : {
  359. "message": "于非被屏蔽的会话cookie最后被使用的 ",
  360. "description": "English: Delete non-blocked session cookies"
  361. },
  362. "privacyDeleteNonBlockedSessionCookiesPrompt2" : {
  363. "message": " 分钟后,删除它们。",
  364. "description": "English: minutes after the last time they have been used."
  365. },
  366. "privacyDeleteNonBlockedSessionCookiesHelp" : {
  367. "message": "<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>:“一个会话cookie……会被消除,当您终结浏览器的会话。会话cookie是存储在临时内存空间里的,并且在浏览器被关闭后不会被保持。”</p><p>但这<a href='https://code.google.com/p/chromium/issues/detail?id=128513'>可能不会发生</a>,当您使用一个基于Chromium的浏览器。而且对有些人来说,需要关闭浏览器来清除会话cookie可能不够及时。</p>",
  368. "description": "..."
  369. },
  370. "privacyDeleteBlockedLocalStoragePrompt" : {
  371. "message": "删除被屏蔽站点名的<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%AD%98%E5%82%A8'>本地网页存储</a>内容集。",
  372. "description": "English: Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames"
  373. },
  374. "privacyDeleteBlockedLocalStorageHelp" : {
  375. "message": "TODO",
  376. "description": "..."
  377. },
  378. "privacyClearCachePrompt1" : {
  379. "message": "清除浏览器缓存每隔",
  380. "description": "English: Clear browser cache every"
  381. },
  382. "privacyClearCachePrompt2" : {
  383. "message": "分钟。",
  384. "description": "English: minutes."
  385. },
  386. "privacyClearCacheHelp" : {
  387. "message": "<p>有些网站真的很热衷于追踪您,以至于它们会使用一些不那么友好的技巧来避开您用于不被追踪的任何措施。</p><p>一小部分这些技巧依赖<sup style='font-size:smaller'>[1, 2]</sup>于浏览器缓存。浏览器缓存中的内容通常会存在相当长的时间,因为极少会有用户花时间去定期清理它们。</p><p>清除浏览器缓存只有很少的不便(很可能当其发生时您都不会注意到),而它的好处是可以阻止这些追踪者们侵犯您的隐私。</p><p>勾选这个选项来让<i>µMatrix</i>为您自动清除浏览器缓存,用您设置的时间间隔。</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>&ldquo;Preventing Web Tracking via the Browser Cache&rdquo;</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>&ldquo;Cookieless cookies&rdquo;</a></p>",
  388. "description": "..."
  389. },
  390. "privacyProcessRefererPrompt" : {
  391. "message": "从向非白名单中站点名发起的HTTP请求中移除第三方<a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%82%E7%85%A7%E4%BD%8D%E5%9D%80'>引用地址</a>信息。",
  392. "description": "..."
  393. },
  394. "privacyProcessRefererHelp" : {
  395. "message": "<p>参照维基百科:“HTTP来源地址是一个HTTP表头字段,用于识别链接到正在被请求资源的网页的地址。…… <b>因为引用信息可能泄漏隐私,一些浏览器允许用户禁用发送引用信息的功能。</b>”</p><p>如果这个设置被选中,<i>µMatrix</i>会移除引用地址信息如果以下条件<b>同时</b>得到满足:<ul style='padding-left:1em;list-style-type:disc;'><li>引用地址的域名和HTTP请求地址的域名不吻合(即这是一个第三方引用);<li>HTTP请求地址的站点名不在白名单中。</ul></p>",
  396. "description": "..."
  397. },
  398. "privacyProcessHyperlinkAuditingPrompt" : {
  399. "message": "屏蔽所有<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>超链接审计</a>尝试。",
  400. "description": "..."
  401. },
  402. "privacyProcessHyperlinkAuditingHelp" : {
  403. "message": "<p>超链接审计是一种允许一个团体,<b>任何一个团体</b>,被告知一个用户在某个具体页面中点击了哪个链接的机制。它实质上是一个追踪用户的功能:它允许一个网站,或任何第三方,被告知您在该网站的哪个页面中点击了哪个链接。它唯一的目的就是追踪您的浏览活动。</p>",
  404. "description": "..."
  405. },
  406. "privacySpoofUserAgentPrompt1" : {
  407. "message": "从下面列表中随机选取新的一条,来伪装<a href='https://zh.wikipedia.org/wiki/%E7%94%A8%E6%88%B7%E4%BB%A3%E7%90%86'>用户代理</a>字符串,每隔",
  408. "description": "Spoof <a href='https://en.wikipedia.org/wiki/User_agent'>User-Agent</a> string by randomly picking a new one below every"
  409. },
  410. "privacySpoofUserAgentPrompt2" : {
  411. "message": "分钟。",
  412. "description": "minutes."
  413. },
  414. "privacySpoofUserAgentHelp" : {
  415. "message": "<a href='https://www.eff.org/deeplinks/2010/01/tracking-by-user-agent'>根据<i>电子前哨基金会</i></a>:“……您的浏览器会发送一个‘用户代理’表头给访问的网站,精确地描述了您正在使用的操作系统及浏览器。这些信息可以帮助区分互联网用户,因为用户间操作系统和浏览器的版本会有所不同,甚至经常会在两人之间相差很大。……<b>用户代理字符串变成一个确实的隐私问题</b>。”<p>这个选项允许您解决这个被EFF指出的隐私问题。</p><p>您可以提供自己的用户代理字符串列表。每行一条。空行和以‘#’开头的行会被忽略。</p>",
  416. "description": "..."
  417. },
  418. "privacyBehindTheSceneHeader" : {
  419. "message": "Chrome浏览器后台请求",
  420. "description": "header of Chromium: behind-the-scene requests section"
  421. },
  422. "privacyProcessBehindTheSceneHelp" : {
  423. "message": "<p>根据<a href='https://www.google.com/intl/zh-CN/chrome/browser/privacy/whitepaper.html'>Google Chrome 隐私权白皮书</a>,<i>Chromium</i>可能会发送HTTP请求到<i>Google</i>,即使在用户没有明确地访问一个网页的情况下。让我们称这种特殊的请求为<strong>后台</strong>请求。同时,用户安装的其它的浏览器扩展也有可能发送<strong>后台</strong>HTTP请求。</p><p><i>µMatrix</i>让您拦截这些请求,并能像对待别的请求一样对待这些请求:它们可以依照您的白名单/黑名单来被处理,从而实现对它们的允许/屏蔽。</p><p>如需启用这个功能,从浏览这个页面时点击此扩展的图标开始。请先阅读:<a href='https://github.com/gorhill/httpswitchboard/wiki/Behind-the-scene-requests'>后台请求</a>.</p><div class='warn'><p><span style='color:red; font-weight:bold'>注意!</span>屏蔽<strong>后台</strong>网络请求可能会导致<a href='https://github.com/gorhill/httpswitchboard/issues/27'>一个问题</a>,当用户想要从Chrome商店安装一个浏览器扩展的时候(包括可能会阻拦浏览器扩展的更新),因此添加了可以在此屏蔽此功能的设置。屏蔽也可能会导致用户安装的其它的浏览器扩展不能正常工作(那些需要查询远程数据的)。</p><p>即使这项功能没有被启用,<strong>后台</strong>HTTP请求仍然会被<i>µMatrix</i>记录下来。您可以在<a href='dashboard.html#statistics'>统计信息</a>页面检查这些请求。</p>",
  424. "description": "..."
  425. },
  426. "privacyDoneButton" : {
  427. "message": "完成",
  428. "description": "Close the Privacy page"
  429. },
  430. "ubiquitousWhatIsThisHeader" : {
  431. "message": "这是什么?",
  432. "description": "English: What is this?"
  433. },
  434. "ubiquitousWhatIsThisPrompt" : {
  435. "message": "“普适规则”是应用到所有地方,即所有作用域,的规则。一条普适规则可以被任何针对同一元素的作用域规则所覆盖。",
  436. "description": "English: &ldquo;Ubiquitous rules&rdquo; are rules which apply everywhere, i.e. in all scopes. A ubiquitous rule can be overridden by any scoped rule for the same element."
  437. },
  438. "ubiquitousListsOfBlockedHostsPrompt1" : {
  439. "message": "所有屏蔽站点的列表都作为普适规则被加载,所以这些站点将在所有作用域的黑名单中。",
  440. "description": "English: All lists of blocked hosts are loaded as ubiquitous rules, hence these hosts are blacklisted in all scopes."
  441. },
  442. "ubiquitousListsOfBlockedHostsPrompt2" : {
  443. "message": "共{{ubiquitousBlacklistCount}}个不同的屏蔽站点名,来自:",
  444. "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:"
  445. },
  446. "ubiquitousListsOfBlockedHostsPerListStats" : {
  447. "message": "{{total}}中使用{{used}}",
  448. "description": "English: {{used}} used out of {{total}}"
  449. },
  450. "ubiquitousListsOfBlockedHostsHeader" : {
  451. "message": "被屏蔽站点列表",
  452. "description": "English: Lists of blocked hosts"
  453. },
  454. "userUbiquitousBlacklistHeader" : {
  455. "message": "您的自定义屏蔽规则",
  456. "description": "English: Your block rules"
  457. },
  458. "userUbiquitousWhitelistHeader" : {
  459. "message": "您的自定义允许规则",
  460. "description": "English: Your allow rules"
  461. },
  462. "ubiquitousApplyChanges" : {
  463. "message": "应用变更",
  464. "description": "English: Apply changes"
  465. },
  466. "ubiquitousFormatHint" : {
  467. "message": "每行一条规则。一条规则可以是单纯的一个站点名或者是一条<a href='https://adblockplus.org/zh_CN/filters'>与Adblock Plus相容的过滤规则</a>。以“#”开头的行将被忽略。",
  468. "description": "English: One rule per line. A rule can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with &lsquo;#&rsquo; will be ignored."
  469. },
  470. "ubiquitousAllowFormatHint" : {
  471. "message": "每行一条规则。一条规则可以是单纯的一个站点名或者是一条与Adblock Plus相容的例外规则(以“@@”开头)。以“#”开头的行将被忽略。",
  472. "description": "English: One rule per line. A rule can be a plain hostname, or an Adblock Plus-compatible exception filter (prefixed with &lsquo;@@&rsquo;). Lines prefixed with &lsquo;#&rsquo; will be ignored."
  473. },
  474. "ubiquitousImport" : {
  475. "message": "导入并附加规则",
  476. "description": "English: Import and append"
  477. },
  478. "ubiquitousExport" : {
  479. "message": "导出规则",
  480. "description": "English: Export"
  481. },
  482. "scopedCommitAllButton": {
  483. "message": "提交所有变更",
  484. "description": "English: Commit all"
  485. },
  486. "scopedRevertAllButton": {
  487. "message": "移除所有变更",
  488. "description": "English: Revert all"
  489. },
  490. "scopedMarkAllForDeletionButton": {
  491. "message": "把所有规则标志为删除",
  492. "description": "English: Mark all for deletion"
  493. },
  494. "scopedResetToFactoryButton": {
  495. "message": "重设至出厂状态",
  496. "description": "English: Reset to factory"
  497. },
  498. "scopedRulesHeader": {
  499. "message": "规则",
  500. "description": "English: Rules"
  501. },
  502. "scopedRulesInfo": {
  503. "message": "这里是您可以备份所有您的作用域和规则的地方:点击“导出规则”,可选地点击“编码配方”,把结果保存到一个文件里,这个文件的内容可以在日后粘帖到这里。<p>规则的语法是非常严格的,只有高级用户才适合冒险在此编辑。如果您将要导入一个来自非可信来源的配方时,请确保其没有任何错误(例如:<b>“whitelist * evil.com”</b>)</p>",
  504. "description": "English: [see english message.json]"
  505. },
  506. "scopedRecipeHeader": {
  507. "message": "配方",
  508. "description": "English: Recipes"
  509. },
  510. "scopedRecipesInfo": {
  511. "message": "一条“配方”只是一个,用某种方式编码了的,为了方便备份和用户间进行交流的,规则集。理想地,高级用户会共享出他们经过精雕细刻的配方,来帮助新手用户。",
  512. "description": "English: [see english message.json]"
  513. },
  514. "scopedBackupRecipeButton": {
  515. "message": "备份到文件",
  516. "description": "English: Backup to file"
  517. },
  518. "scopedRestoreRecipeButton": {
  519. "message": "从文件恢复",
  520. "description": "English: Restore from file"
  521. },
  522. "scopedDecodeRecipeButton": {
  523. "message": "解码配方",
  524. "description": "English: Decode recipe"
  525. },
  526. "scopedEncodeRecipeButton": {
  527. "message": "编码配方",
  528. "description": "English: Encode recipe"
  529. },
  530. "scopedImportRulesButton": {
  531. "message": "导入规则",
  532. "description": "English: Import rules"
  533. },
  534. "scopedExportRulesButton": {
  535. "message": "导出规则",
  536. "description": "English: Export rules"
  537. },
  538. "scopedGlobalScopeHeader": {
  539. "message": "全局作用域",
  540. "description": "English: Global scope"
  541. },
  542. "scopedBtsScopeHeader": {
  543. "message": "后台作用域",
  544. "description": "English: Behind-the-scene scope"
  545. },
  546. "scopedDomainScopeHeader": {
  547. "message": "域名级作用域",
  548. "description": "English: Domain-level scope"
  549. },
  550. "scopedSiteScopeHeader": {
  551. "message": "站点级作用域",
  552. "description": "English: Site-level scope"
  553. },
  554. "scopedDeletionPrompt": {
  555. "message": "您即将要删除{{deleteCount}}条规则。\n这是不可逆的操作。\n点击OK进行确认。",
  556. "description": "English: You are about to delete {{deleteCount}} rules.\nThis is irreversible.\nClick OK to confirm."
  557. },
  558. "aboutChangelog" : {
  559. "message": "<a href='https://github.com/gorhill/httpswitchboard/wiki/Change-log'>变更日志</a>",
  560. "description": "English: <a href='https://github.com/gorhill/httpswitchboard/wiki/Change-log'>Change log</a>"
  561. },
  562. "aboutStorageUsed" : {
  563. "message": "存储空间使用率:{{storageUsed}}%",
  564. "description": "English: Storage used: {{storageUsed}}%"
  565. },
  566. "aboutDoc" : {
  567. "message": "<a href='https://github.com/gorhill/httpswitchboard/wiki'>文档</a>",
  568. "description": "English: <a href='https://github.com/gorhill/httpswitchboard/wiki'>Documentation</a>"
  569. },
  570. "aboutPermissions" : {
  571. "message": "<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>权限</a>",
  572. "description": "English: <a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a>"
  573. },
  574. "aboutCode" : {
  575. "message": "<a href='https://github.com/gorhill/httpswitchboard'>源代码 (GPLv3)</a>",
  576. "description": "English: <a href='https://github.com/gorhill/httpswitchboard'>Source code (GPLv3)</a>"
  577. },
  578. "aboutCredits" : {
  579. "message": "<a href='https://github.com/gorhill/httpswitchboard/wiki/Credits'>赞扬</a>",
  580. "description": "English: <a href='https://github.com/gorhill/httpswitchboard/wiki/Credits'>Credits</a>"
  581. },
  582. "aboutUserDataHeader" : {
  583. "message": "您的数据",
  584. "description": "English: Your data"
  585. },
  586. "aboutUserDataBackupButton" : {
  587. "message": "备份到文件...",
  588. "description": "English: Backup all..."
  589. },
  590. "aboutUserDataRestoreButton" : {
  591. "message": "从文件恢复...",
  592. "description": "English: Restore all..."
  593. },
  594. "aboutUserDataOr" : {
  595. "message": "... 或者 ...",
  596. "description": "English: ... or ..."
  597. },
  598. "aboutUserDataResetButton" : {
  599. "message": "从头来过……",
  600. "description": "English: Start from scratch..."
  601. },
  602. "aboutUserDataRestoreConfirm" : {
  603. "message": "所有您的设置和规则将被覆盖,\n使用备份于{{time}}时的数据,\n随后µMatrix将会重启。\n\n是否要使用备份数据覆盖所有现存数据?",
  604. "description": "Message asking user to confirm restore"
  605. },
  606. "aboutExtensionDataHeader" : {
  607. "message": "扩展数据",
  608. "description": "English: Extension data"
  609. },
  610. "aboutAssetsUpdatePrompt" : {
  611. "message": "<i>µMatrix</i>使用的资源可以在这里进行升级,而不必等到扩展的下一个发行版。这些资源是拉取自<a href=\"https://github.com/gorhill/httpswitchboard\">本项目的Github代码托管库</a>。",
  612. "description": "Short descriptive text of the update feature"
  613. },
  614. "aboutAssetsUpdateColPath" : {
  615. "message": "路径",
  616. "description": "Path column header"
  617. },
  618. "aboutAssetsUpdateColStatus" : {
  619. "message": "状态",
  620. "description": "Status column header"
  621. },
  622. "aboutAssetsUpdateGetListError" : {
  623. "message": "有一个错误发生。<b>raw2.github.com</b>的<b>XHR</b>是否被屏蔽?",
  624. "description": "Successful outcome of clicking 'update' button"
  625. },
  626. "aboutAssetsUpdateStatusAdded" : {
  627. "message": "将被添加",
  628. "description": "Displayed in the status column for each entry"
  629. },
  630. "aboutAssetsUpdateStatusChanged" : {
  631. "message": "有新版本",
  632. "description": "Displayed in the status column for each entry"
  633. },
  634. "aboutAssetsUpdateStatusUnchanged" : {
  635. "message": "已是最新",
  636. "description": "Displayed in the status column for each entry"
  637. },
  638. "aboutAssetsUpdateStatusRemoved" : {
  639. "message": "将被移除",
  640. "description": "Displayed in the status column for each entry"
  641. },
  642. "aboutAssetsUpdateButton" : {
  643. "message": "马上更新",
  644. "description": "Update button"
  645. },
  646. "aboutAssetsUpdatingButton" : {
  647. "message": "正在更新...",
  648. "description": "Updating..."
  649. },
  650. "setupPagePrompt" : {
  651. "message": "<p><b>µMatrix</b>是高度可配置的:它可以被设置为“屏蔽所有”和“完全不屏蔽”间的任何状态。<p>安全性越高,网页破损的可能性也就越高,即不能如设想的一样渲染或运作。因此,更高的安全性也意味着需要更多来自用户的介入,来“修复”那些用户信任的网页。<p>这里您可以选择一个最适合您使用<b>µMatrix</b>计划的设定档。您只需把这当作一个起点,因为您之后仍可随意自行定制。",
  652. "description": "Appears at the top of the setup page"
  653. },
  654. "setupBlockAllAllowExceptionally" : {
  655. "message": "屏蔽所有 / 允许例外",
  656. "description": "English: Block all / allow exceptionally"
  657. },
  658. "setupAllowAllBlockExceptionally" : {
  659. "message": "允许所有 / 屏蔽例外",
  660. "description": "English: Allow all / block exceptionally"
  661. },
  662. "setupAdBlocker" : {
  663. "message": "类似Adblock Plus",
  664. "description": "English: Ad blocker-like"
  665. },
  666. "setupNoScript" : {
  667. "message": "类似NoScript",
  668. "description": "English: NoScript-like"
  669. },
  670. "setupRequestPolicy" : {
  671. "message": "类似RequestPolicy",
  672. "description": "English: RequestPolicy-like"
  673. },
  674. "setupBlockNothingReportAll" : {
  675. "message": "完全不屏蔽 / 报告所有",
  676. "description": "English: Block nothing / report everything"
  677. },
  678. "setupSecurity" : {
  679. "message": "安全性:",
  680. "description": "English: Security:"
  681. },
  682. "setupBreakage" : {
  683. "message": "不兼容性:",
  684. "description": "English: Breakage:"
  685. },
  686. "setupVeryHigh" : {
  687. "message": "非常高",
  688. "description": "English: very high"
  689. },
  690. "setupHigh" : {
  691. "message": "高",
  692. "description": "English: high"
  693. },
  694. "setupMediumHigh" : {
  695. "message": "中高",
  696. "description": "English: medium high"
  697. },
  698. "setupMedium" : {
  699. "message": "中等",
  700. "description": "English: medium"
  701. },
  702. "setupMediumLow" : {
  703. "message": "中低",
  704. "description": "English: medium low"
  705. },
  706. "setupLow" : {
  707. "message": "低",
  708. "description": "English: low"
  709. },
  710. "setupVeryLow" : {
  711. "message": "非常低",
  712. "description": "English: very low"
  713. },
  714. "setupNone" : {
  715. "message": "无",
  716. "description": "English: none"
  717. },
  718. "setupRestoreConfirm" : {
  719. "message": "所有您的设置和规则将被覆盖,\n然后µMatrix将会重启。\n\n是否要覆盖所有现存数据?",
  720. "description": "English: All your settings and rules will be overwritten\nand µMatrix will restart.\n\nOverwrite all existing data?"
  721. },
  722. "commandRevertAll" : {
  723. "message": "移除所有临时变更",
  724. "description": "English: Remove all temporary changes"
  725. },
  726. "commandWhitelistPageDomain" : {
  727. "message": "临时把当前页面的域名添加到白名单",
  728. "description": "English: Temporarily whitelist page domain"
  729. },
  730. "commandWhitelistAll" : {
  731. "message": "临时把当前页面的所有请求添加到白名单",
  732. "description": "English: Temporarily whitelist all"
  733. },
  734. "commandOpenDashboard" : {
  735. "message": "打开仪表板",
  736. "description": "English: Open dashboard"
  737. },
  738. "dummy": {
  739. "message": "This entry must be the last one",
  740. "description": "so we dont need to deal with comma for last entry"
  741. }
  742. }