]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13941 Copy "api/views/refresh" to "api/applications/refresh"
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Thu, 8 Oct 2020 18:09:54 +0000 (13:09 -0500)
committersonartech <sonartech@sonarsource.com>
Fri, 23 Oct 2020 20:08:29 +0000 (20:08 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 1c4ec7a31afd0fbb7bac1a03efa1f58abb2334fc..26c7b1861aa7f34205699e55d29d468a128f400d 100644 (file)
@@ -2724,6 +2724,9 @@ background_task.type.REPORT=Project Analysis
 background_task.type.DEV_REFRESH=Developer Analysis
 background_task.type.DEV_PURGE=Developer Cleaning
 background_task.type.ISSUE_SYNC=Project Data Reload
+background_task.type.VIEW_REFRESH=Portfolio Calculation
+background_task.type.PROJECT_EXPORT=Project Export
+background_task.type.PROJECT_IMPORT=Project Import
 
 background_tasks.page=Background Tasks
 background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task.