diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-02-06 07:14:39 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-11 20:21:02 +0100 |
commit | d78b1639c3a2f288211d5754d1c0e1c15f701041 (patch) | |
tree | 4f19b8f0c75ce4d0b51a4a8b6e7c50a9e8f18eb4 /sonar-core | |
parent | 09d4e61cd5c314c00fc6dddb6dbc08c2425d0cf3 (diff) | |
download | sonarqube-d78b1639c3a2f288211d5754d1c0e1c15f701041.tar.gz sonarqube-d78b1639c3a2f288211d5754d1c0e1c15f701041.zip |
SONAR-11693 New Overview tab for PRs and SLBs
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 7 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 57ef2a7c71a..fcf8332f228 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2408,12 +2408,16 @@ system.version_is_availble={version} is available # OVERVIEW # #------------------------------------------------------------------------------ +overview.failed_conditions=Failed conditions +overview.X_more_failed_conditions={0} more failed conditions +overview.metrics=Metrics 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 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. +overview.quality_gate.conditions_on_new_code=Only conditions on new code that are defined in the Quality Gate are checked. See the {link} associated to the project for details. overview.quality_profiles=Quality Profiles overview.new_code_period_x=New code: {0} overview.started_x=started {0} @@ -2421,6 +2425,7 @@ overview.previous_analysis_x=Previous analysis was {0} overview.started_on_x=Started on {0} overview.previous_analysis_on_x=Previous analysis on {0} overview.on_new_code=On New Code +overview.on_new_code_long=Conditions on New Code overview.about_this_portfolio=About This Portfolio overview.about_this_project.APP=About This Application overview.about_this_project.TRK=About This Project @@ -2454,7 +2459,9 @@ overview.metric.new_lines=New Lines overview.metric.new_lines_to_cover=New Lines to Cover overview.metric.files=Files overview.coverage_on=Coverage on +overview.coverage_on_X_lines=Coverage on {count} New Lines to cover overview.duplications_on=Duplications on +overview.duplications_on_X=Duplications on {count} New Lines overview.period.previous_version=since {0} overview.period.previous_version_only_date=since previous version |