From 187f501d31cba9ff220c44bbcd222768a4eee40e Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 19 Oct 2015 16:40:37 +0200 Subject: SONAR-6331 add project overview page --- .../main/resources/org/sonar/l10n/core.properties | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'sonar-core') 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 -- cgit v1.2.3