diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-12-18 16:40:07 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-12-22 20:09:39 +0000 |
commit | bdeff0460ea672a798a89a4e7a380ef69c94529b (patch) | |
tree | 514fbd34541585b425cd2fc51e93f5e281cbcb1e /sonar-core | |
parent | e072bc35a996900aed418762fcee091331efd951 (diff) | |
download | sonarqube-bdeff0460ea672a798a89a4e7a380ef69c94529b.tar.gz sonarqube-bdeff0460ea672a798a89a4e7a380ef69c94529b.zip |
SONAR-14290 Improve first time visit to project create screen
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 8 insertions, 1 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 1b73f836382..874ce2a0587 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -359,10 +359,14 @@ Sa=Sa # #------------------------------------------------------------------------------ -alm.azure=Azure Devops Server +alm.azure=Azure DevOps Server +alm.azure.short=Azure DevOps alm.bitbucket=Bitbucket Server +alm.bitbucket.short=Bitbucket alm.github=Github +alm.github.short=Github alm.gitlab=GitLab +alm.gitlab.short=GitLab #------------------------------------------------------------------------------ # @@ -3134,6 +3138,9 @@ onboarding.project_analysis.header=Analyze your project onboarding.project_analysis.description=We initialized your project on {instance}, now it's up to you to launch analyses! onboarding.project_analysis.guide_to_integrate_pipelines=follow the guide to integrating with Pipelines +onboarding.create_project.set_up_x=Set up {0} +onboarding.create_project.help_set_up_x=Learn more on how to set up {0} + onboarding.create_project.setup_manually=Create a project onboarding.create_project.select_method.manual=Manually onboarding.create_project.select_method.azure=From Azure DevOps Server |