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

247 lines
9.4 KiB
JSON
Raw Normal View History

2020-02-27 13:45:29 +01:00
{
2020-06-26 19:47:48 +02:00
"extensionDescription": {
"message": "保护你免受“免费”,中心化内容分发的跟踪。",
2020-06-26 19:47:48 +02:00
"description": "Extension description."
},
"amountInjectedDescription": {
"message": "自安装以来本地内容分发网络资源注入数量。",
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": "如果请求的资源在本地不可用,则取消被拦截的请求。",
"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."
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsTitle": {
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
},
2020-10-17 07:05:26 +02:00
"allowlistedDomainsDescription": {
"message": "输入要禁用 LocalCDN 的域名。用分号 (;) 分隔多项。",
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": "为你的广告拦截器生成规则集",
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 过滤器要处理或忽略的域。使用分号 (;) 分隔多项。",
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": "对这些域应用 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-08-09 11:01:33 +02:00
"description": "Are you sure you want to delete the statistics?"
2020-08-22 14:25:32 +02:00
},
2020-10-17 07:05:26 +02:00
"labelDomainsAllowlistGoogleFonts": {
"message": "允许这些域名加载 Google Fonts。用分号 (;) 分隔多项。",
"description": "These domains are allowed to load Google Fonts. Separate multiple entries with semi-colons (;)."
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": "",
"description": "Notification after an update"
},
"updateNotificationNever": {
"message": "",
"description": "Never (Silent Updates)"
},
"updateNotificationOnlyRules": {
"message": "",
"description": "Only if new CDNs and rules"
},
"updateNotificationAlways": {
"message": "",
"description": "Always"
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}