mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-12 08:08:52 +01:00
New translations messages.json (Polish)
This commit is contained in:
parent
8938cd1f22
commit
732b71fbb8
@ -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": "Do you want to allow DOMRect API readout?",
|
"message": "Do you want to allow DOMRect API readout?",
|
||||||
"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": "Czy chcesz zezwolić na API TextMetrics?",
|
"message": "Czy chcesz zezwolić na API TextMetrics?",
|
||||||
"description": ""
|
"description": ""
|
||||||
@ -715,6 +731,10 @@
|
|||||||
"message": "Fałszywy odczyt ROMRect na {url}",
|
"message": "Fałszywy odczyt ROMRect na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"fakedSVGReadout": {
|
||||||
|
"message": "Faked SVG readout on {url}",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"fakedTextMetricsReadout": {
|
"fakedTextMetricsReadout": {
|
||||||
"message": "Fałszywy odczyt TextMetrics na {url}",
|
"message": "Fałszywy odczyt TextMetrics na {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": "Chroń TextMetrics API",
|
"message": "Chroń TextMetrics API",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
Loading…
Reference in New Issue
Block a user