diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-11 16:18:48 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 10:23:25 +0200 |
commit | fed59c4f4663f6dfad64d2742712d53c090ea4b3 (patch) | |
tree | b8a4eb5f411327b5fd0e177b711ed63333499a27 /sonar-core | |
parent | 7a230c2fa98532eb79d2efcd30c31d608f9fa108 (diff) | |
download | sonarqube-fed59c4f4663f6dfad64d2742712d53c090ea4b3.tar.gz sonarqube-fed59c4f4663f6dfad64d2742712d53c090ea4b3.zip |
SONAR-9867 Add button promoting governance on background tasks page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 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 0e3f376dfb6..ecd566e2aa7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -76,6 +76,7 @@ issues=Issues inheritance=Inheritance key=Key language=Language +learn_more=Learn More library=Library line_number=Line Number links=Links @@ -2211,7 +2212,8 @@ background_tasks.number_of_workers=Number of Workers: background_tasks.number_of_workers.warning=Configuring additional workers without first vertically scaling your server could have negative performance impacts. background_tasks.change_number_of_workers=Edit CE Workers background_tasks.change_number_of_workers.hint=If your queue backs up behind the analysis reports from large projects, increasing the number of Compute Engine workers will allow you to take full advantage of having configured increased Compute Engine memory on a multi-core server (vertical scaling). -background_tasks.add_more_with_governance=Add more with Governance +background_tasks.add_more_workers=Speed up your analysis by adding more Workers +background_tasks.add_more_workers.text=Increase the number of Compute Engine Workers with the Governance product. Available in our commercial editions. background_tasks.search_by_task_or_component=Search by Task or Component background_tasks.failing_count=Count of projects where processing of most recent analysis report failed @@ -2580,7 +2582,6 @@ branches.set_leak_period=Set Leak Period branches.last_analysis_date=Last Analysis Date branches.no_support.header=Get the most out of SonarQube with branches analysis branches.no_support.header.text=Analyze each branch of your project separately with our Developer Pack. -branches.learn_more=Learn More branches.buy_developer_pack=Buy Developer Pack |