diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2023-10-16 16:38:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-18 20:03:05 +0000 |
commit | 7d302fb05bc2d8831d165396815149a0f91eafa4 (patch) | |
tree | 6623f786389755252d8bc0066319abea7592e6f4 /sonar-core/src | |
parent | 57ad9bac963163f00c65c6569f9997a5470853d3 (diff) | |
download | sonarqube-7d302fb05bc2d8831d165396815149a0f91eafa4.tar.gz sonarqube-7d302fb05bc2d8831d165396815149a0f91eafa4.zip |
SONAR-20708 Please don't leave the page + progress indicator
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 463c1e7b682..6d2d013165a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4193,6 +4193,8 @@ 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.please_dont_leave=If you leave the page the import could fail. Are you sure you want to leave? +onboarding.create_project.import_in_progress={count} of {total} projects is imported. Please do not close this page until the import is done. onboarding.create_project.new_code_definition.title=Set up project for Clean as You Code onboarding.create_x_project.new_code_definition.title=Set up {count, plural, one {project} other {# projects}} for Clean as You Code |