diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
commit | 3fe15939f1762ee2c25de300cdfd96d864ac5111 (patch) | |
tree | 55930755c21e5e729c701de6b3c417c62e6d769c /locale/zh-TW/messages.properties | |
parent | 648066ec2b431a23bf0134b701db3914abaf752b (diff) | |
download | ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.lz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.xz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.zip |
Add help tooltip to noscript spoofing setting
Diffstat (limited to 'locale/zh-TW/messages.properties')
-rw-r--r-- | locale/zh-TW/messages.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/locale/zh-TW/messages.properties b/locale/zh-TW/messages.properties index 2d942b9..f12cb68 100644 --- a/locale/zh-TW/messages.properties +++ b/locale/zh-TW/messages.properties @@ -91,12 +91,12 @@ settingsCloudStorageEnabled=啟用瀏覽器自帶雲端儲存 privacyPageTitle=eMatrix – 隱私 privacyDeleteBlockedCookiesPrompt=刪除已屏蔽的 Cookie privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> 預設不會阻止黑名單中的 Cookie 進入您的瀏覽器,而是阻止它们離開开您的瀏覽器,因後者更具有意義。不於 Cookie 進入瀏覽器之前阻止它們將使您有機會得知網站正嘗試使用 Cookie,以便您有需要時進一步查看。</p><p>若黑名單中的 Cookie 被 <i>eMatrix</i> 所計入則可按閱下意願將其移除。</p><p><b>重要提示:</b>附加元件於其運作期間作出網絡請求之時將可能產生 Cookie。如果 Cookie 所在域名並未被列入白名單,則 <i>eMatrix</i> 會於該選項開啟之時移除這些 Cookie。請確保用於附加元件通訊的域名處於白名單內。</p> -privacyDeleteNonBlockedSessionCookiesPrompt1=於 +privacyDeleteNonBlockedSessionCookiesPrompt1=於 privacyDeleteNonBlockedSessionCookiesPrompt2= 分鐘後刪除未屏蔽的閒置會話 Cookie privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>萬維網聯盟</a> 告知:「會話 Cookie……將於瀏覽器會話結束時被清除。會話 Cookie 儲存於記憶體中,瀏覽器關閉後將不再保留。」</p><p>不過在使用某些瀏覽器時,此行為<a href='https://code.google.com/p/chromium/issues/detail?id=128513'>未必發生</a>。另外,對某些人而言,於瀏覽器將閉後才清除會話 Cookie 可能太遲。</p> privacyDeleteBlockedLocalStoragePrompt=連同被屏蔽的 Cookie 一並刪除相關域名下的<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%AD%98%E5%82%A8#.E6.9C.AC.E5.9C.B0.E5.8F.8A.E6.9C.83.E8.A9.B1.E5.AD.98.E5.84.B2'>本地存储</a>數據 privacyDeleteBlockedLocalStorageHelp=待完成 -privacyClearCachePrompt1=每隔 +privacyClearCachePrompt1=每隔 privacyClearCachePrompt2= 分鐘清除瀏覽器快取 privacyClearCacheHelp=<p>某些網站特别熱衷於追蹤,以至於為規避您的反跟蹤舉措,會使用一些不太光彩的手段。</p><p>一部分詭計利用了<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%BF%AB%E7%85%A7'>瀏覽器快取</a><sup>[1, 2]</sup>,因為快取內容通常會長期儲留,用戶也基本不會去親自清理。</p><p>定期清理瀏覽器快取其實並不怎麼麻煩(甚至很可能不會被注意到),且貴在可以保護您的隱私免受追蹤者侵犯。</p><p>啟用該設定將容許 <i>eMatrix</i> 依您指定的時間定期為您完成此項工作。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>「阻止利用瀏覽器快取進行網絡追蹤」</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>「Cookieless Cookies」</a></p> privacyProcessRefererPrompt=偽造網頁第三方請求中的 <a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%83%E7%85%A7%E4%BD%8D%E5%9D%80'>HTTP 參照位址</a> @@ -179,3 +179,4 @@ genericSubmit=提交 genericRevert=還原 errorCantConnectTo=網絡錯誤:無法連接至 {{url}} genericApplyChanges=應用變更 +noscriptSpoofHelp=<p>When a browser does not support scripts, a web page can display some content by using the <noscript> tag. For example, some websites will redirect users to a “scriptless” version.</p><p>When ηMatrix blocks scripts, the browser will still advertise itself as supporting script execution unless this option is selected.</p><p>When selected, ηMatrix will tell the website that the browser does not support scripts, which is what you definitely want to do if you are blocking 1st-party scripts. As such, the <noscript> tag will work as intended.</p><p>Not selecting this option when 1st-party scripts are blocked means the website will break mysteriously in case it is meant to redirect to a scriptless version.</p> |