From 6ecb6c40842e94997ff5aaf729ecc1eb98251c3c Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Tue, 8 Sep 2020 16:29:17 +0200 Subject: SONAR-13856 Add 'Always use the Default' option at project level for QG --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (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 ca73a073d83..bd49bac6d31 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -52,6 +52,8 @@ create_new_element=Create new element created=Created created_on=Created on critical=Critical +current=current +current_noun=Current customize=Customize date=Date days=Days @@ -1358,6 +1360,10 @@ project_quality_profile.successfully_updated={0} Quality Profile has been succes #------------------------------------------------------------------------------ project_quality_gate.default_qgate=Default project_quality_gate.successfully_updated=Quality Gate has been successfully updated. +project_quality_gate.subtitle=Manage project Quality Gate +project_quality_gate.always_use_default=Always use the instance default Quality Gate +project_quality_gate.always_use_specific=Always use a specific Quality Gate +project_quality_gate.requires_new_analysis=Changes will be applied after the next analysis. #------------------------------------------------------------------------------ # @@ -1485,7 +1491,7 @@ quality_gates.conditions=Conditions quality_gates.conditions.help=Both conditions on New Code and Overall Code have to be met by a project to pass the Quality Gate. quality_gates.conditions.help.link=See also: Clean as You Code quality_gates.projects=Projects -quality_gates.projects.help=The Default gate is applied to all projects not explicitly assigned to a gate. Quality Profile and Gate administrators can assign projects to a gate from the Quality Profile page. Project administrators can also choose a non-default gate. +quality_gates.projects.help=The Default gate is applied to all projects not explicitly assigned to a gate. Quality Gate administrators can assign projects to a non-default gate, or always make it follow the system default. Project administrators may choose any gate. quality_gates.add_condition=Add Condition quality_gates.condition_added=Successfully added condition. quality_gates.update_condition=Update Condition -- cgit v1.2.3