diff options
author | Ismail Cherri <ismail.cherri@sonarsource.com> | 2024-11-13 16:50:17 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-15 20:02:42 +0000 |
commit | b6e076e3c45232a4dfa5408ac52da5c6a2cbbb8c (patch) | |
tree | 98339f70facd88f99d87b4403ba0a06ea656fc60 /sonar-core | |
parent | ba08edfe10e04f65f956474f21802991ee5e3e75 (diff) | |
download | sonarqube-b6e076e3c45232a4dfa5408ac52da5c6a2cbbb8c.tar.gz sonarqube-b6e076e3c45232a4dfa5408ac52da5c6a2cbbb8c.zip |
SONAR-23582 Update custom rule dialog is MQR/Standard modes compatible
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 6 insertions, 2 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 c382b9ff75f..38b0f0c030d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2648,8 +2648,8 @@ coding_rules.custom_rules=Custom Rules coding_rules.deactivate_in_quality_profile=Deactivate In Quality Profile coding_rules.deactivate_in_quality_profile_x=Deactivate In Quality Profile {0} coding_rules.delete_rule=Delete Rule -coding_rules.delete_rule_x=Delete Rule {0} -coding_rules.delete.custom.confirm=Are you sure you want to delete custom rule "{0}"? +coding_rules.delete_rule_x=Delete Rule {name} +coding_rules.delete.custom.confirm=Are you sure you want to delete custom rule "{name}"? coding_rules.extend_description=Extend Description coding_rules.deactivate_in=Deactivate In coding_rules.deactivate=Deactivate @@ -2819,6 +2819,10 @@ coding_rules.create_tag=Create Tag coding_rules.select_profile=Select Profile coding_rules.selected_profiles=Selected Profiles +coding_rules.custom.type.label=Type +coding_rules.custom.type.option.ISSUE=Issue +coding_rules.custom.type.option.SECURITY_HOTSPOT=Security Hotspot + coding_rules.system_tags_tooltip=This tag can't be removed because it has been predefined by our system rule.impact.severity.tooltip=Issues found for this rule will have a {severity} impact on the {quality} of your software. |