From 2b278b7029b326ed61d505a32ca11b35294dace5 Mon Sep 17 00:00:00 2001 From: Viktor Vorona Date: Fri, 4 Oct 2024 13:00:41 +0200 Subject: SONAR-23261 Custom software quality severities --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sonar-core') 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 00d977c03b3..fc7617ef0e3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -163,6 +163,7 @@ none=None no_file_selected=No file selected no_tags=No tags not_now=Not now +not_impacted=Not impacted off=off on=on or=Or @@ -2522,6 +2523,14 @@ rules.status.REMOVED.help=The rule that generated this issue has been removed. S #------------------------------------------------------------------------------ coding_rules.active_in_all_profiles=The rule is already activated on all available Quality Profiles. coding_rules.severity_deprecated=Changing rule severities is deprecated and will not be possible in the future. +coding_rules.custom_severity.title=Rule severity in this quality profile +coding_rules.custom_severity.description.standard=Changing rule severity in a quality profile {link} +coding_rules.custom_severity.description.standard.link=does not change its recommended severity +coding_rules.custom_severity.description.mqr=In the multi-quality mode, severities are directly tied to the software quality impacted. This means that {link} +coding_rules.custom_severity.description.mqr.link=each software quality has its own severity per rule. +coding_rules.custom_severity.not_recommended=This is a custom rule severity, the recommended one is {recommended} +coding_rules.custom_severity.choose_severity=Choose severity +coding_rules.custom_severity.severity_with_recommended={severity} (recommended) coding_rules.activate=Activate coding_rules.activate_in=Activate In coding_rules.activate_in_quality_profile=Activate In Quality Profile @@ -2606,7 +2615,7 @@ coding_rules.type.deprecation.filter_by=You can now filter rules by Clean Code A coding_rules.severity.deprecation.title=Severities are now directly tied to the software quality impacted. This old severity is deprecated and it will no longer be possible to change it in the future. coding_rules.severity.deprecation.filter_by=You can now filter rules by Software Quality and new Severity. coding_rules.prioritized_rule.title=Prioritized rule -coding_rules.prioritized_rule.switch_label=Indicates that all corresponding issues in Overall Code should be fixed +coding_rules.prioritized_rule.switch_label=All corresponding issues in the overall code should be fixed coding_rules.prioritized_rule.note=For your Quality Gate to fail when corresponding issues exist in the overall code, you must add a condition that checks whether any issues have been raised from prioritized rules. coding_rules.update_custom_rule=Update Custom Rule -- cgit v1.2.3