mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +01:00
New translations messages.json (Chinese Traditional)
This commit is contained in:
parent
1622cda02d
commit
2de12c661d
@ -155,6 +155,10 @@
|
|||||||
"message": "DOMRect API",
|
"message": "DOMRect API",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"section_SVG-api": {
|
||||||
|
"message": "SVG API",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"section_TextMetrics-api": {
|
"section_TextMetrics-api": {
|
||||||
"message": "TextMetrics API",
|
"message": "TextMetrics API",
|
||||||
"description": ""
|
"description": ""
|
||||||
@ -299,6 +303,18 @@
|
|||||||
"message": "你想允許DOMRectAPI的讀出嗎?",
|
"message": "你想允許DOMRectAPI的讀出嗎?",
|
||||||
"description": ""
|
"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": {
|
"askForTextMetricsPermission": {
|
||||||
"message": "你想允許TextMetricsAPI嗎?",
|
"message": "你想允許TextMetricsAPI嗎?",
|
||||||
"description": ""
|
"description": ""
|
||||||
@ -715,6 +731,10 @@
|
|||||||
"message": "Faked DOMRect readout on {url}",
|
"message": "Faked DOMRect readout on {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"fakedSVGReadout": {
|
||||||
|
"message": "Faked SVG readout on {url}",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"fakedTextMetricsReadout": {
|
"fakedTextMetricsReadout": {
|
||||||
"message": "Faked TextMetrics readout on {url}",
|
"message": "Faked TextMetrics readout on {url}",
|
||||||
"description": ""
|
"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.",
|
"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": ""
|
"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": {
|
"protectTextMetrics_title": {
|
||||||
"message": "Protect TextMetrics API",
|
"message": "Protect TextMetrics API",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
Loading…
Reference in New Issue
Block a user