aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2023-10-17 12:12:37 +0200
committersonartech <sonartech@sonarsource.com>2023-10-20 20:02:41 +0000
commit701e5342db64f9113b45655d71bc0708c36ea217 (patch)
tree0ce40cbf0077005acb9582c3b44d2f2af9a484aa /sonar-core/src
parent653eee50443193b77a65759d405afb890c459597 (diff)
downloadsonarqube-701e5342db64f9113b45655d71bc0708c36ea217.tar.gz
sonarqube-701e5342db64f9113b45655d71bc0708c36ea217.zip
SONAR-20742 Implement pull request overview QG measures body component
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 8 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 869b49dc597..6d7bb4f79d8 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3766,6 +3766,14 @@ overview.quality_gate.conditions.cayc.link=Learn why
overview.quality_gate.application.non_cayc.projects_x={0} project(s) in this application use a Quality Gate that does not comply with Clean as You Code
overview.quality_gate.show_project_conditions_x=Show failed conditions for project {0}
overview.quality_gate.hide_project_conditions_x=Hide failed conditions for project {0}
+overview.quality_gate.coverage=Coverage
+overview.quality_gate.duplications=Duplications
+overview.quality_gate.on_x_new_lines_to_cover=On {link} New Lines to cover
+overview.quality_gate.on_x_new_lines=On {link} New Lines
+overview.quality_gate.x_estimated_after_merge={value} Estimated after merge
+overview.quality_gate.require_fixing={count, plural, one {requires} other {require}} fixing
+overview.quality_gate.require_reviewing={count, plural, one {requires} other {require}} reviewing
+overview.quality_gate.required_x=required {operator} {value}
overview.quality_profiles=Quality Profiles used
overview.new_code_period_x=New Code: {0}
overview.max_new_code_period_from_x=Max New Code from: {0}