diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-02-25 15:12:50 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-03 20:12:51 +0000 |
commit | 6d444973873a2e7a17afcb7442fac809e1fb817f (patch) | |
tree | 6418375330f5c38ce15a73235468b5f15d1962f8 /sonar-core | |
parent | 68292ece44a35c142bf116db50989c03bc33e522 (diff) | |
download | sonarqube-6d444973873a2e7a17afcb7442fac809e1fb817f.tar.gz sonarqube-6d444973873a2e7a17afcb7442fac809e1fb817f.zip |
SONAR-11774 Make issues more accessible to screen readers
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 10 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 fa3795f1dc0..b97f6a7e60d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -762,14 +762,21 @@ hotspots.update.success=Security Hotspot status was successfully changed to {0} # #------------------------------------------------------------------------------ +issues.on_file_x=Issues on file {0} issue.add_tags=Add Tags issue.remove_tags=Remove Tags issue.no_tag=No tags +issue.assign.assigned_to_x_click_to_change=Assigned to {0}, click to change +issue.assign.unassigned_click_to_assign=Unassigned, click to assign issue issue.assign.formlink=Assign issue.assign.to_me=to me +issue.comment.add_comment=Add Comment issue.comment.formlink=Comment issue.comment.submit=Comment issue.comment.explain_why=Consider explaining why +issue.comment.posted_on=Comment posted on +issue.comment.edit=Edit comment +issue.comment.delete=Delete comment issue.comment.delete_confirm_message=Do you want to delete this comment? issue.manual_vulnerability=Manual issue.manual_vulnerability.description=This Vulnerability was created from a Security Hotspot and has its own issue workflow. @@ -777,6 +784,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.transition.status_x_click_to_change=Issue status: {0}, click to change issue.transition=Transition issue.transition.confirm=Confirm issue.transition.confirm.description=This issue has been reviewed and something should be done eventually to handle it. |