summaryrefslogtreecommitdiff
path: root/data/extensions/jsr@javascriptrestrictor/_locales/en
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2023-12-24 03:17:17 -0500
committerMark H Weaver <mhw@netris.org>2023-12-24 05:43:25 -0500
commitf889514426e512e5602c71e1b411ae0332a33366 (patch)
tree3b82853563494d606da665ea407b30ef9b60d2b2 /data/extensions/jsr@javascriptrestrictor/_locales/en
parent6a76a10682b6e63f562e4b9f26f3ef12f88bd839 (diff)
Update the JShelter extension to 0.17.0.
Diffstat (limited to 'data/extensions/jsr@javascriptrestrictor/_locales/en')
-rw-r--r--data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json65
1 files changed, 60 insertions, 5 deletions
diff --git a/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json b/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json
index 458c732..a76af1a 100644
--- a/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json
+++ b/data/extensions/jsr@javascriptrestrictor/_locales/en/messages.json
@@ -45,11 +45,11 @@
"description": "The button in the popup that tweaks JSS"
},
"descriptionMore": {
- "message": "(more...)",
+ "message": "(more…)",
"description": "Used for example in the popup in the description text of the currently applied level when JShelter gives user the option to get more information about the level."
},
"descriptionLess": {
- "message": "(less...)",
+ "message": "(less…)",
"description": "Used for example in the popup in the description text of the currently applied level when JShelter gives user the option to get less information about the level."
},
"nameDescriptionSeparator": {
@@ -723,7 +723,7 @@
"message": "Disabled"
},
"jssgroupWASMDisabledDescription": {
- "message": "Disable WebAssembly from creating little lies."
+ "message": "Do not create little lies in WebAssembly, use slower JavaScript."
},
"jssgroupWASMPassive": {
"message": "Passive"
@@ -1115,6 +1115,30 @@
"message": "Undo (discard last configuration override)",
"description": "Displayed in expert settings, button that restores the configuration to the previous (back button)"
},
+ "JSSBuiltinExceptions": {
+ "message": "Built-in tweaks for JavaScript Shield",
+ "description": "Displayed in expert settings, heading for the table of built-in tweaks"
+ },
+ "JSSBuiltinExceptionsDomain": {
+ "message": "Domain",
+ "description": "Displayed in expert settings, heading in the table of built-in tweaks"
+ },
+ "JSSBuiltinExceptionsLevels": {
+ "message": "Levels",
+ "description": "Displayed in expert settings, heading in the table of built-in tweaks"
+ },
+ "JSSBuiltinExceptionsLevelsSeparator": {
+ "message": ", ",
+ "description": "Displayed in expert settings, separator for levels displayed"
+ },
+ "JSSBuiltinExceptionsChanges": {
+ "message": "Changes",
+ "description": "Displayed in expert settings, heading in the table of built-in tweaks"
+ },
+ "JSSBuiltinExceptionsReason": {
+ "message": "Reason",
+ "description": "Displayed in expert settings, heading in the table of built-in tweaks"
+ },
"protectionConfigurationOptionActivatedOn": {
"message": "On",
@@ -1404,11 +1428,11 @@
"description": "Text shown in options during configuaration of the parameters of FPD"
},
"fpdDetectionDefaultDescription2": {
- "message": "• Very low number of false positive detections (focus on clear fingerprinting cases, very low number of unreasonably blocked sites)",
+ "message": "• Very low number of false positive detections (focus on clear fingerprinting cases, very low number of unreasonably blocked sites).",
"description": "Text shown in options during configuaration of the parameters of FPD"
},
"fpdDetectionDefaultDescription3": {
- "message": "• Acceptable amount of false negative detections (some fingerprinting websites may get around detection)",
+ "message": "• Acceptable amount of false negative detections (some fingerprinting websites may get around detection).",
"description": "Text shown in options during configuaration of the parameters of FPD"
},
"fpdStrict": {
@@ -1524,6 +1548,37 @@
"message": "Hide details",
"description": "Button caption"
},
+ "FPDReportTrackCallers": {
+ "message": "Track calling scripts",
+ "description": "Button caption. The purpose of the button is to reload the page while injecting additional scripts that track the location of the callers. This functionality needs to be on demand as it is performance heavy."
+ },
+ "FPDReportTrackCallersRestart": {
+ "message": "Restart tracking calling scripts",
+ "description": "Button caption. The purpose of the button is to reload the page while injecting additional scripts that track the location of the callers. This functionality needs to be on demand as it is performance heavy."
+ },
+ "FPDReportTrackCallersWaiting": {
+ "message": "Detection of calling scripts in progress. Wait a moment, please.",
+ "description": "Text displayed inside FPD report to explain what is happening."
+ },
+ "FPDReportTrackCallersFailed": {
+ "message": "Cannot track calling scripts due to an error. $errorFromBrowser$",
+ "description": "Prefix strings that intoroduces an error strings generated by the browser. Shown when action started by clicking on button with text of FPDReportTrackCallers failed.",
+ "placeholders": {
+ "errorFromBrowser": {
+ "content": "$1",
+ "description": "An error message generated by the browser. Do not translate.",
+ "example": "Error: Invalid tab ID: 16"
+ }
+ }
+ },
+ "FPDReportForgetTraces": {
+ "message": "Hide current callers",
+ "description": "Button caption"
+ },
+ "FPDReportRefresh": {
+ "message": "Refresh report",
+ "description": "Button caption"
+ },
"FPDReportExportJSON": {
"message": "Export full FPD Report as JSON",
"description": "Button caption"