From: Zipeng WU
+
{canAdmin && (
+
{translate('project_baseline.page.question')}
{translate('baseline.reference_branch.description')} {translate('baseline.reference_branch.description')} {translate('baseline.reference_branch.usecase')}
{translate('settings.new_code_period.description0')}
+ {translate('settings.new_code_period.description1')}
+
+ {translate('settings.new_code_period.description2')}
+
{translate('settings.new_code_period.description2')}
{translate('settings.new_code_period.question')}
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 c37a64d1e7b..4702ad16e86 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -629,7 +629,7 @@ project_branch_pull_request.last_analysis_date=Last Analysis Date
project_baseline.page=New Code
project_baseline.page.description=The new code definition sets which part of your code will be considered new code.
project_baseline.page.description2=You can adjust this setting globally in {link}.
-project_baseline.page.description2.link=General settings
+project_baseline.page.description2.link=General Settings
project_baseline.page.question=What should be the baseline for new code for this project?
project_baseline.default_setting=Project setting
project_baseline.general_setting=Use the general setting
@@ -637,16 +637,17 @@ project_baseline.specific_setting=Define a specific setting for this project
project_baseline.configure_branches=Set a specific setting for a branch
baseline.previous_version=Previous version
-baseline.previous_version.usecase=Recommended for projects with regular versions or releases.
-baseline.previous_version.description=All code that has changed since the previous version is considered new code.
+baseline.previous_version.usecase=Recommended for projects following regular versions or releases.
+baseline.previous_version.description=Any code that has changed since the previous version is considered new code.
baseline.number_days=Number of days
baseline.number_days.usecase=Recommended for projects following continuous delivery.
-baseline.number_days.description=All code that has changed in the last x days is considered new code.
+baseline.number_days.description=Any code that has changed in the last x days is considered new code. If no action is taken on a new issue after x days, this issue will become part of the overall code.
baseline.specific_analysis=Specific analysis
baseline.specific_analysis.description=Choose an analysis as the baseline for the new code.
baseline.reference_branch=Reference branch
baseline.reference_branch.description=Choose a branch as the baseline for the new code.
+baseline.reference_branch.usecase=Recommended for projects using feature branches.
baseline.reference_branch.description2=The branch you select as the reference branch will need its own new code definition to prevent it from using itself as a reference.
baseline.specify_days=Specify a number of days
@@ -1203,9 +1204,10 @@ settings.analysis_scope.wildcards.single_char=Match a single character
settings.new_code_period.category=New Code
settings.new_code_period.title=New Code
settings.new_code_period.description0=The new code definition sets which part of your code will be considered new code.
-settings.new_code_period.description1=This helps you focus attention on the most recent changes to your project, enabling you to follow the Clean as You Code methodology. {link}.
-settings.new_code_period.description1.link=Learn more
+settings.new_code_period.description1=This helps you focus attention on the most recent changes to your project, enabling you to follow the Clean as You Code methodology.
settings.new_code_period.description2=A specific new code definition can be configured at project level.
+settings.new_code_period.description3=Learn more: {link}
+settings.new_code_period.description3.link=Defining New Code
settings.new_code_period.question=What should be the baseline for new code for all projects by default?
settings.languages.select_a_language_placeholder=Select a language