diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-06-10 13:29:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-06-15 20:03:20 +0000 |
commit | c0cdcd5ab6b99bccad9300ee2abea74323c09c36 (patch) | |
tree | ae205a4d8065315b5bd26c889d5c410454d33007 /sonar-core/src | |
parent | aa93269cda92f4dd55c1cc0b3863624073c0e14b (diff) | |
download | sonarqube-c0cdcd5ab6b99bccad9300ee2abea74323c09c36.tar.gz sonarqube-c0cdcd5ab6b99bccad9300ee2abea74323c09c36.zip |
SONAR-14933 Show all tutorials if no project binding
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 7 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 26ba84a1c1e..5e9f4e487c0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -367,6 +367,10 @@ alm.azure=Azure DevOps alm.azure.short=Azure DevOps alm.bitbucket=Bitbucket alm.bitbucket.short=Bitbucket +alm.bitbucket.long=Bitbucket Server +alm.bitbucketcloud=Bitbucket +alm.bitbucketcloud.short=Bitbucket +alm.bitbucketcloud.long=Bitbucket Cloud alm.github=GitHub alm.github.short=GitHub alm.gitlab=GitLab @@ -3477,7 +3481,6 @@ onboarding.tutorial.with.github_action.yaml.title=Create Workflow YAML File onboarding.tutorial.with.github_action.yaml.create_yml=Create or update your {file} YAML file with the following content: onboarding.tutorial.with.gitlab_ci.title=Analyze your project with GitLab CI -onboarding.tutorial.with.gitlab_ci.unsupported=This tutorial is only available for projects bound to GitLab. onboarding.tutorial.with.gitlab_ci.project_key.title=Set your project key onboarding.tutorial.with.gitlab_ci.project_key.maven.step2=Add the following to your {file} file: onboarding.tutorial.with.gitlab_ci.project_key.gradle.step2=Add the following to your {file} file: @@ -3512,7 +3515,7 @@ onboarding.tutorial.with.gitlab_ci.yml.done.links.title=Check this useful link w onboarding.tutorial.with.gitlab_ci.yml.done.links.QG=What is a Quality Gate? onboarding.tutorial.with.jenkins.title=Analyze your project with Jenkins -onboarding.tutorial.with.jenkins.unsupported=This tutorial is only available for projects bound to Bitbucket Server or GitHub. +onboarding.tutorial.with.jenkins.alm_selection.title=What do you use Jenkins with? onboarding.tutorial.with.jenkins.prereqs.title=Prerequisites onboarding.tutorial.with.jenkins.prereqs.intro.sentence=To run your project analyses with Jenkins, the following plugins {must_have} onboarding.tutorial.with.jenkins.prereqs.intro.sentence.must_have=must be installed and configured: @@ -3642,7 +3645,7 @@ onboarding.tutorial.with.jenkins.webhook.intro.sentence=Create a Webhook in your onboarding.tutorial.with.jenkins.webhook.intro.link=Skip this step. onboarding.tutorial.with.jenkins.webhook.step1.sentence=Go to the {link} and enter the following information: onboarding.tutorial.with.jenkins.webhook.bitbucket.step1.link=Bitbucket Server Webhook creation page for your repository -onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step1.link=Bitbucket Server Webhook creation page for your repository +onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step1.link=Bitbucket Cloud Webhook creation page for your repository onboarding.tutorial.with.jenkins.webhook.github.step1.link=GitHub Webhook creation page for your repository onboarding.tutorial.with.jenkins.webhook.gitlab.step1.link=GitLab Webhook creation page for your repository onboarding.tutorial.with.jenkins.webhook.step1.name.label=Name @@ -3683,7 +3686,7 @@ onboarding.tutorial.with.jenkins.webhook.gitlab.step2.mr=Merge request events onboarding.tutorial.with.jenkins.webhook.step3.sentence=Click {create}. onboarding.tutorial.with.jenkins.webhook.step3.sentence.create=Create onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step3.sentence=Click {save}. -onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step3.sentence.create=Save +onboarding.tutorial.with.jenkins.webhook.bitbucketcloud.step3.sentence.save=Save onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence=Click {add_webhook}. onboarding.tutorial.with.jenkins.webhook.gitlab.step3.sentence.add_webhook=Add webhook onboarding.tutorial.with.jenkins.jenkinsfile.title=Create a Jenkinsfile @@ -3742,7 +3745,6 @@ onboarding.tutorial.with.jenkins.jenkinsfile.other.step3.help2.sentence.name=Nam onboarding.tutorial.with.azure_pipelines.os=What is your agent host? onboarding.tutorial.with.azure_pipelines.title=Analyze your project with Azure DevOps Pipelines -onboarding.tutorial.with.azure_pipelines.unsupported=This tutorial is only available for projects bound to Azure DevOps or GitHub. onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.title=Install SonarQube extension for Azure DevOps onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence=From your Azure DevOps instance, navigate to the Visual Studio Marketplace and install the {link} by clicking the {button} button. onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence.link=SonarQube extension |