aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-10-25 16:41:35 +0200
committersonartech <sonartech@sonarsource.com>2024-11-05 20:03:01 +0000
commitab877d5b4bf3b8f1cdff07278d6b52af2f1c357b (patch)
tree164822adf9de3e157194d14c5807655fbbbd0fe5 /sonar-core
parent61c6e94bf9f7d2826de0bc8e4d5a2a1cadc237f0 (diff)
downloadsonarqube-ab877d5b4bf3b8f1cdff07278d6b52af2f1c357b.tar.gz
sonarqube-ab877d5b4bf3b8f1cdff07278d6b52af2f1c357b.zip
SONAR-23299 Update conditions dialog
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index e0abaec5dc3..eb50f757551 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2446,6 +2446,7 @@ quality_gates.condition_added=Successfully added condition.
quality_gates.update_condition=Update Condition
quality_gates.condition_updated=Successfully updated condition.
quality_gates.conditions_updated=Successfully updated conditions.
+quality_gates.conditions_updated_to_the_mode=The metrics of "{qualityGateName}" gate were successfully updated
quality_gates.no_conditions=No Conditions
quality_gates.health_icons=Project health icons represent:
quality_gates.projects_for_default=Every project not specifically associated to a quality gate will be associated to this one by default.
@@ -2554,6 +2555,19 @@ quality_gates.ai_generated.tootltip.message=Sonar way ensures clean AI-generated
quality_gates.ai_generated.description=Sonar way ensures {link}
quality_gates.ai_generated.description.clean_ai_generated_code=clean AI-generated code
quality_gates.mqr_mode_update.tooltip.message=Update the metrics of this quality gate
+quality_gates.update_conditions.update_metrics=Update metrics
+quality_gates.update_conditions.header=Update all metrics of “{qualityGate}” gate
+quality_gates.update_conditions.header.single_metric=Update this metric
+quality_gates.update_conditions.description.line1=<b>Metrics</b> of the conditions listed below will be updated to align with the {mode} mode of this instance.
+quality_gates.update_conditions.description.line2=They will be calculated differently even if the names of the conditions persist between the Standard Experience and the MQR modes. <b>Operator</b> and <b>value</b> will remain unchanged.
+quality_gates.update_conditions.description.line3=Note that the update to {mode} might cause your quality gate to fail. {link}
+quality_gates.update_conditions.description.link=For more information, refer to the documentation.
+quality_gates.update_conditions.standard_mode_header=Standard Experience Metric
+quality_gates.update_conditions.mqr_mode_header=MQR Mode Metric
+quality_gates.update_conditions.operator_and_value_header=Operator and Value
+quality_gates.update_conditions.removed=Condition will be removed
+quality_gates.update_conditions.error=Failed to update some conditions
+
#------------------------------------------------------------------------------
#