aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorAmbroise C <ambroise.christea@sonarsource.com>2023-08-18 16:14:28 +0200
committersonartech <sonartech@sonarsource.com>2023-08-24 20:03:07 +0000
commit74ec7514d3d1320a259adbda7bc78d3d932d0786 (patch)
tree20e39f0576a529e85443a317ed29ad0f3e6c21e5 /sonar-core/src
parent57337179623af31093cd2b99c485ad7eb326abd1 (diff)
downloadsonarqube-74ec7514d3d1320a259adbda7bc78d3d932d0786.tar.gz
sonarqube-74ec7514d3d1320a259adbda7bc78d3d932d0786.zip
SONAR-20176 Add banner to notify about automatic branches NCD update
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 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 cb846a32df7..cfd279ce06e 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3961,6 +3961,8 @@ new_code_definition.reference_branch.description=Choose a branch as the baseline
new_code_definition.reference_branch.usecase=Recommended for projects using feature branches.
new_code_definition.reference_branch.notice=The main branch will be set as the reference branch when the project is created. You will be able to choose another branch as the reference branch when your project will have more branches.
+new_code_definition.auto_update.branch.message=The new code definition of the following branch(es) was automatically changed on {date}, following a SonarQube upgrade, as it was exceeding the maximum value: {branchesList} {link}
+new_code_definition.auto_update.branch.list_item={branchName}: Number of days was changed from {previousDays} to {days}.
new_code_definition.auto_update.global.message=The global new code definition was automatically changed from {previousDays} to {days} days on {date}, following a SonarQube upgrade, as it was exceeding the maximum value. {link}
new_code_definition.auto_update.ncd_page.message=The number of days was automatically changed from {previousDays} to {days} on {date}, following a SonarQube upgrade, as it was exceeding the maximum value. {link}
new_code_definition.auto_update.project.message=This project's new code definition was automatically changed from {previousDays} to {days} days on {date}, following a SonarQube upgrade, as it was exceeding the maximum value. {link}