diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-19 16:40:37 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-20 11:03:41 +0200 |
commit | 187f501d31cba9ff220c44bbcd222768a4eee40e (patch) | |
tree | 51e71412637be96d9458c761f3d09dc236570d22 /sonar-core | |
parent | 26817f2f1b31d777b681cc08f3a06db201521007 (diff) | |
download | sonarqube-187f501d31cba9ff220c44bbcd222768a4eee40e.tar.gz sonarqube-187f501d31cba9ff220c44bbcd222768a4eee40e.zip |
SONAR-6331 add project overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 32 |
1 files changed, 32 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 ebec9a8157b..7760e5320be 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3092,3 +3092,35 @@ background_tasks.in_progress_duration=Duration of the current task in progress. # #------------------------------------------------------------------------------ system.log_level.warning=Current level has performance impacts, please make sure to get back to INFO level once your investigation is done. Please note that when you restart the server, the level will automatically be reset to INFO. + + + +#------------------------------------------------------------------------------ +# +# OVERVIEW +# +#------------------------------------------------------------------------------ +overview.quality_gate=Quality Gate +overview.quality_profiles=Quality Profiles +overview.water_leak=Water Leak +overview.project_in_a_nutshell=Project In a Nutshell + +overview.metric.new_coverage=New Coverage +overview.metric.tests=tests +overview.metric.duplications=Duplications +overview.metric.duplicated_lines=lines +overview.metric.debt=Debt +overview.metric.issues=Issues +overview.metric.new_debt=New Debt +overview.metric.new_issues=New Issues +overview.metric.lines=Lines +overview.metric.files=Files +overview.metric.coverage=Coverage + +overview.period.previous_version=since {0} +overview.period.previous_analysis=since previous analysis +overview.period.days=last {0} days + +overview.gate.ERROR=Failed +overview.gate.WARN=Warning +overview.gate.OK=Passed |