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

187 lines
8.2 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": "安裝以來,由本機檔案所取代的 CDN 資源數量。",
"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": "防止發出不被允許的請求到 CDN 網路。",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "移除放行請求當中的後設資料",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "清除放行的 CDN 請求當中的敏感資料,以保護隱私權。",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
"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": "輸入網域即可在該處停用 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": "為 uBlock 或 uMatrix 產生規則集合",
2020-06-26 19:47:48 +02:00
"description": "Generate rule set title"
},
"generateRuleSetDescription": {
"message": "如果你有使用 uBlock Origin 或 uMatrix你可以在這裡產生過濾規則。你必須手動加入這些規則到 uBlock Origin 或 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": {
"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": "在瀏覽器控制台中啟用日誌記錄",
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."
},
"hideReleaseNotesTitle": {
"message": "關閉發行說明",
2020-06-26 19:47:48 +02:00
"description": "Disable release notes"
},
"hideReleaseNotesDescription": {
"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": {
"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": {
"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": {
"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": "為 LocalCDN 選擇一個圖示",
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-06-26 19:47:48 +02:00
}
2020-03-04 17:52:49 +01:00
}