diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2019-08-09 13:43:58 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-24 20:21:15 +0200 |
commit | 035fbea593106d85be9e8a9a823f3ed8ae2fc024 (patch) | |
tree | 055c8b2914f7af2dc558a1836911dc67379f25c8 /sonar-core | |
parent | a9547e30f5e84cd6d8d603b00ae02f0f65958315 (diff) | |
download | sonarqube-035fbea593106d85be9e8a9a823f3ed8ae2fc024.tar.gz sonarqube-035fbea593106d85be9e8a9a823f3ed8ae2fc024.zip |
SONAR-11637 General setting for new code period
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 38 |
1 files changed, 38 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 b82b248ed58..91e7ae9873d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -538,6 +538,38 @@ project_branches.page=Branches & Pull Requests project_branches.page.description=Use this page to manage project branches and pull requests. project_branches.page.life_time=Short-lived branches and pull requests are permanently deleted after {days} days without analysis. project_branches.page.life_time.admin=You can adjust this value globally in {settings}. +project_baseline.page=New Code Period +project_baseline.page.description=Use this page to manage the New Code Period of your project. {link} +project_baseline.page.description.link=Learn More +project_baseline.page.description2=You can adjust this setting globally in {link} +project_baseline.page.description2.link=General Settings +project_baseline.default_setting=Project default setting +project_baseline.default_setting.description=This setting is the default for all branches of the project + +baseline.previous_version=Previous version +baseline.previous_version.description=The New Code Period will begin with the analysis following the previous version. +baseline.number_days=Number of days +baseline.number_days.description=Specify a number of days to set a floating New Code Period window. +baseline.specific_date=Specific date +baseline.specific_date.description=Set a specific date as the start of the New Code Period. (First analysis on this date will be used) +baseline.specific_analysis=Specific analysis +baseline.specific_analysis.description=Choose an analysis as the baseline for the New Code Period. + +baseline.specify_days=Specify a number of days +baseline.last_analysis_before=Last analysis before +baseline.next_analysis_notice=Changes will take effect after the next analysis + +branch_list.branch=Branch +branch_list.current_setting=Current setting +branch_list.current_baseline=Current Baseline +branch_list.edit_settings=Edit settings + +baseline.new_code_period_for_branch_x=New Code Period for {0} + +baseline.analysis_from=Analysis from: +baseline.branch_analyses.ranges.30days=Last 30 days +baseline.branch_analyses.ranges.allTime=All time +baseline.no_analyses=No analyses #------------------------------------------------------------------------------ # @@ -880,6 +912,12 @@ settings.wildcards.single_char=Match a single character settings.wildcards.matches=Matches settings.wildcards.does_no_match=Does not match +settings.new_code_period.category=New Code Period +settings.new_code_period.title=Default New Code Period behavior +settings.new_code_period.description=The New Code Period is the period used to compare measures and track new issues. {link} +settings.new_code_period.description2=This setting is the default for all projects. A specific New Code Period setting can be configured at project level. + + property.category.general=General property.category.general.email=Email property.category.general.duplications=Duplications |