LocalCDN-Firefox-Chrome-Brave/_locales/zh_CN/messages.json

143 lines
5.8 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
2020-06-26 19:47:48 +02:00
"extensionDescription": {
"message": "保护你免受中心化的内容分发网络CDN的跟踪。",
"description": "Extension description."
},
"amountInjectedDescription": {
"message": "自安装以来,从本地“内容分发网络”资源注入数量。",
"description": "Amount injected description."
},
"optionsTitle": {
"message": "选项",
"description": "Options title"
},
"showIconBadgeTitle": {
"message": "在图标上显示注入数量",
"description": "Show icon badge title"
},
"showIconBadgeDescription": {
"message": "在扩展图标上显示注入资源的数量。",
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "阻止缺失资源的请求",
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "如果请求的资源在本地不可用,则取消被拦截的请求。",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "禁用链接预读取",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "避免本应禁止的请求发到网络。",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "清除被允许的请求中的元数据",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "从被允许的 CDN 请求中擦除敏感数据以保护隐私。",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
2020-06-27 06:28:25 +02:00
"message": "排除要检查的域名:",
2020-06-26 19:48:47 +02:00
"description": "Deactivate LocalCDN for these domains:"
2020-06-26 19:47:48 +02:00
},
"whitelistedDomainsDescription": {
"message": "输入要添加到白名单的域名。用分号 (;) 分隔多项。",
2020-06-26 19:48:47 +02:00
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
2020-06-26 19:47:48 +02:00
},
"advancedLabel": {
"message": "高级",
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "为uBlock或uMatrix生成规则集",
"description": "Generate rule set title"
},
"generateRuleSetDescription": {
2020-06-27 06:28:25 +02:00
"message": "如果你在使用uBlock或者uMatrix, 你可以在这里生成规则. 你需要手动在uBlock或者uMatrix中添加这些规则.",
2020-07-14 20:31:13 +02:00
"description": "In case you are using uBlock Origin or uMatrix you can generate the rules here. You have to add these rules manually in uBlock Origin or uMatrix."
2020-06-26 19:47:48 +02:00
},
"lastUpdate": {
2020-06-27 06:28:25 +02:00
"message": "最新更新:",
2020-06-26 19:47:48 +02:00
"description": "Last update:"
},
"copyRuleSet": {
2020-06-27 06:28:25 +02:00
"message": "拷贝",
2020-06-26 19:47:48 +02:00
"description": "Text of button to copy ruleset"
},
"loggingTitle": {
2020-06-27 06:28:25 +02:00
"message": "在浏览器控制台中启用日志记录",
2020-06-26 19:47:48 +02:00
"description": "Enable logging in browser console"
},
"loggingDescription": {
2020-06-27 06:28:25 +02:00
"message": "打开\"浏览器控制台\"( CTRL + SHIFT + J )来展示缺失的资源.",
2020-06-26 19:47:48 +02:00
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
},
"hideReleaseNotesTitle": {
2020-06-27 06:28:25 +02:00
"message": "关闭发布说明",
2020-06-26 19:47:48 +02:00
"description": "Disable release notes"
},
"hideReleaseNotesDescription": {
2020-06-27 06:28:25 +02:00
"message": "打开这个按钮来停止接受LocalCDN的所有新特性相关信息. 这包括任何新的 uBlock/uMatrix 规则.",
2020-06-26 19:47:48 +02:00
"description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules."
},
"featureBreaksWebsitesDescription": {
2020-06-27 06:28:25 +02:00
"message": "这个选项会损坏网页. 除非你准备要手动在白名单中添加任何被损坏的域名, 不要打开该选项.",
2020-06-26 19:47:48 +02:00
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains."
},
"featureBreaksWebsitesButton": {
2020-06-27 06:28:25 +02:00
"message": "关闭",
2020-06-26 19:47:48 +02:00
"description": "Disable"
},
"labelManipulateDOM": {
2020-06-27 06:28:25 +02:00
"message": "过滤 HTML 源码",
2020-06-28 18:59:19 +02:00
"description": "Filter HTML source code"
2020-06-26 19:47:48 +02:00
},
"labelDonate": {
2020-06-27 06:28:25 +02:00
"message": "捐赠",
2020-06-26 19:47:48 +02:00
"description": "Donate"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListTitle": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Invert HTML filter"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListDescription": {
"message": "",
"description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
},
"negateHtmlFilterListWarning": {
"message": "",
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Do not apply HTML filter to these domains:"
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsDescription": {
"message": "",
2020-06-29 15:21:44 +02:00
"description": "Enter the domains to be handled or ignored by the HTML filter. Separate multiple entries with semi-colons (;)."
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsTitleInclude": {
"message": "",
2020-06-28 18:59:19 +02:00
"description": "Apply HTML filter for these domains:"
},
"blockGoogleFontsTitle": {
"message": "",
"description": "Block Google Fonts"
},
"blockGoogleFontsDescription": {
"message": "",
"description": "If requests for missing resources are allowed, connections to \"fonts.googleapis.com\" are not blocked. Enable this option to block these requests."
2020-07-12 09:58:22 +02:00
},
"chooseIconStyle": {
"message": "",
"description": "Choose an icon for this extension"
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}