aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-06-13 16:36:06 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-06-20 04:10:53 -0700
commit19fb2bab0cfcd5067bbde14f5b686b5f0360c27e (patch)
tree5c60d79f20c7c3a6f248b5a25fe7fd67899d2505 /sonar-core
parent71531284395e2d0f674a2942235b78974dd9a35f (diff)
downloadsonarqube-19fb2bab0cfcd5067bbde14f5b686b5f0360c27e.tar.gz
sonarqube-19fb2bab0cfcd5067bbde14f5b686b5f0360c27e.zip
SONAR-9358 Display a first analysis spinner in the onboarding tutorial
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 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 ef5ccb3eb8e..7c830e984a6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3024,3 +3024,8 @@ onboarding.analysis.sq_scanner.text.mac=And add the <code>bin</code> directory t
onboarding.analysis.sq_scanner.execute=Execute the SonarQube Scanner from your computer
onboarding.analysis.sq_scanner.execute.text=Running a SonarQube analysis is straighforward. You just need to execute the following commands in your project's folder.
onboarding.analysis.sq_scanner.docs=Please visit the <a href="http://redirect.sonarsource.com/doc/install-configure-scanner.html" target="_blank">official documentation of the SonarQube Scanner</a> for more details.
+
+onboarding.project_watcher.not_started=Once your project is analyzed, this page will refresh automatically.
+onboarding.project_watcher.in_progress=Analysis is in progress, please wait...
+onboarding.project_watcher.finished=Analysis is finished, redirecting...
+onboarding.project_watcher.failed=Something went wrong, please check the analysis logs.