aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-07-26 11:44:57 +0200
committerSonarTech <sonartech@sonarsource.com>2018-08-10 20:21:30 +0200
commit4f5f81d6c146d6cc873239258343141e9631c9b6 (patch)
treecbfc4686ececf2c9308ad3f5ece645c5fc0945cd /sonar-core
parent75f56b1e0ce0d59f9bdb039b41563c1994488775 (diff)
downloadsonarqube-4f5f81d6c146d6cc873239258343141e9631c9b6.tar.gz
sonarqube-4f5f81d6c146d6cc873239258343141e9631c9b6.zip
SONAR-11029 Move the tutorial inside provisioned projects dashboard
* Move/Rename files of tutorials folder * SONAR-11049 Update tutorial UI and move it inside the project dashboard * SONAR-11050 Update tutorial to skip now useless steps * Remove unused style * SONAR-11030 Make dashboard tutorial work with already known project key * Better manage error messages when no analysis and analyzed branches * SONAR-11052 Refresh project status as long as there is no analysis * SONAR-11051 Add infos suggestions depending on the ALM of the project * Do no display tutorial when there is analyses in the pipe
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties21
1 files changed, 16 insertions, 5 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 2265fcc9f90..a2e9ef14fc6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1496,9 +1496,10 @@ my_account.create_new_organization=Create new organization
#------------------------------------------------------------------------------
provisioning.create_new_project=Create new project
provisioning.no_analysis=No analysis has been performed since creation. The only available section is the configuration.
-provisioning.no_analysis.delete=Either you should retry analysis or simply {0}.
+provisioning.no_analysis.delete=Either you should retry analysis or simply {link}.
provisioning.no_analysis.delete_project=delete the project
-provisioning.no_analysis_on_main_branch={branch} has not been analyzed yet.
+provisioning.no_analysis_on_main_branch="{branchName}" branch has not been analyzed yet.
+provisioning.no_analysis_on_main_branch.bad_configuration="{branchName}" branch has not been analyzed yet and you have multiple branches already. It looks like it is not your {branchType}, check your configuration.
provisioning.only_provisioned=Only Provisioned
provisioning.only_provisioned.tooltip=Provisioned projects are projects that have been created, but have not been analyzed yet.
@@ -2659,13 +2660,21 @@ onboarding.footer=Don't worry you can do all of this later. Just click the "+" i
onboarding.project.header=Analyze a project
onboarding.project.header.description=Want to quickly analyze a first project? Follow these {0} easy steps.
+onboarding.project_analysis.header=Analyze your project
+onboarding.project_analysis.description=We initialized your project on SonarCloud, now it's up to you to launch analyses!
+onboarding.project_analysis.commands_for_analysis=Bellow are the commands to use to do an analysis.
+onboarding.project_analysis.guide_to_integrate_piplines=follow the guide to integrating with Pipelines
+onboarding.project_analysis.guide_to_integrate_travis=follow the guide to integrating with Travis CI
+onboarding.project_analysis.guide_to_integrate_vsts=follow the guide to integrating with VSTS
+onboarding.project_analysis.simply_link=Simply {link}.
+onboarding.project_analysis.suggestions.bitbucket=If you are using Bitbucket Cloud Pipelines, the SonarCloud App makes it easier to run these commands with your CI process.
+onboarding.project_analysis.suggestions.github=If you are using Travis CI, the SonarCloud Travis Add-on makes it easier to run these commands with your CI process.
+
onboarding.create_project.header=Create project(s)
onboarding.create_project.already_imported=Repository already imported
-onboarding.create_project.beta_feature_x=This feature is being beta tested. We offer to create projects from your {0} repositories only for public personal projects on your personal SonarCloud organization. For other kind of projects please create them maually.
+onboarding.create_project.beta_feature_x=This feature is being beta tested. We offer to create projects from your {0} repositories only for public personal projects on your personal SonarCloud organization. For other kind of projects please create them manually.
onboarding.create_project.create_manually=Create manually
onboarding.create_project.create_new_org=I want to create another organization
-onboarding.create_project.create_project=Create project
-onboarding.create_project.create_projects=Create projects
onboarding.create_project.install_app_x=We need you to install the Sonarcloud {0} application in order to select which repositories you want to analyze.
onboarding.create_project.install_app_x.button=Install SonarCloud {0} application
onboarding.create_project.organization=Organization
@@ -2706,9 +2715,11 @@ onboarding.organization.key_requirement=2 to 32 characters. All chars must be lo
onboarding.project_key_requirement=Allowed characters are alphanumeric, '-', '_', '.' and ':', with at least one non-digit. 400 characters max.
onboarding.analysis.header=Run analysis on your project
+onboarding.analysis.auto_refresh_after_analysis=Once the analysis is completed, this page will automatically refresh and you will be able to browse the analysis results.
onboarding.analysis.browse_url_after_analysis=Once the analysis is completed, you will be able to browse your project at the URL displayed at the end of the logs.
onboarding.language=What is your project's main language?
+onboarding.language.header=Which primary language are you using?
onboarding.language.java=Java
onboarding.language.java.build_technology=You are developing primarily in Java: what is your build technology?
onboarding.language.java.build_technology.maven=Maven