diff options
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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..cd7ca9127ff 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2780,6 +2780,10 @@ metric.sqale_debt_ratio.name=Technical Debt Ratio 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.new_sqale_debt_ratio.name=Technical Debt Ratio on new code +metric.new_sqale_debt_ratio.short_name=Debt Ratio on new code +metric.new_sqale_debt_ratio.description=Technical Debt Ratio of new/changed code. + #-------------------------------------------------------------------------------------------------------------------- # |