diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2023-10-18 13:33:44 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-18 20:03:05 +0000 |
commit | 4c61e876518d488b3a3cbe0abb490d4a7553765e (patch) | |
tree | 2719f264e239fc965490073d1eb1c4eaf204e589 /sonar-core/src | |
parent | 2d4bfb2d1aa49d84035a2b907ab713ff5558633f (diff) | |
download | sonarqube-4c61e876518d488b3a3cbe0abb490d4a7553765e.tar.gz sonarqube-4c61e876518d488b3a3cbe0abb490d4a7553765e.zip |
SONAR-20708 Handle failed imports
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 578af9a8927..4751ffc5ec9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4203,6 +4203,7 @@ onboarding.create_project.new_code_definition.description.link=Defining New Code onboarding.create_project.new_code_definition.create_x_projects=Create {count, plural, one {project} other {# projects}} onboarding.create_projects.new_code_definition.change_info=You can change this setting for each project individually at any time in the project administration settings. onboarding.create_project.success=Your {count, plural, one {project has} other {# projects have}} been created. +onboarding.create_project.failure=Import of {count, plural, one {# project} other {# projects}} failed. onboarding.token.header=Provide a token onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point in time in your {link}. |