diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-07-20 16:57:23 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-08-10 20:21:28 +0200 |
commit | b08814f7807c1443592af65cd68c2a51dfd4ee37 (patch) | |
tree | d7bbaf30c5c0633cd212a30e52db073945ba61ea /sonar-core | |
parent | 3a39b4fa08b15912c928af35fb7b77cd4b85ab64 (diff) | |
download | sonarqube-b08814f7807c1443592af65cd68c2a51dfd4ee37.tar.gz sonarqube-b08814f7807c1443592af65cd68c2a51dfd4ee37.zip |
SONAR-11036 Install integration with GitHub or BitBucket Cloud
* SONAR-11040 Update tutorial choices modal
* SONAR-11041 Migrate manual installation tab
* SONAR-11041 Rename button to start new project tutorial
* SONAR-11041 Rework sonarcloud tabbed page styling
* SONAR-11042 Add alm app install buttons in create project page
* Make start script compatible with ALM integration
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 35 |
1 files changed, 26 insertions, 9 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 881127b4524..954cfa39d18 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -21,6 +21,7 @@ back=Back backup=Backup backup_verb=Back up best=Best +beta=BETA blocker=Blocker bold=Bold branch=Branch @@ -108,6 +109,7 @@ never=Never new_name=New name none=None no_tags=No tags +not_now=Not now off=Off on=On organization_key=Organization Key @@ -1492,12 +1494,13 @@ my_account.create_new_organization=Create new organization # PROJECT PROVISIONING # #------------------------------------------------------------------------------ +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_project=delete the project +provisioning.no_analysis_on_main_branch={branch} has not been analyzed yet. provisioning.only_provisioned=Only Provisioned provisioning.only_provisioned.tooltip=Provisioned projects are projects that have been created, but have not been analyzed yet. -provisioning.no_analysis_on_main_branch={branch} has not been analyzed yet. #------------------------------------------------------------------------------ @@ -2649,23 +2652,37 @@ footer.web_api=Web API # ONBOARDING # #------------------------------------------------------------------------------ -onboarding.header=Welcome to SonarCloud! -onboarding.header.description=Let us help you get started. What do you want to do? +onboarding.header=Welcome to SonarCloud +onboarding.header.description=Let us help you get started in your journey to code quality +onboarding.footer=Don't worry you can do all of this later. Just click the "+" icon on your top bar. onboarding.project.header=Analyze a project onboarding.project.header.description=Want to quickly analyze a first project? Follow these {0} easy steps. +onboarding.create_project.header=Create project(s) +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.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 +onboarding.create_project.project_key=Project key +onboarding.create_project.project_name=Project name +onboarding.create_project.select_repositories=Select repositories + onboarding.team.header=Join a team onboarding.team.first_step=Well congrats, the first step is done! onboarding.team.how_to_join=To join a team, the only thing you need to do is to be a user registered on Sonarcloud. The administrator of the Sonarcloud organization you wish to join has to add you to his organization's members {link}. Ask him to do so! onboarding.team.work_in_progress=We are currently working on a better way to join a team or invite people to yours. -onboarding.analyze_public_code=I want to analyze public code -onboarding.analyze_public_code.button=Analyze a project -onboarding.analyze_private_code=I want to analyze private code -onboarding.analyze_private_code.button=Setup a new organization -onboarding.contribute_existing_project=I want to contribute to an existing project -onboarding.contribute_existing_project.button=Join a team +onboarding.analyze_public_code.note=Free +onboarding.analyze_public_code=Analyze public code +onboarding.analyze_private_code=Analyze private code +onboarding.analyze_private_code.note=From 10$ / month +onboarding.contribute_existing_project=Join a team +onboarding.contribute_existing_project.note=Free onboarding.token.header=Provide a token onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your user account. |