diff options
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 |