diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-11-06 21:40:40 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-11 20:02:44 +0000 |
commit | 7d7ed0de5f3e546063b81f6c38d7fd04f1d4d62a (patch) | |
tree | 8b7e1e534dc22f5def3b7e493a1e8aa1c0c60045 /sonar-core | |
parent | 93c69969195abe9ae4399e7930c0c58c59ffedf6 (diff) | |
download | sonarqube-7d7ed0de5f3e546063b81f6c38d7fd04f1d4d62a.tar.gz sonarqube-7d7ed0de5f3e546063b81f6c38d7fd04f1d4d62a.zip |
SONAR-23363 Implement issue severity change for both modes
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 7 insertions, 7 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 8c9d4bb4903..13e2be23ea5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -962,8 +962,9 @@ issue.rule_details=Rule Details issue.send_notifications=Send Notifications issue.why_this_issue=Why is this an issue? issue.why_this_issue.long=Why is this an issue? Open the rule's details at the bottom of the page. -issue.type.type_x_click_to_change=Type: {0}, click to change -issue.severity.severity_x_click_to_change=Severity: {0}, click to change +issue.severity.updated_notification.link.standard=This {type}'s +issue.severity.updated_notification.link.mqr=This issues's +issue.severity.updated_notification={issueLink, select, other { {issueLink} }} {quality, select, other { {quality} }} severity was changed from {before} to {after} issue.change_status=Change Status issue.transition.community_plug_link=SonarSource Community issue.transition.status_x_click_to_change=Issue status: {0}, click to change @@ -1021,8 +1022,8 @@ issue.type.SECURITY_HOTSPOT.plural=Security Hotspots issue.type.CODE_SMELL.plural=Code Smells issue.type.BUG.plural=Bugs issue.type.VULNERABILITY.plural=Vulnerabilities -issue.type.tooltip={severity} severity {type} - +issue.type.tooltip={severity} severity. +issue.type.tooltip_with_change={severity} severity. Click to change. issue.type.deprecation.title=Issue types are deprecated and can no longer be modified. issue.type.deprecation.filter_by=You can now filter issues by: issue.type.deprecation.documentation=Documentation @@ -3110,8 +3111,7 @@ severity_impact.LOW.description=Potential for moderate to minor impact. severity_impact.INFO=Info severity_impact.INFO.description=Neither a bug nor a quality flaw. Just a finding. severity_impact.help.line1=Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity. -severity_impact.help.line2=There are three levels of severity: high, medium, and low. - +severity_impact.help.line2=They can be changed with sufficient permissions. #------------------------------------------------------------------------------ # @@ -5887,7 +5887,7 @@ guiding.issue_list.2.content.1=A software quality is a characteristic of softwar guiding.issue_list.2.content.2=You can now filter by these qualities to evaluate the areas in your software that are impacted by the introduction of code that isn't clean. guiding.issue_list.3.title=Severity and Software Qualities guiding.issue_list.3.content.1=Severities are now directly tied to the software quality impacted. This means that one software quality impacted has one severity. -guiding.issue_list.3.content.2=There are only 3 levels: high, medium, and low. +guiding.issue_list.3.content.2=There are five levels: blocker, high, medium, low and info. guiding.issue_list.4.title=Type and old severity deprecated guiding.issue_list.4.content.1=Issue types and the old severities are deprecated and can no longer be modified. guiding.issue_list.4.content.2=You can now filter issues by: |