aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-10-04 13:00:41 +0200
committersonartech <sonartech@sonarsource.com>2024-10-16 20:03:00 +0000
commit2b278b7029b326ed61d505a32ca11b35294dace5 (patch)
tree0cfbd42759f1e93b77874f3653ea937c886789f6 /sonar-core
parent8c192bf316bb264513ae8e5e36a6cf19a776ab6f (diff)
downloadsonarqube-2b278b7029b326ed61d505a32ca11b35294dace5.tar.gz
sonarqube-2b278b7029b326ed61d505a32ca11b35294dace5.zip
SONAR-23261 Custom software quality severities
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties11
1 files changed, 10 insertions, 1 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 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