diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-04-26 08:51:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 08:51:21 +0200 |
commit | 5c0394c5645ceafb88511f1bf9d5bf6ba39cf596 (patch) | |
tree | a9673bde685711edf42f1aa6407e8192b30ef530 /sonar-core | |
parent | 99da5bcecc8c5b31f2d2a9bed7337c05829a4d93 (diff) | |
download | sonarqube-5c0394c5645ceafb88511f1bf9d5bf6ba39cf596.tar.gz sonarqube-5c0394c5645ceafb88511f1bf9d5bf6ba39cf596.zip |
SONAR-8978 rename bubble charts (#1974)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 19 |
1 files changed, 12 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 747424c6de0..2ceec54e519 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -843,14 +843,19 @@ projects.search=Search by project name or key projects.sort_list=Sort list by 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 into the operational risks in your projects. Any color but green indicates immediate risks: Bugs or Vulnerabilities that should be examined. A position at the top or right of the graph means that the longer-term health of the project may be at risk. Small green bubbles at the bottom-left are best. -projects.visualization.bugs.description=See bugs' operational risks to your projects. The closer a bubble's color is to red, the more severe the worst bugs in the project. Bubble size indicates bug volume in the project, and each bubble's vertical position reflects the estimated time to address the bugs in the project. Small green bubbles on the bottom edge are best. -projects.visualization.vulnerabilities.description=See vulnerabilities' operational risks to your projects. The closer a bubble's color is to red, the more severe the worst vulnerabilities in the project. Bubble size indicates vulnerability volume in the project, and each bubble's vertical position reflects the estimated time to address the vulnerabilities in the project. Small green bubbles on the bottom edge are best. -projects.visualization.code_smells.description=See code smells' long-term risks to your projects. The closer a bubble's color is to red, the higher the ratio of technical debt to project size. Bubble size indicates code smell volume in the project, and each bubble's vertical position reflects the estimated time to address the code smells in the project. Small green bubbles on the bottom edge are best. -projects.visualization.uncovered_lines.description=See missing test coverage's long-term risks to your projects. Bubble size indicates the volume of uncovered lines in the project, and each bubble's vertical position reflects the volume of missing coverage. Small bubbles on the bottom edge are best. -projects.visualization.duplicated_blocks.description=See duplications' long-term risks to your projects. Bubble size indicates the volume of duplicated blocks in the project, and each bubble's vertical position reflects the volume of lines in those blocks. Small bubbles on the bottom edge are best. +projects.visualization.risk=Risk +projects.visualization.risk.description=Get quick insights into the operational risks in your projects. Any color but green indicates immediate risks: Bugs or Vulnerabilities that should be examined. A position at the top or right of the graph means that the longer-term health of the project may be at risk. Small green bubbles at the bottom-left are best. +projects.visualization.reliability=Reliability +projects.visualization.reliability.description=See bugs' operational risks to your projects. The closer a bubble's color is to red, the more severe the worst bugs in the project. Bubble size indicates bug volume in the project, and each bubble's vertical position reflects the estimated time to address the bugs in the project. Small green bubbles on the bottom edge are best. +projects.visualization.security=Security +projects.visualization.security.description=See vulnerabilities' operational risks to your projects. The closer a bubble's color is to red, the more severe the worst vulnerabilities in the project. Bubble size indicates vulnerability volume in the project, and each bubble's vertical position reflects the estimated time to address the vulnerabilities in the project. Small green bubbles on the bottom edge are best. +projects.visualization.maintainability=Maintainability +projects.visualization.maintainability.description=See code smells' long-term risks to your projects. The closer a bubble's color is to red, the higher the ratio of technical debt to project size. Bubble size indicates code smell volume in the project, and each bubble's vertical position reflects the estimated time to address the code smells in the project. Small green bubbles on the bottom edge are best. +projects.visualization.coverage=Coverage +projects.visualization.coverage.description=See missing test coverage's long-term risks to your projects. Bubble size indicates the volume of uncovered lines in the project, and each bubble's vertical position reflects the volume of missing coverage. Small bubbles on the bottom edge are best. +projects.visualization.duplications=Duplications +projects.visualization.duplications.description=See duplications' long-term risks to your projects. Bubble size indicates the volume of duplicated blocks in the project, and each bubble's vertical position reflects the volume of lines in those blocks. Small bubbles on the bottom edge are best. 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) |