From d7c413a1e7f442bc2fdab2499d1a35db79bf7ecb Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Wed, 4 Apr 2018 09:55:31 +0200 Subject: Hardening 28-03 (#72) --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 1 file changed, 1 insertion(+) (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 67f4acdf5a4..97f73111a99 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2287,6 +2287,7 @@ system.version_is_availble={version} is available #------------------------------------------------------------------------------ overview.quality_gate=Quality Gate overview.quality_gate_x=Quality Gate: {0} +overview.quality_gate_failed_with_x=with {0} errors overview.you_should_define_quality_gate=You should define a quality gate on this project. overview.quality_gate.ignored_conditions=Some Quality Gate conditions on New Code were ignored because of the small number of New Lines overview.quality_gate.ignored_conditions.tooltip=At the start of a leak period, if very few lines have been added or modified, it might be difficult to reach the desired level of code coverage or duplications. To prevent Quality Gate failure when there's little that can be done about it, Quality Gate conditions about duplications in new code and coverage on new code are ignored until the number of new lines is at least 20. -- cgit v1.2.3