From: Duarte Meneses Date: Thu, 8 Oct 2020 18:09:54 +0000 (-0500) Subject: SONAR-13941 Copy "api/views/refresh" to "api/applications/refresh" X-Git-Tag: 8.6.0.39681~144 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0453254442ac482827d116e11c36d8585bc6403;p=sonarqube.git SONAR-13941 Copy "api/views/refresh" to "api/applications/refresh" --- 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 1c4ec7a31af..26c7b1861aa 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -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.