diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2019-10-22 11:16:59 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-11-06 10:04:28 +0100 |
commit | 144eddb106ad2a93c93a278e586bff807dcd1853 (patch) | |
tree | fb3e684afb4d0e939169c209da2d535a05ec2514 /sonar-core | |
parent | 34b205a13ee7cfa351003bfd804e4a32a41e7390 (diff) | |
download | sonarqube-144eddb106ad2a93c93a278e586bff807dcd1853.tar.gz sonarqube-144eddb106ad2a93c93a278e586bff807dcd1853.zip |
SONAR-12514 UI for bitbucket PR decoration configuration
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 7 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 5ea5c4e3c74..73113f8f983 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -924,11 +924,16 @@ settings.pr_decoration.category=Pull Requests settings.pr_decoration.title=Pull Requests decoration settings.pr_decoration.description=When Pull Request decoration is enabled, SonarQube publishes the status of the analysis directly in your ALM Pull requests. settings.pr_decoration.manage_instances=Manage instances -settings.pr_decoration.azure.info=The account that will be used to decorate Pull Requests needs write permission. {link} +settings.pr_decoration.azure.info=Accounts that will be used to decorate Pull Requests needs Code: Read & Write permission. {link} +settings.pr_decoration.bitbucket.info=Accounts that will be used to decorate Pull Requests needs write permission. {link} settings.pr_decoration.github.info=You need to install a Github App with specific settings and permissions to enable Pull Request Decoration on your Organization or Repository. {link} settings.pr_decoration.table.title=Pull Request decoration configurations +settings.pr_decoration.table.empty.azure=Create your first Azure DevOps configuration to enable Pull Request decoration on your projects. +settings.pr_decoration.table.empty.bitbucket=Create your first Bitbucket configuration to enable Pull Request decoration on your projects. +settings.pr_decoration.table.empty.github=Create your first Github configuration to enable Pull Request decoration on your organization or repository. settings.pr_decoration.table.create=Create configuration settings.pr_decoration.table.column.name=Name +settings.pr_decoration.table.column.bitbucket.url=BitBucket server URL settings.pr_decoration.table.column.github.url=Github instance URL settings.pr_decoration.table.column.app_id=App ID settings.pr_decoration.table.column.edit=Edit @@ -941,6 +946,7 @@ settings.pr_decoration.form.header.create=Create a Pull Request decoration confi settings.pr_decoration.form.header.edit=Edit the Pull Request decoration configuration settings.pr_decoration.form.name=Configuration name settings.pr_decoration.form.name.help=Give your configuration a clear and succinct name. This name will be used at project level to identify the correct configured GitHub App for a project. +settings.pr_decoration.form.url.bitbucket=Bitbucket Server URL settings.pr_decoration.form.url.github=GitHub Enterprise URL settings.pr_decoration.form.app_id=GitHub App ID settings.pr_decoration.form.private_key=Private Key |