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

247 lines
9.5 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 (内容分发网络)的跟踪。",
2020-11-15 12:48:27 +01:00
"description": "Protects you against tracking through CDNs (Content Delivery Networks) by redirecting to local resources."
2020-06-26 19:47:48 +02:00
},
"amountInjectedDescription": {
"message": "自安装以来本地 CDN 资源的注入数量。",
2020-06-26 19:47:48 +02:00
"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": "如果请求的资源在本地不可用,则取消当前被拦截的请求。",
2020-06-26 19:47:48 +02:00
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "禁用链接预读取",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "防止误发被屏蔽的请求到CDN。",
2020-06-26 19:47:48 +02:00
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "清除被允许的请求中的元数据",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "从被允许的 CDN 请求中擦除敏感数据,以保护隐私。",
2020-06-26 19:47:48 +02:00
"description": "Strip metadata description."
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsTitle": {
"message": "在以下域名中暂停 LocalCDN:",
2020-06-26 19:48:47 +02:00
"description": "Deactivate LocalCDN for these domains:"
2020-06-26 19:47:48 +02:00
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsDescription": {
"message": "请输入要禁用 LocalCDN 的域名。每行一个。",
2021-01-18 19:02:28 +01:00
"description": "Enter domains to disable LocalCDN there. One entry per line."
2020-06-26 19:47:48 +02:00
},
"advancedLabel": {
"message": "高级",
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "为你的广告拦截器生成规则集",
2020-09-13 07:40:25 +02:00
"description": "Generate rule sets for your adblocker"
2020-06-26 19:47:48 +02:00
},
"generateRuleSetDescription": {
"message": "如果你正在使用一个广告拦截器,你可以在这里生成规则,但必须手动添加到广告拦截器中。",
2020-09-13 07:40:25 +02:00
"description": "In case you are using an adblocker you can generate the rules here. You have to add these rules manually in your adblocker."
2020-06-26 19:47:48 +02:00
},
"lastUpdate": {
"message": "上次更新:",
2020-06-26 19:47:48 +02:00
"description": "Last update:"
},
"copyRuleSet": {
"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": {
"message": "打开“浏览器控制台” ( CTRL + SHIFT + J ) 以展示缺失的资源.",
2020-06-26 19:47:48 +02:00
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
},
"featureBreaksWebsitesDescription": {
"message": "这个功能会破坏网站功能。除非您准备手动将受影响的域名添加到允许列表中,否则请勿开启。",
2020-10-17 07:05:26 +02:00
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually add affected domains to the allow list."
2020-06-26 19:47:48 +02:00
},
"featureBreaksWebsitesButton": {
"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": "反转 HTML 过滤器",
2020-06-28 18:59:19 +02:00
"description": "Invert HTML filter"
2020-06-26 19:48:47 +02:00
},
"negateHtmlFilterListDescription": {
"message": "开启此选项会始终应用 HTML 过滤器,此时列表中的域名将被忽略;若禁用此选项,则 HTML 过滤器仅应用于此列表中的域名。",
2020-06-26 19:48:47 +02:00
"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": "此功能可能会破坏网站。请阅读 Wiki 页面以了解更多信息。",
2020-06-26 19:48:47 +02:00
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitleExclude": {
"message": "不要将 HTML 过滤器应用于以下域名:",
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": "输入 HTML 过滤器要处理或忽略的域名,每行一个。",
2021-01-18 19:02:28 +01:00
"description": "Enter the domains to be handled or ignored by the HTML filter. One entry per line."
2020-06-26 19:48:47 +02:00
},
"htmlFilterDomainsTitleInclude": {
"message": "对这些域名应用 HTML 过滤器:",
2020-06-28 18:59:19 +02:00
"description": "Apply HTML filter for these domains:"
},
"blockGoogleFontsTitle": {
"message": "屏蔽 Google Fonts",
"description": "Block Google Fonts"
},
"blockGoogleFontsDescription": {
"message": "如果允许加载缺少的资源,则不会阻止到 \"fonts.googleapis.com\" 的连接。开启此选项可阻止这些请求。",
"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": "选择一个此扩展程序的图标",
2020-07-12 09:58:22 +02:00
"description": "Choose an icon for this extension"
},
"internalStatisticsTitle": {
"message": "内部统计数据",
"description": "Internal statistics"
},
"internalStatisticsDescription": {
"message": "此功能当前正处于实验阶段。数据全部存储在本地,不会外传。",
"description": "This function is currently in an experimental stage. No data transmission. Its all local on your device."
2020-08-09 08:09:20 +02:00
},
"headerStatistics": {
"message": "统计数据",
2020-08-09 08:09:20 +02:00
"description": "Statistics. The header of a statistics page."
},
"labelToday": {
"message": "今天",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for today."
},
"labelPastWeek": {
"message": "上周",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past week."
},
"labelPastMonth": {
"message": "上月",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past month."
},
"labelPastYear": {
"message": "去年",
2020-08-09 08:09:20 +02:00
"description": "Statistics view for past year."
},
"labelDelete": {
"message": "删除",
2020-08-09 08:09:20 +02:00
"description": "Button to delete all statistics data."
},
"labelAvg": {
"message": "平均(每天的替换)",
2020-08-09 08:09:20 +02:00
"description": "Followed by a number of average injections per day within a specific period."
},
"labelInjectedFrameworks": {
"message": "已替换框架",
2020-08-09 08:09:20 +02:00
"description": "Followed by a number of injections within a specific period."
2020-08-09 11:01:33 +02:00
},
"dialogConfirmDeleteStatistics": {
"message": "您确定要删除所有的统计数据吗?",
2020-12-22 07:35:41 +01:00
"description": "Are you sure you want to delete all the statistics?"
2020-08-22 14:25:32 +02:00
},
2020-10-17 07:05:26 +02:00
"labelDomainsAllowlistGoogleFonts": {
"message": "允许以下域名加载 Google Fonts每行一个。",
2021-01-18 19:02:28 +01:00
"description": "These domains are allowed to load Google Fonts. One entry per line."
2020-08-30 18:59:00 +02:00
},
"btnGeneral": {
"message": "基础",
2020-08-30 18:59:00 +02:00
"description": "Basic"
},
"btnAdvanced": {
"message": "高级",
2020-08-30 18:59:00 +02:00
"description": "Advanced"
},
"btnOther": {
"message": "其他",
2020-08-30 18:59:00 +02:00
"description": "Other"
},
"btnInfo": {
"message": "信息",
2020-08-30 18:59:00 +02:00
"description": "Info"
},
"headerStorageType": {
"message": "存储类型",
2020-08-30 18:59:00 +02:00
"description": "Storage type"
},
"labelStorageTypeLocal": {
"message": "本地",
2020-08-30 18:59:00 +02:00
"description": "Local"
},
"labelStorageTypeSync": {
"message": "同步",
2020-08-30 18:59:00 +02:00
"description": "Sync"
},
"headerImportExport": {
"message": "导入/导出",
2020-08-30 18:59:00 +02:00
"description": "Import/Export"
},
"labelExportData": {
"message": "备份到文件",
2020-08-30 18:59:00 +02:00
"description": "Back up to file"
},
"labelImportData": {
"message": "从文件还原",
2020-08-30 18:59:00 +02:00
"description": "Restore from file"
},
"dialogImportSuccessful": {
"message": "成功导入",
2020-08-30 18:59:00 +02:00
"description": "Import successful"
},
"dialogImportFailed": {
"message": "导入失败",
2020-08-30 18:59:00 +02:00
"description": "Import failed"
2020-11-14 12:24:36 +01:00
},
"updateNotificationTitle": {
"message": "更新后进行通知",
2020-11-14 12:24:36 +01:00
"description": "Notification after an update"
},
"updateNotificationNever": {
"message": "从不 (静默更新)",
2020-11-14 12:24:36 +01:00
"description": "Never (Silent Updates)"
},
"updateNotificationOnlyRules": {
"message": "仅当有新的 CDN 和规则时",
2020-11-14 12:24:36 +01:00
"description": "Only if new CDNs and rules"
},
"updateNotificationAlways": {
"message": "始终",
2020-11-14 12:24:36 +01:00
"description": "Always"
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}