diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-04-19 11:33:28 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-25 20:03:01 +0000 |
commit | c6dc867d4a257ece961d8552a073b931e8540fb9 (patch) | |
tree | 67160247416d32861e2ff001c6860fcc0fd32ad2 /sonar-core | |
parent | cbc8d147cdfb08ec420deabd78f842562e9e21ad (diff) | |
download | sonarqube-c6dc867d4a257ece961d8552a073b931e8540fb9.tar.gz sonarqube-c6dc867d4a257ece961d8552a073b931e8540fb9.zip |
SONAR-19018 Migrating project quality gate section to MIUI
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 4 insertions, 6 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 d2e143c4e27..386ab30be8b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3370,17 +3370,15 @@ system.version_is_availble={version} is available # OVERVIEW # #------------------------------------------------------------------------------ -overview.failed_conditions=Failed conditions -overview.X_more_failed_conditions={0} more failed conditions -overview.1_condition_failed=1 condition failed -overview.X_conditions_failed={0} conditions failed +overview.X_conditions_failed={0} failed condition(s) overview.fix_failed_conditions_with_sonarlint=Fix issues before they fail your Quality Gate with {link} in your IDE. Power up with connected mode! -overview.quality_gate=Quality Gate Status +overview.quality_gate.status=Quality Gate Status +overview.quality_gate=Quality Gate overview.quality_gate_x=Quality Gate: {0} overview.quality_gate.help=A Quality Gate is a set of measure-based Boolean conditions. It helps you know immediately whether your project is production-ready. If your current status is not Passed, you'll see which measures caused the problem and the values required to pass. overview.quality_gate_failed_with_x=with {0} errors overview.quality_gate_code_clean=Your code is clean! -overview.quality_gate_all_conditions_passed=All conditions passed. +overview.passed.clean_code=Enjoy your sparkling clean code! 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 new code 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. An administrator can disable this in the general settings. |