diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-10-19 17:07:11 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-20 20:02:41 +0000 |
commit | 68f1de76d0be69e9d52a5247bd0203a7625f5b7c (patch) | |
tree | e5cd4b96db2df2abcdc06027bdcde42d67e20e11 /sonar-core/src | |
parent | 701e5342db64f9113b45655d71bc0708c36ea217 (diff) | |
download | sonarqube-68f1de76d0be69e9d52a5247bd0203a7625f5b7c.tar.gz sonarqube-68f1de76d0be69e9d52a5247bd0203a7625f5b7c.zip |
SONAR-20742 Implement new SL promotion
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 9 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 6d7bb4f79d8..98126eca58d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3865,6 +3865,15 @@ overview.deprecated_profile=This Quality Profile uses {0} deprecated rules and s overview.deleted_profile={0} has been deleted since the last analysis. overview.link_to_x_profile_y=Go to {0} profile "{1}" +overview.sonarlint_ad.header=Catch issues before they fail your Quality Gate with our IDE extension, SonarLint +overview.sonarlint_ad.details_1=The power of Sonar analyzers directly as you type +overview.sonarlint_ad.details_2=No need to wait for your PR to pass all checks +overview.sonarlint_ad.details_3=Repair flagged issues in real-time with quick fixes +overview.sonarlint_ad.details_4=12 major IDE's supported (including key JetBrains and Microsoft IDE's +overview.sonarlint_ad.details_5=Free forever +overview.sonarlint_ad.learn_more=Learn more about SonarLint +overview.sonarlint_ad.close_promotion=Close SonarLint romotion + overview.badges.get_badge=Badges overview.badges.title=Get project badges overview.badges.description.TRK=Show the status of your project metrics on your README or website. Pick your style: |