diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-08-04 17:53:08 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-08-10 17:11:54 +0200 |
commit | cc871d7b8c4af1f66234830719d27e45d4136334 (patch) | |
tree | 4a0e191441ba2fcd706853a74d6288436640bc85 /sonar-core | |
parent | a3df8c53bec6e8e61cac61a41c8e7489b5bfb098 (diff) | |
download | sonarqube-cc871d7b8c4af1f66234830719d27e45d4136334.tar.gz sonarqube-cc871d7b8c4af1f66234830719d27e45d4136334.zip |
SONAR-6331 add project overview
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 e7bcba4207d..18dfdf16d5b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3020,3 +3020,35 @@ update_center.status.COMPATIBLE=Compatible update_center.status.INCOMPATIBLE=Incompatible update_center.status.REQUIRES_SYSTEM_UPGRADE=Requires system update update_center.status.DEPS_REQUIRE_SYSTEM_UPGRADE=Some of dependencies requires system update + + + +#------------------------------------------------------------------------------ +# +# 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 |