diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index cdb67c0..dc2bd25 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/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": "Do you want to allow DOMRect API readout?", "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": "Czy chcesz zezwolić na API TextMetrics?", "description": "" @@ -715,6 +731,10 @@ "message": "Fałszywy odczyt ROMRect na {url}", "description": "" }, + "fakedSVGReadout": { + "message": "Faked SVG readout on {url}", + "description": "" + }, "fakedTextMetricsReadout": { "message": "Fałszywy odczyt TextMetrics na {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": "Chroń TextMetrics API", "description": ""