diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-03-28 15:25:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 15:25:50 +0200 |
commit | c9846f5d48118eca3273de2cf065bd007f5dff45 (patch) | |
tree | 70a9009eabfd4a01ecdd97f44441871bb3e65c6f /sonar-core/src | |
parent | aac1e32b731df7358e2ecda8968a5db802c1be46 (diff) | |
download | sonarqube-c9846f5d48118eca3273de2cf065bd007f5dff45.tar.gz sonarqube-c9846f5d48118eca3273de2cf065bd007f5dff45.zip |
MMF-721 apply feedback (#1858)
* add real links to the bubble chart
* do not display org names if feature is not enabled
* display bubbles with zero measure
* display color legend
* add charts descriptions
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 6 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 d0e684f24c3..eaeb0a821f5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -837,6 +837,12 @@ projects.view.list=List projects.view.visualizations=Visualizations projects.quality_model=Quality Model projects.worse_of_reliablity_and_security=Worse of Reliability and Security +projects.visualization.quality.description=Get quick insights to the Quality Model statuses of your projects. Bottom-left, bright green is best. Top-right, red is worst. +projects.visualization.bugs.description=See how bugs are affecting your projects' quality. Bottom-left, bright green is best. Top-right, red is worst. +projects.visualization.vulnerabilities.description=See how vulnerabilities are affecting your projects' quality. Bottom-left, bright green is best. Top-right, red is worst. +projects.visualization.code_smells.description=See how code smells are affecting your projects' quality. Bottom-left, bright green is best. Top-right, red is worst. +projects.visualization.uncovered_lines.description=See how well covered by tests your projects are. Bottom-left is best. Top-right is worst. +projects.visualization.duplicated_blocks.description=See the density of duplications in your projects. Bottom-left is best. Top-right is worst. projects.limited_set_of_projects=Displayed project set limited to the top {0} projects based on current sort: {1}. projects.sort.name=by name projects.sort.reliability=by reliability (best first) |