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

Update messages.json

This commit is contained in:
spodermenpls 2018-09-13 17:26:09 +02:00 committed by GitHub
parent e4e9622b0d
commit 2bf7203d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": ""
},
"addon_description": {
"message": "Changes the JS-API for modifying <canvas> to prevent Canvas-Fingerprinting.",
"message": "Alters some JS APIs to prevent fingerprinting.",
"description": ""
},
@ -57,11 +57,11 @@
"description": ""
},
"updateNotice": {
"message": "CanvasBlocker was updated. If you want to be able to access this page in the future and have not bookmarked it, please bookmark it.",
"message": "CanvasBlocker was updated. If you want to be able to access this page in the future and have not bookmarked it yet, please bookmark it.",
"description": ""
},
"dontShowOptionsOnUpdate":{
"message": "Don't show again on update.",
"message": "Don't show up again after update.",
"description": ""
},
"openInTab": {
@ -238,7 +238,7 @@
"description": ""
},
"askOnlyOnce_description": {
"message": "When Canvas Blocker's Block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.\nNo: asking every time\nIndividual: each API-type (context, input, readout) has to be confirmed separately\ncombined: all API-types get confirmed together",
"message": "When CanvasBlocker's Block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.\n\nNo: asking every time\n\nIndividual: each API-type (context, input, readout) has to be confirmed separately\n\ncombined: all API-types get confirmed together",
"description": ""
},
"askOnlyOnce_options.no": {
@ -258,7 +258,7 @@
"description": ""
},
"askDenyMode_description":{
"message": "Which mode should be used when the permission is denied.",
"message": "Which mode shall be used when the permission is denied.",
"description": ""
},
"askDenyMode_options.block":{
@ -284,7 +284,7 @@
},
"blackList_description": {
"message": "Domains or URLs where the <canvas>-API should always be blocked. To add multiple entries, separate them by commas.",
"message": "Domains or URLs where all APIs shall always be blocked. To add multiple entries, separate them by commas.",
"description": ""
},
"blackList_title": {
@ -382,7 +382,7 @@
},
"rng_description": {
"message": "none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\nnon persistent: the random numbers will be determined freshly for each faking action.\nconstant: within one web page a color will always be faked to the same color.\npersistent: the random number will only be determined once for every domain.",
"message": "none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\n\nnon persistent: the random numbers will be determined freshly for each faking action.\n\nconstant: within one web page a color will always be faked to the same color.\n\npersistent: the random number will only be determined once for every domain.",
"description": ""
},
"rng_options.persistent": {
@ -420,7 +420,7 @@
"description": ""
},
"storePersistentRnd_description": {
"message": "If data for the persistent random number generator should be stored. Otherwise it is discarded on browser shutdown.",
"message": "If data for the persistent random number generator shall be stored. Otherwise it is discarded on browser shutdown.",
"description": ""
},
@ -479,7 +479,7 @@
"description": ""
},
"ignoreFrequentColors_description": {
"message": "Number of colors that should not be faked per canvas. This is a parameter to prevent detection.\nCAUTION: This can reduce the performance of the addon because the color statistic has to be calculated for every image. Additional this can lower the safety of the addon, therefore it is highly recommended not to set this value above 3.",
"message": "Number of colors that shall not be faked per canvas. This is a parameter to prevent detection.\nCAUTION: This can reduce the performance of the addon because the color statistic has to be calculated for every image. Additional this can lower the safety of the addon, therefore it is highly recommended not to set this value above 3.",
"description": ""
},
@ -553,7 +553,7 @@
"description": ""
},
"fakedReadout": {
"message": "Faked readout on {url}",
"message": "Faked canvas readout on {url}",
"description": ""
},
"fakedAudioReadout": {
@ -578,7 +578,7 @@
},
"ignoreList_description": {
"message": "Domains or URLs where no notification will be shown. To add multiple entries, separate them by commas.",
"message": "Domains or URLs where no notifications shall be shown. To add multiple entries, separate them by commas.",
"description": ""
},
"ignoreList_title": {
@ -755,7 +755,7 @@
"description": ""
},
"stackList_description": {
"message": "JS files which are allowed to use the <canvas>-API. The input has to be in JSON format. Example: [{\"url\": \"http://domain/file1.js\"}, {\"url\": \"http://domain/file2.js\", \"line\": 1, \"column\": 4, \"stackPosition\": -3}]",
"message": "JS files which are allowed to use all APIs. The input has to be in JSON format. Example: [{\"url\": \"http://domain/file1.js\"}, {\"url\": \"http://domain/file2.js\", \"line\": 1, \"column\": 4, \"stackPosition\": -3}]",
"description": ""
},
"stackList_title": {
@ -767,7 +767,7 @@
"description": ""
},
"whiteList_description": {
"message": "Domains or URLs where the <canvas>-API should not be blocked. To add multiple entries, separate them by commas.",
"message": "Domains or URLs where all APIs shall not be blocked. To add multiple entries, separate them by commas.",
"description": ""
},
"whitelist": {
@ -796,7 +796,7 @@
"description": ""
},
"sessionWhiteList_description": {
"message": "Domains or URLs where the <canvas>-API should not be blocked in the current session. To add multiple entries, separate them by commas.",
"message": "Domains or URLs where all APIs shall not be blocked during the current session. To add multiple entries, separate them by commas.",
"description": ""
},
@ -836,7 +836,7 @@
"description": ""
},
"protectAudio_description": {
"message": "If the audio API should be protected as well",
"message": "If the audio API shall be protected as well",
"description": ""
},
"protectAudio_urlSpecific": {
@ -848,7 +848,7 @@
"description": ""
},
"audioFakeRate_description": {
"message": "How many of the values per read request should be faked.",
"message": "How many of the values per read request shall be faked.",
"description": ""
},
"audioFakeRate_options.1": {
@ -924,7 +924,7 @@
"description": ""
},
"audioUseFixedIndices_description": {
"message": "If some of the used indices should always be faked.",
"message": "If some of the used indices shall always be faked.",
"description": ""
},
"audioFixedIndices_title": {
@ -980,7 +980,7 @@
"description": ""
},
"domRectIntegerFactor_description": {
"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": ""
},