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

475 lines
20 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": {
"message": "记录日志",
2021-02-22 07:35:03 +01:00
"description": "Enable logging"
2020-06-26 19:47:48 +02:00
},
"loggingDescription": {
"message": "你可以使用菜单中的图标打开日志。 关闭浏览器或禁用记录日志后,日志将被删除。",
2021-02-21 19:16:50 +01:00
"description": "You can open the log with the icon in the menu. The log will be deleted when you close the browser or disable logging."
2020-06-26 19:47:48 +02:00
},
"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": {
"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": "此功能当前正处于实验阶段。数据全部存储在本地,不会外传。",
2021-02-21 19:16:50 +01:00
"description": "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"
},
"websiteBroken": {
"message": "网站显示不正常?",
"description": "Website broken?"
2021-02-21 19:16:50 +01:00
},
"hideDonationButton": {
"message": "隐藏捐赠按钮",
2021-02-21 19:16:50 +01:00
"description": "Hide donation button"
2021-03-12 07:22:01 +01:00
},
"betaLabel": {
"message": "测试版",
2021-03-12 07:22:01 +01:00
"description": "beta"
},
"changeBadgeColorMissingResourcesTitle": {
"message": "在图标上标示缺失的资源",
2021-03-12 07:22:01 +01:00
"description": "Indicate missing resources on the icon"
},
"changeBadgeColorMissingResourcesDescription": {
"message": "如果资源缺失,改变图标颜色。",
2021-03-12 07:22:01 +01:00
"description": "Change the badge color if resources are missing."
2021-04-11 08:13:48 +02:00
},
"titleHelp": {
"message": "",
"description": "Help"
},
"helpIntroductionTitle": {
"message": "",
"description": "Introduction"
},
"helpHtmlFilterTitle": {
"message": "",
"description": "What is »HTML filter«?"
},
"helpRuleGeneratorTitle": {
"message": "",
"description": "Rule generator"
},
"helpWebsiteIssuesTitle": {
"message": "",
"description": "Some websites look strange or are not easy to use"
},
"helpBlockGoogleFontsTitle": {
"message": "",
"description": "Why is there a »Block Google Fonts« option?"
},
"helpStatisticsTitle": {
"message": "",
"description": "What about the statistics? Is anything transferred to any servers?"
},
"helpWhatWillBeSynchronizedTitle": {
"message": "",
"description": "What will be synchronized when I select »sync« as storage type?"
},
"helpBrowserCompatibilityTitle": {
"message": "",
"description": "Browser compatibility"
},
"helpIntroductionDescription": {
"message": "",
"description": "LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported frameworks/libraries locally, and injects them into the website. Feel free to use the following testing utility to find out if you are properly protected. For more information read the tutorial or our Wiki pages."
},
"helpLinkTestUtility": {
"message": "",
"description": "Testing utility"
},
"helpLinkTutorial": {
"message": "",
"description": "Tutorial"
},
"helpLinkWikiPages": {
"message": "",
"description": "Wiki pages"
},
"helpHtmlFilterDescription": {
"message": "",
"description": "In most cases LocalCDN can easily replace embedded frameworks and improves privacy. In some cases the website may try to prevent this by setting certain options in the HTML source code. LocalCDN reads the HTML source code before it is displayed in the browser and removes these part (red)."
},
"helpHtmlFilterBefore": {
"message": "",
"description": "The HTML filter removes the red characters from this example:"
},
"helpHtmlFilterAfter": {
"message": "",
"description": "The result then looks like this:"
},
"helpHtmlFilterWhyTitle": {
"message": "",
"description": "Why is it necessary to remove crossorigin and integrity attributes?"
},
"helpHtmlFilterCrossorigin": {
"message": "",
"description": "The crossorigin attribute prevents the replacement because the destination does not match the requested one."
},
"helpHtmlFilterIntegrity": {
"message": "",
"description": "To save disk space and to deliver more frameworks LocalCDN upgrades a framework. An integrity tag is the hash value of a file. If the check fails, the browser wont include a framework. The integrity check will fail because the hash values for e.g. jQuery 1.10.1 and jQuery 1.12.4 are different."
},
"helpHtmlFilterErrors": {
"message": "",
"description": "Unfortunately, it sometimes happens that special characters are then displayed incorrectly. In this case you can deactivate the setting again, to display the umlauts correctly."
},
"helpRuleGeneratorDescription": {
"message": "",
"description": "If you want to automatically redirect all supported CDN connections to LocalCDN, you can add these rules to your adblocker to allow these redirections. If you do not want to add these rules, you must allow each CDN connection individually for each website."
},
"helpRuleGeneratorUblockTitle": {
"message": "",
"description": "Only uBlock Origin:"
},
"helpRuleGeneratorUblockDescription": {
"message": "",
"description": "These rules are only relevant in »medium« or »hard« mode, because it blocks all 3rd-party resources. They are not necessary in »default«, »easy« or »very-easy« mode. For more information, please visit the uBlock Origin Wiki."
},
"helpRuleGeneratorUblockTableIcon": {
"message": "",
"description": "Icon"
},
"helpRuleGeneratorUblockTableMode": {
"message": "",
"description": "Mode"
},
"helpRuleGeneratorUblockTableUseful": {
"message": "",
"description": "Rules useful"
},
"helpRuleGeneratorUblockTableDefaultEasy": {
"message": "",
"description": "Default/Easy"
},
"helpRuleGeneratorUblockTableMedium": {
"message": "",
"description": "Medium"
},
"helpRuleGeneratorUblockTableHard": {
"message": "",
"description": "Hard"
},
"helpWebsiteIssuesDescription": {
"message": "",
"description": "There are two possible reasons: Either a framework/library is required that LocalCDN doesnt (yet) deliver or an SOP. A SOP (Same origin policy) is a security mechanism that determines what data the browser is allowed to load. It helps to isolate malicious documents and thus reduce possible attack vectors. This policy prevents the browser from loading the external frameworks of LocalCDN. Unfortunately there is no solution for this at the moment."
},
"helpBlockGoogleFontsDescription": {
"message": "",
"description": "LocalCDN can replace »Google Material Icons«. To catch the connection your adblocker (e.g. uBlock Origin, uMatrix or AdGuard) must allow the request. LocalCDN listens on these requests and if the query contains »Google Material Icons«, the resource will be replaced. If you uncheck the »Block requests for missing content« option, non-existent resources will be allowed to pass and »Google Fonts« will be loaded, because »Google Material Icons« and »Google Fonts« use the same domain. If you dont want this, you can block »Google Fonts« on LocalCDN."
},
"helpStatisticsDescription": {
"message": "",
"description": "Dont panic, nothing will be transmitted. It would be against all my principles. The statistics (JSON format) contains the following information: Date, CDN+counter and framework+counter. Thats all. Ive an example here:"
},
"helpStatisticsContent": {
"message": "",
"description": "The statistics contain no information about the browser, operating system, requesting website, IP addresses or any other information. Just date, CDN+counter and framework+counter. It shows you which frameworks are replaced by LocalCDNs how often and which CDNs were requested."
},
"helpStatisticsTruthTitle": {
"message": "",
"description": "How do I know thats true?"
},
"helpStatisticsTruthDescription": {
"message": "",
"description": "The extension storage can be viewed directly with the Firefox browser. Open the URL »about:debugging«, switch to »Storage« and select »Extension Storage«. Under the key »internalStatisticsData« you will find the collected data. Just copy it and put it into a JSON PrettyPrinter to make it more readable. Please note that you have to remove the first and last quotation mark and the key to it. You should be able to see this clearly in this video."
},
"helpSyncTitle": {
"message": "",
"description": "What will be synchronized when I select »sync« as storage type?"
},
"helpSyncDescription": {
"message": "",
"description": "Sync will only work if you are logged in with a Firefox account on the device and have allowed add-ons to sync in the settings. A separate sync server under your control will also work. This will synchronize most of the settings of LocalCDN across all devices."
},
"helpSyncAccount": {
"message": "",
"description": "If you dont have a sync account, nothing will be synchronized. In that case it makes no difference what type of storage you have selected."
},
"helpSyncContentNever": {
"message": "",
"description": "Things that are never synchronized:"
},
"helpNumberOfInjections": {
"message": "",
"description": "Numbers of injections"
},
"helpYes": {
"message": "",
"description": "Yes"
},
"helpNo": {
"message": "",
"description": "No"
},
"helpData": {
"message": "",
"description": "Data"
},
"helpSyncContentEver": {
"message": "",
"description": "Settings that will be synchronized:"
},
"helpIcons": {
"message": "",
"description": "Default, Light, Blue/Grey"
},
"helpSyncContentLinks": {
"message": "",
"description": "More information about Firefox Sync:"
},
"helpBrowserCompatibility": {
"message": "",
"description": "Browser compatibility"
},
"helpReplace": {
"message": "",
"description": "Replace"
},
"helpReplaceOther": {
"message": "",
"description": "Replace other resources"
},
"helpUpgradeAllResources": {
"message": "",
"description": "Upgrade all resources"
},
"helpExplanationChrome": {
"message": "",
"description": "All Chromium based Browser"
},
"helpLimitation": {
"message": "",
"description": "This is not a limitation of LocalCDN, but missing API support of Chromium based browsers."
2020-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}