1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 10:58:05 +02:00

New translations messages.json (Italian)

This commit is contained in:
kkapsner 2022-01-30 11:05:07 +01:00
parent c58623b6e9
commit 8938cd1f22

View File

@ -155,6 +155,10 @@
"message": "API DOMRect",
"description": ""
},
"section_SVG-api": {
"message": "SVG API",
"description": ""
},
"section_TextMetrics-api": {
"message": "API TextMetrics",
"description": ""
@ -299,6 +303,18 @@
"message": "Vuoi consentire la lettura di API DOMRect?",
"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": "Vuoi permettere l'API TextMetrics?",
"description": ""
@ -715,6 +731,10 @@
"message": "Lettura DOMRect falsificata su {url}",
"description": ""
},
"fakedSVGReadout": {
"message": "Faked SVG readout on {url}",
"description": ""
},
"fakedTextMetricsReadout": {
"message": "Lettura TextMetrics falsificata su {url}",
"description": ""
@ -1159,6 +1179,18 @@
"message": "Alcune frazioni di un pixel possono essere controllate dal CSS. Per impedire il rilevamento, i valori di un DOMRect che moltiplicati con questo fattore sono interi non saranno modificati.",
"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": "Proteggi API TextMetrics",
"description": ""