You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/messages/en.json
+31-2Lines changed: 31 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2044,7 +2044,7 @@
2044
2044
"removedControls": "Removed Controls",
2045
2045
"expectedLossLowerBound": "Expected Loss Lower Bound (LB)",
2046
2046
"expectedLossUpperBound": "Expected Loss Upper Bound (UB)",
2047
-
"probabilityHelpText": "Estimated probability value between 0 and 1, based on the knowledge you have",
2047
+
"probabilityHelpText": "Estimated probability between 0 and 1, based on the knowledge you have",
2048
2048
"lowerBoundHelpText": "Loss in best case scenario. 5% of the time it could be LOWER than this.",
2049
2049
"upperBoundHelpText": "Loss in worst case scenario. 5% of the time it will be HIGHER than this.",
2050
2050
"simulationParameters": "Simulation Parameters",
@@ -2271,6 +2271,8 @@
2271
2271
"addedControlsHelp": "What do you need to implement to reduce the risk.",
2272
2272
"removedControlsHelp": "Useful to simulate cost-saving opportunities or inherent risk posture",
2273
2273
"probabilityP": "Probability (P)",
2274
+
"probabilityPercent": "Probability (%)",
2275
+
"probabilityPercentHelpText": "Estimated probability between 0 and 100 (percentage), based on the knowledge you have",
2274
2276
"expectedLossLowerBoundCurrency": "Expected Loss Lower Bound ({currency})",
2275
2277
"expectedLossUpperBoundCurrency": "Expected Loss Upper Bound ({currency})",
2276
2278
"retriggerAllSimulationsTitle": "Retrigger all simulations for this study including hypotheses, portfolio data, and risk tolerance curve",
@@ -2574,5 +2576,32 @@
2574
2576
"webhookEndpointUrl": "Webhook Endpoint URL",
2575
2577
"webhookEndpointUrlHelpText": "The URL where the application will receive incoming webhooks from the third-party service.",
2576
2578
"createRemoteObject": "Create remote object",
2577
-
"createRemoteObjectHelpText": "When enabled, a corresponding object will be created in the third-party service when this item is created."
2579
+
"createRemoteObjectHelpText": "When enabled, a corresponding object will be created in the third-party service when this item is created.",
2580
+
"convertToQuantitative": "Convert to Quantitative",
2581
+
"convertToQuantitativeRisk": "Convert to Quantitative Risk Assessment",
2582
+
"convertToQuantitativeRiskDescription": "Provide anchoring points to convert this qualitative risk assessment into a quantitative risk study with Monte Carlo simulations.",
2583
+
"sourceRiskAssessment": "Source Risk Assessment",
2584
+
"probabilityAnchoring": "Probability Anchoring",
2585
+
"probabilityAnchoringDescription": "Map each probability level to a percentage value between 0 and 100 (e.g., 5 for 5% probability, 20 for 20%).",
2586
+
"impactAnchoring": "Impact Anchoring",
2587
+
"impactAnchoringDescription": "For each impact level, provide a typical financial loss value. The system will calculate bounds (±30% spread) for Monte Carlo simulations.",
2588
+
"lowerBound": "Lower Bound",
2589
+
"upperBound": "Upper Bound",
2590
+
"lossThresholdDescription": "The maximum acceptable loss value for the quantitative risk study. This helps define your organization's risk tolerance.",
2591
+
"converting": "Converting...",
2592
+
"conversionSuccessful": "Conversion successful! Redirecting to the new quantitative risk study...",
2593
+
"conversionFailed": "Conversion failed. Please check your input and try again.",
2594
+
"pleaseProvideAtLeastOneProbabilityAnchor": "Please provide at least one probability anchor value.",
2595
+
"pleaseProvideAtLeastOneImpactAnchor": "Please provide at least one impact anchor value.",
2596
+
"pleaseProvideValidLossThreshold": "Please provide a valid loss threshold value greater than 0.",
2597
+
"allProbabilityValuesMustBeProvided": "All probability values must be provided. Please fill in all probability anchors.",
2598
+
"allImpactValuesMustBeProvided": "All impact values must be provided. Please fill in all impact anchors.",
2599
+
"probabilityMustBeBetweenZeroAndOne": "Probability for '{level}' must be between 0 and 1 (exclusive). Please use a value like 0.05 or 0.9.",
2600
+
"probabilityMustBeBetweenZeroAndHundred": "Probability for '{level}' must be between 0 and 100 (exclusive). Please use a value like 5 or 90.",
2601
+
"probabilityValuesMustBeIncreasing": "Probability for '{current}' must be greater than '{previous}'. Values should increase across levels.",
2602
+
"impactMustBeGreaterThanZero": "Impact for '{level}' must be greater than 0.",
2603
+
"impactValuesMustBeIncreasing": "Impact for '{current}' must be greater than '{previous}'. Values should increase across levels.",
2604
+
"runningMonteCarloSimulations": "Running Monte Carlo simulations for quantitative risk analysis. This may take a moment...",
2605
+
"probabilityRequirements": "All values must be provided and between 0 and 100 (e.g., 5, 20, 50, 90). Values must increase from top to bottom.",
2606
+
"impactRequirements": "All values must be provided and greater than 0. Values must increase from top to bottom (e.g., Minor: 5,000 → Major: 50,000 → Critical: 500,000)."
0 commit comments