diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2023-10-11 15:49:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-18 20:03:05 +0000 |
commit | 15f3164036ac36318cc68fd40eab0a4633ea3675 (patch) | |
tree | 1844614cbdc7c593d863db421a5a2e45e9923913 /sonar-core/src | |
parent | 360089a8dba366660f7cca3d42eebadf3acc87cf (diff) | |
download | sonarqube-15f3164036ac36318cc68fd40eab0a4633ea3675.tar.gz sonarqube-15f3164036ac36318cc68fd40eab0a4633ea3675.zip |
SONAR-20708: Allow to select multiple projects on GitHub porject import
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 0d9db6f1dc9..bad1ff52ecb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4188,6 +4188,8 @@ onboarding.create_project.gitlab.no_projects=No projects could be fetched from G onboarding.create_project.gitlab.link=See on GitLab onboarding.create_project.bitbucket.title=Bitbucket Server project onboarding onboarding.create_project.bitbucket.subtitle=Import projects from one of your Bitbucket server workspaces +onboarding.create_project.x_repositories_selected={count} {count, plural, one {repository} other {repositories}} selected +onboarding.create_project.x_repository_created={count} {count, plural, one {repository} other {repositories}} will be created as a project on SonarQube onboarding.create_project.new_code_definition.title=Set up project for Clean as You Code onboarding.create_project.new_code_definition.description=The new code definition sets which part of your code will be considered new code. This helps you focus attention on the most recent changes to your project, enabling you to follow the Clean as You Code methodology. Learn more: {link} |