diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-04 17:17:21 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-14 11:44:44 +0200 |
commit | bb393dd277ab06c8451513a6339171e800fc9944 (patch) | |
tree | 8d452b784eed096a3362fb5730d94a5ddd0b82a1 /sonar-core | |
parent | 21cd227ec55a54d22edfddbb45ec011359bdba3e (diff) | |
download | sonarqube-bb393dd277ab06c8451513a6339171e800fc9944.tar.gz sonarqube-bb393dd277ab06c8451513a6339171e800fc9944.zip |
SONAR-9608 SONAR-9611 Create the project overview bubble chart on the measures page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 621bde0875e..2cb9c8049de 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2894,6 +2894,7 @@ component_measures.tab.treemap=Treemap component_measures.tab.history=History component_measures.legend.color_x=Color: {0} component_measures.legend.size_x=Size: {0} +component_measures.legend.worse_of_x_y=Worse of {0} and {1} component_measures.x_of_y={0} of {1} component_measures.no_history=There is no historical data. component_measures.not_found=The requested measure was not found. @@ -2901,6 +2902,9 @@ component_measures.to_select_files=to select files component_measures.to_navigate=to navigate component_measures.to_navigate_back=to navigate back +component_measures.overview.project_overview.facet=Project Overview +component_measures.overview.project_overview.title=Risk + #------------------------------------------------------------------------------ # # ABOUT PAGE |