diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json index 9b171ed..823ecad 100644 --- a/_locales/zh_TW/messages.json +++ b/_locales/zh_TW/messages.json @@ -155,6 +155,10 @@ "message": "DOMRect API", "description": "" }, + "section_SVG-api": { + "message": "SVG API", + "description": "" + }, "section_TextMetrics-api": { "message": "TextMetrics API", "description": "" @@ -299,6 +303,18 @@ "message": "你想允許DOMRectAPI的讀出嗎?", "description": "" }, + "askForSVGPermission": { + "message": "Do you want to allow the SVG API?", + "description": "" + }, + "askForSVGInputPermission": { + "message": "Do you want to allow SVG API input?", + "description": "" + }, + "askForSVGReadoutPermission": { + "message": "Do you want to allow SVG API readout?", + "description": "" + }, "askForTextMetricsPermission": { "message": "你想允許TextMetricsAPI嗎?", "description": "" @@ -715,6 +731,10 @@ "message": "Faked DOMRect readout on {url}", "description": "" }, + "fakedSVGReadout": { + "message": "Faked SVG readout on {url}", + "description": "" + }, "fakedTextMetricsReadout": { "message": "Faked TextMetrics readout on {url}", "description": "" @@ -1159,6 +1179,18 @@ "message": "Some fraction of a pixel can be controlled by CSS. To prevent detection, values of a DOMRect that multiplied with this factor are integers will not be altered.", "description": "" }, + "protectSVG_title": { + "message": "Protect SVG API", + "description": "" + }, + "protectSVG_description": { + "message": "This protects against fingerprinting using SVGs.", + "description": "" + }, + "protectSVG_urlSpecific": { + "message": "To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.", + "description": "" + }, "protectTextMetrics_title": { "message": "Protect TextMetrics API", "description": ""