1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-07 22:07:48 +02:00

New translations messages.json (French)

This commit is contained in:
kkapsner 2022-01-30 11:05:02 +01:00
parent ed67ef6ea9
commit 0032859041

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": "Autoriser la lecture de l'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": "Autoriser l'API TextMetrics ?",
"description": ""
@ -715,6 +731,10 @@
"message": "Lecture DOMRect falsifiée pour {url}",
"description": ""
},
"fakedSVGReadout": {
"message": "Faked SVG readout on {url}",
"description": ""
},
"fakedTextMetricsReadout": {
"message": "Lecture TextMetrics falsifiée pour {url}",
"description": ""
@ -1159,6 +1179,18 @@
"message": "Une fraction de pixel (unité de mesure) peut être contrôlée par le CSS (code informatique pour organiser lhabillage dune page, son visuel). Pour éviter la détection, les valeurs d'un DOMRect qui seront multipliées par ce facteur sont des entiers, lobjet créer par le DOMrect ne sera pas lui modifié, mais ceux qui le pistent recevront de mauvaises valeurs",
"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": "Protéger l'API TextMetrics",
"description": ""