diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 10:15:21 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 10:15:21 +0200 |
commit | 2cc9785d0a5409588d746c1e9e07525833ef09e0 (patch) | |
tree | a8700c8cb3b815a59e597a7e0774d01bd7554d01 /sonar-core | |
parent | 387b9e20799b9890b9b04636440be718f0cd38f6 (diff) | |
download | sonarqube-2cc9785d0a5409588d746c1e9e07525833ef09e0.tar.gz sonarqube-2cc9785d0a5409588d746c1e9e07525833ef09e0.zip |
SONAR-6570 update web
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 19 |
1 files changed, 19 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 44d646999a5..8109e55e18e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2742,6 +2742,25 @@ metric.sqale_debt_ratio.short_name=Debt Ratio metric.sqale_debt_ratio.description=Ratio of the actual technical debt compared to the estimated cost to develop the whole source code from scratch. +#-------------------------------------------------------------------------------------------------------------------- +# +# METRIC TYPES +# +#-------------------------------------------------------------------------------------------------------------------- + +metric.type.INT=Integer +metric.type.FLOAT=Float +metric.type.PERCENT=Percent +metric.type.BOOL=Boolean +metric.type.STRING=String +metric.type.MILLISEC=Milliseconds +metric.type.DATA=Data +metric.type.LEVEL=Level +metric.type.DISTRIB=Distribution +metric.type.RATING=Rating +metric.type.WORK_DUR=Work Duration + + #------------------------------------------------------------------------------ # # GLOBAL PERMISSIONS |